Skip to content

@persistent-ai/fireflow-executor / server / ExecutionTreeNode

Interface: ExecutionTreeNode

Defined in: packages/fireflow-executor/types/execution.ts:53

Properties

execution

execution: ExecutionSummaryRow

Defined in: packages/fireflow-executor/types/execution.ts:63

The summary projection, not the full row: a tree is a list, and the column left out of it is 105 MB of a 117 MB table. See ExecutionSummaryRow. A panel that needs the run's input payload reads one execution through getExecutionDetails.


id

id: string

Defined in: packages/fireflow-executor/types/execution.ts:54


level

level: number

Defined in: packages/fireflow-executor/types/execution.ts:56


parentId

parentId: string | null

Defined in: packages/fireflow-executor/types/execution.ts:55

Licensed under BUSL-1.1