Common.DMN.Engine icon indicating copy to clipboard operation
Common.DMN.Engine copied to clipboard

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 in...

Results 7 Common.DMN.Engine issues
Sort by recently updated
recently updated
newest added

Hi again, Radek. I have reviewed the documentation and some of the source code, but I cannot confirm whether or not array/list inputs are usable either in the engine or...

Hi Radec, I am very happy with this open source implementation and am heavily using it as a generic back end service able to execute DM's from a central repository....

I have been looking at how to use either Camunda Modeler or the Kie/DROOLS VS Code plugin to edit DMN files for use with your excellent DMN Engine and in...

Hello Everyone, at first I want to thank you for the useful library you have implemented. It's working great and as expected but we have one problem regarding the supported...

Hi Radec, Expressions involving calculations with durations is not behaving as expected: - date("2023-01-01") + duration("P1M") * 12 results in 12/27/2023 12:00:00 AM instead of 2023-12-01 - P12M == P1Y...

DmnExecutionContextOptions now will recieve InterpreterOptions property to allow configure dynamic expresso from outside this nuget

While build the application in VS2022, we got the following error. build.tasks CS0246 The type or namespace name 'Task' could not be found (are you missing a using directive or...