Create your first automation in just a few minutes.Try Studio Web →
by Devashish Nigam
0
Snippet
166
Summary
Summary
Sends email to users about processes or jobs running for more than a certain threshold of time in Orchestrator
Overview
Overview
The snippet uses UiPath Orchestrator API to pull jobs which were running for more than a certain threshold of time in UiPath Orchestrator along with the last log message, how long ago it was logged, RobotName and job StartTime.
The assets to be created are:
NOTE:
In case you do not want to use SMTP to send emails, please replace the code with send Outlook mail activity.
Features
Features
Useful for RPA Support and Operations Team as they do not need to check if any process is stuck or not. They will be notified via email about long running jobs in Uipath Orchestrator along with last log message and time elapsed since the last log message, Robot Name and Job Start Time (Local Time).
Additional Information
Additional Information
Dependencies
"dependencies": { "UiPath.Excel.Activities": "[2.6.2]", "UiPath.Mail.Activities": "[1.5.0]", "UiPath.System.Activities": "[18.4.2]", "UiPath.UIAutomation.Activities": "[19.1.0]", "UiPath.Word.Activities": "[1.3.1]", "UiPath.WebAPI.Activities": "[1.4.4]" }
Code Language
Visual Basic
License & Privacy
MIT
Privacy Terms
Technical
Version
1.0Updated
March 5, 2020Works with
Studio: 21.10 - 22.10
Certification
Silver Certified
Support
UiPath Community Support