Windows Workflow: How to persist every activity

282 views Asked by At

I have a workflow (Windows Workflow Foundation) that has about 20 activities, imagine if the server goes down when the workflow is executing. How can i recovery the exactly point that was executing when the server goes down?

1

There are 1 answers

4
Richard210363 On

Set the workflow to persist on idle and then put a Delay activity before each of your activities.