A
agent_008_nl
Guest
Depends on your needs. If they are simple you can write a rules editor and interpreter yourself in ABL. Make the rules quickly accessible with temptables/datasets, you can make the rules immediately accessible after editing them. I have done this about six or seven years ago. If they are more complicated you can f.e. use a camunda rules editor (web based, open source). The rules are persisted in portable DMN 2.0 (xml), you can build the interpreter in ABL. I have done this with an elixir backend however elixirforum.com/.../2 . Drools can be used for an even more complicated rules engine.
Continue reading...
Continue reading...