Workflow 4.0http://forums.asp.net/t/1800878.aspx/1?Workflow+4+0Tue, 08 May 2012 02:11:51 -040018008784968585http://forums.asp.net/p/1800878/4968585.aspx/1?Workflow+4+0Workflow 4.0 <p>Hi,</p> <p>I am working in an simple asp.net appliation, want to implement WWF 4.0. I dont know any idea how to do that...</p> <p>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.<br> <br> I came to know that using persistence and tracking workflow we can achieve this long running process (if its wrong please correct me).</p> <p>Can you give me some advice how to use these concepts in my application.</p> <p>Thanks.</p> <p></p> 2012-05-07T08:18:40-04:004969871http://forums.asp.net/p/1800878/4969871.aspx/1?Re+Workflow+4+0Re: Workflow 4.0 <p>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.</p> <p><a href="http://www.codeproject.com/Articles/103592/WF-4-Persistence-Tracking-and-Bookmarks-A-Practica">http://www.codeproject.com/Articles/103592/WF-4-Persistence-Tracking-and-Bookmarks-A-Practica</a><br> <a href="http://weblogs.asp.net/gsusx/archive/2005/10/05/426699.aspx">http://weblogs.asp.net/gsusx/archive/2005/10/05/426699.aspx</a></p> <p>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.</p> <p>#Windows Workflow Foundation 4<br> <a href="http://social.msdn.microsoft.com/Forums/en-US/wfprerelease/threads">http://social.msdn.microsoft.com/Forums/en-US/wfprerelease/threads</a></p> 2012-05-08T02:11:51-04:00