はじめてのオートメーションをわずか数分で作成できます。Studio Web を試す →
作成者: UiPath
3
テンプレート
473
要約
要約
A couple of workblocks in UiPath Studio solving simple processes with local data
概要
概要
This is a simple engine to pull and process a Transaction from a local data source.
The workblock contains code that will do the following:
1. Reads a configuration file, by default located in Data\Config.xlsx and output as a dictionary named config
2. Calls ProcessLayer\InitAllApplications.xaml, where you should initialize apps
3. Reads the collection of data
4. For each piece of data (if you have only one transaction pull 4.1 out of 4):
5. Call ProcessLayer\CloseAllApplications.xaml
機能
機能
Using this component you obtain a lightweight and yet reliable framework that includes top level exception handling for the process layer. It resembles the organisation of its bigger brothers, the Standard and Enhanced ReFramework and as such you can migrate from one to the other easily and view them using the same dashboards.
その他の情報
その他の情報
依存関係
UiPath.Credentials.Activities UiPath.Excel.Activities UiPath.Mail.Activities UiPath.WebAPI.Activities
コード言語
Visual Basic