UiPath Automation Developer Professional v1 — Question 87

A developer creates a process that uses data from multiple sources and uploads it to an Orchestrator queue. The data originates from emails in different email inboxes and needs to be processed in the same order in which the email was received. To ensure the Queue Items are processed in the correct order, which property of the Add Queue Item activity should be used?

Answer options

Correct answer: B

Explanation

The correct answer is B, Reference, because it allows you to specify a unique identifier for the queue item that maintains the order of processing. The other options, such as Postpone, ItemInformation, and Deadline, do not provide a mechanism to ensure that items are processed in the order they were received.