Navigation

Search

Categories

On this page

Integrating Windows Workflow Foundation and Windows Communication Foundation

Archive

Blogroll

Disclaimer
None - these are my opinions and they're also my employer's!

RSS 2.0 | Atom 1.0 | CDF

Send mail to the author(s) E-mail

Total Posts: 14
This Year: 0
This Month: 0
This Week: 0
Comments: 15

Sign In

 Tuesday, February 27, 2007
Wednesday, February 28, 2007 4:44:52 AM (Mountain Standard Time, UTC-07:00) ( )

There is a very interesting article out from Microsoft all about hosting the Workflow runtime behind a Windows Communication Foundation service layer.  There are some great points on using duplex channels so events from the runtime can be sent back to the client.  The design is fundamentally similar to what I've been working on for a few clients as described in this post.

It appears that this is an evolution of the Expense Reporting Sample that's been out awhile.  The first version used .NET Remoting instead of WCF.  Guess they didn't want to use someone else's alpha code to build their beta code :-)

Check it out.

Comments [1] | | #