PersistentAI API Documentation / @persistentai/fireflow-executor / server / ExecutionStatus
Enumeration: ExecutionStatus
Defined in: packages/fireflow-executor/types/execution.ts:18
Enumeration Members
Completed
Completed:
"completed"
Defined in: packages/fireflow-executor/types/execution.ts:24
Created
Created:
"created"
Defined in: packages/fireflow-executor/types/execution.ts:21
Creating
Creating:
"creating"
Defined in: packages/fireflow-executor/types/execution.ts:20
Failed
Failed:
"failed"
Defined in: packages/fireflow-executor/types/execution.ts:25
Idle
Idle:
"idle"
Defined in: packages/fireflow-executor/types/execution.ts:19
Paused
Paused:
"paused"
Defined in: packages/fireflow-executor/types/execution.ts:23
Running
Running:
"running"
Defined in: packages/fireflow-executor/types/execution.ts:22
Stopped
Stopped:
"stopped"
Defined in: packages/fireflow-executor/types/execution.ts:26