Why my n8n workflow keeps on running and running,

I have an workflow made which keeps on running, while it should have been executed. I do have a loop to check the workflow status. if workflow status is pending then wait for 10 sec and again call my API.. but my workflow status is completed but still the workflow is stuck.
It was working till now, i dont know what happend

Version 1.102.0

Hey @Riya_Srivastava hope all is good.

If the loop keeps on running you need to check why the IF statement fails. if will only continue working if the statement in the IF node resolved to false. Run the node, open the IF node and see what the the result of the HTTP Request execution and how does it compare to the IF statement.

My workflow was also working 2 hours ago, now it’s not, it’s the same version and same trigger and everything. Feels like there is something wrong on n8n servers

NB : it’s working now as usual

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.