I have some process, same as the picture below, and at some point (after activity3) I want to route the process into two activities in parallel the first one to activity5 and the other one to activity1 (from A to activity1) but I cannot can any one help???
to do parallel processing you have to start a gateway and you have to be sure to close it, so to solve your issue add another gateway at the beginning and close it at the end, then use variables and conditions to control your routs
to do parallel processing you have to start a gateway and you have to be sure to close it, so to solve your issue add another gateway at the beginning and close it at the end, then use variables and conditions to control your routs