Calling all developers! We invite you to provide your input on Feature Experimentation by completing this brief survey.

 

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