BPMN-Model-API EventBasedGateway has no Attribute ID

XMLWordPrintable

    • Type: Feature Request
    • Resolution: Won't Fix
    • Priority: L3 - Default
    • None
    • Affects Version/s: 7.14.x
    • Component/s: bpmn model api
    • None
    • Environment:
      Maven Repository, Version 7.14 (older Versions aren't supporting this either)

      It is not possible to set an ID when creating an EventBasedGateway using the Fluent Builder API. However, setting an ID is possible for every other BPMN Element, including all other Gateways. It is however possible to set IDs for EventBasedGateways in the Camunda Modeler.

      Using the latest version of the Camunda Model API from Maven.

      // possible to set ID for parallel Gateway
      
      bpmnNode.builder()
              .parallelGateway(nodeID)
      
      // not possible
      bpmnNode.builder()
              .eventBasedGateway(nodeID)

        This is the controller panel for Smart Panels app

              Assignee:
              Unassigned
              Reporter:
              Florian Brand
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

                Created:
                Updated:
                Resolved: