[rules-users] Calling RuleSet from a Function/Another Rule

2013-11-12 Thread Chakraborty, Ayon (Genworth, Contractor)
Hello All, We are trying to migrate from Blaze to Drools Guvnor. In Blaze Rule Language, we have functions where depending on conditions, we can call one RuleSet or Decision Table. Is there any functionality in Drools where I can call rule inside another rule depending on some conditions. ( Su

Re: [rules-users] Calling RuleSet from a Function/Another Rule

2013-11-12 Thread Lance Leverich
Hi Ayon, I'm not personally familiar with Blaze, but I can tell you that in Drools, rules are not something that you "call". In Drools, rules are evaluated whenever the facts in your WorkingMemory change; and the consequences are executed according to agenda/rule-flow group, and salience settings.