Get Queue Items iterating up to 100 queue items only

Hi All,

I have create queue in Orchestrator and extracted the web table from UI application and added to queue. It’s containing more than 100 records.

While processing the queue using for each loop - its iterating up to 100 records and closing the appln.

How to iterate for all the queue items?

Thanks,
Bala

use get transaction activity inside for each loop.

i tried that one but not working after 100 records

Hi All,

Any one got solution for my issue.

Thanks,
Bala.

I got the solution by using do…while loop in try catch method and its working fine.

Thanks for your support guys

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