增加FlowExecutor的异常抛出
This commit is contained in:
parent
f4f3ec5b0f
commit
caff45c537
|
|
@ -143,6 +143,7 @@ public class FlowExecutor {
|
|||
}catch(Exception e){
|
||||
slot.setSuccess(false);
|
||||
slot.setErrorMsg(e.getMessage());
|
||||
throw e;
|
||||
}finally{
|
||||
if(!isInnerChain) {
|
||||
slot.printStep();
|
||||
|
|
|
|||
Loading…
Reference in New Issue