|
@@ -98,10 +98,10 @@ public class BpmExecuteNodeController extends BaseController {
|
|
|
}
|
|
|
|
|
|
/**
|
|
|
- * 触发异常
|
|
|
+ * 触发异常节点
|
|
|
*/
|
|
|
- @PostMapping("/triggerException")
|
|
|
- public AjaxResult triggerException(@RequestBody TriggerExceptionVO vo) throws Exception {
|
|
|
- return toAjax(bpmExecuteNodeService.triggerException(vo));
|
|
|
+ @PostMapping("/triggerExceptionNode")
|
|
|
+ public AjaxResult triggerExceptionNode(@RequestBody TriggerExceptionVO vo) throws Exception {
|
|
|
+ return toAjax(bpmExecuteNodeService.triggerExceptionNode(vo));
|
|
|
}
|
|
|
}
|