Details
-
Bug Report
-
Status: Closed
-
L3 - Default
-
Resolution: Fixed
-
None
-
None
Description
Currently, the key of an output value in a decision output is specified by camunda:output attribute on the output clause. If the clause has no attribute then the key is null. If the decision output has multiple values without key then the values will be overridden.
We should use a default value (key or id of the clause) or throw a warning/error while parsing.
AT:
- if only one output no name is fine
- if more then one output throw exception if not all names are set or duplicate names are used