Basic Workflows Samples

The samples in this section demonstrate how to create and use different types of workflows in Windows Workflow Foundation.

In This Section

Simple Sequential Workflow Sample

Illustrates how to build and execute a "hello world" workflow using a command-line host.

Simple State Machine Sample

Demonstrates the use of state machine workflow.

Workflow with Parameters Sample

Shows how to build a simple sequential workflow using IN and OUT parameters. It is almost the same as the Simple Sequential Workflow Sample, except the IN parameter is evaluated by the code condition in the IfElseActivity activity, and the order status is stored in an OUT parameter.

See Also

Other Resources

Developing Workflows
Windows Workflow Foundation Overview
Technology Samples

© 2007 Microsoft Corporation. All rights reserved.