difference between end event and start process
Hello good,
I would like to know what is the difference between executing a thread in an end event node and executing a thread with the smart service start process and then terminating the process.


Hello good,
I would like to know what is the difference between executing a thread in an end event node and executing a thread with the smart service start process and then terminating the process.


https://docs.appian.com/suite/help/22.1/End_Event.html#launching-a-subprocess-from-an-end-event
As with the sub process node, starting a process from an end event that new process will be started on the same execution engine as the parent. The start process node distributes the load to all available engines.
If you do not need to start larger number of processes, this is more a matter of taste. I prefer explicit process design over implicit. Means, a start process node makes clear that another process is started. "Hiding" it in the end event might easily be overlooked.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.