adamecr / Common.DMN.Engine

DMN Engine is a decision engine (rule engine) allowing to execute and evaluate the decisions defined in a DMN model. Its primary target is to evaluate the decision tables that transform the inputs into the output(s) using the decision rules.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Return matched rules as part of Decision Result

nlysaght opened this issue · comments

We would like to return back any rule details which matched as part of the decision evaluation.
We need to do this for audit reasons, so we can let users review the decisions and show them which rules were matched after a decision had been arrived at.

I have checked out the master branch and have modified this and all the tests to return back the positively matched rules as part of the decision result.

I would like to submit this as a PR for review, but I don't seem to have the ability to create a branch from an issue.
Therefore I would like to submit the attached patch for the master branch for your review.

Kind Regards
Noel
0001-Added-in-the-abilty-to-return-back-the-positively-ma.zip

Apologies I have since figured out how to create a PR across forks.
I have now submitted a PR for your review.