Exclusive Gateway Marker is not visible when using Fluent API

XMLWordPrintable

      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.

            Assignee:
            Roman Smirnov
            Reporter:
            Roman Smirnov
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: