OnTaskProcessPending Class
Executes when the running task process is set to a pending status, waiting for a response from an external event.
Inheritance Hierarchy
System.Object
System.Workflow.ComponentModel.DependencyObject
System.Workflow.ComponentModel.Activity
System.Workflow.ComponentModel.CompositeActivity
System.Workflow.Activities.SequenceActivity
Microsoft.Office.Workflow.Actions.OnTaskProcessPending
Namespace: Microsoft.Office.Workflow.Actions
Assembly: Microsoft.Office.Workflow.Actions (in Microsoft.Office.Workflow.Actions.dll)
Syntax
'Declaration
<ActivityValidatorAttribute(GetType(OfficeTaskChildValidator))> _
Public Class OnTaskProcessPending _
Inherits SequenceActivity
'Usage
Dim instance As OnTaskProcessPending
[ActivityValidatorAttribute(typeof(OfficeTaskChildValidator))]
public class OnTaskProcessPending : SequenceActivity
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.