I am wondering how I could use the managed decision table from the Drools Workbench toolkit inside a Java application using runtime runoles. The idea is that the user will work on defining the rules, processes, and some decision tables in the workbench that will be selected during the saliva run.
However, for some reason I cannot figure out how to do this in drools, as it stores the table as a gdst file and does not seem to compile drooling it.
With saliva, is there a way: - to execute a gdst file, as with the Excel solution table? - or compile the gdst file in the rules?
I was looking for a solution, but I can not find a specific example ...: /
java compilation rule-engine drools kie-workbench
Kevin chabot
source share