Skip to content Skip to sidebar Skip to footer

Using Asp.net With Windows Workflow Foundation

I try to build up a asp.net web application with windows workflow foundation. I have found some useful sites like: http://msdn.microsoft.com/en-us/library/bb628441%28v=vs.90%29.asp

Solution 1:

It looks like you're using WF 3.5 runtime classes to execute a WF 4.0 activity. Take a look at WorkflowInvoker or WorkflowApplication.


Post a Comment for "Using Asp.net With Windows Workflow Foundation"