[ restartedMain] com.yomahub.liteflow.core.FlowExecutor : [a] is not exist or [a] is not registered, you need to define a node or chain with id [a] and register it
EL: THEN(a,b,c);
^
com.yomahub.liteflow.exception.ELParseException: [a] is not exist or [a] is not registered, you need to define a node or chain with id [a] and register it
EL: THEN(a,b,c);
^
at com.yomahub.liteflow.builder.el.LiteFlowChainELBuilder.setEL(LiteFlowChainELBuilder.java:169
如果使用2.11.4-BETA1则正常,项目是spring-boot-starter-web-2.7.14,完全按照官网教程来的,但是在2.11.4+中Node总是无法自动注入