-
Enhancement
-
Resolution: Not a Bug
-
Major
-
7.12.0.Final
-
User Experience
-
Low
-
NEW
-
NEW
Hi, I'm working in a project using Drools in Eclipse. I need to solve the following issue and I was wondering if you could help me.
I have a rule that needs to be triggered in each one of the agendas that I've defined in my drl file (it is a very important rule).
First, I tried not to set an agenda for that rule, but it only got executed at the end of the last agenda.
So the only thing that came to my mind was defining that rule in each one of the agendas, i.e., the same rule is repeated in all of them, which is not the most efficient solution.
Is this a normal issue? Is there a better solution?
Thanks.