mirror of
https://gitee.com/dromara/liteFlow.git
synced 2026-05-24 04:18:10 +08:00
update JSON格式解析依赖顺序,由于判断逻辑缺失,无法获取已解析chain,已补全相应逻辑
This commit is contained in:
@@ -15,7 +15,7 @@ public class TestFlow implements CommandLineRunner {
|
||||
|
||||
@Override
|
||||
public void run(String... args) throws Exception {
|
||||
LiteflowResponse response= flowExecutor.execute("chain2", "it's a request");
|
||||
LiteflowResponse response= flowExecutor.execute("chain1", "it's a request");
|
||||
System.out.println(response);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user