Asynchronous Sub-Process vs Start Process Smart Service

Certified Lead Developer

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

Parents
  • Certified Lead Developer

    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.  

Reply
  • Certified Lead Developer

    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.  

Children
No Data