Queue Item Status Codes Mapped with Status Text

Can someone please share queue items code mapped with their statuses? Which code represents what status in queue?
New, In Progress, Failed, Successful, Abandoned, Retried & Deleted

Hi,

Not sure if I understood right.

See if this is what you are looking for:

image

You can get the codes by converting the enum to int.

E.g:

Cint(QueueItemStates.New)
1 Like

Thank you @alexandretperez.
Queue item count in my orchestrator is not showing up though there are hundred of items with in-progress & new status in the queue. Please refer following screenshot-

We have database log archiving policy in place with items status 3 older than xx days, so I want to understand what does this 3 mean in status text?