What is an activity?
In Windows Workflow Foundation 4.0, an activity is the basic unit of composition and implementation of a workflow. Each activity in a workflow consists of its own variables and arguments and is a subclass of the Activity class. These activities give facilities for flow control, exception handling, loading or unloading workflows, data persistency, tracking, and transaction flow.