How to: Create Sequential Workflow Console Applications

Follow these steps to create a Sequential Workflow Console Application project using Visual Studio Extensions for Windows Workflow Foundation.

To create a sequential workflow console application

  1. Start Visual Studio.

  2. On the File menu, point to New, and then select Project.

    The New Project dialog box opens.

  3. In the Project Types pane, select Visual C# projects or Visual Basic projects (under Other Languages), and then select Workflow.

  4. In the Templates pane, select Sequential Workflow Console Application.

  5. In the Name box, enter a descriptive name for your project to make it easy to identify.

  6. In the Location box, enter the directory in which you want to save your project, or click Browse to navigate to it.

    The Windows Forms Designer opens and displays Form1 of the project you created.

  7. Click OK.

    The Workflow Designer opens and displays the workflow design surface of the sequential workflow you created.

  8. Drag an activity from the Toolbox to the design surface in the Drop activity designated area.

See Also

Concepts

Creating Workflow Projects

Other Resources

Developing Workflows

Copyright © 2007 by Microsoft Corporation. All rights reserved.