Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

执行doExecuteWithRoute 方法会报空指针 #69

Closed
kongxiaodong opened this issue Sep 2, 2024 · 1 comment
Closed

执行doExecuteWithRoute 方法会报空指针 #69

kongxiaodong opened this issue Sep 2, 2024 · 1 comment

Comments

@kongxiaodong
Copy link

kongxiaodong commented Sep 2, 2024

当新建一个chain 的时候,类似下面
LiteFlowChainELBuilder.createChain() .setChainId(ONE_CHAIN) .setEL(el.toEL()).build()

没有显示的设置nameSpace

会在FlowExecutor 类的 doExecuteWithRoute 方法,执行
List routeChainList = FlowBus.getChainMap().values().stream()
.filter(chain -> chain.getNamespace().equals(finalNamespace))
.filter(chain -> chain.getRouteItem() != null).collect(Collectors.toList());

这段代码的时候报空指针

@bryan31
Copy link
Collaborator

bryan31 commented Oct 16, 2024

2.12.4中已解决

@bryan31 bryan31 closed this as completed Oct 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants