Workflow.ReadWorkflowPhase Method
Gets information about the specified 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/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: [Workflow Web service].WorkflowDataSet
Remarks
The WorkflowDataSet.WorkflowPhaseRow in the WorkflowDataSet.WorkflowPhaseDataTable contains the information.
Project Server Permissions
Permission |
Description |
---|---|
Allows the user to manage workflows. Global permission. |