Max,
I'm rather new at this but I think what you can do is define a global
variable which is a container for the information you require. For
instance you could define a List global variable called RESULTS and for
every rule that fired in the action you could add something to the list to
indicate that that particular rule fired. Check section 3.3.3 of the
documentation for informaion on global variables.
Mike