mirror of
https://gitee.com/dromara/liteFlow.git
synced 2026-05-14 12:12:08 +08:00
bug: #I1W8SO 版本2.3.2有个小BUG,this.setIsEnd(true)失效
This commit is contained in:
@@ -63,7 +63,7 @@ public class Chain implements Executable{
|
||||
try{
|
||||
executableItem.execute(slotIndex);
|
||||
}catch (ChainEndException e){
|
||||
break;
|
||||
throw e;
|
||||
}
|
||||
}
|
||||
}else if(condition instanceof WhenCondition){
|
||||
|
||||
Reference in New Issue
Block a user