Expand description
JoinNode for deterministic fan-in merging.
When parallel branches converge, a JoinNode provides explicit
merge logic. It reads specified keys from state (set by parallel branches),
applies a merge function, and writes the result to an output key.
Structs§
- Join
Node - A node that merges results from parallel branches.
Type Aliases§
- MergeFn
- Merge function signature for JoinNode.