예제 #1
0
 public void forward(long taskId, String userId, String targetEntityId) {
   taskInstanceService.forward(taskId, userId, targetEntityId);
 }