Could someone assist me with a sample of reading more than 100 items from a queue.
I read from the cforum that Pagination & reference properties of ‘Get Queue Items’ can be used to achieve this but couldnt figure how to define/use the same.
Appreciate assistance. Thank you.
1 Like
GBK
(GBK)
September 27, 2020, 6:25am
2
@anon24920977 - there is a limitation on get queue items activity.
you can use orchestrator api to retrieve queue items without limitation.
Get the queues
https://cloud.uipath.com/odata/QueueDefinitions
Get queue items based off of Queue Id
https://cloud.uipath.com/odata/QueueItems?$filter=QueueDefinitionId
The links lead nowhere. Thanks for the response though @GBK
GBK
(GBK)
September 27, 2020, 7:30am
4
@anon24920977 - if your new to using orchestrator api’ - please check academy videos…
for a sample orchestrator api → you can refer below link …
pls find some sample http request file…
pls change variables, id’s accordingly… cheers!
HTTP Request.xaml (8.2 KB)
GBK
(GBK)
September 28, 2020, 9:14am
6
@anon24920977 - please add UiPath.Web.Activities dependencies to enable http request activity.