mirror of
https://gitee.com/dromara/liteFlow.git
synced 2026-05-14 20:22:07 +08:00
版本号更新成2.11.4-BETA1
This commit is contained in:
@@ -41,9 +41,22 @@
|
||||
}
|
||||
]]>
|
||||
</node>
|
||||
|
||||
<node id="s3" name="选择脚本" type="switch_script" language="java">
|
||||
<![CDATA[
|
||||
import com.yomahub.liteflow.script.ScriptExecuteWrap;
|
||||
import com.yomahub.liteflow.script.body.JaninoSwitchScriptBody;
|
||||
|
||||
public class Demo implements JaninoSwitchScriptBody {
|
||||
public String body(ScriptExecuteWrap wrap) {
|
||||
return "b";
|
||||
}
|
||||
}
|
||||
]]>
|
||||
</node>
|
||||
</nodes>
|
||||
|
||||
<chain name="chain1">
|
||||
FOR(s2).DO(THEN(a, b, c, s1));
|
||||
THEN(FOR(s2).DO(THEN(a, b, c, s1)), SWITCH(s3).TO(a,b));
|
||||
</chain>
|
||||
</flow>
|
||||
Reference in New Issue
Block a user