Thank you very much for your reply.
In fact what I wanted to execute the
specific rule out of say 10 rules.
I have tried
ksession.fireAllRules(2);
Then only first 2 rules get executed.
Please let me know if there is any way-out
to call specific rules out of bunch of rules.
It would be extremely helpful if you
please share a code snippet regarding this.
Re: How Can a Drools Rule call another
Drools Rule?
Rules are never "called". Changes in WM create
(and also delete)
"activations": tuples consisting of a rule and the fact objects
matching the left hand side patterns. From this set of activations,
rule right hand sides are executed according to salience (and other
criteria).
Perhaps if you describe the actual problem...?
-W
On 19 August 2010 06:58, Sanjib Karmakar <[hidden
email]> wrote: