Q Item new status

Hi,
Can you help me understand how a queue item gets to new status with the 3 following conditions?

" 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."

Thank you,

1 Like

Hi @A_Learner

β†’ When a transaction item is added to the queue the status is new.
β†’ When you get an System Exception, and while creating a queue if Auto Retry is enabled the failed transaction item will be added again and it’s status will be new.

Check the below docs for Queue Status

Below video will give you more idea on that

Regards

1 Like

Thank you, but when the item is postponed or a deadline added how is it new?

1 Like

Hi @A_Learner

If you want to run a particular transaction item on a specific date or in particular time you use Postpone and Deadline properties. These transaction items status will be also set to New.

Hope you understand!!
Regards

1 Like

Hi @A_Learner

Below docs will give you a basic idea

Regards

1 Like