Simple approval system in Windows workflow

I want to create a simple document approval system in the foundation of a workflow. We already have an example of a document approval process MSDN

, but it is quite difficult to understand, since it includes WCf

everything. I just want to get started with a basic workflow, so it's best if I follow the step by step guide. Thanks in advance.

+3


source to share


2 answers


I wrote a blog post on how to implement a simple approval workflow using email and ASP.Net MVC.



http://blog.petegoo.com/index.php/2010/08/22/workflow-4-email-approval-sample/

+4


source


I think http://visualstudiogallery.msdn.microsoft.com/7fe6f504-a58d-456e-8f55-e64bddc81a41 is a good tutorial to start with. It's better if you try it with a government workflow type because you need multiple user inputs outside of the workflow in multiple steps.



+1


source







All Articles