Types
WorkflowRunStatus
Lifecycle statuses for workflow run.
enum
WorkflowRunStatusValues
QUEUED
Represents the queued status for workflow run.
RUNNING
Represents the running status for workflow run.
PAUSING
Represents the pausing status for workflow run.
PAUSED
Represents the paused status for workflow run.
WAITING
Represents the waiting status for workflow run.
BLOCKED
Represents the blocked status for workflow run.
SUCCEEDED
Represents the succeeded status for workflow run.
FAILED
Represents the failed status for workflow run.
CANCELLED
Represents the cancelled status for workflow run.