When i retry a failed item using API, UiPath says “New status must be New.” What is the correct API call?
1 Like
that error basically means the queue items is still holding onto its old life you have to clone the item into a new transactions
< POST /queues/{queueId)}/ items
{
SpecificContent":{…},
“Reference”: “Retry-Original”
}
UiPath doesn’t revive old items it creates new ones.
1 Like
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.