PersistentAI API Documentation / @persistentai/fireflow-types / ForkJoinRegion
Interface: ForkJoinRegion
Defined in: packages/fireflow-types/src/flow/execution/planner/graph-analysis.ts:28
A fork-join region in the DAG.
Properties
branches
branches:
Set<string>[]
Defined in: packages/fireflow-types/src/flow/execution/planner/graph-analysis.ts:33
Node sets for each branch (between fork and join)
forkNodeId
forkNodeId:
string
Defined in: packages/fireflow-types/src/flow/execution/planner/graph-analysis.ts:29
joinNodeId
joinNodeId:
string|null
Defined in: packages/fireflow-types/src/flow/execution/planner/graph-analysis.ts:31
null for diverging forks with no reconvergence