Search code examples
c#workflow-foundation-4

How can we resume a persisted workflow in wf 4?


I have a workflow with one state machine. I persist my workflow in half way. Now I want to reload this workflow and resume the work. What is the solution? I persist my workflow by SqlWorkflowInstanceStore class on sql server 2008 database.


Solution

  • have a look here for a detailed example on how to work with WF 4 and SqlWorkflowInstanceStore.

    WF 4 Persistence, Tracking, and Bookmarks: A Practical Approach