I have a very large list, over 19000 items, and each item has an attachment. I wrote a site workflow that uses the for each loop to find items that meet a query criteria and then move them to an "archive" list so they don't clutter up the other list.
When I run the workflow for the first time on this list with 19000 items, it is possible that 18000 items will meet the query criteria.
My questions are:
- Will the workflow run for 18000 items or will it crash?
- Is there a limitation on the number of items it will process that meet the query criteria?
Thanks.

