UiPath - Search items in queue action

The Search items in queue action allows you to retrieve a list of items in a queue in UiPath Orchestrator.

Input

Input fieldDescription
ExpandIndicates the related entities to be represented inline. The maximum depth is 2.
FilterRestricts the set of items returned. The maximum number of expressions is 100. For example, FolderType eq 'Standard'. Refer to the UiPath documentation for more information.
SelectLimits the properties returned in the result.
Order bySpecifies the order in which items are returned. The maximum number of expressions is 5, for example.
TopLimits the number of items returned from a collection. The maximum value is 1000.
SkipExcludes the specified number of items of the queried collection from the result.
CountIndicates whether the total count of items within a collection are returned in the result.

Output

Output fieldDescription
IDUnique identifier of the queue item.
KeyInternal key associated with the queue item.
Ancestor unique keyUnique key of the ancestor queue item, if applicable.
Manual ancestor unique keyUnique key of the manually linked ancestor item.
Robot IDIdentifier of the robot that processed the item.
Parent operation IDID of the parent operation linked to this queue item.
Operation IDID of the operation associated with the current processing attempt.
Output dataOutput result data from processing the item.
Analytics dataAnalytics or telemetry data captured during processing.
Reviewer user IDID of the user who reviewed the queue item, if review status is set.
Ancestor IDSystem ID of the ancestor queue item.
Manual ancestor IDSystem ID of the manually assigned ancestor item.
Retry numberNumber of times the item has been retried.
Creation timeTimestamp when the queue item was created.
ProgressText indicating the progress or stage of processing.
Processing exception typeType of exception encountered (for example, Application, Business).
Has video recordedBoolean indicating if a video was recorded during processing.
Processing exceptionDetails of the exception if the item failed during processing.
ReferenceCustom reference provided when the item was added to the queue.
Start processingTimestamp when the item began processing.
End processingTimestamp when the item completed processing.
Defer dateDate/time after which the item becomes available for processing.
Risk SLA dateDate/time before which the item should be processed to meet SLA.
Due dateOptional due date for the queue item.
StatusCurrent status of the queue item (for example, New, Successful, Failed).
Review statusStatus indicating whether the item was reviewed (for example, Pending, Accepted).
PriorityPriority level assigned to the item (for example, Low, Normal, High).
Unique keyA unique string key that ensures queue item uniqueness.
Organization unit IDID of the folder (organization unit) where the item exists.
Organization unit fully qualified nameFull path of the folder hierarchy for the queue item.
Seconds in previous attemptsTotal time spent in all previous processing attempts.
Manual retry numberNumber of times the item has been manually retried.
Specific dataInput data used for processing the queue item.
Row versionVersion tracking token for concurrency control.
EncryptedIndicates whether the queue item data is encrypted.
Queue definition IDIdentifier of the queue to which this item belongs.
Specific contentA list of custom input fields added to the queue item; in this case, it contains a single field named Date representing a date value used during item creation.
OutputFinal output/result generated after processing.
AnalyticsAnalytical data tied to the transaction, typically used for reporting.
CountCount of items returned.

Last updated: