Skip to content

FlowStateBoundary

optional input?: (source) => FlowState;

Maps parent/root state into a new isolated frame. Omitted means no inbound state.

Parameter Type

source

Readonly<FlowState>

FlowState


optional output?: (state) => Record<string, unknown>;

Selects values exported to the parent/root frame on successful completion.

Parameter Type

state

Readonly<FlowState>

Record<string, unknown>