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

Camunda Modeler doesn't recognize <potentialOwner> in <userTask> node

    XMLWordPrintable

Details

    Description

      I have a bpmn file with the following UserTask:

      <userTask id="3" name="User Task">
      <incoming>4</incoming>
      <outgoing>6</outgoing>
      <potentialOwner id="gruppeManagement">
      <resourceAssignmentExpression>
      <formalExpression>GruppeManagement</formalExpression> or
      <formalExpression><![CDATA[GruppeManagement]]></formalExpression>
      </resourceAssignmentExpression>
      </potentialOwner>
      </userTask>

      When I copy it to Eclipse and open it with the Camunda Modeler it hasn't the "GruppeManagement" in the Candidate Groups Textfield on the Properties Tab.
      Before the Camunda BPM Release I used the Activiti-Modeler which recognizes the <potentialOwner> and saves it as attribute on the userTask node as followed:

      <userTask id="3" name="User Task" activiti:candidateGroups="GruppeManagement">

      mgm-controller-panel

        This is the controller panel for Smart Panels app

        Attachments

          Activity

            People

              Unassigned Unassigned
              hiemer.jan Jan Hiemer
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Salesforce