cancel
Showing results for 
Search instead for 
Did you mean: 

How to trigger the event of 3 dependent process chains

Former Member
0 Kudos

Hi All,

We have requirement like 3 sub process chains those will trigger the 4 th sub chains in the main process chain .those 3 needs to be complete before triggering the event of 4 process chain.

chain1

chain 2

chain3

chain 4

We can make a link for each chain(Chain1,2,3) and link it to chain 4.But the issue is some time they want to trigger chain 1,2 or 2,3 or 3,1 .At that time if we make one chain with all these 4 sub chains .the 4 chain wont trigger and wait for all chians to complete.

Please let me know is there any way to hadle this.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi

take chains 1 2 3 in parallel and after these take 'OR' processing type and then connect it with chain 4..it solves your problem.

Thanks,

Teja

Former Member
0 Kudos

Hi Teja,

The issue like the combinations ( (1,2),(1,3),(2,3)) should complete before triggering the chain 4..if we put OR i think it will tigger chain 4 even tough one in the combination chain still loading.