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

I can use a version tag in a business rule task to bind a decision to evaluate

XMLWordPrintable

    • Icon: Feature Request Feature Request
    • Resolution: Fixed
    • Icon: L3 - Default L3 - Default
    • 7.9.0, 7.9.0-alpha4
    • None
    • engine

      Given:

      • A process model contains a business rule task to evaluate a decisition
      • The binding is set to versionTag and a decisionRefVersionTag is provided, for example like this
        <bpmn:businessRuleTask ...
           camunda:decisionRef="decision_1"
           camunda:decisionRefBinding="versionTag"
           camunda:decisionRefVersionTag="my-version-tag" />
        

      When:

      • The business rule task is executed

      Then:

      • The decision to evaluate is selected by the provided version tag.

      Additionally:

      • If a tenant is provided, then it should also taken into account to select the decision to evaluate.
      • The property decisionRefVersionTag can be a literal or an expression.
      • If there are more than one decisions that share the same version tag, then an exception should be thrown.

      To be discussed:

      • The binding versionTag could/should also be enabled for the call activity.

        This is the controller panel for Smart Panels app

              roman.smirnov Roman Smirnov
              roman.smirnov Roman Smirnov
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: