Hi Mauricio,
Thanks for replying.
Below is the rule which i am trying to execute.
rule "Rule456"
ruleflow-group "validate"
dialect"mvel"
no-loop true;
when
then
System.out.println("Rule456 Executed");
end
There is no condition as such to match :)
This rule needs to be fired everytime but its not happening, as posted above.
Thanks.