Parallel gateway - how to wait for 1 to complete

Hi Steel,
I came up with these two designs:

  1. one design is that you have the main process with 2 separated processes, the one which finish first will initiate the next step and you don’t have to wait for the second one (it would be good to terminate the second one though).

  2. Just put that parallel gw in the sub-process and after 1st activity finish kill it with terminate event and continue with some activity.

Hope this will help you.
Cheers,
Lukas