增加FlowExecutor的异常抛出

This commit is contained in:
bryan31 2021-04-02 14:18:36 +08:00
parent f4f3ec5b0f
commit caff45c537
1 changed files with 1 additions and 0 deletions

View File

@ -143,6 +143,7 @@ public class FlowExecutor {
}catch(Exception e){
slot.setSuccess(false);
slot.setErrorMsg(e.getMessage());
throw e;
}finally{
if(!isInnerChain) {
slot.printStep();