OfficeTask.AssignNextSetOfTasksForCurrentStage method

Override this method to alter how new sets of tasks are assigned, stages are evaluated and update existing modifications

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

Syntax

'Declaration
Protected Sub AssignNextSetOfTasksForCurrentStage ( _
    context As ActivityExecutionContext, _
    taskInterface As ITaskService _
)
'Usage
Dim context As ActivityExecutionContext
Dim taskInterface As ITaskService

Me.AssignNextSetOfTasksForCurrentStage(context, _
    taskInterface)
protected void AssignNextSetOfTasksForCurrentStage(
    ActivityExecutionContext context,
    ITaskService taskInterface
)

Parameters

See also

Reference

OfficeTask class

OfficeTask members

Microsoft.Office.Workflow.Actions namespace