Uipath Marketplace
MarketplaceStudioスニペットAlerts for Long Running Processes/Jobs

はじめてのオートメーションをわずか数分で作成できます。Studio Web を試す

Alerts for Long Running Processes/Jobs

Alerts for Long Running Processes/Jobs

作成者: Devashish Nigam

StarStarStarStarStarStarStarStarStarStar

0

スニペット

ダウンロード数

170

[戻る] ボタン
[戻る] ボタン
[次へ] ボタン
[次へ] ボタン

要約

要約

Sends email to users about processes or jobs running for more than a certain threshold of time in Orchestrator

概要

概要

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.

機能

機能

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).

その他の情報

その他の情報

依存関係

"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]" }

コード言語

Visual Basic

公開者

Devashish Nigam

公開者ページを表示

ライセンス契約とプライバシー条項

MIT

プライバシー条項

技術情報

バージョン

1.0

更新日

2020年3月5日

対応製品

Studio: 21.10 - 22.10

認定

シルバー 認定済み

アプリケーション

UiPath Orchestrator

サポート

UiPath コミュニティ サポート

類似のコンポーネント