Autodesk Vault ProfessionalVault API

GetJobTypesByLifeCycleStateTransitionIds Method

Autodesk.Connectivity.WebServicesLifeCycleService

Gets the custom jobs that are queued for a set of transitions.

Required Permissions

ReadBehaviorDefinition

Syntax

public StringArray[] GetJobTypesByLifeCycleStateTransitionIds(
   System.long[] transitionIds
)
Public Function GetJobTypesByLifeCycleStateTransitionIds( _
   ByVal transitionIds() As System.Long _
) As StringArray()

Parameters

NameDescription
transitionIdsAn array of transition IDs.

Return Value

An array of arrays of strings telling which jobs are queued during the transitions. The top level array matches the size of the input array.

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