A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More

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: 7.19.2
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()

Extension Methods