Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out 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