Let me clarify in advance ... my rules are detecting errors in input data ... so when a rule fires it accesses my internal error handler.  I realize that rules fire when they succeed, not when they fail.

On Mon, Nov 28, 2011 at 4:56 PM, Ronald Albury <ronalbury@gmail.com> wrote:
Is there a simple way for me to be able to access the rule name in the 'then' clause?
When rules fail I want to pass the rule name into my internal error handler.

Thanks in advance