Skip to content

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?

optional forkNodeId: string

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


joinNodeId?

optional joinNodeId: 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

Licensed under BUSL-1.1