I have a process model that stops running without any apparent reason.
When I click on the node where it stops, a pop‑up appears saying: "No errors were encountered at this node."
Has anyone seen this behavior before? What could cause a process to halt without logging an error, and what steps should I take to troubleshoot it?
Discussion posts and replies are publicly visible
In the Process monitoring tab do you see this process as Active/running or paused? Depending on what configuration is done in the script task the node can be paused by an exception so check this.
From monitor I can see this process as Active/running but once I open the instance it is changed to paused
So something in the script task is causing an exception and thus process is pausing. Can you elaborate on what is happening in the script task for better debugging guidance.