Workflow.CreateWorkflowPhase Method

Creates a workflow phase.

Namespace:  [Workflow Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Workflow.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Workflow.asmx?wsdl

Syntax

'Declaration
<SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/Workflow/CreateWorkflowPhase", RequestNamespace := "https://schemas.microsoft.com/office/project/server/webservices/Workflow/",  _
    ResponseNamespace := "https://schemas.microsoft.com/office/project/server/webservices/Workflow/",  _
    Use := SoapBindingUse.Literal, ParameterStyle := SoapParameterStyle.Wrapped)> _
Public Sub CreateWorkflowPhase ( _
    workflowDS As WorkflowDataSet _
)
'Usage
Dim instance As Workflow
Dim workflowDS As WorkflowDataSet

instance.CreateWorkflowPhase(workflowDS)
[SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/Workflow/CreateWorkflowPhase", RequestNamespace = "https://schemas.microsoft.com/office/project/server/webservices/Workflow/", 
    ResponseNamespace = "https://schemas.microsoft.com/office/project/server/webservices/Workflow/", 
    Use = SoapBindingUse.Literal, ParameterStyle = SoapParameterStyle.Wrapped)]
public void CreateWorkflowPhase(
    WorkflowDataSet workflowDS
)

Parameters

Remarks

The WorkflowDataSet.WorkflowPhaseRow in the WorkflowDataSet.WorkflowPhaseDataTable contains the phase information.

Project Server Permissions

Permission

Description

ManageWorkflow

Allows the user to manage workflows. Global permission.

See Also

Reference

Workflow Class

Workflow Members

Workflow Web Service