Correctly manage execution of invalid models #1619
Labels
area:dmn
Related to DMN
area:engine
Related to the runtime engines
type:tech-debt
Things that were left behind an may harm us in the future.
Inside
a CompiledExpression is returned even in presence of Syntax errors, that are simply sent to MsgUtil.
Then, the calling code
ignores the error messages, set the evaluator, and uses it to evalute the model.
The result of all that is inconsistent, since
This is demonstrated by the attached DMN-Invalid.txt
The text was updated successfully, but these errors were encountered: