A project manager is checking the output of a process that is working through 500 Queue Items. One of the Queue Items has an In Progress status. What was the status before it changed to "In Progress"?
A project manager is checking the output of a process that is working through 500 Queue Items. One of the Queue Items has an In Progress status. What was the status before it changed to "In Progress"?
Before a Queue Item changes to the status 'In Progress', it most likely had the status 'New'. This is because a Queue Item generally transitions from 'New' to 'In Progress' when it is being worked on for the first time. Other statuses like 'Successful', 'Retried', or 'Failed' do not logically precede 'In Progress' in the process flow of handling queue items.
New - the item has just been added to the queue with the Add Queue Item activity, or the item was postponed, or a deadline was added to it, or the item was added after an attempt and failure of a previous queue item with auto-retry enabled.