Need a little more output

Is there any way to turn up logging around the

protected void evaluateDecisionTable(DmnDecisionTableImpl decisionTable, VariableContext variableContext, DmnDecisionTableEvaluationEventImpl evaluationResult) {

method? In class DecisionTableEvaluationHandler I am struggling with understanding why none of the dmn rules I have specified are being selected.

Maybe if you’re having trouble working out how your DMN table is being executed. i suggest checking out this great tool and blog post.

That should clarify what’s going on.

2 Likes

Thank you I will evaluate this tool when I have some time.