Uploaded image for project: 'camunda BPM'
  1. camunda BPM
  2. CAM-7891

Exclusive Gateway Marker is not visible when using Fluent API

    XMLWordPrintable

Details

    Description

      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.

      mgm-controller-panel

        This is the controller panel for Smart Panels app

        Attachments

          Activity

            People

              roman.smirnov Roman Smirnov
              roman.smirnov Roman Smirnov
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Salesforce