Expand description
Step handler — executes a single FlowSpec node.
Handles three node types:
- Connector: invokes a connector via
invoke_with_receipt() - Transform: executes a pure transform via
execute_transform() - Branch: evaluates a condition and writes a
BranchResultto ContextStore
Structs§
- Branch
Result - Result of branch evaluation, stored in ContextStore.
Functions§
- execute_
step - Execute a step, returning a HandlerOutput.