Expand my Community achievements bar.

SOLVED

How to route to two activities (tasks) in parallel

Avatar

Level 2

Hi everyone,

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

e1.jpg

1 Accepted Solution

Avatar

Correct answer by
Level 3

Hi,

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

wish this will be helpful

Regards

Hussam

View solution in original post

1 Reply

Avatar

Correct answer by
Level 3

Hi,

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

wish this will be helpful

Regards

Hussam