In what situations would any of you use an asynchronous sub-process as opposed to the start process smart service. Based on my understanding, because the smart service will better balance the execution engines without any other negative impacts - I don't see the scenario where I would ever use an asynchronous sub-process. Can someone please elaborate if there is something that I may be missing?
Thank you!
Discussion posts and replies are publicly visible
Adding to Mike, When you use start process, the new process may use different execution engine based on the load on engines. So the load balance will automatically handled when you use start process. I think sub process will use same execution engine as parent process.