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?
@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
2010-02-04 21:17:48
Bah.. I was hoping for a built-in solution. Some kind of method to retrieve this. Thanks for responding.
schummbo
2010-02-26 17:53:46