Skip to content

PersistentAI API Documentation / @persistentai/fireflow-types / SPTreeExecutionOptions

Interface: SPTreeExecutionOptions

Defined in: packages/fireflow-types/src/flow/execution/types.ts:82

Engine configuration (superset of DeterministicExecutionOptions).

Properties

boundaryInputs?

optional boundaryInputs: BoundaryInputs

Defined in: packages/fireflow-types/src/flow/execution/types.ts:95

Pre-resolved boundary ports for branch subworkflows


breakpoints?

optional breakpoints: string[]

Defined in: packages/fireflow-types/src/flow/execution/types.ts:89


debug?

optional debug: boolean

Defined in: packages/fireflow-types/src/flow/execution/types.ts:88


disableSPTreeOptimization?

optional disableSPTreeOptimization: boolean

Defined in: packages/fireflow-types/src/flow/execution/types.ts:91

Disable SP-tree optimization (fallback to flat sequential)


execution?

optional execution: object

Defined in: packages/fireflow-types/src/flow/execution/types.ts:83

flowTimeoutMs?

optional flowTimeoutMs: number

maxConcurrency?

optional maxConcurrency: number

nodeTimeoutMs?

optional nodeTimeoutMs: number


nodeFilter?

optional nodeFilter: Set<string>

Defined in: packages/fireflow-types/src/flow/execution/types.ts:93

Filter execution to only these node IDs (for branch subworkflows)

Licensed under BUSL-1.1