I was wondering if anyone can help me out. I currently have a webscript that calls workflowServices.queryTasks(). I am retrieving all tasks for a specific process. Recently we have been doing some volume testing and it seems once I get around 50-100 active tasks, this method takes about 9-10 seconds to return. Is there anything that can be done to speed this up?
No we don't have pagination, but I did stumble on that link and implemented it. It works great for our counts. Now the user only has to wait when we actually pull up the tasks. This also happens on the alfresco dashboard.