EscalateTask Class

Effectively reassigns a workflow task to the task owner's manager.

Inheritance Hierarchy

System.Object
  System.Workflow.ComponentModel.DependencyObject
    System.Workflow.ComponentModel.Activity
      Microsoft.Office.Workflow.Actions.EscalateTask

Namespace:  Microsoft.Office.Workflow.Actions
Assembly:  Microsoft.Office.Workflow.Actions (in Microsoft.Office.Workflow.Actions.dll)

Syntax

'Declaration
Public Class EscalateTask _
    Inherits Activity
'Usage
Dim instance As EscalateTask
public class EscalateTask : Activity

Remarks

A common usage scenario for this task would be if a task owner is out of the office, the task is automatically reassigned to the task owner's manager for completion.

When a task is escalated, the original task is cancelled and a new task is created and assigned to the user's manager.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

EscalateTask Members

Microsoft.Office.Workflow.Actions Namespace