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

DMN files from latest version of camunda modeler not working

samuelsen opened this issue · comments

When using the latest version of camunda modeler the changed file creates a parsing error parsing the DMN file.

Camunda modeler:
Version: 4.2.0
Release Date: August 11, 2020

Hello @samuelsen,
what version of library do you use?
There has been an update supporting the DMN 1.3 used by late versions of Camunda modeler Issue #2 .
Keep in mind there is a need to "tell the parser" to work with DMN 1.3 as described in documentation

I did a quick check with modeler 4.2 and latest version of DMN.Engine library and didn't get into any issues so far.

Thanks for the quick response, I’ll double check if not specifying 1.3 is the issue. Seems the latest modeler auto updated the dmn file to 1.3

yep, the latest modeler saves the files as 1.3 even if opened as 1.1.

closing the ticket, I guess it works with proper version config