Search code examples
workflow-foundationworkflow-foundation-4

WF 4 - get list of status of workflows without Appfabric


Is it possible to get status of workflows that are not hosted on appfabric. I would like to know any workflows that are suspended, completed and error.

Any assistance would be much appreciated.


Solution

  • If you're using a persistance database , you can get the status of the instance by querying Instances database. Otherwise you can get the status by querying workflowInstance tracking table.