Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not compatible with Kie DMN documents? #22

Open
michaelglasson opened this issue Feb 19, 2024 · 2 comments
Open

Not compatible with Kie DMN documents? #22

michaelglasson opened this issue Feb 19, 2024 · 2 comments

Comments

@michaelglasson
Copy link

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 particular with its simulator. I have found a few issues. One is that the simulator declares that it cannot parse a simple Kie/DROOLS DMN document owning to an error in line 2, column 2. This looks to be a question of namespace incompatibility. Simultaneously, I don't think I can use Camunda Modeler, as it does not recognise an information requirement. This means that the simulator does not offer me the chance to enter test inputs. Kie/DROOLS has a nice information requirement function and if I copy and paste the InputData and InformationRequirement elements from Kie/DROOLS across to a Camunda document, I get a very nice experience in the simulator. On balance, I think the Kie/DROOLS editor in VS Code offers the better opportunities, but I don't know how to manipulate the namespaces to avoid the error in your simulator. Do you have any advice?

@adamecr
Copy link
Owner

adamecr commented Mar 9, 2024

Hi @michaelglasson , thanks for using the library and providing the feedback.
The Simulator used DMN v1.3 (parser 1.3ext to be exact) and that's the reason, why the Kie Editot for VS Code model can't be read as Kie uses DMN v1.2 there.
I found a repo https://github.com/kiegroup/kie-tools/tree/main/packages/dmn-vscode-extension that seems to provide VS Code extension with support of DMN up to v1.5. Maybe this could help

@michaelglasson
Copy link
Author

michaelglasson commented Mar 9, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants