cancel
Showing results for 
Search instead for 
Did you mean: 

Parallel Processing and check the status of the iflows

former_member655824
Participant
0 Kudos

Hi experts,

I have three iflows such as a,b and c. The a and b is executed with parallel and

once finished successfully the c will be called. For this scenario, how can know the a and b are successfully finished?

Best regards,

Nyein

View Entire Topic
DaiQuach
Explorer
0 Kudos

Vinay is right, you can use parallel or sequential multicast and my use gather step to collect payload to check the output of a and b and the use ProcessDirect to call c if needed.