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