IPSWorkflowService.SetInitialStages Method
Updates the status information for the specified workflow stages.
Namespace: Microsoft.Office.Project.Server.Library
Assembly: Microsoft.Office.Project.Server.Library (in Microsoft.Office.Project.Server.Library.dll)
Syntax
'Declaration
Sub SetInitialStages ( _
workflowContext As ProjectWorkflowContext, _
stageInfo As DataSet _
)
'Usage
Dim instance As IPSWorkflowService
Dim workflowContext As ProjectWorkflowContext
Dim stageInfo As DataSet
instance.SetInitialStages(workflowContext, _
stageInfo)
void SetInitialStages(
ProjectWorkflowContext workflowContext,
DataSet stageInfo
)
Parameters
- workflowContext
Type: Microsoft.Office.Project.Server.Library.ProjectWorkflowContext
Information that is related to the current instance of the workflow that is being processed.
- stageInfo
Type: System.Data.DataSet
Contains the workflow status information to be updated.