Пример #1
0
 /**
  * 删除流程
  *
  * @return
  * @throws Exception
  */
 public String remove() throws Exception {
   if (getKey() != null) {
     flowService.delete(getKey().toString());
   }
   return RELOADVIEW;
 }