In my project, I use DMN to model rules which gets executed using the drools DMN engine along with java code. It is expected to have 1000+ DMN rules in the project. I am trying to find a way to manage these DMN rules. Currently business-central is used to build these DMN rules and then it is downloaded to the project folder. As one DMN model has dependency on other, it is getting hard to import and export DMNs in business-central. I am planning to build a web application which will help to manage these DMN rules.
- Is there any tool that helps to manage the DMN rules so that I don't have to build one?
- I have explored kogito online DMN editor, is it possible to embed the DMN editor inside other web application (Iframe or npm package). If possible, does it have APIs for interaction like loading a DMN and saving?