@Override
 public void activate(long taskId, String userId) {
   synchronized (ksession) {
     taskService.activate(taskId, userId);
   }
 }