mirror of
https://gitee.com/dromara/liteFlow.git
synced 2026-05-23 23:38:09 +08:00
feature #I54VBS 从设计上改善NodeComponent,使之变成声明式的组件
This commit is contained in:
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user