mirror of
https://gitee.com/dromara/liteFlow.git
synced 2026-06-12 09:51:08 +08:00
修复multiSwitch的异步模式中的问题
This commit is contained in:
@@ -185,6 +185,7 @@ public class SwitchCondition extends AbstractParallelCondition {
|
||||
WhenCondition whenCondition = new WhenCondition();
|
||||
matchedExecutors.forEach(whenCondition::addExecutable);
|
||||
whenCondition.setThreadExecutorClass(this.getThreadPoolExecutorClass());
|
||||
whenCondition.setCurrChainId(this.getCurrChainId());
|
||||
whenCondition.executeCondition(slotIndex);
|
||||
} else {
|
||||
for (Executable targetExecutor : matchedExecutors) {
|
||||
|
||||
Reference in New Issue
Block a user