I am looking for a solid solution for exit on the first match rule for each rule table inside the decision table excel,
Currently, there are 2 rule tables in excel, it is because one field is updated in the first rule table, and the second rule table uses the updated value,
I try below code, but it only fires one rule at the first rule table, not execute any rule from the second rule table, so it doesn't help,
kieSession.fireAllRules(1);