Example #1
0
 /**
  * 流程监控/保存减少的办理人
  *
  * @return
  * @throws Exception
  */
 public String delTransactorSave() throws Exception {
   taskService.delTransactor(workflowId, transactors);
   ApiFactory.getBussinessLogService().log("流程监控", "减少办理人", ContextUtils.getSystemId("wf"));
   this.addSuccessMessage("办理人已减少");
   return delTransactor();
 }