taskManager.updateTaskSuspensionStateByProcessDefinitionKey(processDefinitionKey, suspensionState);
}
getSetJobStateCmd().execute(commandContext);
PropertyChange propertyChange = new PropertyChange(SUSPENSION_STATE_PROPERTY, null, suspensionState.getName());
commandContext.getOperationLogManager()
.logProcessInstanceOperation(getLogEntryOperation(), processInstanceId, processDefinitionId,
processDefinitionKey, propertyChange);
return null;