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

bpmn图形

上级 f0b043c0
...@@ -218,7 +218,7 @@ TARGET=PSWFVERSION ...@@ -218,7 +218,7 @@ TARGET=PSWFVERSION
<#assign sourceProcessId="tid-"+WFProcess.getWFStepValue()+"-"+WFProcess.getDeployId()> <#assign sourceProcessId="tid-"+WFProcess.getWFStepValue()+"-"+WFProcess.getDeployId()>
</#if> </#if>
<bpmndi:BPMNShape id="BPMNShape-${WFProcess.getDeployId()}" bpmnElement="${sourceProcessId}"> <bpmndi:BPMNShape id="BPMNShape-${WFProcess.getDeployId()}" bpmnElement="${sourceProcessId}">
<di:Bounds x="${WFProcess.getLeftPos()?c}" y="${WFProcess.getTopPos()?c}" width="${WFProcess.getWidth()?c}" height="${WFProcess.getHeight()?c}" /> <omgdi:Bounds x="${WFProcess.getLeftPos()?c}" y="${WFProcess.getTopPos()?c}" width="${WFProcess.getWidth()?c}" height="${WFProcess.getHeight()?c}" />
</bpmndi:BPMNShape> </bpmndi:BPMNShape>
</#list> </#list>
</#if> </#if>
...@@ -230,8 +230,8 @@ TARGET=PSWFVERSION ...@@ -230,8 +230,8 @@ TARGET=PSWFVERSION
<#assign flowId="lid-"+WFLink.getName()+"-"+WFLink.getDeployId()> <#assign flowId="lid-"+WFLink.getName()+"-"+WFLink.getDeployId()>
</#if> </#if>
<bpmndi:BPMNEdge id="BPMNEdge-${flowId}" bpmnElement="${flowId}"> <bpmndi:BPMNEdge id="BPMNEdge-${flowId}" bpmnElement="${flowId}">
<di:waypoint x="0" y="0" /> <omgdi:waypoint x="0" y="0" />
<di:waypoint x="0" y="0" /> <omgdi:waypoint x="0" y="0" />
</bpmndi:BPMNEdge> </bpmndi:BPMNEdge>
</#list> </#list>
</#if> </#if>
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册