Uipath Marketplace

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

REFramework without Queue

REFramework without Queue

作成者: Njord Designs

1

ソリューション

ダウンロード数

<100

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

要約

要約

A modification of UiPath's REFramework without queue. Ideal for tabular data (Excel, CSV).

概要

概要

This framework is ideal for when transactions are a part of a whole. Typically, a user submits an Excel-file and wants a receipt/email when all of the transactions in the file are processed. This framework makes it easy, including sending the receipt.

Documentation is included in the Documentation folder.

See modifications, prerequisites, error-handling and also how to test the framework.

By experience we have found that retrying failed transactions usually is bad exception handling. Usually either the RPA process needs a change (e.g. selector modification) or the user's input needs to be edited. By retrying a failed transaction you may risk making the error-handling harder and end up with more errors to clean up in the input-system. That's why retry activities are removed from the framework and System Exceptions are handled in End Process.

This template is a modification of the standard REFramework included in UiPath Studio 23.10.

Code Language Visual Basic

機能

機能

  • No queues.
  • Easily set environment (Config values).
  • Checks for input at Init.
  • Send receipt for each input-file.
  • All retry functions are removed (bad exception handling).
  • Additional UserConfig-file is stored outside of the project, accessible for business users if they need to change variables on the fly (no need to update the package with a new version for small changes).
  • No unnecessary actions/variables/log fields.
  • Simple Error handling.
  • Log runtime.
  • Start as many jobs as you want simultaneously. E.g. if you have 4 robots, 4 input files can run at the same time, since they’re moved from “Input” folder to “Running” at start.

その他の情報

その他の情報

依存関係

UiPath.Excel.Activities UiPath.Mail.Activities UiPath.System.Activities UiPath.UIAutomation.Activities

コード言語

Visual Basic

公開者

Njord Designs

公開者ページを表示

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

MIT

プライバシー条項

技術情報

バージョン

1.0.0

更新日

2024年4月1日

対応製品

Studio: 23.10+

認定

シルバー 認定済み

アプリケーション

UiPath Studio

サポート

UiPath コミュニティ サポート

リソース

類似のコンポーネント