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?
lakshman
(Ganta lakshman)
October 19, 2021, 7:18am
2
@samuel.janetzki
Welcome to our UiPath community.
samuel.janetzki:
What does All map to?
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
samuel.janetzki:
New
InProgress
Failed
Successful
Abandoned
Retried
Deleted
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
system
(system)
Closed
October 26, 2021, 12:54pm
5
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.