Skip to main content

FlowState

Type Alias FlowState 

Source
pub type FlowState = BTreeMap<String, NodeOutput>;
Expand description

The per-node output namespace: each node’s NodeOutput kept immutable, keyed by its stable node id. Downstream addresses <node_id>.data.<path>.

Aliased Type§

pub struct FlowState { /* private fields */ }