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