How can I stop a running automation?
You can stop an automation from the Dashboard or end it by scheduling inside the workflow.
Ways to stop
1) From the Automate Dashboard (My automations)
- Go to Automate → Dashboard → My automations.
- Open the row actions for the running automation.
- Choose Stop .
- Stop ends the current run immediately.
2) Inside the workflow using the Stop automation action
- Add a Stop automation node at the point where the run should end.
- When the flow reaches this node, the run stops immediately.
3) When an Exit condition turns true
- Configure Exit conditions for the automation.
- When any exit condition is satisfied, the automation stops.
What if...
| Scenario | Outcome |
|---|
| I press Stop from Dashboard | Current run stops immediately; positions/orders are left as-is. |
| I press Pause from Dashboard | Run is paused; nothing progresses until I Resume. |
| Flow reaches a Stop automation node | Run stops at that point; no further nodes execute. |
| Exit condition becomes true mid-run | Automation stops immediately per the configured exit rule. |
| The workflow path ends (no more nodes) | Run stops naturally; nothing else is executed. |
| I need positions closed when stopping | Add a Square off node before the stop point, or close positions separately. |
| There are pending orders when I stop | Stopping leaves them as-is; cancel them with a Cancel order node or manually. |
What happens to positions and orders?
- Stop (Dashboard or Stop automation node): leaves existing positions and pending orders as-is.
- To exit positions as part of stopping, place a Square off node before the stop point.
Last updated: 22 Dec 2025
Related Articles
What Does Stop Automation Do, and When Should I Choose “Stop Only” vs “Stop and Square Off”?
The stop automation action in Automate is used to immediately halt a running automation when it reaches a defined trigger, condition, or exit path. Depending on the option selected, it can stop just the automation logic or stop the automation and ...
How can I check the current status of an automation?
You can see whether an automation is Running, Paused, or Idle/Stopped from the Automate Dashboard. For a time-stamped trail of events (started/ended), use the Activity tab. Explanation The Status badge in My automations shows the live state of each ...
How do I schedule and start running an automation?
You can start an automation from the canvas after it passes validation. The screenshots you shared show the three stages: building the flow, saving to validate, and (post-validation) the Run now button. FYERS Web Build your workflow on the canvas ...
What does the “Check only for this automation” checkbox mean?
The checkbox Check only for this automation decides what positions are checked. Turn it ON to check only the trades made by this automation. Turn it OFF to check the scheduled automations to be run in the future. What it does ON (checked): Uses only ...
What happens if I manually square off positions created by an automation?
When you manually square off a position that was opened by an Automate workflow, it immediately affects the run. Here’s exactly what happens and how to manage exits safely. Explanation Manually squaring off any position opened by that automation ...