cancel
Showing results for 
Search instead for 
Did you mean: 

Create subprocess on event

jolo_
Champ on-the-rise
Champ on-the-rise
I have one subprocess. I one to launch new instance of it on each launch_process_event occur.
Should I use embeded or standalone subprocess for this purposes?

P.S. As I understand the only difference, between embedded and standalone subprocesses is shared process context? Am I right?
1 REPLY 1

trademak
Star Contributor
Star Contributor
Well, there are more differences. If embedded sub processes are valid for your use case then that's the easiest approach.
If you are using the sub process in more process definitions then a standalone sub process would make the most sense.

Best regards,