How can i add items to my orchestrator queue without adding duplicates?
Right now my bot checks another application for new work items (query), and then it adds these items to the orchestrator queue on a weekly basis. During the week the bots will pick up work items 1 by 1 and process them. How do i add new work items to the queue without adding items that are already in the queue? is there a way to check the work item # to be sure they don’t match before adding the item to the queue?