Since UiPath is implementing a API limit for Get Queue items & Get jobs. I have a process where “Get Queue items” is called multiple times in the code.
UiPath team has suggested us to use a retry logic for “Get Queue items” activity or upgrade the System activities to 2024.3 version or greater
For example, If there are 250 items in the Queue all of them in “New” state. Now if I try to fetch all “New” items in the queue using “Get Queue items” activity this will result in error as the limit is 100.
I would like to know if any one has already implemented the retry logic solution for the “Get Queue items” activity.
Please check this on how to acheive getting all items…also api limit is 1000 …activity limit is 100…but it would not error out if more items are there but only pimits the output