Chapter 9 Quick Reference

To

Do This

Process if-then-else conditional branching scenarios

Drop an instance of the IfElse activity into your workflow process, and assign a condition event handler as well as "true" and "false" branch activities.

Process workflow activities while a given condition is true

Consider the While activity, and if it’s appropriate, drop it into your workflow. Be sure to assign a conditional handler. Remember that assigning the ConditionalEventArgs Result property a false value exits the loop.

Replicate activities to be processed in a for-next scenario

Insert an instance of the Replicator activity into your workflow, keeping in mind that its single child activity can be a container activity (allowing you to process more than one ...

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.