[rules-users] fireAllRules() - multiply times.

sreekar sreekar.muddu at gmail.com
Tue Aug 3 11:09:12 EDT 2010


"how can I design a rule, that has no
condition at the LHS and will be executed each time I call fireAllRules()"

- do not write anything in the LHS and it will be executed everytime you
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.



More information about the rules-users mailing list