"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...
Sent from the Drools - User mailing list archive at
Nabble.com.