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?
optionalboundaryInputs:BoundaryInputs
Defined in: packages/fireflow-types/src/flow/execution/types.ts:95
Pre-resolved boundary ports for branch subworkflows
breakpoints?
optionalbreakpoints:string[]
Defined in: packages/fireflow-types/src/flow/execution/types.ts:89
debug?
optionaldebug:boolean
Defined in: packages/fireflow-types/src/flow/execution/types.ts:88
disableSPTreeOptimization?
optionaldisableSPTreeOptimization:boolean
Defined in: packages/fireflow-types/src/flow/execution/types.ts:91
Disable SP-tree optimization (fallback to flat sequential)
execution?
optionalexecution:object
Defined in: packages/fireflow-types/src/flow/execution/types.ts:83
flowTimeoutMs?
optionalflowTimeoutMs:number
maxConcurrency?
optionalmaxConcurrency:number
nodeTimeoutMs?
optionalnodeTimeoutMs:number
nodeFilter?
optionalnodeFilter:Set<string>
Defined in: packages/fireflow-types/src/flow/execution/types.ts:93
Filter execution to only these node IDs (for branch subworkflows)