Hi, I have multiple decision tables in my application that point to specific rule sets for different use cases. I am planning to load all of them during the start-up of the application server with different Names and then each client application will execute different rule sets with specific Names.
According JSR-94, a client application should be able to create a rule session based on the rule set name and then execute that rule set on that session by passing the input values in the form of a List. I couldn't find an API to do the same with decision tables. I would appreciate if anyone can help me out. Thanks and best regards, Subir
