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

For a Human Task, I can map variables via camunda:inputOutput

    XMLWordPrintable

Details

    • Feature Request
    • Resolution: Won't Fix
    • L3 - Default
    • None
    • None
    • engine

    Description

      In User Tasks (BPMN) you can set input/output parameters. This can even be used by the modeler extension-elements.

      It would be logical that the same functionality is available for Human Tasks (CMMN).

      e.g. for a BPMN User Task, we use these input/output variables (defined in the modeler by an element-templates.json file for easy access to non-technical business users) to decide if we need to run some logic that is registered as a ProcessEngine Plugin TaskListener, or to customize the label on the submit button.

      <bpmn:userTask id="task_valideer_automatisch_advies" name="Valideer Automatisch Advies" camunda:modelerTemplate="com.skryv.SkryvDocUserTask">
            <bpmn:extensionElements>
              <camunda:inputOutput>
                <camunda:inputParameter name="submitText" />
                <camunda:inputParameter name="runCustomProcessEngineTaskListener">true</camunda:inputParameter>
              </camunda:inputOutput>
            </bpmn:extensionElements>
          </bpmn:userTask>
      

      mgm-controller-panel

        This is the controller panel for Smart Panels app

        Attachments

          Issue Links

            Activity

              People

                Unassigned Unassigned
                dimitry.declercq@skryv.com Dimitry Declercq
                Votes:
                0 Vote for this issue
                Watchers:
                3 Start watching this issue

                Dates

                  Created:
                  Updated:
                  Resolved:

                  Salesforce