ForwardTask class
Creates a copy of the current task and assigns it to a specified user. Both copies of the task must be completed for the original task to be considered complete.
Inheritance hierarchy
System.Object
System.Workflow.ComponentModel.DependencyObject
System.Workflow.ComponentModel.Activity
Microsoft.Office.Workflow.Actions.ForwardTask
Namespace: Microsoft.Office.Workflow.Actions
Assembly: Microsoft.Office.Workflow.Actions (in Microsoft.Office.Workflow.Actions.dll)
Syntax
'Declaration
Public Class ForwardTask _
Inherits Activity
'Usage
Dim instance As ForwardTask
public class ForwardTask : Activity
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.