dromara / liteflow

Lightweight, fast, stable, and programmable component-based rule engine/process engine. Component reuse, synchronous/asynchronous orchestration, dynamic orchestration, multi-language scripting support, complex nested rules, hot deployment, smooth refreshing. Let you improve your development efficiency!
Apache License 2.0
3.04k stars 424 forks source link

`2.11.4+` 启动不了 #58

Closed xdewx closed 4 months ago

xdewx commented 7 months ago
[  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总是无法自动注入