Chapter 11 Quick Reference

To

Do This

Perform workflow activities in parallel

Drop an instance of the Parallel activity into your workflow, and place activities in the parallel branches (within the provided Sequence activities).

Synchronize workflow activities, either to lock access to volatile memory or to make sure specific activities complete before your workflow sustains an execution context switch

Wrap the activities you want to synchronize within SynchronizationScope activities. Provide identical SynchronizationHandle values for all SynchronizationScope activities that are to be synchronized.

To execute activities in parallel based on conditional evaluations

Consider using a ConditionedActivityGroup activity, or CAG. Each activity is evaluated ...

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.