Skip to content

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

Interface: StreamBridgeEdges

Defined in: packages/fireflow-types/src/flow/execution/runtime/stream-bridge.ts:246

Result of classifying boundary edges for stream bridging.

Properties

inbound

inbound: IEdge[]

Defined in: packages/fireflow-types/src/flow/execution/runtime/stream-bridge.ts:250

Edges where streaming data flows OUT of the child workflow


outbound

outbound: IEdge[]

Defined in: packages/fireflow-types/src/flow/execution/runtime/stream-bridge.ts:248

Edges where streaming data flows INTO the child workflow

Licensed under BUSL-1.1