Types
WorkflowExecutionStatus
The lifecycle state of a workflow execution.
enum
WorkflowExecutionStatusValues
QUEUED
Execution has been accepted and is waiting to be processed.
RUNNING
Execution is actively running steps.
SUCCESS
All steps completed successfully.
FAILED
Execution stopped due to an error in a step.
WAITING
Execution is paused at a WAIT step until the configured duration elapses.
CANCELLED
Execution was cancelled before it could complete.

