|
Hi,
I want to implement a WorkFlow in ASP.NET using Windows Workflow Foundation.
I have a Web Form where user 1 fills in the form and submits it.
This form and the saved data is then sent to user 1's boss who reviews the data and submits the Web Form to his boss and so on and on until it goes to the top of the Organisation where it is finally approved or rejected.
Each time the form is subnitted an email is sent to the next person on the Organisation hierarchy letting them know that the Web Form is awaiting their approval.
2 Questions: 1) Can I use Windows Worflow Foundation in conjunction with ASP.NET. Alot of examples I see use WinForms 2) In relation to my Business Process Scenario can I implement above using ASP.NET and Windows Workflow foundation. Any pointers on how to do this would be much appreciated. Am 1 hour new to Windows Workflow Foundation.
Thanks in Advance.
CG |