RE: [rules-users] Nested Rules

2008-05-22 Thread Anstis, Michael (M.)
: [rules-users] Nested Rules Hi I am using Drools 4.0.4 with Eclipse 3.2. I m much happy with the results. But now my application needs nested loops.. Can i write nested rules like rule rule 1 // if condition of rule 1 is true then only execute rule 2 other wise skip it when

[rules-users] Nested Rules

2008-05-22 Thread Vishal Deshmukh
Hi I am using Drools 4.0.4 with Eclipse 3.2. I m much happy with the results. But now my application needs nested loops.. Can i write nested rules like rule rule 1 // if condition of rule 1 is true then only execute rule 2 other wise skip it when condition is

Re: [rules-users] Nested Rules

2008-05-22 Thread Christine
On Thu, May 22, 2008 11:30, Vishal Deshmukh wrote: Can i write nested rules like Sure. rule rule 1 when condition is true then set property in some object rule rule 2 when property in some object has been set then action However, if you

[rules-users] Nested Rules

2008-04-11 Thread Swathi B
Hi All, This is Swathi..this is my first post to the group. Can any one tell me whether nested rules is possible in drools rules engine? Example : Based on successful execution of one rule is there any way/means to execute another rule at a time. Thanks in Advance, Swathi. -- View this

Re: [rules-users] Nested Rules

2008-04-11 Thread Mark Proctor
Swathi B wrote: Hi All, This is Swathi..this is my first post to the group. Can any one tell me whether nested rules is possible in drools rules engine? Example : Based on successful execution of one rule is there any way/means to execute another rule at a time. The engine is fully