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 OnTaskStatusChanged

Event based activity that listens for StatusChanged from EPiServer.

Inheritance
System.Object
OnTaskStatusChanged
Implements
System.Workflow.Activities.IEventActivity
Namespace: EPiServer.WorkflowFoundation.Activities
Assembly: EPiServer.WorkflowFoundation.dll
Version: 7.19.2
Syntax
public class OnTaskStatusChanged : CompositeTaskBase<TaskStatusChanged>, IEventActivity, ICompositeTaskActivity, ICompositeActivity
Remarks

The event argument is of the type WorkflowTaskEventArgs.

Constructors

OnTaskStatusChanged()

Declaration
public OnTaskStatusChanged()

Implements

System.Workflow.Activities.IEventActivity

Extension Methods