PersistentAI API Documentation / @persistentai/fireflow-types / IWorkflowStatus
Interface: IWorkflowStatus
Defined in: packages/fireflow-types/src/execution/services/dbos-types.ts:156
Workflow status information
Properties
createdAt
createdAt:
Date
Defined in: packages/fireflow-types/src/execution/services/dbos-types.ts:159
status
status:
"PENDING"|"RUNNING"|"COMPLETED"|"ERROR"|"CANCELLED"
Defined in: packages/fireflow-types/src/execution/services/dbos-types.ts:158
updatedAt
updatedAt:
Date
Defined in: packages/fireflow-types/src/execution/services/dbos-types.ts:160
workflowId
workflowId:
string
Defined in: packages/fireflow-types/src/execution/services/dbos-types.ts:157