SaaS CMS has officially launched! Learn more now.

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