Click here to Skip to main content
15,881,882 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello,

My main task is to take approval/rejection on certain item on my web application and for which I'm using windows workflow foundation. In my app when a user submit a record then I want it to get routed to a certain person for review and take response of it.

Now I'm doing this using workflow persistence I've tried using database by following this example [^] I've made connection with persistence database and save workflow instance and I've also resumed my workflow from saved instance. Once I've done all this I found out same can be achieved using correlation as explained here in this example[^].

Now my question is what is the best approach here should I follow the example from the blog post of petegoo.com as which is best after deployment can any one suggest me

What I have tried:

I've implemented persistence mentioned here

A Developer's Introduction to Windows Workflow Foundation (WF) in .NET 4[^]

now I'm worried what is the difference here which is mentioned in this example

Workflow 4: Human based workflows with an Email Approval Sample – PeteGoo[^]
Posted

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