Skip to content

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

Function: detectForkJoinRegions()

detectForkJoinRegions(forward, postDominators): ForkJoinRegion[]

Defined in: packages/fireflow-types/src/flow/execution/planner/graph-analysis.ts:337

Detect fork-join regions using post-dominators.

Parameters

forward

Map<string, string[]>

postDominators

Map<string, string | null>

Returns

ForkJoinRegion[]

Licensed under BUSL-1.1