Microsoft.Office.Workflow Namespace

Classes

  Class Description
Public class BulkWorkflowFeatureReceiver A feature receiver that is used to install bulk workflow task editing capability in the workflow.
Public class BulkWorkflowWIJD Used to create work item timer jobs that are used to update a collection of workflows.
Public class BulkWorkflowWorkItem An individual bulk workflow work item.
Public class ExpirationTask A task that is used at design-time to construct sequential workflows.
Public class Workflow Implements the Microsoft.Office.Workflow.ISoapServerWorkflow interface.
Public class WSSTask Contains methods for retrieving and setting information about a specified workflow task.
Public class WSSUpdateModificationContext

Interfaces

  Interface Description
Public interface ISoapServerWorkflow Specifies the interface that assemblies must implement to get information about workflow for an item or workflow task, start a workflow, get workflow templates, and so on.
Public interface IWorkflow Specifies the interface that assemblies must implement to get information about workflow for an item or workflow task, start a workflow, get workflow templates, and so on.

Delegates

  Delegate Description
Public delegate ChangeAllowedCheck A delegate that can be used to verify whether the workflow task properties can be changed.
Public delegate GetCreationPropertiesCall A delegate that is used to retrieve the properties of a new workflow task.
Public delegate TaskCancelledCheck A delegate that is used to determine whether a workflow task has been cancelled.
Public delegate TaskCompleteCheck A delegate that is used to determine if a workflow task has been completed.
Public delegate TaskDeleteCheck Specifies a delegate that is used to check if a workflow task has been deleted.
Public delegate TimeoutMailCallback Called to generate the task e-mail body when the time allotted for the task has expired.