はじめてのオートメーションをわずか数分で作成できます。Studio Web を試す →
作成者: Internal Labs
0
スニペット
<100
要約
要約
Updates Transaction Item status from new to status specified in the input file generated from Orchestrator Manager.
概要
概要
Queue items cannot be migrated with Migration tool or Orchestrator Manager. This snippet will help to update Transaction Item status from new to status specified in the input file generated by Orchestrator Manager.
Why?
Queue Items cannot be migrated during migration from On-Prem to Cloud or Automation Suite. But there are queues with Unique reference enabled which would require old queue items in the queue. This bot helps in migrating queue items with Orchestrator Manager which downloads existing queue items with Statuses and creates new Queue items.
How?
Prerequisites:
- Run Orchestrator Manager bot to DownloadQueueItems for each queue. (https://marketplace.uipath.com/listings/orchestrator-manager can be downloaded here).
- Pass the downloaded queue items Excel file to this bot as Input.
- Take a copy of the file and update Status column as NEW for all queue items and UploadQueueItems to new Orchestrator/Folder.
- It will create Queue items with status NEW.
Status Update:
- The bot will read the status of old queue items (Success, Business Exception, System Exception) from Excel.
- The bot will update status of each queue item accordingly in the new orchestrator.
- Run the bot while connected to the new orchestrator during Migration.
Note: Status would be the same in both orchestrators but Time executed, StartTime and EndTime could not be replicated.
Input:
Output:
A summary file will be created on Desktop.
"C:\Users\"+Environment.UserName+"\Desktop\"+in_QueueName +"_Summary.csv"
機能
機能
This snipper migrates Queue items with completed status.
その他の情報
その他の情報
依存関係
https://marketplace.uipath.com/listings/orchestrator-manager
コード言語
Visual Basic