OnTaskProcessCompleted class

Executes when the task process finishes.

Inheritance hierarchy

System.Object
  System.Workflow.ComponentModel.DependencyObject
    System.Workflow.ComponentModel.Activity
      System.Workflow.ComponentModel.CompositeActivity
        System.Workflow.Activities.SequenceActivity
          Microsoft.Office.Workflow.Actions.OnTaskProcessCompleted

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

Syntax

'Declaration
<ActivityValidatorAttribute(GetType(OfficeTaskChildValidator))> _
Public Class OnTaskProcessCompleted _
    Inherits SequenceActivity
'Usage
Dim instance As OnTaskProcessCompleted
[ActivityValidatorAttribute(typeof(OfficeTaskChildValidator))]
public class OnTaskProcessCompleted : SequenceActivity

Remarks

This workflow activity is used for finalizing operations, performing calculations, or doing cleanup work when the task process is completed. It executes after the task process has reached a state in which it is no longer waiting for any tasks to complete. If this activity is not present, no work is performed at the conclusion of the task process.

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

OnTaskProcessCompleted members

Microsoft.Office.Workflow.Actions namespace