@persistent-ai/fireflow-executor / server / RootExecution
Interface: RootExecution
Defined in: packages/fireflow-executor/types/execution.ts:84
Properties
execution
execution:
ExecutionSummaryRow
Defined in: packages/fireflow-executor/types/execution.ts:86
Summary projection — see ExecutionTreeNode.execution.
levels
levels:
number
Defined in: packages/fireflow-executor/types/execution.ts:87
recoveryAttempts?
optionalrecoveryAttempts?:number
Defined in: packages/fireflow-executor/types/execution.ts:97
DBOS recovery_attempts for this execution's workflow (RFC 068 §4 retry badge) — read via a LEFT JOIN-equivalent scalar subquery into dbos.workflow_status, same Postgres instance as fireflow_executions. undefined if the workflow row wasn't found (e.g. very old executions predating DBOS system-table retention).
stats
stats:
ExecutionStats
Defined in: packages/fireflow-executor/types/execution.ts:89
totalNested
totalNested:
number
Defined in: packages/fireflow-executor/types/execution.ts:88