[rules-users] How to fire rules of a specific rule file from ChangeSet

Rana ven12344 at yahoo.com
Tue Aug 21 08:35:02 EDT 2012


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-file-from-ChangeSet-tp4019282p4019305.html
Sent from the Drools: User forum mailing list archive at Nabble.com.


More information about the rules-users mailing list