Uipath Marketplace

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

Check All Settings

Check All Settings

作成者: Siyang Wu

StarStarStarStarStarStarStarStarStarStar

0

スニペット

ダウンロード数

<100

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

要約

要約

This workflow can be used to check all items in the ReFrameWork config valuable

概要

概要

The default ReFrameWork includes InitAllSettings process and Config file.

InitAllSettings can import key and value from "Settings", "Constants" and "Assets" of the sheet in the config file, and all of them are kept in a Dictionary object.

Most of the times, those configs need to be checked one by one before continuing process.

Add in Config File a "Checkings" sheet that has three types of configurable checks and returns message columns.

Develop a new CheckAllSettings process that can be used to check all of the items in config dictionary.

It can be used for future UiPath projects.

CheckAllSettings process can be used after InitAllSettings, and also can be used in ReFrameWork readily.

CheckAllSettings should be inserted after InitAllSettings and all of the process with edit config object.

Import arguments and make it work.

It has three input arguments, the same as InitAllSettings and two output arguments for returning the check result and message if necessary.

Add in config file a "Checkings" sheet that has three types of configurable checks and returns message columns.

  • Key: Check if the dictionary key exist.
  • Type: Type check of value, involves a null check.
  • Match: The regex used to format check of the string value, check with ToString.
  • Message: a string of message for return, optionally use format items for replacing the value of key, type and match.
  • Description: Description of this check item.

For one key there can be set more than one check items, thus returns a different message when a different check item did not pass.

If the latter check item takes effect, the former check item must be set, or else it will be ignored.

機能

機能

Check all of the items in ReFrameWork config dictionary without coding.

その他の情報

その他の情報

依存関係

No dependencies

コード言語

Visual Basic

公開者

Siyang Wu

公開者ページを表示

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

MIT

プライバシー条項

技術情報

バージョン

1.0.1

更新日

2020年2月18日

対応製品

Studio: 19.7 - 22.10

認定

シルバー 認定済み

サポート

UiPath コミュニティ サポート

類似のコンポーネント