Searched stop running workflow
Found 10 results
1 messages · Page 1 of 1 (latest)
Based on the documentation, there is currently no built-in way to stop a running workflow mid-execution in Twenty.
Here's what you can do instead:
To prevent future runs:
For runs currently in progress:
Workaround for long-running workflows:
If you need to stop workflows before large operations like CSV imports, the recommended approach is to deactivate them beforehand:
oh no, i set up a loop with array 20 number but, any number always fail. I want stop now
Since your loop is failing on every iteration, the good news is that each failed iteration will stop that branch of execution. However, there's no built-in "cancel" or "stop" button for a running workflow in Twenty.
Here's what you can do right now:
Deactivate the workflow immediately to prevent any new runs:
The current run will continue until it either:
Since every number is failing, the workflow should move through the iterations relatively quickly as each failure stops that iteration's processing.
To debug the loop issue for next time:
What error are you seeing on the failed iterations? That might help fix the underlying issue before you re-enable the workflow.
i know step fail, however this workflow is running in loop 4 and until end loop 20. Haizzz