Activity that deletes all Task related to a workflow instance in EPiServer
Namespace:
EPiServer.WorkflowFoundation.ActivitiesAssembly: EPiServer.WorkflowFoundation (in EPiServer.WorkflowFoundation.dll) Version: 6.1.379.0
Syntax
| C# |
|---|
[SerializableAttribute] public class DeleteTasksForInstance : InvokesBase<DeleteTasksForInstance> |
Remarks
Typically used as last activity before a workflow completes to perform cleanup of tasks related to the workflow instance.
Inheritance Hierarchy
System..::.Object
System.Workflow.ComponentModel..::.DependencyObject
System.Workflow.ComponentModel..::.Activity
System.Workflow.Activities..::.CallExternalMethodActivity
EPiServer.WorkflowFoundation.Activities..::.InvokesBase<(Of <(DeleteTasksForInstance>)>)
EPiServer.WorkflowFoundation.Activities..::.DeleteTasksForInstance
System.Workflow.ComponentModel..::.DependencyObject
System.Workflow.ComponentModel..::.Activity
System.Workflow.Activities..::.CallExternalMethodActivity
EPiServer.WorkflowFoundation.Activities..::.InvokesBase<(Of <(DeleteTasksForInstance>)>)
EPiServer.WorkflowFoundation.Activities..::.DeleteTasksForInstance