I have a workflow that runs every 1 minute for 8 hours a day that searches the repository for specific documents. When image(s) are found, Workflow emails them out 15 at a time. I have learned that running searches can slow performance and can also be taxing on the Application server. I am looking for a cleaner way to do this so I have 2 questions:
1. Is there a way to limit the Find Entries activity to only 15 entries? Or maybe a way to iterate through the results only 15 times??
2. Also, is there a better way to batch email documents? Right now there is no way to email All Results or even the 'Find Entry' results. So I am doing a parallel activity 15 times to find the entry in order to email it.
Any help is much appreciated.
Cheers,
Nate