Simulate workflow execution
POST/workflows/:id/simulate
Runs a dry-run simulation of the workflow against a synthetic event payload without executing real actions. Use this to test conditions and action configurations before activating a workflow in production.
Request
Responses
- 200
- 404
Simulation result showing which conditions matched and which actions would fire.
Workflow not found.