Exam UiADPv1 All QuestionsBrowse all questions from this exam
Question 39

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?

    Correct Answer: B

    To ensure that the Queue Items are processed in the correct order in which the emails were received, the 'Reference' property of the Add Queue Item activity should be used. The 'Reference' property allows for the specification of a unique identifier for each queue item. By setting the 'Reference' to a value that reflects the order of the received emails, for example, a timestamp or a unique sequence, it ensures that the emails are processed in the appropriate order.

Discussion
kingkayyOption: B

B is correct because in the Get Transaction item activity, it is possible to filter by reference.

milindkumarOption: B

B is correct