I am working in an simple asp.net appliation, want to implement WWF 4.0. I dont know any idea how to do that...
Application is very simple: If an user makes a request, that should be approve by the manager. After approval of the request goes to the next process. But, there is no time limit to approve that request, he may do immediately or after a month like that.
I came to know that using persistence and tracking workflow we can achieve this long running process (if its wrong please correct me).
Can you give me some advice how to use these concepts in my application.
anandh_aspdo...
Member
4 Points
27 Posts
Workflow 4.0
May 07, 2012 08:18 AM|LINK
Hi,
I am working in an simple asp.net appliation, want to implement WWF 4.0. I dont know any idea how to do that...
Application is very simple: If an user makes a request, that should be approve by the manager. After approval of the request goes to the next process. But, there is no time limit to approve that request, he may do immediately or after a month like that.
I came to know that using persistence and tracking workflow we can achieve this long running process (if its wrong please correct me).
Can you give me some advice how to use these concepts in my application.
Thanks.