はじめてのオートメーションをわずか数分で作成できます。Studio Web を試す →
作成者: UiPath
3
テンプレート
363
要約
要約
A simple workblock engine made in UiPath Studio to process Orchestrator queue items
概要
概要
Simple engine to pull and process a Transaction from an Orchestrator queue
This engine contains code that will do the following:
1. Read 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 applications
3. While there are items in the Queue, read a new Item and process it.
4. Call ProcessLayer\CloseAllApplications.xaml
機能
機能
The Queue MiniFramework uses the same structure as its bigger brothers, the Standard and the Enhanced ReFramework, but is now represented as a sequence. It includes top level exception handling and you can view its logs with the same dashboards.
その他の情報
その他の情報
依存関係
UiPath.Credentials.Activities UiPath.Excel.Activities UiPath.Mail.Activities UiPath.WebAPI.Activities
コード言語
Visual Basic