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
You can use Get Queue Items activity where you get option to get queue items based on the below conditions.
- Minimum duration the Queue Item spent in processing
- Priority
- Queue Item State
- 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
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
@ashokkarale thanks for reply but I am looking in testing queue
Thanks for reply @KalyanM
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.