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.
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