0

I'm new to drools (I can consider Kogito as well) we have a requirements where the rules with orders are stored in a decision table and it should be executed based on the order given by the users the rules order could change at anytime. Please keep in mind that the response(output) from any rules is the input for the next one. is there anyway to achieve this?

example:

Rules rank
rule 1 1
rule 2 2

order might change to:

Rules rank
rule 1 2
rule 2 1
Kyle
  • 330
  • 1
  • 4
  • 13

0 Answers0