Hi,
I have written the rule DRL file having around 30 rules in it. Some of the
rules do intermediate calculation and those calculation result is expected
in the other rules in same DRL file. I can do this by modifying the facts
objects in one rule and get the value in other rule. However, modifyin
not want rule engine to
even go & check for no-loop option (which is additional work).
I may be wrong as I am new to drools.
Thanks,
Adhir
On Wed, Mar 23, 2011 at 11:48 AM, Mark Proctor wrote:
> On 23/03/2011 05:46, Adhir Mehta wrote:
>
> Hi,
>
> I have written the rule DRL