Hi,
What I want to achieve is that I want to call another bpmn inside current bpmn. I know there is call activity but, I don’t want current process to wait for completion of activity.
For instance, In this model, main process wait until Activity A is completed. I want to move all the process variables to activity A and, make main process not to wait Activity. If Service C is completed, so end this process.
If I cannot do that with activity, How can I do that?