Posted by blockwood on 5/5/2010 1:39 AM | Comments (0)

StackOverflow Comment: 

Combining WCF with WF (Workflow Foundation) seems like the best option here. Workflow Foundation gives you lots of goodies, including long-term persistence over the lifetime of your long-running process.

In .NET 3.5, it's possible to do so, but clumsy and a lot of work.

Here are a few links for this topic:

With .NET 4.0, these "WorkflowServices" will be a big part of the new WF/WCF 4.0 package. You should basically be able to expose an interface for any workflow as a WCF service. Sounds very promising, haven't had a chance to try it myself.

Some links for the new stuff:

Another great article can be found here: http://www.west-wind.com/WebLog/posts/67557.aspx

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5