Hi Maciej ,
I have created a business process as explained in this loop example.
https://manthapavankumar.wordpress.com/2013/08/01/jbpm-loops-concept/
If i add a Business rule task just after the loop script task, the rule gets executed only for the first time and not for the rest of the time. The onEntry and OnExit scripts executed but not the rule.
I have written sample Business rule in such a way, the 'When' condition will always be evaluated as true ( like eval(true)).
Could anyone help me to achieve this.
Thanks
Kyla
Hello,
You should mention the lock-on-active property set to false as it will prevent from executing the rule again.
Thanks,
Kavi