OnTaskProcessStarted class

Executes when a task is first created, but before the task is assigned to users.

Inheritance hierarchy

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

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

Syntax

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

Remarks

This workflow activity is used for running startup tasks for a 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

OnTaskProcessStarted members

Microsoft.Office.Workflow.Actions namespace