Autodesk Vault ProfessionalVault API

UpdateLifeCycleStateTransitionJobTypes Method

Autodesk.Connectivity.WebServicesLifeCycleService

Updates the custom jobs queued during a lifecycle state transition.

Required Permissions

ManageBehaviorDefinition

Syntax

public void UpdateLifeCycleStateTransitionJobTypes(
   System.long transitionId,
   System.string[] jobTypes
)
Public Sub UpdateLifeCycleStateTransitionJobTypes( _
   ByVal transitionId As System.Long, _
   ByVal jobTypes() As System.String _
) 

Parameters

NameDescription
transitionIdThe transition ID.
jobTypesThe custom job types to queue when an entity moves through the transition. Passing in null will result in no custom jobs queued for the transition.

Remarks

This function only applies to custom jobs. Pre-defined job types, such as DWF Create and Property Sync are not handled here.

See Also