Feature: Workflow dry-run / simulation mode
Resolved 💬 1 comment Opened Dec 7, 2025 by witqq Closed Dec 7, 2025
Problem
No way to test workflows without actual execution.
Proposed Solution
Add dry-run simulation capability:
manage(action: "dry-run", workflowId, mockInputs: {...})
Simulates execution with mock data, shows path through the graph.
Why Important
For complex workflows with branching, it's critical to verify all paths before production use.
Labels
post-alpha
This issue has 1 comment on GitHub. Read the full discussion on GitHub ↗