August 2010
Intermediate to advanced
1224 pages
34h 17m
English
You add items to a workflow as you would any other project (right-click the project file, choose Add, and select New Item). This launches the Add New Item dialog box as shown in Figure 23.4. From this dialog box, you can add one of four item templates to your project: Activity, Activity Designer, Code Activity, and WCF Workflow Service.
Figure 23.4 You can add new activities to your workflow projects using the Workflow item templates.

The following provides an overview of each of the item templates shown in Figure 23.4:
• Activity—Use the Activity template to create a workflow using the designer or XAML markup. The ...