Class OnTaskStatusChanged
Event based activity that listens for StatusChanged from EPiServer.
Inheritance
System.Object
OnTaskStatusChanged
Implements
System.Workflow.Activities.IEventActivity
Inherited Members
Namespace: EPiServer.WorkflowFoundation.Activities
Assembly: EPiServer.WorkflowFoundation.dll
Version: 8.11.0Syntax
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