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
We need to more details about your scenario . How you designed "MNI" Like How child processes starts?? All at once or...& Design of Child process (Activity chaining...)
How do you combine MNI and conditions?
Can you share more details?
Hi AnjaliP ,I think you are using Activity Chaining between parent process nodes and start process smart service, and if the node execution exceeds 3secs, the chain will break and process will be in stuck state.If the problem is not this, please share more info, what you are trying to achieve by the process.
Might need more info to find out the exact issue in your case.But please check your MNI configuration, if your MNI moves on after " The first instance is done", then there might be chances of ending all the other processes without any error before it completes, as the main process will end after the first subprocess instance is completed. If you have configured the terminate as end node.If possible please share more information, to understand what happened in your case.
This isn't the case, however let me try to put in more info.
Edit: I have added details in the original post above
That's insightful, will look into it.
Sure, let me try to put in more info.Edit: I have added details in the original post above Stefan Helzle
Please share the MNI Configuration tab and the Overall parent & child model screenshot or configurations if possible, would be great for our understanding.
Updated above Konduru Chaitanya
I have updated details in the post above