Suspends all {@link JobDefinition} of the provided process definition key immediately.
Note: All {@link Job}s of the provided job definition will be not suspended.
@throws ProcessEngineException if the process definition key is equal null. @see #suspendJobByProcessDefinitionKey(String)
|
|