Hi,
Is there a way to retrieve like te top 50 workflow items instead of the default all?
thanks
Zak
Hi Zak, You should be able to just set the page size of the page handle that you pass in to ListWorkItems() to do this. So if you set the page size to 50 you should only get the first 50 results. Jason