]
Edson Tirelli updated DROOLS-2080:
----------------------------------
Sprint: 2017 Week 43-44
On Decision Tables with Hit Policy PRIORITY, only one output column
needs the output values list
------------------------------------------------------------------------------------------------
Key: DROOLS-2080
URL:
https://issues.jboss.org/browse/DROOLS-2080
Project: Drools
Issue Type: Bug
Components: dmn engine
Affects Versions: 7.4.1.Final
Reporter: Edson Tirelli
Assignee: Fedor Gavrilov
Fix For: 7.5.0.Final
Currently, the compiler enforces that all output columns in a Decision Table with
PRIORITY hitpolicy must have an output values list.
This is wrong, only one output column must have the output values list.
This is the commit when the behaviour was changed:
https://github.com/kiegroup/drools/pull/1176/commits/33ff310c5a302abff6fd...
This check needs to be changed appropriately
https://github.com/kiegroup/drools/blob/master/kie-dmn/kie-dmn-core/src/m...