Autodesk Vault ProfessionalVault API

UpdateChangeOrderStateTransitionJobTypes Method

Autodesk.Connectivity.WebServicesChangeOrderService

Updates the custom jobs fired for a lifecycle state transition.

Required Permissions

ManageBehaviorDefinition

Syntax

public void UpdateChangeOrderStateTransitionJobTypes(
   System.long stateId,
   System.long activityId,
   System.string[] jobTypes
)
Public Sub UpdateChangeOrderStateTransitionJobTypes( _
   ByVal stateId As System.Long, _
   ByVal activityId As System.Long, _
   ByVal jobTypes() As System.String _
) 

Parameters

NameDescription
stateIdThe starting state.
activityIdThe activity to another state.
jobTypesThe customs job types to fire when something moves through the transition. Passing in null will result in no custom jobs fired for the transition.

See Also