-
Feature Request
-
Resolution: Fixed
-
L3 - Default
-
None
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
- depends on
-
CAM-8946 I can use camunda:decisionRefVersionTag in the model api
- Closed