]
Matteo Mortari reassigned DROOLS-2543:
--------------------------------------
Assignee: Matteo Mortari (was: Edson Tirelli)
"?" doesn't work with multi-conditions in decision
table
--------------------------------------------------------
Key: DROOLS-2543
URL:
https://issues.jboss.org/browse/DROOLS-2543
Project: Drools
Issue Type: Bug
Components: dmn engine
Affects Versions: 7.7.0.Final
Reporter: Tibor Zimányi
Assignee: Matteo Mortari
When having multivalue cell in DMN decision table with this values: "? > 10,
90", FEEL compilation fails with the following output [1]. This multivalue works when
it is closed in brackets like this: "(? > 10), 90" or when the condition
order is switched like this: "90, ? > 10".
Reproducer can be found here [2].
[1]
https://gist.github.com/baldimir/d6f51198696e4f2b84d3eb0aaf2a9815
[2]
https://github.com/kiegroup/drools/pull/1898/files#diff-388002c5a2500f2ec...