Suggestions on what to do when a flow is running forever without completing?
I have a flow where it has been running for nearly 30 mints now which usually takes only around 5 - 10 minutes to complete.
I cannot stop the flow because I cannot get the same data from the source application again. What should I do in this case?
If a flow is running significantly longer than usual, one thing to check is whether there is any queue buildup on the connections being used by this flow. If the same connection is currently being utilized by another flow/request that is stuck or taking a long time to process, it can cause subsequent executions to be delayed, especially if it’s a listener.
If possible, please review the connection queue and see if there are any stuck or long-running flows using the same connection. Cancelling those executions may help free up the queue and allow your current flow to proceed.
Let us know what you find, and we’ll be happy to assist further