Create your first automation in just a few minutes.Try Studio Web →
by Internal Labs
0
Snippet
<100
Summary
Summary
Updates Transaction Item status from new to status specified in the input file generated from Orchestrator Manager.
Overview
Overview
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"
Features
Features
This snipper migrates Queue items with completed status.
Additional Information
Additional Information
Dependencies
https://marketplace.uipath.com/listings/orchestrator-manager
Code Language
Visual Basic
Technical
Version
1.0.0Updated
January 12, 2023Works with
Studio: 21.10 - 22.10
Certification
Silver Certified
Tags
Support
UiPath Community Support