how to get subprocess on two different pool,

1
0
-1

Hi I want subprocess on two different pool, how to get it. what I am actually doing.. I have three pool In First pool I ma defining Call activity and on that I want to go On pool 2nd and pool 3rd, how we achieve it , please help me.

Thanks and Regards, Bhushan

1 answer

1
0
-1

Hello, if you want to run two subprocesses at the same time, then you can place two call activities in parallel, each of them calling different subprocess (pool2 and pool3 in your case). Hope this helps, Haris

Notifications