예제 #1
0
 public void setDescriptions(long taskId, List<I18NText> descriptions) {
   taskInstanceService.setDescriptions(taskId, descriptions);
 }