bpmn-io / dmn-testing-plugin

Camunda Modeler plugin that allows testing of a DMN decision.
MIT License
16 stars 5 forks source link

Provide static dmn analysis to detect anomalies #10

Open MaxTru opened 3 years ago

MaxTru commented 3 years ago

Is your feature request related to a problem? Please describe

Some issues in dmn decision tables can be identified even before execution. The DMN Testing Plugin should be able to detect such anomalies.

Describe the solution you'd like

A separate section in the plugin to perform static analysis.

It should identify anomalies like:

Describe alternatives you've considered

n/a Additional context

barmac commented 3 years ago

Related to what https://github.com/bpmn-io/dmn-js-dmnlint can do.