Alert for when Jobs do not run as per their scheduled trigger

Hi,

We had an issue today where a hung/stuck job on one of our unattended robots was in that state for 2 days resulting in no other jobs being able to run during that time.

Is there anything we can do to alert us when unattended Jobs scheduled to run don’t get kicked off like this?

Obviously we need to understand why the Job got into this state too but an alert will help us too.

Thanks,
JOhn.

1 Like

hi @johnom
yes , you can setup email alert , Jest refer below

How to Setting Up Email Alerts

Alerts

Hello Johnom,
You can try also Orchestrator Webhooks here you have 2 examples:

Thanks,
Cristian Negulescu

1 Like

Hi there,

there is a new Custom Activity for reliable team alerting available here: UiPath Marketplace: SIGNL4.
You can also trigger a SIGNL4 alert using the webhook as mentioned above. In this case you can use the following parameters:

URL: Your SIGNL4 webhook URL including your team secret
Content-Type: application/json
Payload: A JSON body with the parameters and values you need.

I hope this helps

Ron