GetJobTypesByLifeCycleStateTransitionIds Method
Gets the custom jobs that are queued for a set of transitions.
Required Permissions
ReadBehaviorDefinitionSyntax
public StringArray[] GetJobTypesByLifeCycleStateTransitionIds(
System.long[] transitionIds
)Public Function GetJobTypesByLifeCycleStateTransitionIds( _
ByVal transitionIds() As System.Long _
) As StringArray()Parameters
| Name | Description |
|---|---|
| transitionIds | An 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.