assertNotNull(task);
// add user template
RoleTO template = new RoleTO();
template.setParent(8L);
template.addAttribute(attributeTO("show", "'true'"));
task.setRoleTemplate(template);
taskService.update(task.getId(), task);
SyncTaskTO actual = taskService.read(TaskType.SYNCHRONIZATION, task.getId());