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

BPMN-Model-API EventBasedGateway has no Attribute ID

    XMLWordPrintable

Details

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

    Description

      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)

      mgm-controller-panel

        This is the controller panel for Smart Panels app

        Attachments

          Activity

            People

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

              Dates

                Created:
                Updated:
                Resolved:

                Salesforce