Uipath Marketplace
MarketplaceListingsSnippetAlerts for Long Running Processes/Jobs

Create your first automation in just a few minutes.Try Studio Web

Alerts for Long Running Processes/Jobs

Alerts for Long Running Processes/Jobs

by Devashish Nigam Nigam

StarStarStarStarStarStarStarStarStarStar

0

Snippet

Downloads

158

back button
back button
next button
next button

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:

  1. Threshold Time  - Int Type (in hours)
  2. Tenant Name
  3. User credentials with UiPath Orchestrator access
  4. SMTP credentials, SMTP Host and SMTP Port

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

Publisher

Devashish Nigam Nigam

Visit publisher's page

License & Privacy

MIT

Privacy Terms

Technical

Version

1.0

Updated

Mar 5, 2020

Works with

Studio: 21.10 - 22.10

Certification

Silver Certified

Support

UiPath Community Support

Similar Listings