Ai
1 Star 0 Fork 1

ygq/compileflow-idea-designer

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
demo.bpm 867 Bytes
一键复制 编辑 原始数据 按行查看 历史
徐安(徐工) 提交于 2021-10-09 17:06 +08:00 . 版本升级1.0.13
<?xml version="1.0" encoding="UTF-8" ?>
<bpm code="demo" name="test" type="process" description="This is test demo.">
<var name="num" description="入参" dataType="java.lang.Double" inOutType="param"/>
<var name="numSqrt" description="开根号结果" dataType="java.lang.Double" inOutType="return"/>
<start id="1" name="开始" g="115,16,30,30">
<transition g=":-15,20" to="17"/>
</start>
<end id="11" name="结束" g="115,411,30,30"/>
<autoTask id="17" name="计算平方根" g="424,249,88,48">
<transition g=":-15,20" to="11"/>
<action type="java">
<actionHandle clazz="java.lang.Math" method="sqrt">
<var name="input" dataType="double" contextVarName="num" inOutType="param"/>
<var name="output" dataType="double" contextVarName="numSqrt" inOutType="return"/>
</actionHandle>
</action>
</autoTask>
</bpm>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/ygq/compileflow-idea-designer.git
git@gitee.com:ygq/compileflow-idea-designer.git
ygq
compileflow-idea-designer
compileflow-idea-designer
master

搜索帮助