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