SPWorkflowModification class

Represents a workflow modification.

Inheritance hierarchy

System.Object
  Microsoft.SharePoint.Workflow.SPWorkflowModification

Namespace:  Microsoft.SharePoint.Workflow
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
<SubsetCallableTypeAttribute> _
Public NotInheritable Class SPWorkflowModification
'Usage
Dim instance As SPWorkflowModification
[SubsetCallableTypeAttribute]
public sealed class SPWorkflowModification

Remarks

You may want to enable your users to alter the workflow at certain points while it is running on an item. For example, you might want to enable a user to assign his or her task to another person or even add a specific task to the workflow. The options you present to users to change the workflow as it is running on an item are called modifications.

For more information on workflow modifications and modification forms, see Workflow Modification Forms (Windows SharePoint Services) and EnableWorkflowModification.

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See also

Reference

SPWorkflowModification members

Microsoft.SharePoint.Workflow namespace