RollbackTask Class
Rolls a workflow task back to its last accepted state.
Inheritance Hierarchy
System.Object
System.Workflow.ComponentModel.DependencyObject
System.Workflow.ComponentModel.Activity
System.Workflow.Activities.CallExternalMethodActivity
Microsoft.SharePoint.WorkflowActions.RollbackTask
Namespace: Microsoft.SharePoint.WorkflowActions
Assembly: Microsoft.SharePoint.WorkflowActions (in Microsoft.SharePoint.WorkflowActions.dll)
Syntax
<ActivityToolboxDisplayAttribute("VSTTSharePointWorkflowTask", True)> _
<ToolboxBitmapAttribute(GetType(RollbackTask), "Resources.RollbackTask.bmp")> _
Public NotInheritable Class RollbackTask _
Inherits CallExternalMethodActivity
Dim instance As RollbackTask
[ActivityToolboxDisplayAttribute("VSTTSharePointWorkflowTask", true)]
[ToolboxBitmapAttribute(typeof(RollbackTask), "Resources.RollbackTask.bmp")]
public sealed class RollbackTask : CallExternalMethodActivity
Remarks
This is a sealed class and cannot be overridden or inherited.
This is a design time activity class.
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
Microsoft.SharePoint.WorkflowActions Namespace
Other Resources
Workflow Activities for Windows SharePoint Services Overview