Autodesk Vault ProfessionalVault API

GetRoutingRoleDefinitionsByWorkflowId Method

Autodesk.Connectivity.WebServicesChangeOrderService

Gets the Routing Role Definitions for a given Workflow.

Required Permissions

ChangeOrderRead

Syntax

public RoutingRoleDef[] GetRoutingRoleDefinitionsByWorkflowId(
   System.long workflowId
)
Public Function GetRoutingRoleDefinitionsByWorkflowId( _
   ByVal workflowId As System.Long _
) As RoutingRoleDef()

Parameters

NameDescription
workflowIdThe Workflow ID.

Return Value

An array of the Routing Role Definitions for the Workflow.

See Also