PersistentAI API Documentation / @persistent-ai/fireflow-types / StreamBridgeEdges
Interface: StreamBridgeEdges
Defined in: packages/fireflow-types/src/flow/execution/runtime/stream-bridge.ts:276
Result of classifying boundary edges for stream bridging.
Properties
inbound
inbound:
IEdge[]
Defined in: packages/fireflow-types/src/flow/execution/runtime/stream-bridge.ts:280
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:278
Edges where streaming data flows INTO the child workflow