From ecf734dd5ebf6fdba34e4cd7198f7db30ee9691f Mon Sep 17 00:00:00 2001 From: bryan31 Date: Thu, 18 Mar 2021 17:06:33 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=94=B9=E6=B5=8B=E8=AF=95=E7=94=A8?= =?UTF-8?q?=E4=BE=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/java/com/yomahub/flowtest/TestFlow.java | 2 +- liteflow-test-springboot/src/main/resources/config/flow.xml | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/liteflow-test-springboot/src/main/java/com/yomahub/flowtest/TestFlow.java b/liteflow-test-springboot/src/main/java/com/yomahub/flowtest/TestFlow.java index 7d634962c..ba6286bf4 100644 --- a/liteflow-test-springboot/src/main/java/com/yomahub/flowtest/TestFlow.java +++ b/liteflow-test-springboot/src/main/java/com/yomahub/flowtest/TestFlow.java @@ -17,7 +17,7 @@ public class TestFlow implements CommandLineRunner { @Override public void run(String... args) throws Exception { - Slot slot = flowExecutor.execute("chain3", "it's a request"); + Slot slot = flowExecutor.execute("chain2", "it's a request"); System.out.println(slot); } } diff --git a/liteflow-test-springboot/src/main/resources/config/flow.xml b/liteflow-test-springboot/src/main/resources/config/flow.xml index 11c258c33..69a89be3e 100644 --- a/liteflow-test-springboot/src/main/resources/config/flow.xml +++ b/liteflow-test-springboot/src/main/resources/config/flow.xml @@ -20,8 +20,7 @@ - - +