HI,
I have multiple items in queue. when 1 get 1st item from queue with Get transaction item and change item status to postpone it continue looping into same item does not go to the 2nd item in the queue. my loop remain iterating same item which i have changed item status to pending and in the queue orchestration its status change to in progress. why (Get transaction item) it is not going to next item in the queue?
Another question is when we postpone the job what will be its status and it will be available in the queue on postpone date ? or after postpone date for example if i set postpone date to 02-11-2018 then it will be available at 02-11-2018 or after that date?