Workflows
How to edit an existing workflow
Workflows aren’t one-and-done — you’ll refine them as you see real runs. To edit one:
- Open the workflow and click Edit to open it in the builder.
- Add or remove steps by dragging from the Step Toolbox (agents, or flow-control: Condition, Delay, Transform).
- Re-order steps on the canvas, or click a step to change its configuration (timeout, retries, and for delay/transform, their settings).
- Change the Execution Mode (sequential/parallel/conditional/loop) or the Trigger if needed.
- Save — this creates a new version — then run it (or 🔁 Replay a past run) to test the change.
Good to know
Saving bumps the workflow version, so your history is preserved. Advanced modes (parallel, conditional, fan-out, DAG, loop) require Pro; sequential is free.