OnTaskAssigning class

An activity that is executed before a task is created and sent to a specified user.

Inheritance hierarchy

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

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

Syntax

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

Remarks

This activity is used to provide initial values to the task item (that is, dynamic due dates). A typical usage scenario would be to perform a dynamic task assignment based on a certain criteria.

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

OnTaskAssigning members

Microsoft.Office.Workflow.Actions namespace