Get Queue Items mapping of All states

In the documentation of the Get Queue Items activity it lists the QueueItemStates.

  • QueueItemStates - Filters the queue item states. The following options are available:
    • All - The default option.
    • New
    • InProgress
    • Failed
    • Successful
    • Abandoned
    • Retried
    • Deleted

What does All map to?

@samuel.janetzki

Welcome to our UiPath community.

It can read upto 100 Queue Items irrespective of which ever state it is.

Identified issue of getting different queue items depending on settings. Setting From and To to Nothing behaves differently than setting From to DateTime.MinValue and To to DateTime.MaxValue and thought it might have been QueueItemStates.All ignoring QueueItemStates.Deleted

Hi

Welcome to UiPath forum

Usually below are the states in queue

But while getting the queue items using GET QUEUE ITEM activity it will fetch all the items by default regardless of its queue status
That’s why

It’s default value is ALL

If we want only the queue item of particular status then we can mention from the above one

Cheers @samuel.janetzki

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.