更新时间:2021-04-29 18:55:22
封面
书名页
Programming Windows Workflow Foundation: Practical WF Techniques and
Credits
About the Author
About the Reviewer
Preface
What This Book Covers
What You Need for This Book
Conventions
Reader Feedback
Customer Support
Chapter 1. Hello Workflow
Building Workflow Solutions
A Windows Workflow Tour
Our First Workflow
Summary
Chapter 2. Authoring Workflows
Pure Code
Objects and Their Relationships
Pure XAML
Code and XAML Together
Chapter 3. Sequential Workflows
The SequenceActivity
Workflows and the Outside World
Faults
Chapter 4. The Base Activity Library
The Basics
Local Communication Events
Fault Handling
Transactions and Compensation
Conditions and Rules
Web Services
State Activities
Chapter 5. Custom Activities
Why Would I Build Custom Activities?
How Do I Build Custom Activities?
Activity Composition
Dependency Properties
Derivation
Activity Execution
Chapter 6. Workflow Hosting
The Workflow Runtime
Scheduling Services
Persistence Services
Tracking Services
Persistence and Tracking Together
Chapter 7. Event-Driven Workflows
What Is a State Machine?
State Machines in Windows Workflow
Our First State Machine
Inspecting State Machines
Hierarchical State Machines
Chapter 8. Communication in Workflows
Local Communication Services Redux
Web Service Communication
Chapter 9. Rules and Conditions
What are Rules and Conditions?
Working with Conditions
Working with Rules
Index