@persistent-ai/fireflow-executor / server / CommandController
Interface: CommandController
Defined in: packages/fireflow-executor/server/dbos/workflows/ExecutionWorkflows.ts:56
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:58
currentCommand
currentCommand:
ExecutionCommandType|null
Defined in: packages/fireflow-executor/server/dbos/workflows/ExecutionWorkflows.ts:57
reason?
optionalreason?:string
Defined in: packages/fireflow-executor/server/dbos/workflows/ExecutionWorkflows.ts:59