v2.2.10
November 8, 2025
Consistent state across all workflow steps, including parallel branches
Run context now propagates automatically through every workflow step — including parallel branches. This delivers predictable, shared state across complex flows, reducing manual plumbing and avoiding subtle state drift. The result is simpler orchestration, fewer edge cases, and more reliable executions.
Details
- First-class run_context is available in each step and executor, including parallelized paths
- Simplifies branch/merge logic and improves auditability of multi-step runs
- Recommended to update workflows to rely on run_context instead of ad-hoc state passing
Who this is for: Teams orchestrating multi-step or fan-out/fan-in automations that need consistent, observable state across steps.
