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

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

XMLWordPrintable

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

      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>
      

        This is the controller panel for Smart Panels app

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

                Created:
                Updated:
                Resolved: