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
Could it be that you assigned that node to a user or group? It is meant to be unattended.
Can you please check, is this process model is opened from any Parent Process Model. If yes check is parent process model is ended or not.
This can also possible.. Also in addition to that check what Stefan suggested.
It's a user task node waiting for human input. The process pauses there by design - no error occurs until someone completes or reassigns it.
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.
It runs as an automated activity. It is not assigned to anyone as a task
Parent process Model was is not ended
From monitor I can see this process as Active/running but once I open the instance it is changed to paused
The process has stopped in a scripti task node
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.
As per Harsha Sharma - what is that script task doing? It could be calling something that is taking a very long time to execute, but we have no visibility of what that is so for anyone to help you we need to understand exactly what that script task has been configured to do.