You are right. Sorry. 19.10
I think it shows up only if not null. Did you set something on it?
Yes, I did. It does show up while it is in progress. When I postpone it it just goes away.
It looks like an ugly bug. Can you please open another topic on this? Also, what happens 1. when you set it to succesfull or failed? Does the progress stay? and 2. When you clone an item that already has progress.
Sure, will create a new thread here in User Voice - Orchestrator in a bit.
- In progress - Progress field shows, as soon as you set it up to Successful/Failed, progress field is lost
- Cloning the item will make your progress field disappear as well.
It seems that as soon as your item switches status it loses progress.
Even though I think being able to work with the Progress field would be an improvement, I would still like to see sometime in the future the ability of changing the Specific Information
In Manage â Orchestrator. This is a bug not a feature idea.
In cloning there should be an option. Keep progress or not.
Yes. this would be a welcome change
Hello there,
for a lot of processes, it would be great idea to add a âcurrent work statusâ for the Transaction which I can filter to regulate a process if I retry an item due to an error (like in Blue Prism). I cannot use the API in our Production System due to governance reasons (missing permissions).
When I try âSet Transaction Progressâ the Transaction Progress does not remain when I set the transaction status to Failed.
Would you mind adding such a functionality?
Kind regards,
Tino
is there any api which can change queue item status to any?
Hi @loginerror,
I am trying to update a queue item priority as like below
When I was hitting the orchestrator with a GET request for the same item it gives the Item Information but for Put request, it throws 404, not sure why.
I am little confused with the message âDoes Not Existâ and 404 Error.
Can you please let me know why it is happening like this.
Can you share the link to that documentation ? I havenât found that endpoint you are talking about anywhere
Sure, see here on how to get access to the same site:
https://docs.uipath.com/orchestrator/v0/reference/api-references
Which api you are using for changing the specific data of failed items?
What is the 'relativeEndPoint of that api?
Also, suppose if we want to change the specific data of the queue item with id=700, how can we give that input inside 'relativeEndPoint ?
and which method we need to use put or patch or post?
I donât exactly remember how I did it but I think I have used https://platform.uipath.com/odata/Queues(%)/UiPathODataSvc.SetTransactionResult(%)
Bobby
Please check out the video for the same.
Link - UiPath Orchestrator API Using Postman | Part 9 | Edit Queue items - YouTube
Let me know your feedback.
Thanks
Priyanka
When i am updating any of Specific data then it is removing other Specific data ItemKeys.
Like if QueueItem has Specific data as {ItemName:âABCâ, Status:âNAâ} and when i update Status from NA to something else it wonât show {ItemName:âABCâ}.
Updating QueueItem is loosing other specific data information.
Try providing {ItemName:âABCâ, Status:âxyzâ} while updating.
Yes, i got to know that we can not update any specific ItemKey of QueueItem specific data. We have to send all ItemKeys while updating.
Please mark the thread solved if this helped you!!!
Thanks
Priyanka
This is an awful answer. I can already have my transaction in the running automation be different from whatâs in the Queue, by updating transactionVar.SpecificContent.
The two sets of data being different shouldnât be your reason for not implementing the ability to update the item in the Queue. Itâs up to the developer to manage, or even decide if it matters, that theyâre different or the same.