UpdateLifeCycleStateTransitionJobTypes Method
Updates the custom jobs queued during a lifecycle state transition.
Required Permissions
ManageBehaviorDefinitionSyntax
public void UpdateLifeCycleStateTransitionJobTypes(
System.long transitionId,
System.string[] jobTypes
)Public Sub UpdateLifeCycleStateTransitionJobTypes( _
ByVal transitionId As System.Long, _
ByVal jobTypes() As System.String _
) Parameters
| Name | Description |
|---|---|
| transitionId | The transition ID. |
| jobTypes | The 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. |