Can anyone let me know how to change the queue item status from “new” to “in progress”
Scenario:
I have retrieved 10 “New” queue items using “Get queue items” activity based on some ‘x’ criteria. Now i want to loop through these 10 queue items & change status from new to in progress.
You cannot set status to in progress…if you use get transaction item activity …then automatically when queue item is picked it is changed to in progress
i am trying to pick up transaction by certain criteria by using get queue items activity. So now i have already list of queue items to be processed and which do not have any unique reference.
I wanted to check if there is any otherway i could change the status from new to in-progess using any Orchestrator API as such other than using get transaction activity