Suspends the {@link JobDefinition} with the given id immediately.
Note: All {@link Job}s of the provided job definition will be not suspended.
@throws ProcessEngineException if no such job definition can be found. @see #suspendJobById(String) @see #suspendJobByJobDefinitionId(String)
|
|