We have a requirement where we want to capture the all rules picked up by the rule resolution and executed at run time during any case processing or any action performed by user within the application. we want to capture all the rule types if possible. It would be great if any one already has any solution for it. Does pega maintains any table where it captures the all rule types which executed very frequently & how many time it is executed for a given date.
Thank you for your response. I understand by adding logs or implementing an utility which can be plugged into each & every rule would resolve the problem but this is not something we can’t do it as application production live. So I am looking some solution where Pega track all these details already if any. I am looking for some solution without making much changes at the application side.
Could you please what logs you want me to extract if anything specific?
Most of the rules will be present in pr4_rule table, you can query on it but I don’t think you’ll be able to see what gets picked up on runtime. Otherwise extract the PegaRULES log on the time frame that you want to search.