You are viewing limited content. For full access, please sign in.

Question

Question

Gateway Merge Question

asked on January 27, 2015

We have a BP as where at one point we check to see (based on a form field) if the form is for a classified or certified employee. If it is certified we put it into a parallel process that skips out on one of the steps that a classified one would go through. At the end of it, it goes to a parallel merge gateway. That same gateway is also used if it is for a classified employee and includes an incoming route from the step that is skipped for the certified employees.

My questions is, when it goes for a certified employee and it gets to the merge gateway, will it be expecting an incoming route from the other step or is it smart enough to know it never used that route and to proceed?

0 0

Answer

SELECTED ANSWER
replied on January 29, 2015 Show version history

Use exclusive gateway after the service task and user task should work, or you can just put the condition on the service task and user task itself in the outflow tab like following:

0 0

Replies

replied on January 28, 2015

The parallel gateway is not that smarter, it will cause problem for the merge gateway with current design. For parallel gateway, if it split to 2 outflows in the split gateway, then it need 2 flows in for the merge gateway as well. So the number of outflows for split gateways and number of inflows for merge gateway must match.

 

For your case, I suggest you to add another merge gateway to merge to two flows from the certified split gateway and add path conditions for the "New Hire Process" subprocess and "AdminRC-Download" user task to let them know when go to that merge gateway.

0 0
replied on January 28, 2015

So something like this?

0 0
SELECTED ANSWER
replied on January 29, 2015 Show version history

Use exclusive gateway after the service task and user task should work, or you can just put the condition on the service task and user task itself in the outflow tab like following:

0 0
You are not allowed to follow up in this post.

Sign in to reply to this post.