PersistentAI API Documentation / @persistentai/fireflow-types / ParallelPlan
Interface: ParallelPlan
Defined in: packages/fireflow-types/src/flow/execution/types.ts:63
Execute branches concurrently. Independent chains run without barriers.
Properties
branches
branches:
ExecutionPlan[]
Defined in: packages/fireflow-types/src/flow/execution/types.ts:65
forkNodeId?
optionalforkNodeId:string
Defined in: packages/fireflow-types/src/flow/execution/types.ts:66
joinNodeId?
optionaljoinNodeId:string
Defined in: packages/fireflow-types/src/flow/execution/types.ts:67
type
type:
"parallel"
Defined in: packages/fireflow-types/src/flow/execution/types.ts:64