Complex Gateway

0
0

Hi,

In BPMN Level 1 training, should I assume that exclusive gateways are used to choose between only 2 paths, whereas a complex gateway IS an exclusive gateway but for more than 2 paths?

Thanks

RESOLVED
Marked as spam
Posted by
Asked on 24 June 2021 1:45 pm
490 views
Public question
1
Private answer

Complex Gateways in BPMN are typically used for splitting/deviating or merging/ converging a complicated process flow scenario. Users use this only when the more well understood parallel, inclusive, and exclusive gateways cannot handle a situation.

The anatomy of a complex gateway can be represented by a combination of Exclusive, Parallel, Inclusive gateways. The complex gateway is an advanced concept used by users with more experience in using BPMN notations. Using complex gateway makes the process map look more compact/lean as well.

  • Exclusive Gateway (XOR) - where only one path is followed (a binary situation)
  • Inclusive Gateway (OR) - where one or more paths can be followed
  • Parallel Gateway (AND) - where both paths are followed in parallel
  • Complex Gateway - where multiple inputs are processed and based on certain condition/rule a merged/converged output is created for the next activity. 

Hope this helps.

Marked as spam
Posted by
Answered on 25 June 2021 2:22 am
1
Private answer

here is a good example attached.

Marked as spam
Posted by
Answered on 25 June 2021 4:18 pm
0
Private answer

Thank you Shantanu and Matias for your helpful responses.

Marked as spam
Posted by
Answered on 26 June 2021 4:14 pm