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
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