dmn-check
dmn-check copied to clipboard
The Camunda Modeler 5.32.0 is not workable.
Hi, this checker is awesome. But I have installed this plugin in Camunda Modeler 5.32.0 and the dmn-check plugin in the plugin list is dimmed and not enabled. Could you provide installation advice or guide? Thank you!
Thank you very much for your feedback.
I have just fixed an compatibility issue with Camunda Modeler version 5 and later. Now the plugin should load. However, it will still be shown as greyed out. I guess because I currently do not provide any menu options.
Overall the Camunda Modeler plugin for dmn-check is still very rough. It was not really a priority for me for a long time. However, while looking into you issue I noticed that this is really to rough and I will try to spend some time over the next couple weeks.
For the time being, here is a quick guide on how to use the plugin:
- Copy the plugin folder into
resources/pluginsof you Camunda Modeler. - Start the dmn-check Server (https://red6.github.io/dmn-check/javadoc/de/redsix/dmncheck/server/ValidationServer.html)
- Start Camunda Modeler and open a DMN file
Now you should see (at least in the DRD view) error messages, if there are any. For example:
As you can see in the screenshot. The plugin logs quite verbose to the console. So you can verify what is going on there.
However, some errors are currently not mapped to the correct elements and there is no representation for errors in the table view, yet.
So you see, It is currently quite rudimentary.
I have created https://github.com/red6/dmn-check/pull/406 as a WIP. I will put all improvements in this area in this pull request.
Feedback and contributions are welcome!
Thank you for your quick response, it is exactly what you said. I will also study the UI layout issue.