PersistentAI API Documentation / @persistentai/fireflow-executor / server / CommandController
Interface: CommandController
Defined in: packages/fireflow-executor/server/dbos/workflows/ExecutionWorkflows.ts:46
Shared command controller for passing command state from workflow to step This avoids calling DBOS.recv() from inside a step (which is not allowed)
Properties
commandTimestamp
commandTimestamp:
number
Defined in: packages/fireflow-executor/server/dbos/workflows/ExecutionWorkflows.ts:48
currentCommand
currentCommand:
ExecutionCommandType|null
Defined in: packages/fireflow-executor/server/dbos/workflows/ExecutionWorkflows.ts:47
reason?
optionalreason:string
Defined in: packages/fireflow-executor/server/dbos/workflows/ExecutionWorkflows.ts:49