In UiPath Orchestrator, a Transaction Item will be in status ‘Retried’ when it fails due to an application exception and the system automatically retries it. This is part of the queue’s transaction handling, where items that encounter application exceptions can be set to retry based on the retry policy defined in Orchestrator1. The ‘Retried’ status indicates that the item has been attempted again after the initial failure.
[References: The explanation is based on the UiPath Community Forum discussions and the UiPath Documentation Portal’s information on queue item statuses and retry mechanisms1., , ]
Submit