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

BPMN-Model-API EventBasedGateway has no Attribute ID

XMLWordPrintable

    • Icon: Feature Request Feature Request
    • Resolution: Won't Fix
    • Icon: L3 - Default L3 - Default
    • None
    • 7.14.x
    • bpmn model api
    • None
    • 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

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

                Created:
                Updated:
                Resolved: