How to clear the postponed queue items date and time?

Hi Everyone,

I want to clear the postponed date and time for all the queue items. Is there anyway to clear it ?

Use the API to update them.

@postwick , thanks for the quick response. Could you please elaborate a little bit more about this? I have never used this before.

The Swagger interface shows you all the API calls you can make, and how to use them.

https://yourOrchestratorServer/swagger/index.html

And you can use the Orchestrator HTTP Request activity to make calls to the API. This works great because you don’t have to worry about authentication as long as you (or the robot you’re running it under) has access to Orchestrator queues.

Beyond that there are lots of posts on the forums about specifics of doing this. In general, you’ll want to use Get Queue Items to get them from the queue, loop through them and do the update with the API.

https://forum.uipath.com/search?q=api%20update%20queue%20item

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.