Uipath Marketplace
MarketplaceStudioスニペットGlobal Handler for Exceptions

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

Global Handler for Exceptions

Global Handler for Exceptions

作成者: Boundaryless Group

StarStar

4

スニペット

ダウンロード数

248

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

要約

要約

Enhance your project’s error handling capability by introducing global exception handling

概要

概要

This snippet is a good example of the Global Error Handling mechanism of UiPath. Almost every automation project handles exceptions in its own way.

This exception handling can be enhanced even further by introducing Global Error Handling. This snippet is simply a plug-and-play workflow solution for global error handling. Just add this to your automation solution and you are ready to go!

What is does

It will be the second level of error handling of any unmanaged or unexpected errors that occur while executing the workflow solutions. The global error handling XAML file will be called in such instances and it will try to retry the execution of the failed activity.

The number of retry attempts is defined in the global error handler itself. If the retry attempts are successful, the workflow will continue to execute without any problem. However, if all retry attempts fail, the global error handler will terminate the execution of the process.

This snippet accepts two input arguments. NOTE: Please make sure not to edit/remove these arguments as they are system-defined and it will not work if you remove them. While executing these arguments will be used by the system in case of an unmanaged error. You do not need to pass anything or define invoke workflow activities to execute the global error handler.

Every retry attempt is logged in detail along with the exception information.

Project Configuration to support Global Error Handling

Please add the below line to your Project.JSON file under RuntimeOptions to enable global error handling:

exceptionHandlerWorkflow: GlobalHandlerForExceptions.xaml,

機能

機能

- Plug and play - Enhance the level of error handling of your automation solution - Detail logs help debug run time errors

その他の情報

その他の情報

依存関係

Do not have any dependencies specific to this workflow.

コード言語

Visual Basic

公開者

Boundaryless Group

公開者ページを表示

信頼できるソース

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

MIT

プライバシー条項

技術情報

バージョン

1.0.0

更新日

2020年11月12日

対応製品

Studio: 19.5 - 22.10

認定

ゴールド 認定済み

アプリケーション

UiPath Robot

サポート

メール アドレス: lahiru@boundaryless.com

Mon-Fri 8 AM to 9 PM IST; Response time: 1 business day; Resolution time: 10 days

類似のコンポーネント