Hi All,
I'm trying to get the internal status of all sharepoint workflows.
Is there anyway to programmatically query for all workflows, and get their status? Either through a CAML query or the the object model?
I realize that I can iterate over all items in sharepoint, and see if there is a workflow attached, and then get the status. However, that is overkill, as there are 100,000s of items, and only a small subset have workflows. I want to run a periodic report to fetch the status of all workflows, without bringing the server to it's knees.
Thanks!
Dave