images

aborting a workflow

An ungraceful and immediate teardown of a workflow instance. An aborted workflow that has been previously persisted can be loaded and resumed from its last persistence point. Aborting the workflow simply throws away everything since the last persistence point.

activity

The basic unit of composition within a workflow. An activity represents a single step in a tree of declared objects. Each activity can have its own set of input and output arguments and local variables and accomplishes some useful work.

Activity

The abstract base class for all other activity types in WF.

ActivityAction

A type-safe activity callback mechanism ...

Get Pro WF: Windows Workflow in .NET 4 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.