HiI just try to uses jboss rules in our projects. I met a question. for examplepackage samplerule "rule 1"when$o:Order (amount>100 and amount<200);then$o.setPrice($o.getPrice()-10);endrule "rule 2"when$o:Order (amount>200);then$o.setPrice($o.getPrice()-20);endif the fact , order's amount is 210. then the rule2 will be executed, then the rule1 will be fired . I want to stop the session once some rule is executed or how to control the rule flow.thanks in advance-Yong
_______________________________________________
rules-users mailing list
rules-users@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users