This plugin allows to test DRD diagrams. Currently the plugin supports the following core features:
- Parsing input variables for a given DRD and decision and letting the user define the respective values.
- Starting an embeded lightweight Camunda DMN decision engine as
JAVAsub-process. - Evaluating the DRD with the given input values and displaying the results.
This plugin is in major version zero and should therefore not be considered stable. Please refer to issues to get an overview of missing features and limitations.
- Make sure to have
JAVAinstalled (required to run the DMN decision engine) - Download and copy this repository into the
pluginsdirectory of the Camunda Modeler - Start the Camunda Modeler
- Start the
TestingModal by clicking the respective menu button when having a.dmnfile open - Edit the input parameters as required and start an evaluation by clicking on
Test
Refer to the plugins documentation to get detailed information on how to create and integrate Camunda Modeler plugins.
Clone this repository and copy or link the dmn-testing-plugin directory to the plugins directory of the Camunda Modeler.
Install all dependencies
$ cd dmn-testing-plugin
$ npm installPerform changes as required.
Build the plugin
$ npm run devReload or restart the Modeler to make the changes take effect.
MIT
