mirror of
https://gitee.com/dromara/liteFlow.git
synced 2026-06-11 17:26:54 +08:00
增加FlowExecutor的异常抛出
This commit is contained in:
@@ -143,6 +143,7 @@ public class FlowExecutor {
|
||||
}catch(Exception e){
|
||||
slot.setSuccess(false);
|
||||
slot.setErrorMsg(e.getMessage());
|
||||
throw e;
|
||||
}finally{
|
||||
if(!isInnerChain) {
|
||||
slot.printStep();
|
||||
|
||||
Reference in New Issue
Block a user