How to actually filter the queues

I want to filter queues based on certain condition ??
How to achieve the same using the uploaded items
I happen to upload 100 items
But I need only a specified item

@Veerababu,

You can use Get Queue Items activity where you get option to get queue items based on the below conditions.

  1. Minimum duration the Queue Item spent in processing
  2. Priority
  3. Queue Item State
  4. By Reference Starts with or Equals

One drawback of this option would be, you will have to iterate multiple times if your filtered queue items are beyond 100.

Another Option you have Orchestrator API.
Here is documentation on how you can apply filters to API calls.

Thanks,
Ashok :slight_smile:

Hi @Veerababu ,

If u are trying to filter the test data queue and when u load the items to queue
U will have a id which is unique
In get test data queue items
Pass that Filter ID
By this approach u can achieve the item u are actually looking for


1 Like

@ashokkarale thanks for reply but I am looking in testing queue

Thanks for reply @KalyanM

1 Like

If u find its helpful and resolved please mark as solution @Veerababu

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