Uipath Marketplace
MarketplaceListingsSnippetMigrate Queue Items

Create your first automation in just a few minutes.Try Studio Web

Migrate Queue Items

Migrate Queue Items

by Internal Labs

StarStarStarStarStarStarStarStarStarStar

0

Snippet

Downloads

36

back button
back button
carouselImage0
next button
next button

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: 

  • in_queueName - Provide queue name for which transaction items need to be updated.
  • in_TransactionItemsExcel - Provide Excel path ( downloaded file from Orchestrator Manager) which contains the status of queue items.

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

Publisher

Internal Labs

Visit publisher's page

License & Privacy

License Agreement

Privacy Terms

Technical

Version

1.0.0

Updated

Jan 12, 2023

Works with

Studio: 21.10 - 22.10

Certification

Silver Certified

Tags

Support

UiPath Community Support

Similar Listings