Chapter 16 Quick Reference

To

Do This

Create declarative workflow definitions

Use the XAML XML vocabulary to create fully featured workflow definitions.

Execute XAML-based workflow definitions directly

Load the XAML-based workflow into an instance of XmlTextReader, and assign that to the workflow runtime’s CreateWorkflow method. Note that not all workflow definitions can be executed in this manner.

Compile XAML-based workflow definitions into .NET assemblies for execution

Use the wfc.exe workflow compiler tool to compile the XAML-based workflow definition. If you’ve created custom assemblies, you can reference and use those as well.

Assign an XML namespace to a custom assembly

Use the XmlnsDefinition attribute.

Pass initiation parameter values into your ...

Get Microsoft® Windows® Workflow Foundation Step by Step now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.