feature #I54VBS 从设计上改善NodeComponent,使之变成声明式的组件

This commit is contained in:
bryan31
2022-05-16 11:58:18 +08:00
parent 3e6547b1e8
commit 935506a388
339 changed files with 8359 additions and 16 deletions

View File

@@ -31,7 +31,7 @@ public class LiteflowMultipleTypeSpringbootTest extends BaseTest {
private FlowExecutor flowExecutor;
@Test
public void testConfig() {
public void testMultipleType() {
LiteflowResponse<DefaultSlot> response = flowExecutor.execute2Resp("chain1", "arg");
Assert.assertTrue(response.isSuccess());
Assert.assertEquals("a==>b==>c==>b==>a", response.getSlot().getExecuteStepStr());