Beta for Windows Workflow Foundation

This article was originally published in VSJ, which is now part of Developer Fusion.
The first beta of the Windows Workflow Foundation (WWF) is now available. It is the workflow engine and framework intended for Vista, the next version of Windows (formerly codenamed ‘Longhorn’). WWF complements the Windows Communication Foundation (‘Indigo’) web service and Windows Presentation Foundation (‘Avalon’) graphics layers.

A workflow is a set of activities stored as a model that describe a real-world process. Work passes through the model from start to finish, and activities might be executed by people or by system functions. The WWF provides the tools to create a workflow model, which can then be executed within an application. A workflow can be defined in code, or by using a “flowchart” tool. Workflow provides an alternative architectural model, making use of SOA to create distributed systems. WWF isn’t a single technology, but an attempt to make it possible for developers to incorporate the model into their own designs. Microsoft is planning to use it within many of its applications, including Sharepoint, Biztalk and Office. It is also planning to make WWF available as an upgrade to Windows XP and 2003.

You might also like...

Comments

Contribute

Why not write for us? Or you could submit an event or a user group in your area. Alternatively just tell us what you think!

Our tools

We've got automatic conversion tools to convert C# to VB.NET, VB.NET to C#. Also you can compress javascript and compress css and generate sql connection strings.

“Beware of bugs in the above code; I have only proved it correct, not tried it.” - Donald Knuth