-
Bug Report
-
Resolution: Fixed
-
L3 - Default
-
7.7.0
-
None
Steps to reproduce:
Create a bpmn process by using the fluent API:
Bpmn.createProcess() .startEvent() .exclusiveGateway() ...;
Expected Behavior:
The exclusive gateway marker is visible.
Observed Behavior:
The exclusive gateway marker is not visible.
Hint:
The attribute isMarkerVisible should be set to true in case of an exclusive gateway.