A developer creates a Dispatcher process which extracts information from a Microsoft Excel file and uploads that information into an Orchestrator queue. Based on best practice, what is the recommended way to avoid creating duplicate Queue Items?
A.
Enable the Enforce unique references field of the queue
Add a descriptive "Reference" in the Add Queue Item activity
B.
Add a descriptive "Reference" in the Add Queue Item activity
Ensure that the "Reference" does not equal the "Reference" of the Queue Item last loaded
C.
Create an Excel file of processed Queue Items
Loop through the list to check if the current Queue Item to upload has been uploaded before
D.
Disable the Enforce unique references field of the queue
Chosen Answer:
This is a voting comment (?). You can switch to a simple comment. It is better to Upvote an existing comment if you don't have anything to add.
Submit