Enumeration: WorkflowStatus
Defined in: packages/agentos/src/core/workflows/WorkflowTypes.ts:7
High-level lifecycle states for a workflow instance.
Enumeration Members
AWAITING_INPUT
AWAITING_INPUT:
"awaiting_input"
Defined in: packages/agentos/src/core/workflows/WorkflowTypes.ts:10
CANCELLED
CANCELLED:
"cancelled"
Defined in: packages/agentos/src/core/workflows/WorkflowTypes.ts:13
COMPLETED
COMPLETED:
"completed"
Defined in: packages/agentos/src/core/workflows/WorkflowTypes.ts:12
ERRORED
ERRORED:
"errored"
Defined in: packages/agentos/src/core/workflows/WorkflowTypes.ts:11
PENDING
PENDING:
"pending"
Defined in: packages/agentos/src/core/workflows/WorkflowTypes.ts:8
RUNNING
RUNNING:
"running"
Defined in: packages/agentos/src/core/workflows/WorkflowTypes.ts:9