Cannot See All Gateway Types

Hi

I am on the trial version of Camunda and I have started to play around with it. I can see some gateway types when I add one (Exclusive, Parallel and Event Based) but I dont see the Inclusive or Complex gateway. Is there a reason for this ?

Thank you in advance

Allan

1 Like

Hi,
those element types are not supported in Camunda 8: BPMN coverage | Camunda Platform 8
Hope that clears it up

3 Likes

Indeed, @eileen is correct - the Camunda 8 modeler only shows supported symbols so that people don’t end up creating a model that can’t be executed.

if you’re interested in modeling for diagrammatic purposes you can use Cawemo which has no such restriction.

1 Like

Hi,
1、In the Camunda Model 5.0 ,you can switch to the xml mode and change the bpmn:exclusiveGateway to bpmn:inclusiveGateway and you get the Inclusive Gateway.

image

2、There is a PR for the Inclusive Gateway,you can take a look first.

4 Likes

Fantastic work on implementing that gateway @skayliu!