I'm trying to get my head round WF. I'm visualizing a State Machine Workflow with long-running workflows that will be stored in using the SQL persistence service.
A user may have more than one outstanding workflows assigned. I can't work out two things.
- How do I get a list of all outstanding workflows?
- How do I get a list of workflows for a particular user?
Do I have to unpersist (there's gotta be a better word than that) each and iterate through them or am I missing something?