OnTaskExpired Class
Executes when a given task has passed its due date.
Inheritance Hierarchy
System.Object
System.Workflow.ComponentModel.DependencyObject
System.Workflow.ComponentModel.Activity
System.Workflow.ComponentModel.CompositeActivity
System.Workflow.Activities.SequenceActivity
Microsoft.Office.Workflow.Actions.OnTaskExpired
Namespace: Microsoft.Office.Workflow.Actions
Assembly: Microsoft.Office.Workflow.Actions (in Microsoft.Office.Workflow.Actions.dll)
Syntax
'Declaration
<ActivityValidatorAttribute(GetType(OfficeTaskChildValidator))> _
Public Class OnTaskExpired _
Inherits SequenceActivity
'Usage
Dim instance As OnTaskExpired
[ActivityValidatorAttribute(typeof(OfficeTaskChildValidator))]
public class OnTaskExpired : SequenceActivity
Remarks
A typical use of this task behavior is to send an alert to a task owner's manager notifying them of the past due status of the task.
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.