In UiPath Orchestrator, Queue items can go through the following statuses that let you know if an item has been processed or not, and the stage of the process at a particular time. Item statuses are displayed in the Status column, in the Transactions page.
The item has just been added to the queue with the Add Queue Item/bulk add activity, or the item was postponed, or a deadline was added to it, or the item was added after an attempt and failure of a previous queue item with auto-retry enabled.
The item was processed with the Get Transaction Item or the Add Transaction Item activity; when an item has this status, your custom progress status is also displayed, in the Progress column.
The item did not meet a business or application requirement within the project and was therefore sent to a Set Transaction Status activity, which changed its status to Failed.
The item was processed and sent to a Set Transaction Status activity, which changed its status to Successful.
The item remained in the In Progress status for a long period of time (approx. 24 hours) without being processed.
The item failed with an application exception and was retried. After the Robot finishes retrying the item, the status changes to Failed or Successful, according to your workflow.
The item has been manually selected from the Transactions page and marked as deleted; an item with this status can no longer be processed.
Comments