cancel
Showing results for 
Search instead for 
Did you mean: 

Could more than two flows reach parallelGateway?

sky1
Champ in-the-making
Champ in-the-making
It is a partial flow . It could do (task1 and task2) or (task1 and task3 and task4) but it couldn't reach task5.
When I deleted one of {(task2) , (task3 and task4)} , it could reach task5.

How did it reach task5, if I didn't delete anything.

Thanks vary much.
1 REPLY 1

jaale
Champ in-the-making
Champ in-the-making
The gateway before Task 5 represents an AND-join, so all incoming paths must be executed. Since you split the paths Task 2 and {Task 3, Task 4} using an XOR-split, only one of these paths is executed, but never both. You could merge the two paths into one using an XOR-join (another ExclusiveGateway) and connecting that to the ParallelGateway in front of Task 5.
Getting started

Tags


Find what you came for

We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.