505152535455565758
if (by.equals(JOB_HANDLER_CFG_PROCESS_DEFINITION_KEY)) { String processDefinitionKey = getProcessDefinitionKey(config); cmd = new SuspendJobDefinitionCmd(null, null, processDefinitionKey, activateJobs, null); } cmd.execute(commandContext); } }