Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...


Error StateDescription
PendingnoOrders are added to workflows without specifying a start time
SchedulednoOrders are added to workflows and are scheduled for execution with a later date and time
In ProgressnoOrders are processed by a workflow instruction such as Fork but are not running with a job
RunningnoOrders for which a job was started, such orders are waiting for the job to complete
SuspendednoOrders that have been halted on user intervention
PromptingnoOrders are put on hold by the workflow and require confirmation to continue execution of the workflow
CompletednoOrders that finished a workflow but are not automatically removed
WaitingnoOrders that wait for a resource such as an Agent or a lock
BlockedyesOrders that cannot start, e.g. due to a failed initial workflow instruction
FailedyesOrders for which a job failed or that have been halted with the Fail workflow instruction

...