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