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.
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?