Click here to Skip to main content
15,890,512 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I'm building a web application which has some processing of user requests involved. A user submits request for something, it goes through few steps and departments and its status changes through some predefined statuses, in the organization before being approved or rejected. During processing the ball may roll back to the user's court for some changes or to update some information.
The client wants to user workflow to control the processing. Please let help me decide how I can integrate it with the application
Posted

1 solution

If you are using WWF 4.0 and since you are targeting user Intervention you must use long running workflow since it was designed to handle such scenarios.

[^][^]

http://msdn.microsoft.com/library/ee342461.aspx[^]

http://msdn.microsoft.com/en-us/netframework/dd980559#content4[^]
 
Share this answer
 
Comments
Alaa'.Kabbani 19-Apr-11 9:29am    
My ASP.NET project is an archive system, which every document in it moves between many steps and statuses. the user of this system ( the employee ) should make this plan for the document using the WWF toolbox(he's not the designer to make it by code). so i want to make the Workfolw toolbox in employee's interface and using the sample tools or another way giving him a the ability to make the document path.

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