Share via


Workflow.CreateWorkflowPhase method

Creates a workflow phase.

Namespace:  WebSvcWorkflow
Assembly:  ProjectServerServices (in ProjectServerServices.dll)

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

WebSvcWorkflow namespace