I can get the camunda property name attribute by the BPMN model api

XMLWordPrintable

      AT:

      • I can use the CamundaProperty.getCamundaName method to get the value of the name attribute from a camunda property element

      Example XML:

      <serviceTask id="serviceTask" camunda:class="[...]" />
      <extensionElements>
      <camunda:properties>
      <camunda:property name="foo" value="bar"/>
      </camunda:properties>
      </extensionElements>
      </serviceTask>

            Assignee:
            Roman Smirnov
            Reporter:
            Sebastian Menski
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: