Skip to main content
February 3, 2023
Solved

If more than 1 paths exit an OR gateway, how can I make the paths back to one?

  • February 3, 2023
  • 6 replies
  • 0 views

Hi

1 or more paths can exit an OR gateway.

If more than 1 paths exit an OR gateway, how can I make the paths back to one path?

Thank you

    Best answer by stefanhelzle0001

    I typically solve these scenarios like this:

    6 replies

    konduruc733182
    February 3, 2023

    Hello yongsungk0001,

    I think the above process looks fine for achieving your requirement.

    February 3, 2023

    As having the OR gateway, 2 flows(blue line) are made. And the sub-process behind the dummy-script task generates porcess instance twice. 

    What I am trying to do is to gather the 2 flows to one flow, so only one process instance generates.

    February 3, 2023

    you can try to use AND Gateway to merge both flows instead of dummy node.

    stefanhelzle0001
    Brainy
    February 3, 2023

    I typically solve these scenarios like this:

    February 3, 2023

    thank you