Class TaskDeleted

Activity that listens for TaskDeleted from EPiServer. Should not be used directly, use OnTaskDeleted instead.

Inheritance
System.Object
TaskDeleted
Namespace: EPiServer.WorkflowFoundation.Activities
Assembly: EPiServer.WorkflowFoundation.dll
Version: 8.11.0
Syntax
public class TaskDeleted : TaskEventBase<TaskDeleted>
Remarks

When overriding OnInvoke the argument can be casted to WorkflowTaskEventArgs CacheKey is not set since task is deleted

Constructors

TaskDeleted()

Initializes a new instance of the TaskDeleted activity.

Declaration
public TaskDeleted()