Skip to content

PersistentAI API Documentation / @persistent-ai/fireflow-executor / server / CommandController

Interface: CommandController

Defined in: packages/fireflow-executor/server/dbos/workflows/ExecutionWorkflows.ts:48

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:50


currentCommand

currentCommand: ExecutionCommandType | null

Defined in: packages/fireflow-executor/server/dbos/workflows/ExecutionWorkflows.ts:49


reason?

optional reason: string

Defined in: packages/fireflow-executor/server/dbos/workflows/ExecutionWorkflows.ts:51

Licensed under BUSL-1.1