RollbackTask Members
Include Protected Members
Include Inherited Members
Defines a workflow activity that is used to roll a workflow task back to its last accepted state.
The RollbackTask type exposes the following members.
Constructors
Name | Description | |
---|---|---|
RollbackTask | Initializes a new instance of the RollbackTask class. |
Top
Properties
Name | Description | |
---|---|---|
CorrelationToken | (Inherited from CallExternalMethodActivity.) | |
Description | (Inherited from Activity.) | |
DesignMode | (Inherited from DependencyObject.) | |
Enabled | (Inherited from Activity.) | |
ExecutionResult | (Inherited from Activity.) | |
ExecutionStatus | (Inherited from Activity.) | |
InterfaceType | Gets the name of the declaring interface of the external method that is used to implement this activity. (Overrides CallExternalMethodActivity.InterfaceType.) | |
IsDynamicActivity | (Inherited from Activity.) | |
MethodName | Gets the name of the method that is called by this activity. (Overrides CallExternalMethodActivity.MethodName.) | |
Name | (Inherited from Activity.) | |
ParameterBindings | (Inherited from CallExternalMethodActivity.) | |
Parent | (Inherited from Activity.) | |
ParentDependencyObject | (Inherited from DependencyObject.) | |
QualifiedName | (Inherited from Activity.) | |
Reason | Gets or sets the text that can be used to log the reason why the workflow task was rolled back. | |
Site | (Inherited from DependencyObject.) | |
TaskId | Gets or sets the identifier (ID) of the task to roll back. | |
UserData | (Inherited from DependencyObject.) | |
WorkflowInstanceId | (Inherited from Activity.) |
Top
Methods
Top
Events
Name | Description | |
---|---|---|
Canceling | (Inherited from Activity.) | |
Closed | (Inherited from Activity.) | |
Compensating | (Inherited from Activity.) | |
Executing | (Inherited from Activity.) | |
Faulting | (Inherited from Activity.) | |
MethodInvoking | (Inherited from CallExternalMethodActivity.) | |
StatusChanged | (Inherited from Activity.) |
Top
Fields
Name | Description | |
---|---|---|
ReasonProperty | The DependencyProperty object that promotes the Reason property. | |
TaskIdProperty | The DependencyProperty object that promotes the P:Microsoft.SharePoint.WorkflowActions.RollbackTask.TaskId property. |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
IComponent.Disposed | (Inherited from DependencyObject.) | |
IDynamicPropertyTypeProvider.GetAccessType | (Inherited from CallExternalMethodActivity.) | |
IDynamicPropertyTypeProvider.GetPropertyType | (Inherited from CallExternalMethodActivity.) |
Top