To be more explicit..
rule "testRule"
when
eval(true)
then
//do something here
end
- do not write anything in the LHS and it will be executed everytime you
"how can I design a rule, that has no
condition at the LHS and will be executed each time I call fireAllRules()"
call fireAllRules()... something like this:
rule "testRule"
when
then
//do something here
end
--
View this message in context: http://drools-java-rules-engine.46999.n3.nabble.com/fireAllRules-multiply-times-tp1019111p1019449.html
Sent from the Drools - User mailing list archive at Nabble.com.
_______________________________________________
rules-users mailing list
rules-users@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users