views:

20

answers:

1

I am working with WWF and State Machine Workflow to model a business Process? Is there a way to retrieve all Workflow Instances which are in a specific State Activity?

A: 

Did you ever discover an answer to this? I too would like to know.

schummbo
@schummbo - The only way possible for now is to iterate over all running instances of a given workflow and check the current activity property.
Igor Zelaya
Bah.. I was hoping for a built-in solution. Some kind of method to retrieve this. Thanks for responding.
schummbo