Ejemplo n.º 1
0
 public void suspend(long taskId, String userId) {
   taskInstanceService.suspend(taskId, userId);
 }