mirror of https://gitee.com/dromara/liteFlow
Pre Merge pull request !358 from 金闪闪/fix/startUpPhase-issue-IJM5SE
This commit is contained in:
commit
4fe34cec02
|
|
@ -152,6 +152,7 @@ public class FlowExecutor {
|
|||
else {
|
||||
// ruleSource为空,而且没有spi形式的扩展,那么说明真的没有ruleSource
|
||||
// 这种情况有可能是基于代码动态构建的
|
||||
startUpPhase.compareAndSet(true, false);
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue