What rules are in agenda-group 3?
rule "rule1"$c : Customer()
agenda-group "1"
salience 0
when
$a : Account()
$h : HashMap(!(this["Aggregate_Balance"]<=50000))
then
setFocus("2")
end
rule "rule2"
agenda-group "1"
salience -1
when
then
setFocus(3)
end$c : Customer()
rule "rule3"
agenda-group "2"
salience 0
when
$h : HashMap(this["customerName"]=="Abhinay" ||
this["accountType"]=="Single")
then
$c.setStatus("OK")
end
--
View this message in context: http://drools.46999.n3.nabble.com/Rule-refiring-issue-tp4018618p4018625.html
Sent from the Drools: User forum mailing list archive at Nabble.com.
_______________________________________________
rules-users mailing list
rules-users@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users