Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

simple approval system in windows workflow

I want to generate simple document approval system in workflow foundation. We have already available document approval process example on MSDN but it is quite complex to understand as it involves WCf and all. I just want a startup with workflow foundation so it's better if I follow step by step guide tutorial. Thanks in advance.

like image 621
DharaPPatel Avatar asked May 14 '26 23:05

DharaPPatel


2 Answers

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

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

like image 145
Peter Goodman Avatar answered May 19 '26 03:05

Peter Goodman


I think http://visualstudiogallery.msdn.microsoft.com/7fe6f504-a58d-456e-8f55-e64bddc81a41 is a good tutorial to start with. It is better if you try this with state machine type of workflow because you need several user inputs from outside the workflow in several stages.

like image 42
Jayantha Lal Sirisena Avatar answered May 19 '26 04:05

Jayantha Lal Sirisena