UpdateChangeOrderStateTransitionJobTypes Method
Updates the custom jobs fired for a lifecycle state transition.
Required Permissions
ManageBehaviorDefinitionSyntax
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
| Name | Description |
|---|---|
| stateId | The starting state. |
| activityId | The activity to another state. |
| jobTypes | The customs job types to fire when something moves through the transition. Passing in null will result in no custom jobs fired for the transition. |