RollbackTask Class

Defines a workflow activity that is used to roll 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

'Declaration
<ActivityToolboxDisplayAttribute("VSTTSharePointWorkflowTask", True)> _
<ToolboxBitmapAttribute(GetType(RollbackTask), "Resources.RollbackTask.bmp")> _
Public NotInheritable Class RollbackTask _
    Inherits CallExternalMethodActivity
'Usage
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

RollbackTask Members

Microsoft.SharePoint.WorkflowActions Namespace

Other Resources

Workflow Activities for SharePoint Foundation