The document provides an overview of Windows Workflow Foundation (WWF). It discusses key concepts such as workflows, activities, the workflow runtime engine, and how to build workflows programmatically and using markup. Some key points:
- Workflows are composed of activities and define processes as an ordered execution of activities. They run within a host process and workflow runtime engine.
- Activities are the basic units of a workflow and can be simple or composite. The framework includes many predefined activities.
- The runtime engine handles workflow instance creation, state management, and execution. It can host multiple workflows concurrently.
- Workflows can be created programmatically in code or declaratively using XML markup. The markup maps to