Skip to content

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

Interface: BoundaryInputs

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

Pre-resolved boundary ports for branch subworkflows. Values were read from the parent workflow via DBOS.getEvent() per edge.

Properties

preSeedPorts

preSeedPorts: Record<string, Record<string, unknown>>

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

nodeId → portId → serialized port value (from port.serialize())

Licensed under BUSL-1.1