提交 a47e579f 编写于 作者: sq3536's avatar sq3536

排他网关和包容网关

上级 a1b90529
......@@ -87,6 +87,10 @@ TARGET=PSWFVERSION
<startEvent id="sid-${WFProcess.getDeployId()}" name="${WFProcess.getName()}"/>
<#elseif WFProcess.getWFProcessType()=='END'>
<endEvent id="sid-${WFProcess.getDeployId()}" name="${WFProcess.getName()}"/>
<#elseif WFProcess.getWFProcessType()=='PARALLELGATEWAY'>
<parallelGateway id="sid-${WFProcess.getDeployId()}"></parallelGateway>
<#elseif WFProcess.getWFProcessType()=='INCLUSIVEGATEWAY'>
<inclusiveGateway id="sid-${WFProcess.getDeployId()}"></inclusiveGateway>
<#elseif WFProcess.getWFProcessType()=='EXCLUSIVEGATEWAY'>
<exclusiveGateway id="sid-${WFProcess.getDeployId()}"></exclusiveGateway>
<#elseif WFProcess.getWFProcessType()=='PROCESS'>
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册