WorkflowStepState
Workflow step state.
Values
Name | Description |
---|---|
Pending | The step cannot start due to dependencies on other steps that have not completed. |
Ready | The step can start, but the agent has not started the step yet. |
Started | The agent has started working on the step. |
Succeeded | The agent has successfully executed the step. |
Failed | There was an error executing the step. Check the Message for more information. |
Cancelling | The administrator asked to cancel the task, but the agent has not yet acknowledged that. Note that the agent may not acknowledge the cancel action until after the step completes, so the step may become either Cancelled, Succeeded, or Failed after this. |
Cancelled | The agent has acknowledged the the administrator cancelled the task. The step is incomplete, and other steps that depend on it will block until the task is retried, or the desired state is changed so that the step no longer needs to complete. See DesiredState. |
Superseded | The administrator changed the desired state such that this step no longer needs to complete. See DesiredState. |