Jul
28
2009
WCF // WF

Designing WCF Workflow Services in .NET Framework 4.0

Not an easy task given the sparse documentation and the magnitude of change Microsoft has presented to developers. Workflow terminology has changed also, so State Machine Workflow is now called Flowchart and Sequential Workflow is called Sequence. Deploying the Workflow as a WCF Service is supposed to be easier but it’s still not without a learning curve. Below are a few places to start: http://blogs.msdn.com/endpoint/ http://blogs.thinktecture.com I'll update this when I delve into this further.