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.
As you thought, as for above described scenario, you could use SQL WF persistence service and tracking, if you want to use these, you need to set up the new persistence database, for more about this, please check the following articles.
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.
Peter pi - M...
Star
12871 Points
1786 Posts
Re: Workflow 4.0
May 08, 2012 02:11 AM|LINK
As you thought, as for above described scenario, you could use SQL WF persistence service and tracking, if you want to use these, you need to set up the new persistence database, for more about this, please check the following articles.
http://www.codeproject.com/Articles/103592/WF-4-Persistence-Tracking-and-Bookmarks-A-Practica
http://weblogs.asp.net/gsusx/archive/2005/10/05/426699.aspx
You issue does not relate to WCF technology, if you want to get more help, I'd recommend you'd better post your issue to the following forum.
#Windows Workflow Foundation 4
http://social.msdn.microsoft.com/Forums/en-US/wfprerelease/threads
If you have any feedback about my replies, please contact msdnmg@microsoft.com
Microsoft One Code Framework