Hello, I would like to know if it is possible to make a post via API to change the status of a queueItem in the orchestrator queue. I was able to change it from Inprogress to failed or success, and I was also able to create a new item already in the in progress state. However, I would like to do the same with an existing item, as the one changing the status to in progress will not be UiPath, but rather another tool.
Yep, its pretty easy. There is a swagger for all the API calls in the Orchestrator and lots of examples online to also learn from.
Sounds abit strange to set a queue item to in progress from something other than a robot though?
Hello, I tried to do that but none of these endpoints were possible. I can change all the statuses except when it is in “NEW” to “In Progress”. The StartTransaction endpoint allowed me to create a new item directly in the “In Progress” status, but I couldn’t do the same with an existing item in the “New” status.
I have tested all of them, unfortunately, so far I haven’t found anything to change from “new” to “in progress”, not even in the official swagger documentation.
My bad…we observed this issue and reported it as well…ideally if specific content is blank then item from queue is picked…but it is not working as expected
Cheers