views:

63

answers:

1

I'd like to see a List of all Workflows currently running in the entire Farm. I know that you can use /_layouts/wrkmng.aspx to get some numbers, but i'll need to know the actual workflows (and the sites/lists/items they run on)

+1  A: 

Without writing the code out (sorry), you could iterate each site collection in a farm, and use the API members in Microsoft.SharePoint.Workflow namespace to get the info you need.

theG