OnTaskProcessCanceled class

Performs cleanups or notification in the event that a user or workflow administrator uses the 'Cancel task process' modification. If the activity is absent, nothing is done at the end of the OfficeTask.

Inheritance hierarchy

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

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

Syntax

'Declaration
<ActivityValidatorAttribute(GetType(OfficeTaskChildValidator))> _
Public Class OnTaskProcessCanceled _
    Inherits SequenceActivity
'Usage
Dim instance As OnTaskProcessCanceled
[ActivityValidatorAttribute(typeof(OfficeTaskChildValidator))]
public class OnTaskProcessCanceled : 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.

See also

Reference

OnTaskProcessCanceled members

Microsoft.Office.Workflow.Actions namespace