cancel
Showing results for 
Search instead for 
Did you mean: 

How to move process from one sub process to another sub process

somireddyjonnal
Champ in-the-making
Champ in-the-making
Hi,

My requirement is to move the process from one sub process to another sub process. How can we achieve it without using error boundary event. Please let me know if we can achieve it using normal sequence flows.

Thanks & Regards
Somi J.
1 REPLY 1

jbarrez
Star Contributor
Star Contributor
If there are activities active in the sub process, you'd need to 'destroy' that subprocess before the sequence flow are followed to the next part of the process. A boundary event is the most easy way to do this … what about using a signal event?