Workflow.QueueUpdateProjectWorkflows method
Updates project workflow data.
Namespace: WebSvcWorkflow
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
<SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/Workflow/QueueUpdateProjectWorkflows", 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 QueueUpdateProjectWorkflows ( _
dsWorkflow As WorkflowDataSet _
)
'Usage
Dim instance As Workflow
Dim dsWorkflow As WorkflowDataSet
instance.QueueUpdateProjectWorkflows(dsWorkflow)
[SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/Workflow/QueueUpdateProjectWorkflows", 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 QueueUpdateProjectWorkflows(
WorkflowDataSet dsWorkflow
)
Parameters
dsWorkflow
Type: WebSvcWorkflow.WorkflowDataSetContains the update data for the Project Server workflows.
Remarks
Each WorkflowDataSet.UpdateProjectWorkflowsRow in WorkflowDataSet.UpdateProjectWorkflowsDataTable specifies a workflow to update.
Project Server Permissions
Permission |
Description |
---|---|
Non-Standard |
You must have either the ManageWorkflow global permission or the ChangeWorkflow global permission. If you have ChangeWorkflow permission, you must also have the OpenProject category permission and the SaveProject category permission. |