Click here to Skip to main content
15,893,622 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello everyone!
I've got a project, where I probably can use WF. I've never used it before, so I have just one question.
If a workflow fails, is it possible to continue execution from that failure point?
For instance, some form was filled incorrectly, so workflow fails. I change data in database and want to resume workflow with correct data, is it possible?
Thank you in advance!
Posted

1 solution

As MCTS in WF, I can guarantee you about .NET WF capability. It provides strong mechanism to handle the fault/failure in the workflow process. Refer MSDN magazine article http://msdn.microsoft.com/en-us/magazine/dd419656.aspx[^]
 
Share this answer
 
Comments
S.a.n.4.e.s 31-May-12 23:56pm    
Thank's a lot for a quick answer and a useful link!

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900