basic version, you can run queries, draw your own diagram and run data through it
This solution allows you to visualize business logic (for example, tariff schedule, calculation of insurance payments, etc.) and remove it from the code (the programmers will thank you), leaving it entirely under the control of business analysts
This application is designed to show how you can work with this using IRIS and DMN
https://iris-dmn.demo.community.intersystems.com/dmn/index.html#
DMN was invented in 2015 by the same guys who created BPMN - these 2 notations go well together. But it can also be used separately.
The Decision Model and Notation (DMN™) is a Standard by OMG®, providing a conventional and visual notation readily understandable by all users and personas.
git clone https://github.com/alexnxela/iris-dmn.git
Be sure to execute this file, it will download java version 11 (since IRIS uses 8 by default). If you are using windows - (you may need to do this manually)
./build.sh
docker-compose up -d
Install with IPM
zpm "install iris-dmn"
docker-compose up -d