mirror of
https://gitee.com/dromara/liteFlow.git
synced 2026-05-15 04:22:09 +08:00
优化测试用例
This commit is contained in:
@@ -22,9 +22,11 @@
|
||||
defaultContext.setData("s1",a*b)
|
||||
]]>
|
||||
</node>
|
||||
|
||||
<node id="s2" name="文件脚本" type="script" file="common/s2.py" language="python"/>
|
||||
</nodes>
|
||||
|
||||
<chain name="chain1">
|
||||
THEN(a, b, c, s1);
|
||||
THEN(a, b, c, s1, s2);
|
||||
</chain>
|
||||
</flow>
|
||||
@@ -0,0 +1 @@
|
||||
print 'hello'
|
||||
Reference in New Issue
Block a user