Currently, when a user tries to rerun a pipeline and the continuation key has expired, they get an unhelpful error message.
{"message":"Key has expired."}
Exited with code exit status 1
CircleCI received exit code 1
If you don't know the details of how dynamic configuration pipelines work, this message is meaningless. Could you update the API response to include a more helpful message or have the orb check the message and add more context/help?
https://github.com/CircleCI-Public/continuation-orb/blob/ce0abeffc803baa6cac9c308d50e95ec578af600/src/scripts/continue.sh#L47
Currently, when a user tries to rerun a pipeline and the continuation key has expired, they get an unhelpful error message.
If you don't know the details of how dynamic configuration pipelines work, this message is meaningless. Could you update the API response to include a more helpful message or have the orb check the message and add more context/help?