We are having OnPrem Standalone model of setup and wanted to know if alerts are possible to receive for specific Job and to a specific user?
Recently we faced one issue like JOB is in running state for more than expected time and we couldn’t monitor it to take action. So to avoid these kind of issues wanted to get notified if it is taking more than expected time to finish. So could anyone please suggest the best approaches to solve this?
At folder level we can but not job or process level
If you have insights enabled then from
Insights you can set alerts
Alternately we generally use a separate bot which just makes apis calls and check the performance of the job and would report …you can go with creating like that so that in future anything running long also can be caught
Kindly explore the capabilities of UiPath API calls and you could create one BOT Monitoring process which could report incidents like this and not limited to long running workflows.
You could configure for - Failure Jobs, Long Running Workflow Alerts, Jobs with error logs etc.