01iver
01iver8mo ago

Stop a workflow stuck in running.

I am using the OpenAI Assistant node with Supabase create a row node inside it. It seems the Ai got confused (with my poor directions) and doesn’t know what to insert where so it keeps running as if it’s stuck in a loop. How do I stop a workflow that’s stuck in running and won’t necessarily end with success or fail?
Solution:
Hi @01iver, for now deleting the workflow and and adding it again should stop the execution of the node running in loop. We are working on a hard stop functionality to handle this case which be available soon. Let me know if deleting the workflow stops the execution. (Note: you can copy/paste the workflow file before deleting to prevent loss)
Jump to solution
3 Replies
Solution
Gaurav Chadha
Gaurav Chadha8mo ago
Hi @01iver, for now deleting the workflow and and adding it again should stop the execution of the node running in loop. We are working on a hard stop functionality to handle this case which be available soon. Let me know if deleting the workflow stops the execution. (Note: you can copy/paste the workflow file before deleting to prevent loss)
01iver
01iverOP8mo ago
Thanks. It seemed to work on my front end as I can no longer see it. And hopefully it’s not continuing to run in the background either.
Gaurav Chadha
Gaurav Chadha8mo ago
Yes, deleting workflow deletes the deployment.

Did you find this page helpful?