Pure FSM struct at the heart of a Workflow.
The Machine holds the current state, transition rules, node bindings, accumulated context, and execution history. All operations are pure functions — no side effects.
Pure FSM struct at the heart of a Workflow.
The Machine holds the current state, transition rules, node bindings, accumulated context, and execution history. All operations are pure functions — no side effects.