Ok, for my rule files, the facts for all the rules are same. That is the
problem. I guess I have to merge everything into one rule file.
So can a rule have multiple agenda Group, something like this.
rule
agenda-group A,B,...
when
//condition
then
//consequence
end
or
Can I activate rules manually from the rule file. From other rule I will
activate the Activation Group A from there.
rule
activation-group A
when
//conndition
then
///
end
Because I have a business requirement, that puts a rule into multiple
agenda-group or activation-group.
Thanks.
--
View this message in context:
http://drools.46999.n3.nabble.com/How-to-fire-rules-of-a-specific-rule-fi...
Sent from the Drools: User forum mailing list archive at
Nabble.com.