Enumeration: WorkflowTaskStatus
Defined in: packages/agentos/src/core/workflows/WorkflowTypes.ts:19
Lifecycle states for a task within a workflow.
Enumeration Members
BLOCKED
BLOCKED:
"blocked"
Defined in: packages/agentos/src/core/workflows/WorkflowTypes.ts:23
COMPLETED
COMPLETED:
"completed"
Defined in: packages/agentos/src/core/workflows/WorkflowTypes.ts:24
FAILED
FAILED:
"failed"
Defined in: packages/agentos/src/core/workflows/WorkflowTypes.ts:26
IN_PROGRESS
IN_PROGRESS:
"in_progress"
Defined in: packages/agentos/src/core/workflows/WorkflowTypes.ts:22
PENDING
PENDING:
"pending"
Defined in: packages/agentos/src/core/workflows/WorkflowTypes.ts:20
READY
READY:
"ready"
Defined in: packages/agentos/src/core/workflows/WorkflowTypes.ts:21
SKIPPED
SKIPPED:
"skipped"
Defined in: packages/agentos/src/core/workflows/WorkflowTypes.ts:25