Details

    • Sub-task
    • Resolution: Fixed
    • L3 - Default
    • 7.16.0, 7.16.0-alpha4
    • None
    • None
    • None

    Description

      The BPMN parser must be able to parse the new attributes for UserTask and StartEvent:

      • camunda:formRef will hold the ID of the form
      • camunda:formRefBinding can be version, latest or deployment
      • camunda:formRefVersion, only if camunda:formRefBinding has the value version

      There should only be either a camunda:formKey or camunda:formRef on a UserTask or StartEvent.

      Example XML:

      <bpmn:userTask 
          id="Activity_0"
          camunda:formRef="formId"
          camunda:formRefBinding="version"
          camunda:formRefVersion="1">
      </bpmn:userTask>
      
      <bpmn:userTask 
          id="Activity_1"
          camunda:formRef="formId"
          camunda:formRefBinding="latest">
      </bpmn:userTask>
      
      <bpmn:userTask 
          id="Activity_2"
          camunda:formRef="formId"
          camunda:formRefBinding="deployment">
      </bpmn:userTask>
      

      mgm-controller-panel

        This is the controller panel for Smart Panels app

        Attachments

          Activity

            People

              miklas.boskamp Miklas Boskamp
              miklas.boskamp Miklas Boskamp
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Salesforce