Hi,
I accidentally deleted new queue item. How can I make it back to new?
Thx for any suggestion and KR, Vanja
Hi,
I accidentally deleted new queue item. How can I make it back to new?
Thx for any suggestion and KR, Vanja
@VanjaV you can upload the json where you would be having the queue item details.
For reference of the json file you can download the sample file from the orchestrator itself.
Thx. Can you be more specific, please?
No direct option available on Orchestrator but you can do it by code.
Hi @VanjaV
Pls refer below steps:
unfortunately, there isn’t a way to restore it once it’s deleted. However, you can re-add the item to the queue manually by using the “Add Queue Item” activity and assigning it the “New” status again.
Thx, I get this error message:
Set Transaction Status: This queue item has not been processed yet. Error code: 1852
Error code: 1852" typically occurs when you’re trying to set the status of a queue item to “Failed” or “Successful” without it being processed first.
You can’t revert back the status. but you can add same item to queue
for that follow below steps
take one test sequence in UiPath studio and use add queue item activity
in that mentions all details like
Orchestrator folder path, whether it QA/Shared/any..
next field add queue name in which queue you need to add
after that click on Item information
there you can give key and value exact of deleted item, take reference of that deleted item details based on that add all the details in this field.
After that in properties section give reference as well
Ahh ok.. @VanjaV,
Then last option is recreating the Queue item by retrieving Specific content, reference etc.
This works. Thank you!
Thx. But edit is greyed out.
Actually all options are greyed out except View details.
yes, you cant see all other details for deleted item
If still you are facing issue follow my suggested points
You can download the json sample from the queue item where Status is New and put the details from the deleted item and again in New new status transaction you can upload the same json. Along with the existing New Status queue item another queue item will get created.
Respect and give credit to the answer you copied from!
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.