Am I able to start a transaction on a queue item that I have retrieved with the Get Queue Items activity?
If I use the Get Transaction Item activity I get a transaction item according to a) Priority and b) insert order according to the FIFO principle. What if I want to deviate from this standard logic and want to have a look at all my queue items, before I choose the one to start a transaction on? What if i want to change the order of the items in the queue?
This is because that the ‘Get queue items’ activity is providing a dataset containing information about the queues, it is not linked to the Orchestrator like if you for instance use the ‘Get transaction item’.