We have a custom web app that calls WorkflowService through custom web scripts. The number of active tasks has exploded beyond our expectations, and the app is performing very slowly when retrieving tasks for display in the webapp.
Is there any way to limit the number of tasks returned at a time, so we don't have to retrieve hundreds of tasks through a web script every time a user does paging or sorting on the front end?
Thanks in advance.