Hi,
I am trying to use Start Process Smart Service to initiate processes conditionally. It is a MNI. Sometimes the process runs without any issue, however, sometimes the child process that was started gets stuck at start node without any errors in the instance. Does anyone have an idea regarding this? Any help is appreciated.Refer the flow below :-1st PM - the smart service runs as an MNI, triggers multiple instancesMNI Confg:Full view of this Process2nd PM triggered from the aforementioned Smart serviceIt contains some script tasks, Write to Record, etc. After that it triggers another PM through Asynchronous Sub Process, let's call it Review Process - no MNI - single instanceFull view of this Process
3rd PM - Review Process:It gets stuck at start node or script task node and does not move forward.
Thanks
Discussion posts and replies are publicly visible
You are using terminate end events. That might interfere with child process execution.
I remember testing this in older version but did not face this issue. Does Terminate End Event terminate an asynchronous child process?
I suggest to give that a try, and remove the terminates.
Will do. Thanks!
Removed the Terminate, still stuck
My way of identifying issues in such a more complex scenario is to remove things until it starts working and then re-add things in small steps.
Cause of the issue found for this scenario ?