private String createNotificationTask() {
// 1. Create notification
NotificationTO notification = new NotificationTO();
notification.setTraceLevel(TraceLevel.FAILURES);
notification.addEvent("[REST]:[UserController]:[]:[create]:[SUCCESS]");
notification.addEvent("[REST]:[UserController]:[]:[createInternal]:[SUCCESS]");
MembershipCond membCond = new MembershipCond();
membCond.setRoleId(7L);
notification.setAbout(NodeCond.getLeafCond(membCond));