update JSON格式解析依赖顺序,由于判断逻辑缺失,无法获取已解析chain,已补全相应逻辑

This commit is contained in:
tonnyguo
2021-04-04 22:55:32 +08:00
parent f18b877f7d
commit 642840247c
5 changed files with 65 additions and 28 deletions

View File

@@ -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);
}
}