mirror of
https://gitee.com/dromara/liteFlow.git
synced 2026-05-14 04:02:09 +08:00
enhancement #IBQCWB FlowExecutor 入口支持执行调用 EL 表达式
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -61,4 +61,11 @@ public class BaseELSpringbootTest extends BaseTest {
|
||||
Assertions.assertTrue(response.isSuccess());
|
||||
}
|
||||
|
||||
// 入参执行 EL 表达式
|
||||
@Test
|
||||
public void testBase6() throws Exception {
|
||||
LiteflowResponse response = flowExecutor.execute2RespWithEL("THEN(a,b,c)");
|
||||
Assertions.assertTrue(response.isSuccess());
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user