Share via


Workflow.ReadWorkflowPhase method

Gets information about the specified workflow phase.

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

Syntax

'Declaration
<SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/Workflow/ReadWorkflowPhase", 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 Function ReadWorkflowPhase ( _
    workflowPhaseUid As Guid _
) As WorkflowDataSet
'Usage
Dim instance As Workflow
Dim workflowPhaseUid As Guid
Dim returnValue As WorkflowDataSet

returnValue = instance.ReadWorkflowPhase(workflowPhaseUid)
[SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/Workflow/ReadWorkflowPhase", 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 WorkflowDataSet ReadWorkflowPhase(
    Guid workflowPhaseUid
)

Parameters

  • workflowPhaseUid
    Type: System.Guid

    The GUID of the workflow phase.

Return value

Type: WebSvcWorkflow.WorkflowDataSet

Remarks

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

Project Server Permissions

Permission

Description

ManageWorkflow

Allows the user to manage workflows. Global permission.

See also

Reference

Workflow class

Workflow members

WebSvcWorkflow namespace