GetJobTypesByChangeOrderStateTransitionIds Method
Gets the custom jobs that get fired for a set of transitions.
Required Permissions
ReadBehaviorDefinitionSyntax
public StringArray[] GetJobTypesByChangeOrderStateTransitionIds(
System.long[] stateIds,
System.long[] activityIds
)Public Function GetJobTypesByChangeOrderStateTransitionIds( _
ByVal stateIds() As System.Long, _
ByVal activityIds() As System.Long _
) As StringArray()Parameters
| Name | Description |
|---|---|
| stateIds | An array of starting states. All input arrays must be the same size. |
| activityIds | An array of transitions. All input arrays must be the same size. |
Return Value
An array of arrays of strings telling the jobs fired during the transitions. The top level array matches the size of the input arrays.