Hello,
I have an inclusive gateway that merges multiple branches and takes outflow path. I have an issue where it is not waiting for all branches to complete before taking the outflow path. Please advise.
Thanks
Priya
Hello,
I have an inclusive gateway that merges multiple branches and takes outflow path. I have an issue where it is not waiting for all branches to complete before taking the outflow path. Please advise.
Thanks
Priya
Thanks. I have a timer leading to an inclusive gateway in one of the flows. So, may be it is because of that? If so, what is the suggested way to handle cases like this please?
When an inclusive gateway merges several paths into one, it does not represent a decision. Instead, it waits for all flows with active activities to finish before proceeding to the outflow path. If there's a boundary event in a flow that leads into the inclusive gateway, then the merging inclusive gateway will wait only if the event has made the flow active. It will not wait for inactive flows.