WF
BACKGROUND Recently, I have been working on Windows Workflow Foundation. We are trying to create a custom host for workflow, and this workflow host is supposed to have a facility, such that it shold be able to provide a way to resume from the exact point where a workflow failed from the Admin UI. Something similar to the Biztalk HAT. Well, having said that the question how can something like this can be achieved ? What I am going to present here is one of the ways of achieving it. There would be...