Welcome to Windows Workflow Foundation 4 (WF) Microsoft's programming model, engine and tools for quickly building workflow-enabled applications. This release of WF in .NET Framework 4 changes several development paradigms from previous versions. Workflows are now easier to create, execute, and maintain.
Open the IntroToWF4.vsix file to install it (Restart Visual Studio if it is running during install)
Start Visual Studio
Select File / New Project / Workflow / Hands On Lab and start with exercise 1
Objectives
In this Hands-On Lab, you will learn:
How to create an activity using the designer and XAML or C# code
How to run and test activities using the WorkflowApplication andWorkflowInvoker classes
How to pass InArguments and receive OutArguments from a workflow
How Expressions and Variables are used
How to use the Sequence, WriteLine, Assign and If activities
How to load and run an activity from a xaml file
Exercises
This Lab consists of the following exercises. You can jump to any exercise in the lab at any time. Just create a new project from the project template for the lab exercise