Hi,
I have an activity with SLA, When the goal time reached it should trigger an remainder mail similarly when the deadline time reached it should trigger escalation mail. How to check my SLA run or not?
Thanks in advance for your solutions.
Hi,
I have an activity with SLA, When the goal time reached it should trigger an remainder mail similarly when the deadline time reached it should trigger escalation mail. How to check my SLA run or not?
Thanks in advance for your solutions.
@SuryaBasani Check if there are any entries in System-Queue-ServiceLevel class to know if the SLA got processed or broken.
Check in case audit, when SLA action is getting executed, an audit will get captured in case and the performed by name will be Service Level Agent, by using this audit you can start your debugging.
If any exceptions happens while processing and all 3 re-try attempts got failed, then Pega will keep the request in broken items. From admin studio you will be able to see the SLA agent broken item(s) → Admin Studio → Resources → Agent Queues - under broken categories System-Queue-ServiceLevel class all SLA broken entries will be avail.