예제 #1
0
 public Date getExpirationDate(long taskId) {
   return taskInstanceService.getExpirationDate(taskId);
 }