To be more explicit..

rule "testRule"
when
   eval(true)
then
 //do something here
end

On Tue, Aug 3, 2010 at 12:09 PM, sreekar <sreekar.muddu@gmail.com> wrote:

"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.
_______________________________________________
rules-users mailing list
rules-users@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users



--
 - CTO @ http://www.plugtree.com 
 - MyJourney @ http://salaboy.wordpress.com
 - Co-Founder @ http://www.jbug.com.ar
 
 - Salatino "Salaboy" Mauricio -