You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 5, 2023. It is now read-only.
If a workflow is aborted (which we currently don't handle but want to) the closest state we have to that condition is FAILED. But it seems like we would want to differentiate between the two, and moreover FAILED requires an error message we don't have when aborting.
So let's add ABORTED as a state so we can support aborting workflows.
If a workflow is aborted (which we currently don't handle but want to) the closest state we have to that condition is
FAILED
. But it seems like we would want to differentiate between the two, and moreoverFAILED
requires an error message we don't have when aborting.So let's add
ABORTED
as a state so we can support aborting workflows.See cirrus-geo/cirrus-geo#85 for additional context.
The text was updated successfully, but these errors were encountered: