Browse Source

# 工作票流程修改

zhongwei
haungxing 11 months ago
parent
commit
63bb0e0992
  1. 313
      hzims-service/ticket/src/main/resources/file/工作票流程.bpmn20.xml
  2. 181
      hzims-service/ticket/src/main/resources/file/工作票流程_bak.bpmn20.xml
  3. BIN
      hzims-service/ticket/src/main/resources/template/水力机械工作票模版.docx

313
hzims-service/ticket/src/main/resources/file/工作票流程.bpmn20.xml

@ -1,180 +1,225 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<definitions xmlns="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:flowable="http://flowable.org/bpmn" xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI" xmlns:omgdc="http://www.omg.org/spec/DD/20100524/DC" xmlns:omgdi="http://www.omg.org/spec/DD/20100524/DI" typeLanguage="http://www.w3.org/2001/XMLSchema" expressionLanguage="http://www.w3.org/1999/XPath" targetNamespace="http://www.flowable.org/processdef"> <definitions xmlns="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:flowable="http://flowable.org/bpmn" xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI" xmlns:omgdc="http://www.omg.org/spec/DD/20100524/DC" xmlns:omgdi="http://www.omg.org/spec/DD/20100524/DI" typeLanguage="http://www.w3.org/2001/XMLSchema" expressionLanguage="http://www.w3.org/1999/XPath" targetNamespace="http://www.flowable.org/processdef">
<process id="newFirstWorkTicket" name="工作票流程" isExecutable="true"> <process id="workTicketFlow" name="工作票流程" isExecutable="true">
<startEvent id="startEvent1" name="开票" flowable:formFieldValidation="true"></startEvent> <startEvent id="startEvent1" name="工作负责人/签发人开票"></startEvent>
<userTask id="sid-7F2E1F03-6BED-4B18-A8C2-AACE5792C8DF" name="签发人签发" flowable:candidateUsers="${signUserIds}" flowable:formFieldValidation="true"></userTask> <userTask id="sid-9F1D8719-DD92-4A7F-A64D-18D4C6AD16EE" name="许可人补充安全措施、危险点及控制措施" flowable:candidateGroups="licensor">
<sequenceFlow id="sid-416A2A8D-418F-4633-B0E3-8DD8B92F1FD7" sourceRef="startEvent1" targetRef="sid-7F2E1F03-6BED-4B18-A8C2-AACE5792C8DF"></sequenceFlow> <extensionElements>
<exclusiveGateway id="sid-DC0B4F01-29CE-4309-A3B6-039365AE2B74" name="是否通过"></exclusiveGateway> <flowable:formProperty id="new_property_1" type="string" default="1"></flowable:formProperty>
<sequenceFlow id="sid-A7606A5F-B599-4B2A-A466-A1C2B479962D" sourceRef="sid-7F2E1F03-6BED-4B18-A8C2-AACE5792C8DF" targetRef="sid-DC0B4F01-29CE-4309-A3B6-039365AE2B74"></sequenceFlow> <flowable:taskListener event="create" class="org.springblade.flow.engine.listener.DynamicTaskUserListener"></flowable:taskListener>
<userTask id="sid-0B74CF7D-13FF-492E-99B2-F2B2C7D2FA55" name="收到工作票" flowable:candidateUsers="${principalUserIds}" flowable:formFieldValidation="true"></userTask> </extensionElements>
<exclusiveGateway id="sid-65EE2845-158E-464C-A32B-26362DF5C832"></exclusiveGateway> </userTask>
<sequenceFlow id="sid-084B204C-A8E3-4F95-AFC8-746108B2AE88" sourceRef="sid-0B74CF7D-13FF-492E-99B2-F2B2C7D2FA55" targetRef="sid-65EE2845-158E-464C-A32B-26362DF5C832"></sequenceFlow> <sequenceFlow id="sid-F4DD88EE-3BB7-4A38-90A2-D6AA9A5A4DE3" sourceRef="startEvent1" targetRef="sid-9F1D8719-DD92-4A7F-A64D-18D4C6AD16EE"></sequenceFlow>
<userTask id="sid-92AD687A-00CC-48D4-8049-E7C56077B564" name="许可人许可" flowable:candidateUsers="${licenseUserIds}" flowable:formFieldValidation="true"></userTask> <userTask id="sid-6250839A-3CAB-4BF7-8C04-D1746F80E4CD" name="签发人签发" flowable:candidateGroups="signer">
<exclusiveGateway id="sid-8965E8D7-4E21-41B1-9FB6-9BF36C0D8C59"></exclusiveGateway> <extensionElements>
<sequenceFlow id="sid-A98485A8-A864-4662-B998-766232D9065A" sourceRef="sid-92AD687A-00CC-48D4-8049-E7C56077B564" targetRef="sid-8965E8D7-4E21-41B1-9FB6-9BF36C0D8C59"></sequenceFlow> <flowable:formProperty id="new_property_1" type="string" default="2"></flowable:formProperty>
<userTask id="sid-78156FFE-710B-4702-A080-F0521F8C8983" name="确认检修条件具备" flowable:candidateUsers="${principalUserIds}"></userTask> <flowable:taskListener event="create" class="org.springblade.flow.engine.listener.DynamicTaskUserListener"></flowable:taskListener>
<userTask id="sid-736C1F0D-F99D-4820-84CE-7AB5B7C02913" name="确认工作任务执行情况" flowable:candidateUsers="${principalUserIds}"></userTask> </extensionElements>
<sequenceFlow id="sid-C0641FAD-2F14-45E2-BD0D-F4850106C376" sourceRef="sid-78156FFE-710B-4702-A080-F0521F8C8983" targetRef="sid-736C1F0D-F99D-4820-84CE-7AB5B7C02913"></sequenceFlow> </userTask>
<exclusiveGateway id="sid-FF6C0E8B-0C11-4A1A-98E1-21E1DEE7A169" name="是否延期"></exclusiveGateway> <sequenceFlow id="sid-2CC68059-F133-4258-AFF3-9F5E0EA5F4FC" sourceRef="sid-9F1D8719-DD92-4A7F-A64D-18D4C6AD16EE" targetRef="sid-6250839A-3CAB-4BF7-8C04-D1746F80E4CD"></sequenceFlow>
<sequenceFlow id="sid-05CA25EF-BF97-49D9-82F7-A2514BAD46FA" sourceRef="sid-736C1F0D-F99D-4820-84CE-7AB5B7C02913" targetRef="sid-FF6C0E8B-0C11-4A1A-98E1-21E1DEE7A169"></sequenceFlow> <exclusiveGateway id="sid-B1A19C26-A787-47CC-AA64-E881845494B8"></exclusiveGateway>
<userTask id="sid-32F748CA-E86E-42BF-911E-1C3D09C9EA53" name="许可人确认工作结束" flowable:candidateUsers="${licenseUserIds}" flowable:formFieldValidation="true"></userTask> <sequenceFlow id="sid-6BF2D23E-9DBF-46BE-A288-E3688D891384" sourceRef="sid-6250839A-3CAB-4BF7-8C04-D1746F80E4CD" targetRef="sid-B1A19C26-A787-47CC-AA64-E881845494B8"></sequenceFlow>
<userTask id="sid-62C2CB20-69D1-4875-BE1D-C65017E2B3FF" name="工作票终结" flowable:candidateUsers="${licenseUserIds}" flowable:formFieldValidation="true"></userTask> <userTask id="sid-AE2F31AA-090B-4446-ABA6-73F2455468CE" name="运行人员接收" flowable:candidateGroups="operatingCrew">
<sequenceFlow id="sid-AB87F2FF-1C6F-42B7-B050-1FE3BBE14BC1" sourceRef="sid-32F748CA-E86E-42BF-911E-1C3D09C9EA53" targetRef="sid-62C2CB20-69D1-4875-BE1D-C65017E2B3FF"></sequenceFlow> <extensionElements>
<endEvent id="sid-D4673C80-109F-46C0-AF2D-06F8961317CB"></endEvent> <flowable:formProperty id="new_property_1" type="string" default="3"></flowable:formProperty>
<sequenceFlow id="sid-15BE5452-7D20-419B-8E1C-FAB60832E3C5" sourceRef="sid-62C2CB20-69D1-4875-BE1D-C65017E2B3FF" targetRef="sid-D4673C80-109F-46C0-AF2D-06F8961317CB"></sequenceFlow> <flowable:taskListener event="create" class="org.springblade.flow.engine.listener.DynamicTaskUserListener"></flowable:taskListener>
<endEvent id="sid-4C40079B-3DC5-44DB-B0A5-6F21E036B50F"></endEvent> </extensionElements>
<userTask id="sid-8C81D1DF-CB30-454F-89E5-221C462F0A87" name="许可人确认" flowable:candidateUsers="${licenseUserIds}" flowable:formFieldValidation="true"></userTask> </userTask>
<userTask id="sid-26A24204-9E91-4821-9E4A-91E2E29E76FE" name="工作负责人确认" flowable:candidateUsers="${principalUserIds}"></userTask> <exclusiveGateway id="sid-0A07799E-9993-4360-8294-179D99234BDE"></exclusiveGateway>
<sequenceFlow id="sid-6D19E47A-474A-489F-B40C-9E361114CBC1" sourceRef="sid-8C81D1DF-CB30-454F-89E5-221C462F0A87" targetRef="sid-26A24204-9E91-4821-9E4A-91E2E29E76FE"></sequenceFlow> <sequenceFlow id="sid-73BFEAFF-8996-49C3-BE29-C6192557D31B" sourceRef="sid-AE2F31AA-090B-4446-ABA6-73F2455468CE" targetRef="sid-0A07799E-9993-4360-8294-179D99234BDE"></sequenceFlow>
<sequenceFlow id="sid-75F18B02-3D56-4CF2-95C8-753D6FED32F7" name="否" sourceRef="sid-FF6C0E8B-0C11-4A1A-98E1-21E1DEE7A169" targetRef="sid-32F748CA-E86E-42BF-911E-1C3D09C9EA53"> <endEvent id="sid-40D85C32-5B11-4691-9600-C7627D768E61"></endEvent>
<conditionExpression xsi:type="tFormalExpression"><![CDATA[${delay==false}]]></conditionExpression> <userTask id="sid-330379F4-BD62-479D-91BD-A4E55F8BD32A" name="许可人确认安措、许可工作票" flowable:candidateGroups="licensor">
<extensionElements>
<flowable:formProperty id="new_property_1" type="string" default="6"></flowable:formProperty>
<flowable:taskListener event="create" class="org.springblade.flow.engine.listener.DynamicTaskUserListener"></flowable:taskListener>
</extensionElements>
</userTask>
<userTask id="sid-3E05BB05-F46D-4D78-8284-57B8B9C262CE" name="检修施工" flowable:candidateUsers="${principal}">
<extensionElements>
<flowable:formProperty id="new_property_1" type="string" default="7"></flowable:formProperty>
</extensionElements>
</userTask>
<sequenceFlow id="sid-35CCA6AE-E2F8-4386-969F-2CDC76277239" sourceRef="sid-330379F4-BD62-479D-91BD-A4E55F8BD32A" targetRef="sid-3E05BB05-F46D-4D78-8284-57B8B9C262CE"></sequenceFlow>
<exclusiveGateway id="sid-4B0400D5-B529-4B0B-870F-2D135EFF6546"></exclusiveGateway>
<userTask id="sid-38A49A9D-E122-447E-89FA-AC7C6FF2939B" name="负责人确认安全措施" flowable:candidateUsers="${principal}">
<extensionElements>
<flowable:formProperty id="new_property_1" type="string" default="5"></flowable:formProperty>
</extensionElements>
</userTask>
<userTask id="sid-4B8E8624-0CE3-486B-A85F-0AD1B0BAE8B0" name="值班负责人确认" flowable:candidateUsers="${watchPrincipal}">
<extensionElements>
<flowable:formProperty id="new_property_1" type="string" default="10"></flowable:formProperty>
</extensionElements>
</userTask>
<sequenceFlow id="sid-735F4F1F-42D1-4D15-BE6F-A108E5EA5AF7" sourceRef="sid-38A49A9D-E122-447E-89FA-AC7C6FF2939B" targetRef="sid-330379F4-BD62-479D-91BD-A4E55F8BD32A"></sequenceFlow>
<userTask id="sid-B63F4CD8-DAA4-406A-AA57-D6D8040FA69A" name="签发人确认" flowable:candidateGroups="signer">
<extensionElements>
<flowable:formProperty id="new_property_1" type="string" default="11"></flowable:formProperty>
<flowable:taskListener event="create" class="org.springblade.flow.engine.listener.DynamicTaskUserListener"></flowable:taskListener>
</extensionElements>
</userTask>
<sequenceFlow id="sid-ABC91680-EB5E-4DB4-9A8B-7B9907E293C8" sourceRef="sid-B63F4CD8-DAA4-406A-AA57-D6D8040FA69A" targetRef="sid-330379F4-BD62-479D-91BD-A4E55F8BD32A"></sequenceFlow>
<userTask id="sid-7AF80F3C-EBDD-4168-AB99-ECEB3F473FF7" name="工作负责人确认工作终结" flowable:candidateUsers="${principal}">
<extensionElements>
<flowable:formProperty id="new_property_1" type="string" default="8"></flowable:formProperty>
</extensionElements>
</userTask>
<userTask id="sid-62A43B73-2EAB-443B-A35A-438657B7C53B" name="许可人确认工作终结、工作票终结" flowable:candidateGroups="licensor">
<extensionElements>
<flowable:formProperty id="new_property_1" type="string" default="9"></flowable:formProperty>
<flowable:taskListener event="create" class="org.springblade.flow.engine.listener.DynamicTaskUserListener"></flowable:taskListener>
</extensionElements>
</userTask>
<sequenceFlow id="sid-95056F4C-75D0-4709-BDA7-E56BCD22767D" sourceRef="sid-7AF80F3C-EBDD-4168-AB99-ECEB3F473FF7" targetRef="sid-62A43B73-2EAB-443B-A35A-438657B7C53B"></sequenceFlow>
<sequenceFlow id="sid-7399D280-69F8-4E05-8C4E-B794F85EBB2D" sourceRef="sid-62A43B73-2EAB-443B-A35A-438657B7C53B" targetRef="sid-44E739E1-BAD6-4860-BD73-C0C0EEBFF5CC"></sequenceFlow>
<endEvent id="sid-44E739E1-BAD6-4860-BD73-C0C0EEBFF5CC" name="结束"></endEvent>
<sequenceFlow id="sid-0CD0FCDD-9BB8-48F7-A553-1D1F59FC6666" sourceRef="sid-4B8E8624-0CE3-486B-A85F-0AD1B0BAE8B0" targetRef="sid-3E05BB05-F46D-4D78-8284-57B8B9C262CE"></sequenceFlow>
<sequenceFlow id="sid-7591B11E-4A9A-4756-8638-BFF6E07FCE99" name="作废" sourceRef="sid-0A07799E-9993-4360-8294-179D99234BDE" targetRef="sid-40D85C32-5B11-4691-9600-C7627D768E61">
<conditionExpression xsi:type="tFormalExpression"><![CDATA[${recieveFlag==false}]]></conditionExpression>
</sequenceFlow> </sequenceFlow>
<sequenceFlow id="sid-A159AC08-ABF9-451C-ABE9-E98FE90F7343" name="是" sourceRef="sid-DC0B4F01-29CE-4309-A3B6-039365AE2B74" targetRef="sid-0B74CF7D-13FF-492E-99B2-F2B2C7D2FA55"> <sequenceFlow id="sid-369B11A8-038A-4001-8E5E-7A50DB964E2E" name="作废" sourceRef="sid-B1A19C26-A787-47CC-AA64-E881845494B8" targetRef="sid-40D85C32-5B11-4691-9600-C7627D768E61">
<conditionExpression xsi:type="tFormalExpression"><![CDATA[${invalid==true}]]></conditionExpression> <conditionExpression xsi:type="tFormalExpression"><![CDATA[${signFlag==false}]]></conditionExpression>
</sequenceFlow> </sequenceFlow>
<sequenceFlow id="sid-0FE775E1-185C-4C79-9A8F-B19ED60897AF" name="是" sourceRef="sid-65EE2845-158E-464C-A32B-26362DF5C832" targetRef="sid-92AD687A-00CC-48D4-8049-E7C56077B564"> <sequenceFlow id="sid-5B3D589F-971A-4698-B0F8-E0156C91BC65" sourceRef="sid-B1A19C26-A787-47CC-AA64-E881845494B8" targetRef="sid-AE2F31AA-090B-4446-ABA6-73F2455468CE">
<conditionExpression xsi:type="tFormalExpression"><![CDATA[${invalid==true}]]></conditionExpression> <conditionExpression xsi:type="tFormalExpression"><![CDATA[${signFlag==true}]]></conditionExpression>
</sequenceFlow> </sequenceFlow>
<sequenceFlow id="sid-44145127-BAFD-4BB0-B50E-D5C442C05221" name="是" sourceRef="sid-8965E8D7-4E21-41B1-9FB6-9BF36C0D8C59" targetRef="sid-78156FFE-710B-4702-A080-F0521F8C8983"> <sequenceFlow id="sid-557C011E-9331-4CDC-897E-7B7A2B066172" sourceRef="sid-3E05BB05-F46D-4D78-8284-57B8B9C262CE" targetRef="sid-4B0400D5-B529-4B0B-870F-2D135EFF6546"></sequenceFlow>
<conditionExpression xsi:type="tFormalExpression"><![CDATA[${invalid==true}]]></conditionExpression> <sequenceFlow id="sid-91B5EE58-7D94-447F-9C65-D7D8633A3C08" name="工作负责人变更" sourceRef="sid-4B0400D5-B529-4B0B-870F-2D135EFF6546" targetRef="sid-B63F4CD8-DAA4-406A-AA57-D6D8040FA69A">
<conditionExpression xsi:type="tFormalExpression"><![CDATA[${input=="转移"}]]></conditionExpression>
</sequenceFlow> </sequenceFlow>
<sequenceFlow id="sid-5B1E20EF-9015-476F-B59A-6BBA444EDA07" name="否" sourceRef="sid-DC0B4F01-29CE-4309-A3B6-039365AE2B74" targetRef="sid-4C40079B-3DC5-44DB-B0A5-6F21E036B50F"> <sequenceFlow id="sid-79CECC3D-10CB-4318-BFFE-E960404AFA21" sourceRef="sid-4B0400D5-B529-4B0B-870F-2D135EFF6546" targetRef="sid-7AF80F3C-EBDD-4168-AB99-ECEB3F473FF7">
<conditionExpression xsi:type="tFormalExpression"><![CDATA[${invalid==false}]]></conditionExpression> <conditionExpression xsi:type="tFormalExpression"><![CDATA[${input=="通过"}]]></conditionExpression>
</sequenceFlow> </sequenceFlow>
<sequenceFlow id="sid-DE5B965F-541C-4409-87A5-424AF3FEBD64" name="否" sourceRef="sid-65EE2845-158E-464C-A32B-26362DF5C832" targetRef="sid-4C40079B-3DC5-44DB-B0A5-6F21E036B50F"> <sequenceFlow id="sid-1541F9E9-C1DC-4653-BC91-78FF42E3C896" name="延期" sourceRef="sid-4B0400D5-B529-4B0B-870F-2D135EFF6546" targetRef="sid-4B8E8624-0CE3-486B-A85F-0AD1B0BAE8B0">
<conditionExpression xsi:type="tFormalExpression"><![CDATA[${invalid==false}]]></conditionExpression> <conditionExpression xsi:type="tFormalExpression"><![CDATA[${input=="延期"}]]></conditionExpression>
</sequenceFlow> </sequenceFlow>
<sequenceFlow id="sid-F508207B-5CC9-4BDD-A312-CA399BFB95C9" name="否" sourceRef="sid-8965E8D7-4E21-41B1-9FB6-9BF36C0D8C59" targetRef="sid-4C40079B-3DC5-44DB-B0A5-6F21E036B50F"> <sequenceFlow id="sid-FB170D5E-0305-4B28-8B74-B9F7C4D0C440" sourceRef="sid-0A07799E-9993-4360-8294-179D99234BDE" targetRef="sid-38A49A9D-E122-447E-89FA-AC7C6FF2939B"></sequenceFlow>
<conditionExpression xsi:type="tFormalExpression"><![CDATA[${invalid==false}]]></conditionExpression>
</sequenceFlow>
<sequenceFlow id="sid-7914C6EE-A9FA-472A-A02E-138D781C9ADE" name="是" sourceRef="sid-FF6C0E8B-0C11-4A1A-98E1-21E1DEE7A169" targetRef="sid-8C81D1DF-CB30-454F-89E5-221C462F0A87">
<conditionExpression xsi:type="tFormalExpression"><![CDATA[${delay==true}]]></conditionExpression>
</sequenceFlow>
<sequenceFlow id="sid-E9536B44-5ADC-4667-A98C-6BDC5630594D" sourceRef="sid-26A24204-9E91-4821-9E4A-91E2E29E76FE" targetRef="sid-736C1F0D-F99D-4820-84CE-7AB5B7C02913"></sequenceFlow>
</process> </process>
<bpmndi:BPMNDiagram id="BPMNDiagram_firstWorkTicket"> <bpmndi:BPMNDiagram id="BPMNDiagram_workTicketFlow">
<bpmndi:BPMNPlane bpmnElement="newFirstWorkTicket" id="BPMNPlane_firstWorkTicket"> <bpmndi:BPMNPlane bpmnElement="workTicketFlow" id="BPMNPlane_workTicketFlow">
<bpmndi:BPMNShape bpmnElement="startEvent1" id="BPMNShape_startEvent1"> <bpmndi:BPMNShape bpmnElement="startEvent1" id="BPMNShape_startEvent1">
<omgdc:Bounds height="30.0" width="30.0" x="90.0" y="150.0"></omgdc:Bounds> <omgdc:Bounds height="30.0" width="30.0" x="100.0" y="163.0"></omgdc:Bounds>
</bpmndi:BPMNShape> </bpmndi:BPMNShape>
<bpmndi:BPMNShape bpmnElement="sid-7F2E1F03-6BED-4B18-A8C2-AACE5792C8DF" id="BPMNShape_sid-7F2E1F03-6BED-4B18-A8C2-AACE5792C8DF"> <bpmndi:BPMNShape bpmnElement="sid-9F1D8719-DD92-4A7F-A64D-18D4C6AD16EE" id="BPMNShape_sid-9F1D8719-DD92-4A7F-A64D-18D4C6AD16EE">
<omgdc:Bounds height="80.0" width="100.0" x="165.0" y="125.0"></omgdc:Bounds> <omgdc:Bounds height="80.0" width="99.99999999999994" x="173.93019498315238" y="137.99999588727962"></omgdc:Bounds>
</bpmndi:BPMNShape> </bpmndi:BPMNShape>
<bpmndi:BPMNShape bpmnElement="sid-DC0B4F01-29CE-4309-A3B6-039365AE2B74" id="BPMNShape_sid-DC0B4F01-29CE-4309-A3B6-039365AE2B74"> <bpmndi:BPMNShape bpmnElement="sid-6250839A-3CAB-4BF7-8C04-D1746F80E4CD" id="BPMNShape_sid-6250839A-3CAB-4BF7-8C04-D1746F80E4CD">
<omgdc:Bounds height="40.0" width="40.0" x="310.0" y="145.0"></omgdc:Bounds> <omgdc:Bounds height="80.0" width="100.0" x="329.99997049570254" y="137.9999917745594"></omgdc:Bounds>
</bpmndi:BPMNShape> </bpmndi:BPMNShape>
<bpmndi:BPMNShape bpmnElement="sid-0B74CF7D-13FF-492E-99B2-F2B2C7D2FA55" id="BPMNShape_sid-0B74CF7D-13FF-492E-99B2-F2B2C7D2FA55"> <bpmndi:BPMNShape bpmnElement="sid-B1A19C26-A787-47CC-AA64-E881845494B8" id="BPMNShape_sid-B1A19C26-A787-47CC-AA64-E881845494B8">
<omgdc:Bounds height="80.0" width="100.0" x="395.0" y="125.0"></omgdc:Bounds> <omgdc:Bounds height="40.0" width="40.0" x="468.34934965431023" y="157.9999952912332"></omgdc:Bounds>
</bpmndi:BPMNShape> </bpmndi:BPMNShape>
<bpmndi:BPMNShape bpmnElement="sid-65EE2845-158E-464C-A32B-26362DF5C832" id="BPMNShape_sid-65EE2845-158E-464C-A32B-26362DF5C832"> <bpmndi:BPMNShape bpmnElement="sid-AE2F31AA-090B-4446-ABA6-73F2455468CE" id="BPMNShape_sid-AE2F31AA-090B-4446-ABA6-73F2455468CE">
<omgdc:Bounds height="40.0" width="40.0" x="540.0" y="145.0"></omgdc:Bounds> <omgdc:Bounds height="80.0" width="100.0" x="539.9999517202406" y="137.99999588727962"></omgdc:Bounds>
</bpmndi:BPMNShape> </bpmndi:BPMNShape>
<bpmndi:BPMNShape bpmnElement="sid-92AD687A-00CC-48D4-8049-E7C56077B564" id="BPMNShape_sid-92AD687A-00CC-48D4-8049-E7C56077B564"> <bpmndi:BPMNShape bpmnElement="sid-0A07799E-9993-4360-8294-179D99234BDE" id="BPMNShape_sid-0A07799E-9993-4360-8294-179D99234BDE">
<omgdc:Bounds height="80.0" width="100.0" x="625.0" y="125.0"></omgdc:Bounds> <omgdc:Bounds height="40.0" width="40.0" x="674.999979883433" y="157.9999952912332"></omgdc:Bounds>
</bpmndi:BPMNShape> </bpmndi:BPMNShape>
<bpmndi:BPMNShape bpmnElement="sid-8965E8D7-4E21-41B1-9FB6-9BF36C0D8C59" id="BPMNShape_sid-8965E8D7-4E21-41B1-9FB6-9BF36C0D8C59"> <bpmndi:BPMNShape bpmnElement="sid-40D85C32-5B11-4691-9600-C7627D768E61" id="BPMNShape_sid-40D85C32-5B11-4691-9600-C7627D768E61">
<omgdc:Bounds height="40.0" width="40.0" x="770.0" y="145.0"></omgdc:Bounds> <omgdc:Bounds height="28.0" width="28.0" x="474.34933551759843" y="89.99999195337344"></omgdc:Bounds>
</bpmndi:BPMNShape> </bpmndi:BPMNShape>
<bpmndi:BPMNShape bpmnElement="sid-78156FFE-710B-4702-A080-F0521F8C8983" id="BPMNShape_sid-78156FFE-710B-4702-A080-F0521F8C8983"> <bpmndi:BPMNShape bpmnElement="sid-330379F4-BD62-479D-91BD-A4E55F8BD32A" id="BPMNShape_sid-330379F4-BD62-479D-91BD-A4E55F8BD32A">
<omgdc:Bounds height="80.0" width="100.0" x="740.0" y="285.0"></omgdc:Bounds> <omgdc:Bounds height="80.0" width="100.0" x="674.9999597668666" y="329.9999588617618"></omgdc:Bounds>
</bpmndi:BPMNShape> </bpmndi:BPMNShape>
<bpmndi:BPMNShape bpmnElement="sid-736C1F0D-F99D-4820-84CE-7AB5B7C02913" id="BPMNShape_sid-736C1F0D-F99D-4820-84CE-7AB5B7C02913"> <bpmndi:BPMNShape bpmnElement="sid-3E05BB05-F46D-4D78-8284-57B8B9C262CE" id="BPMNShape_sid-3E05BB05-F46D-4D78-8284-57B8B9C262CE">
<omgdc:Bounds height="80.0" width="100.0" x="599.8" y="285.0"></omgdc:Bounds> <omgdc:Bounds height="80.0" width="100.0" x="539.9999678134932" y="329.9999885038111"></omgdc:Bounds>
</bpmndi:BPMNShape> </bpmndi:BPMNShape>
<bpmndi:BPMNShape bpmnElement="sid-FF6C0E8B-0C11-4A1A-98E1-21E1DEE7A169" id="BPMNShape_sid-FF6C0E8B-0C11-4A1A-98E1-21E1DEE7A169"> <bpmndi:BPMNShape bpmnElement="sid-4B0400D5-B529-4B0B-870F-2D135EFF6546" id="BPMNShape_sid-4B0400D5-B529-4B0B-870F-2D135EFF6546">
<omgdc:Bounds height="40.0" width="40.0" x="495.0" y="305.0"></omgdc:Bounds> <omgdc:Bounds height="40.0" width="40.0" x="468.3493462703512" y="349.99996869652693"></omgdc:Bounds>
</bpmndi:BPMNShape> </bpmndi:BPMNShape>
<bpmndi:BPMNShape bpmnElement="sid-32F748CA-E86E-42BF-911E-1C3D09C9EA53" id="BPMNShape_sid-32F748CA-E86E-42BF-911E-1C3D09C9EA53"> <bpmndi:BPMNShape bpmnElement="sid-38A49A9D-E122-447E-89FA-AC7C6FF2939B" id="BPMNShape_sid-38A49A9D-E122-447E-89FA-AC7C6FF2939B">
<omgdc:Bounds height="80.0" width="100.0" x="330.0" y="285.0"></omgdc:Bounds> <omgdc:Bounds height="80.0" width="100.0" x="675.0" y="226.06053288647593"></omgdc:Bounds>
</bpmndi:BPMNShape> </bpmndi:BPMNShape>
<bpmndi:BPMNShape bpmnElement="sid-62C2CB20-69D1-4875-BE1D-C65017E2B3FF" id="BPMNShape_sid-62C2CB20-69D1-4875-BE1D-C65017E2B3FF"> <bpmndi:BPMNShape bpmnElement="sid-4B8E8624-0CE3-486B-A85F-0AD1B0BAE8B0" id="BPMNShape_sid-4B8E8624-0CE3-486B-A85F-0AD1B0BAE8B0">
<omgdc:Bounds height="80.0" width="100.0" x="165.0" y="285.0"></omgdc:Bounds> <omgdc:Bounds height="80.00000000000003" width="100.0" x="539.9999678134932" y="226.0605328864759"></omgdc:Bounds>
</bpmndi:BPMNShape> </bpmndi:BPMNShape>
<bpmndi:BPMNShape bpmnElement="sid-D4673C80-109F-46C0-AF2D-06F8961317CB" id="BPMNShape_sid-D4673C80-109F-46C0-AF2D-06F8961317CB"> <bpmndi:BPMNShape bpmnElement="sid-B63F4CD8-DAA4-406A-AA57-D6D8040FA69A" id="BPMNShape_sid-B63F4CD8-DAA4-406A-AA57-D6D8040FA69A">
<omgdc:Bounds height="28.0" width="28.0" x="91.0" y="311.0"></omgdc:Bounds> <omgdc:Bounds height="80.0" width="100.0" x="539.9999678134932" y="434.99996110797156"></omgdc:Bounds>
</bpmndi:BPMNShape> </bpmndi:BPMNShape>
<bpmndi:BPMNShape bpmnElement="sid-4C40079B-3DC5-44DB-B0A5-6F21E036B50F" id="BPMNShape_sid-4C40079B-3DC5-44DB-B0A5-6F21E036B50F"> <bpmndi:BPMNShape bpmnElement="sid-7AF80F3C-EBDD-4168-AB99-ECEB3F473FF7" id="BPMNShape_sid-7AF80F3C-EBDD-4168-AB99-ECEB3F473FF7">
<omgdc:Bounds height="28.0" width="28.0" x="546.0" y="60.0"></omgdc:Bounds> <omgdc:Bounds height="80.0" width="100.0" x="329.99997049570254" y="329.9999885038111"></omgdc:Bounds>
</bpmndi:BPMNShape> </bpmndi:BPMNShape>
<bpmndi:BPMNShape bpmnElement="sid-8C81D1DF-CB30-454F-89E5-221C462F0A87" id="BPMNShape_sid-8C81D1DF-CB30-454F-89E5-221C462F0A87"> <bpmndi:BPMNShape bpmnElement="sid-62A43B73-2EAB-443B-A35A-438657B7C53B" id="BPMNShape_sid-62A43B73-2EAB-443B-A35A-438657B7C53B">
<omgdc:Bounds height="80.0" width="100.0" x="465.0" y="405.0"></omgdc:Bounds> <omgdc:Bounds height="80.0" width="99.99999999999997" x="179.99998390674685" y="329.9999885038111"></omgdc:Bounds>
</bpmndi:BPMNShape> </bpmndi:BPMNShape>
<bpmndi:BPMNShape bpmnElement="sid-26A24204-9E91-4821-9E4A-91E2E29E76FE" id="BPMNShape_sid-26A24204-9E91-4821-9E4A-91E2E29E76FE"> <bpmndi:BPMNShape bpmnElement="sid-44E739E1-BAD6-4860-BD73-C0C0EEBFF5CC" id="BPMNShape_sid-44E739E1-BAD6-4860-BD73-C0C0EEBFF5CC">
<omgdc:Bounds height="80.0" width="100.0" x="599.8" y="405.0"></omgdc:Bounds> <omgdc:Bounds height="28.0" width="28.0" x="101.00000231884184" y="355.99999833857714"></omgdc:Bounds>
</bpmndi:BPMNShape> </bpmndi:BPMNShape>
<bpmndi:BPMNEdge bpmnElement="sid-084B204C-A8E3-4F95-AFC8-746108B2AE88" id="BPMNEdge_sid-084B204C-A8E3-4F95-AFC8-746108B2AE88"> <bpmndi:BPMNEdge bpmnElement="sid-35CCA6AE-E2F8-4386-969F-2CDC76277239" id="BPMNEdge_sid-35CCA6AE-E2F8-4386-969F-2CDC76277239">
<omgdi:waypoint x="494.9499999999977" y="165.21623376623376"></omgdi:waypoint> <omgdi:waypoint x="674.9999597651351" y="369.9999698293207"></omgdi:waypoint>
<omgdi:waypoint x="540.4130434782609" y="165.41304347826087"></omgdi:waypoint> <omgdi:waypoint x="639.9499676787909" y="369.99997752527366"></omgdi:waypoint>
</bpmndi:BPMNEdge> </bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="sid-E9536B44-5ADC-4667-A98C-6BDC5630594D" id="BPMNEdge_sid-E9536B44-5ADC-4667-A98C-6BDC5630594D"> <bpmndi:BPMNEdge bpmnElement="sid-F4DD88EE-3BB7-4A38-90A2-D6AA9A5A4DE3" id="BPMNEdge_sid-F4DD88EE-3BB7-4A38-90A2-D6AA9A5A4DE3">
<omgdi:waypoint x="649.8" y="405.0"></omgdi:waypoint> <omgdi:waypoint x="129.94999846041895" y="177.99999943366663"></omgdi:waypoint>
<omgdi:waypoint x="649.8" y="364.95000000000005"></omgdi:waypoint> <omgdi:waypoint x="173.930194505652" y="177.9999977731698"></omgdi:waypoint>
</bpmndi:BPMNEdge> </bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="sid-A98485A8-A864-4662-B998-766232D9065A" id="BPMNEdge_sid-A98485A8-A864-4662-B998-766232D9065A"> <bpmndi:BPMNEdge bpmnElement="sid-1541F9E9-C1DC-4653-BC91-78FF42E3C896" id="BPMNEdge_sid-1541F9E9-C1DC-4653-BC91-78FF42E3C896">
<omgdi:waypoint x="724.9499999999978" y="165.21623376623376"></omgdi:waypoint> <omgdi:waypoint x="488.4354684249269" y="350.0863066961017"></omgdi:waypoint>
<omgdi:waypoint x="770.4130434782609" y="165.41304347826087"></omgdi:waypoint> <omgdi:waypoint x="488.79998779296875" y="266.0605328864759"></omgdi:waypoint>
<omgdi:waypoint x="539.9999678134878" y="266.0605328864759"></omgdi:waypoint>
</bpmndi:BPMNEdge> </bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="sid-75F18B02-3D56-4CF2-95C8-753D6FED32F7" id="BPMNEdge_sid-75F18B02-3D56-4CF2-95C8-753D6FED32F7"> <bpmndi:BPMNEdge bpmnElement="sid-2CC68059-F133-4258-AFF3-9F5E0EA5F4FC" id="BPMNEdge_sid-2CC68059-F133-4258-AFF3-9F5E0EA5F4FC">
<omgdi:waypoint x="495.42592592592536" y="325.4259259259259"></omgdi:waypoint> <omgdi:waypoint x="273.88019498310325" y="177.9999945696894"></omgdi:waypoint>
<omgdi:waypoint x="429.9499999999926" y="325.1843173431734"></omgdi:waypoint> <omgdi:waypoint x="329.99996938930724" y="177.99999309083202"></omgdi:waypoint>
</bpmndi:BPMNEdge> </bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="sid-44145127-BAFD-4BB0-B50E-D5C442C05221" id="BPMNEdge_sid-44145127-BAFD-4BB0-B50E-D5C442C05221"> <bpmndi:BPMNEdge bpmnElement="sid-7591B11E-4A9A-4756-8638-BFF6E07FCE99" id="BPMNEdge_sid-7591B11E-4A9A-4756-8638-BFF6E07FCE99">
<omgdi:waypoint x="790.440251572327" y="184.50359836580773"></omgdi:waypoint> <omgdi:waypoint x="694.9999852344387" y="158.00000065565"></omgdi:waypoint>
<omgdi:waypoint x="790.1252351097179" y="285.0"></omgdi:waypoint> <omgdi:waypoint x="695.0" y="103.0"></omgdi:waypoint>
<omgdi:waypoint x="502.2991755866566" y="103.93224609405289"></omgdi:waypoint>
</bpmndi:BPMNEdge> </bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="sid-A159AC08-ABF9-451C-ABE9-E98FE90F7343" id="BPMNEdge_sid-A159AC08-ABF9-451C-ABE9-E98FE90F7343"> <bpmndi:BPMNEdge bpmnElement="sid-557C011E-9331-4CDC-897E-7B7A2B066172" id="BPMNEdge_sid-557C011E-9331-4CDC-897E-7B7A2B066172">
<omgdi:waypoint x="349.5247370727428" y="165.41666666666666"></omgdi:waypoint> <omgdi:waypoint x="539.9999678133801" y="369.9999787609862"></omgdi:waypoint>
<omgdi:waypoint x="394.99999999998806" y="165.21812227074233"></omgdi:waypoint> <omgdi:waypoint x="508.2591158474785" y="369.99997258391335"></omgdi:waypoint>
</bpmndi:BPMNEdge> </bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="sid-7914C6EE-A9FA-472A-A02E-138D781C9ADE" id="BPMNEdge_sid-7914C6EE-A9FA-472A-A02E-138D781C9ADE"> <bpmndi:BPMNEdge bpmnElement="sid-6BF2D23E-9DBF-46BE-A288-E3688D891384" id="BPMNEdge_sid-6BF2D23E-9DBF-46BE-A288-E3688D891384">
<omgdi:waypoint x="515.4201680672269" y="344.5215994962217"></omgdi:waypoint> <omgdi:waypoint x="429.9499704957024" y="177.99999339577641"></omgdi:waypoint>
<omgdi:waypoint x="515.1671548117155" y="405.0"></omgdi:waypoint> <omgdi:waypoint x="468.34934922855405" y="177.99999464209725"></omgdi:waypoint>
</bpmndi:BPMNEdge> </bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="sid-5B1E20EF-9015-476F-B59A-6BBA444EDA07" id="BPMNEdge_sid-5B1E20EF-9015-476F-B59A-6BBA444EDA07"> <bpmndi:BPMNEdge bpmnElement="sid-369B11A8-038A-4001-8E5E-7A50DB964E2E" id="BPMNEdge_sid-369B11A8-038A-4001-8E5E-7A50DB964E2E">
<omgdi:waypoint x="330.5" y="145.5"></omgdi:waypoint> <omgdi:waypoint x="488.34934583357824" y="157.9999952912332"></omgdi:waypoint>
<omgdi:waypoint x="330.5" y="74.0"></omgdi:waypoint> <omgdi:waypoint x="488.34933551759843" y="117.94993411431288"></omgdi:waypoint>
<omgdi:waypoint x="546.0" y="74.0"></omgdi:waypoint>
</bpmndi:BPMNEdge> </bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="sid-0FE775E1-185C-4C79-9A8F-B19ED60897AF" id="BPMNEdge_sid-0FE775E1-185C-4C79-9A8F-B19ED60897AF"> <bpmndi:BPMNEdge bpmnElement="sid-FB170D5E-0305-4B28-8B74-B9F7C4D0C440" id="BPMNEdge_sid-FB170D5E-0305-4B28-8B74-B9F7C4D0C440">
<omgdi:waypoint x="579.5247370727355" y="165.41666666666666"></omgdi:waypoint> <omgdi:waypoint x="714.4179697700522" y="178.4999952912332"></omgdi:waypoint>
<omgdi:waypoint x="624.9999999999953" y="165.21812227074236"></omgdi:waypoint> <omgdi:waypoint x="725.0" y="178.4999952912332"></omgdi:waypoint>
<omgdi:waypoint x="725.0" y="226.06053288647593"></omgdi:waypoint>
</bpmndi:BPMNEdge> </bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="sid-15BE5452-7D20-419B-8E1C-FAB60832E3C5" id="BPMNEdge_sid-15BE5452-7D20-419B-8E1C-FAB60832E3C5"> <bpmndi:BPMNEdge bpmnElement="sid-ABC91680-EB5E-4DB4-9A8B-7B9907E293C8" id="BPMNEdge_sid-ABC91680-EB5E-4DB4-9A8B-7B9907E293C8">
<omgdi:waypoint x="165.0" y="325.0"></omgdi:waypoint> <omgdi:waypoint x="639.9499678134931" y="474.99996110797156"></omgdi:waypoint>
<omgdi:waypoint x="118.94993176834458" y="325.0"></omgdi:waypoint> <omgdi:waypoint x="724.9999597668666" y="474.99996110797156"></omgdi:waypoint>
<omgdi:waypoint x="724.9999597668666" y="409.94995886176184"></omgdi:waypoint>
</bpmndi:BPMNEdge> </bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="sid-416A2A8D-418F-4633-B0E3-8DD8B92F1FD7" id="BPMNEdge_sid-416A2A8D-418F-4633-B0E3-8DD8B92F1FD7"> <bpmndi:BPMNEdge bpmnElement="sid-95056F4C-75D0-4709-BDA7-E56BCD22767D" id="BPMNEdge_sid-95056F4C-75D0-4709-BDA7-E56BCD22767D">
<omgdi:waypoint x="119.94999848995758" y="165.0"></omgdi:waypoint> <omgdi:waypoint x="329.99997049555213" y="369.9999885038111"></omgdi:waypoint>
<omgdi:waypoint x="165.0" y="165.0"></omgdi:waypoint> <omgdi:waypoint x="279.94998390674687" y="369.9999885038111"></omgdi:waypoint>
</bpmndi:BPMNEdge> </bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="sid-A7606A5F-B599-4B2A-A466-A1C2B479962D" id="BPMNEdge_sid-A7606A5F-B599-4B2A-A466-A1C2B479962D"> <bpmndi:BPMNEdge bpmnElement="sid-0CD0FCDD-9BB8-48F7-A553-1D1F59FC6666" id="BPMNEdge_sid-0CD0FCDD-9BB8-48F7-A553-1D1F59FC6666">
<omgdi:waypoint x="264.9499999999977" y="165.21623376623376"></omgdi:waypoint> <omgdi:waypoint x="589.9999678134932" y="306.01053288647597"></omgdi:waypoint>
<omgdi:waypoint x="310.4130434782609" y="165.41304347826087"></omgdi:waypoint> <omgdi:waypoint x="589.9999678134932" y="329.9999885038111"></omgdi:waypoint>
</bpmndi:BPMNEdge> </bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="sid-05CA25EF-BF97-49D9-82F7-A2514BAD46FA" id="BPMNEdge_sid-05CA25EF-BF97-49D9-82F7-A2514BAD46FA"> <bpmndi:BPMNEdge bpmnElement="sid-5B3D589F-971A-4698-B0F8-E0156C91BC65" id="BPMNEdge_sid-5B3D589F-971A-4698-B0F8-E0156C91BC65">
<omgdi:waypoint x="599.7999999999976" y="325.18596425912136"></omgdi:waypoint> <omgdi:waypoint x="508.2895461556892" y="177.99999540821358"></omgdi:waypoint>
<omgdi:waypoint x="534.4775430067315" y="325.42899850523173"></omgdi:waypoint> <omgdi:waypoint x="539.9999506518254" y="177.9999955940957"></omgdi:waypoint>
</bpmndi:BPMNEdge> </bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="sid-AB87F2FF-1C6F-42B7-B050-1FE3BBE14BC1" id="BPMNEdge_sid-AB87F2FF-1C6F-42B7-B050-1FE3BBE14BC1"> <bpmndi:BPMNEdge bpmnElement="sid-79CECC3D-10CB-4318-BFFE-E960404AFA21" id="BPMNEdge_sid-79CECC3D-10CB-4318-BFFE-E960404AFA21">
<omgdi:waypoint x="330.0" y="325.0"></omgdi:waypoint> <omgdi:waypoint x="468.3493499265384" y="369.99997234357375"></omgdi:waypoint>
<omgdi:waypoint x="264.94999999999396" y="325.0"></omgdi:waypoint> <omgdi:waypoint x="429.9499704380502" y="369.99997936334114"></omgdi:waypoint>
</bpmndi:BPMNEdge> </bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="sid-6D19E47A-474A-489F-B40C-9E361114CBC1" id="BPMNEdge_sid-6D19E47A-474A-489F-B40C-9E361114CBC1"> <bpmndi:BPMNEdge bpmnElement="sid-7399D280-69F8-4E05-8C4E-B794F85EBB2D" id="BPMNEdge_sid-7399D280-69F8-4E05-8C4E-B794F85EBB2D">
<omgdi:waypoint x="564.9499999999802" y="445.0"></omgdi:waypoint> <omgdi:waypoint x="179.99998390674685" y="369.99999277552104"></omgdi:waypoint>
<omgdi:waypoint x="599.799999999967" y="445.0"></omgdi:waypoint> <omgdi:waypoint x="128.9499345461838" y="369.9999971413011"></omgdi:waypoint>
</bpmndi:BPMNEdge> </bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="sid-DE5B965F-541C-4409-87A5-424AF3FEBD64" id="BPMNEdge_sid-DE5B965F-541C-4409-87A5-424AF3FEBD64"> <bpmndi:BPMNEdge bpmnElement="sid-91B5EE58-7D94-447F-9C65-D7D8633A3C08" id="BPMNEdge_sid-91B5EE58-7D94-447F-9C65-D7D8633A3C08">
<omgdi:waypoint x="560.3901098901099" y="145.3901098901099"></omgdi:waypoint> <omgdi:waypoint x="488.2830247775497" y="389.88381300745755"></omgdi:waypoint>
<omgdi:waypoint x="560.0762283380483" y="87.94950803950063"></omgdi:waypoint> <omgdi:waypoint x="488.0" y="474.99996110797156"></omgdi:waypoint>
<omgdi:waypoint x="539.9999678134114" y="474.99996110797156"></omgdi:waypoint>
</bpmndi:BPMNEdge> </bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="sid-F508207B-5CC9-4BDD-A312-CA399BFB95C9" id="BPMNEdge_sid-F508207B-5CC9-4BDD-A312-CA399BFB95C9"> <bpmndi:BPMNEdge bpmnElement="sid-735F4F1F-42D1-4D15-BE6F-A108E5EA5AF7" id="BPMNEdge_sid-735F4F1F-42D1-4D15-BE6F-A108E5EA5AF7">
<omgdi:waypoint x="790.5" y="145.5"></omgdi:waypoint> <omgdi:waypoint x="724.9999845166998" y="306.01053288647597"></omgdi:waypoint>
<omgdi:waypoint x="790.5" y="74.0"></omgdi:waypoint> <omgdi:waypoint x="724.9999752308127" y="329.9999588617618"></omgdi:waypoint>
<omgdi:waypoint x="573.9499219378685" y="74.0"></omgdi:waypoint>
</bpmndi:BPMNEdge> </bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="sid-C0641FAD-2F14-45E2-BD0D-F4850106C376" id="BPMNEdge_sid-C0641FAD-2F14-45E2-BD0D-F4850106C376"> <bpmndi:BPMNEdge bpmnElement="sid-73BFEAFF-8996-49C3-BE29-C6192557D31B" id="BPMNEdge_sid-73BFEAFF-8996-49C3-BE29-C6192557D31B">
<omgdi:waypoint x="740.0" y="325.0"></omgdi:waypoint> <omgdi:waypoint x="639.9499491891232" y="177.99999560344804"></omgdi:waypoint>
<omgdi:waypoint x="699.7499999999999" y="325.0"></omgdi:waypoint> <omgdi:waypoint x="674.9999799969655" y="177.99999540448195"></omgdi:waypoint>
</bpmndi:BPMNEdge> </bpmndi:BPMNEdge>
</bpmndi:BPMNPlane> </bpmndi:BPMNPlane>
</bpmndi:BPMNDiagram> </bpmndi:BPMNDiagram>

181
hzims-service/ticket/src/main/resources/file/工作票流程_bak.bpmn20.xml

@ -0,0 +1,181 @@
<?xml version="1.0" encoding="UTF-8"?>
<definitions xmlns="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:flowable="http://flowable.org/bpmn" xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI" xmlns:omgdc="http://www.omg.org/spec/DD/20100524/DC" xmlns:omgdi="http://www.omg.org/spec/DD/20100524/DI" typeLanguage="http://www.w3.org/2001/XMLSchema" expressionLanguage="http://www.w3.org/1999/XPath" targetNamespace="http://www.flowable.org/processdef">
<process id="newFirstWorkTicket" name="工作票流程" isExecutable="true">
<startEvent id="startEvent1" name="开票" flowable:formFieldValidation="true"></startEvent>
<userTask id="sid-7F2E1F03-6BED-4B18-A8C2-AACE5792C8DF" name="签发人签发" flowable:candidateUsers="${signUserIds}" flowable:formFieldValidation="true"></userTask>
<sequenceFlow id="sid-416A2A8D-418F-4633-B0E3-8DD8B92F1FD7" sourceRef="startEvent1" targetRef="sid-7F2E1F03-6BED-4B18-A8C2-AACE5792C8DF"></sequenceFlow>
<exclusiveGateway id="sid-DC0B4F01-29CE-4309-A3B6-039365AE2B74" name="是否通过"></exclusiveGateway>
<sequenceFlow id="sid-A7606A5F-B599-4B2A-A466-A1C2B479962D" sourceRef="sid-7F2E1F03-6BED-4B18-A8C2-AACE5792C8DF" targetRef="sid-DC0B4F01-29CE-4309-A3B6-039365AE2B74"></sequenceFlow>
<userTask id="sid-0B74CF7D-13FF-492E-99B2-F2B2C7D2FA55" name="收到工作票" flowable:candidateUsers="${principalUserIds}" flowable:formFieldValidation="true"></userTask>
<exclusiveGateway id="sid-65EE2845-158E-464C-A32B-26362DF5C832"></exclusiveGateway>
<sequenceFlow id="sid-084B204C-A8E3-4F95-AFC8-746108B2AE88" sourceRef="sid-0B74CF7D-13FF-492E-99B2-F2B2C7D2FA55" targetRef="sid-65EE2845-158E-464C-A32B-26362DF5C832"></sequenceFlow>
<userTask id="sid-92AD687A-00CC-48D4-8049-E7C56077B564" name="许可人许可" flowable:candidateUsers="${licenseUserIds}" flowable:formFieldValidation="true"></userTask>
<exclusiveGateway id="sid-8965E8D7-4E21-41B1-9FB6-9BF36C0D8C59"></exclusiveGateway>
<sequenceFlow id="sid-A98485A8-A864-4662-B998-766232D9065A" sourceRef="sid-92AD687A-00CC-48D4-8049-E7C56077B564" targetRef="sid-8965E8D7-4E21-41B1-9FB6-9BF36C0D8C59"></sequenceFlow>
<userTask id="sid-78156FFE-710B-4702-A080-F0521F8C8983" name="确认检修条件具备" flowable:candidateUsers="${principalUserIds}"></userTask>
<userTask id="sid-736C1F0D-F99D-4820-84CE-7AB5B7C02913" name="确认工作任务执行情况" flowable:candidateUsers="${principalUserIds}"></userTask>
<sequenceFlow id="sid-C0641FAD-2F14-45E2-BD0D-F4850106C376" sourceRef="sid-78156FFE-710B-4702-A080-F0521F8C8983" targetRef="sid-736C1F0D-F99D-4820-84CE-7AB5B7C02913"></sequenceFlow>
<exclusiveGateway id="sid-FF6C0E8B-0C11-4A1A-98E1-21E1DEE7A169" name="是否延期"></exclusiveGateway>
<sequenceFlow id="sid-05CA25EF-BF97-49D9-82F7-A2514BAD46FA" sourceRef="sid-736C1F0D-F99D-4820-84CE-7AB5B7C02913" targetRef="sid-FF6C0E8B-0C11-4A1A-98E1-21E1DEE7A169"></sequenceFlow>
<userTask id="sid-32F748CA-E86E-42BF-911E-1C3D09C9EA53" name="许可人确认工作结束" flowable:candidateUsers="${licenseUserIds}" flowable:formFieldValidation="true"></userTask>
<userTask id="sid-62C2CB20-69D1-4875-BE1D-C65017E2B3FF" name="工作票终结" flowable:candidateUsers="${licenseUserIds}" flowable:formFieldValidation="true"></userTask>
<sequenceFlow id="sid-AB87F2FF-1C6F-42B7-B050-1FE3BBE14BC1" sourceRef="sid-32F748CA-E86E-42BF-911E-1C3D09C9EA53" targetRef="sid-62C2CB20-69D1-4875-BE1D-C65017E2B3FF"></sequenceFlow>
<endEvent id="sid-D4673C80-109F-46C0-AF2D-06F8961317CB"></endEvent>
<sequenceFlow id="sid-15BE5452-7D20-419B-8E1C-FAB60832E3C5" sourceRef="sid-62C2CB20-69D1-4875-BE1D-C65017E2B3FF" targetRef="sid-D4673C80-109F-46C0-AF2D-06F8961317CB"></sequenceFlow>
<endEvent id="sid-4C40079B-3DC5-44DB-B0A5-6F21E036B50F"></endEvent>
<userTask id="sid-8C81D1DF-CB30-454F-89E5-221C462F0A87" name="许可人确认" flowable:candidateUsers="${licenseUserIds}" flowable:formFieldValidation="true"></userTask>
<userTask id="sid-26A24204-9E91-4821-9E4A-91E2E29E76FE" name="工作负责人确认" flowable:candidateUsers="${principalUserIds}"></userTask>
<sequenceFlow id="sid-6D19E47A-474A-489F-B40C-9E361114CBC1" sourceRef="sid-8C81D1DF-CB30-454F-89E5-221C462F0A87" targetRef="sid-26A24204-9E91-4821-9E4A-91E2E29E76FE"></sequenceFlow>
<sequenceFlow id="sid-75F18B02-3D56-4CF2-95C8-753D6FED32F7" name="否" sourceRef="sid-FF6C0E8B-0C11-4A1A-98E1-21E1DEE7A169" targetRef="sid-32F748CA-E86E-42BF-911E-1C3D09C9EA53">
<conditionExpression xsi:type="tFormalExpression"><![CDATA[${delay==false}]]></conditionExpression>
</sequenceFlow>
<sequenceFlow id="sid-A159AC08-ABF9-451C-ABE9-E98FE90F7343" name="是" sourceRef="sid-DC0B4F01-29CE-4309-A3B6-039365AE2B74" targetRef="sid-0B74CF7D-13FF-492E-99B2-F2B2C7D2FA55">
<conditionExpression xsi:type="tFormalExpression"><![CDATA[${invalid==true}]]></conditionExpression>
</sequenceFlow>
<sequenceFlow id="sid-0FE775E1-185C-4C79-9A8F-B19ED60897AF" name="是" sourceRef="sid-65EE2845-158E-464C-A32B-26362DF5C832" targetRef="sid-92AD687A-00CC-48D4-8049-E7C56077B564">
<conditionExpression xsi:type="tFormalExpression"><![CDATA[${invalid==true}]]></conditionExpression>
</sequenceFlow>
<sequenceFlow id="sid-44145127-BAFD-4BB0-B50E-D5C442C05221" name="是" sourceRef="sid-8965E8D7-4E21-41B1-9FB6-9BF36C0D8C59" targetRef="sid-78156FFE-710B-4702-A080-F0521F8C8983">
<conditionExpression xsi:type="tFormalExpression"><![CDATA[${invalid==true}]]></conditionExpression>
</sequenceFlow>
<sequenceFlow id="sid-5B1E20EF-9015-476F-B59A-6BBA444EDA07" name="否" sourceRef="sid-DC0B4F01-29CE-4309-A3B6-039365AE2B74" targetRef="sid-4C40079B-3DC5-44DB-B0A5-6F21E036B50F">
<conditionExpression xsi:type="tFormalExpression"><![CDATA[${invalid==false}]]></conditionExpression>
</sequenceFlow>
<sequenceFlow id="sid-DE5B965F-541C-4409-87A5-424AF3FEBD64" name="否" sourceRef="sid-65EE2845-158E-464C-A32B-26362DF5C832" targetRef="sid-4C40079B-3DC5-44DB-B0A5-6F21E036B50F">
<conditionExpression xsi:type="tFormalExpression"><![CDATA[${invalid==false}]]></conditionExpression>
</sequenceFlow>
<sequenceFlow id="sid-F508207B-5CC9-4BDD-A312-CA399BFB95C9" name="否" sourceRef="sid-8965E8D7-4E21-41B1-9FB6-9BF36C0D8C59" targetRef="sid-4C40079B-3DC5-44DB-B0A5-6F21E036B50F">
<conditionExpression xsi:type="tFormalExpression"><![CDATA[${invalid==false}]]></conditionExpression>
</sequenceFlow>
<sequenceFlow id="sid-7914C6EE-A9FA-472A-A02E-138D781C9ADE" name="是" sourceRef="sid-FF6C0E8B-0C11-4A1A-98E1-21E1DEE7A169" targetRef="sid-8C81D1DF-CB30-454F-89E5-221C462F0A87">
<conditionExpression xsi:type="tFormalExpression"><![CDATA[${delay==true}]]></conditionExpression>
</sequenceFlow>
<sequenceFlow id="sid-E9536B44-5ADC-4667-A98C-6BDC5630594D" sourceRef="sid-26A24204-9E91-4821-9E4A-91E2E29E76FE" targetRef="sid-736C1F0D-F99D-4820-84CE-7AB5B7C02913"></sequenceFlow>
</process>
<bpmndi:BPMNDiagram id="BPMNDiagram_firstWorkTicket">
<bpmndi:BPMNPlane bpmnElement="newFirstWorkTicket" id="BPMNPlane_firstWorkTicket">
<bpmndi:BPMNShape bpmnElement="startEvent1" id="BPMNShape_startEvent1">
<omgdc:Bounds height="30.0" width="30.0" x="90.0" y="150.0"></omgdc:Bounds>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape bpmnElement="sid-7F2E1F03-6BED-4B18-A8C2-AACE5792C8DF" id="BPMNShape_sid-7F2E1F03-6BED-4B18-A8C2-AACE5792C8DF">
<omgdc:Bounds height="80.0" width="100.0" x="165.0" y="125.0"></omgdc:Bounds>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape bpmnElement="sid-DC0B4F01-29CE-4309-A3B6-039365AE2B74" id="BPMNShape_sid-DC0B4F01-29CE-4309-A3B6-039365AE2B74">
<omgdc:Bounds height="40.0" width="40.0" x="310.0" y="145.0"></omgdc:Bounds>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape bpmnElement="sid-0B74CF7D-13FF-492E-99B2-F2B2C7D2FA55" id="BPMNShape_sid-0B74CF7D-13FF-492E-99B2-F2B2C7D2FA55">
<omgdc:Bounds height="80.0" width="100.0" x="395.0" y="125.0"></omgdc:Bounds>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape bpmnElement="sid-65EE2845-158E-464C-A32B-26362DF5C832" id="BPMNShape_sid-65EE2845-158E-464C-A32B-26362DF5C832">
<omgdc:Bounds height="40.0" width="40.0" x="540.0" y="145.0"></omgdc:Bounds>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape bpmnElement="sid-92AD687A-00CC-48D4-8049-E7C56077B564" id="BPMNShape_sid-92AD687A-00CC-48D4-8049-E7C56077B564">
<omgdc:Bounds height="80.0" width="100.0" x="625.0" y="125.0"></omgdc:Bounds>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape bpmnElement="sid-8965E8D7-4E21-41B1-9FB6-9BF36C0D8C59" id="BPMNShape_sid-8965E8D7-4E21-41B1-9FB6-9BF36C0D8C59">
<omgdc:Bounds height="40.0" width="40.0" x="770.0" y="145.0"></omgdc:Bounds>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape bpmnElement="sid-78156FFE-710B-4702-A080-F0521F8C8983" id="BPMNShape_sid-78156FFE-710B-4702-A080-F0521F8C8983">
<omgdc:Bounds height="80.0" width="100.0" x="740.0" y="285.0"></omgdc:Bounds>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape bpmnElement="sid-736C1F0D-F99D-4820-84CE-7AB5B7C02913" id="BPMNShape_sid-736C1F0D-F99D-4820-84CE-7AB5B7C02913">
<omgdc:Bounds height="80.0" width="100.0" x="599.8" y="285.0"></omgdc:Bounds>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape bpmnElement="sid-FF6C0E8B-0C11-4A1A-98E1-21E1DEE7A169" id="BPMNShape_sid-FF6C0E8B-0C11-4A1A-98E1-21E1DEE7A169">
<omgdc:Bounds height="40.0" width="40.0" x="495.0" y="305.0"></omgdc:Bounds>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape bpmnElement="sid-32F748CA-E86E-42BF-911E-1C3D09C9EA53" id="BPMNShape_sid-32F748CA-E86E-42BF-911E-1C3D09C9EA53">
<omgdc:Bounds height="80.0" width="100.0" x="330.0" y="285.0"></omgdc:Bounds>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape bpmnElement="sid-62C2CB20-69D1-4875-BE1D-C65017E2B3FF" id="BPMNShape_sid-62C2CB20-69D1-4875-BE1D-C65017E2B3FF">
<omgdc:Bounds height="80.0" width="100.0" x="165.0" y="285.0"></omgdc:Bounds>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape bpmnElement="sid-D4673C80-109F-46C0-AF2D-06F8961317CB" id="BPMNShape_sid-D4673C80-109F-46C0-AF2D-06F8961317CB">
<omgdc:Bounds height="28.0" width="28.0" x="91.0" y="311.0"></omgdc:Bounds>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape bpmnElement="sid-4C40079B-3DC5-44DB-B0A5-6F21E036B50F" id="BPMNShape_sid-4C40079B-3DC5-44DB-B0A5-6F21E036B50F">
<omgdc:Bounds height="28.0" width="28.0" x="546.0" y="60.0"></omgdc:Bounds>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape bpmnElement="sid-8C81D1DF-CB30-454F-89E5-221C462F0A87" id="BPMNShape_sid-8C81D1DF-CB30-454F-89E5-221C462F0A87">
<omgdc:Bounds height="80.0" width="100.0" x="465.0" y="405.0"></omgdc:Bounds>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape bpmnElement="sid-26A24204-9E91-4821-9E4A-91E2E29E76FE" id="BPMNShape_sid-26A24204-9E91-4821-9E4A-91E2E29E76FE">
<omgdc:Bounds height="80.0" width="100.0" x="599.8" y="405.0"></omgdc:Bounds>
</bpmndi:BPMNShape>
<bpmndi:BPMNEdge bpmnElement="sid-084B204C-A8E3-4F95-AFC8-746108B2AE88" id="BPMNEdge_sid-084B204C-A8E3-4F95-AFC8-746108B2AE88">
<omgdi:waypoint x="494.9499999999977" y="165.21623376623376"></omgdi:waypoint>
<omgdi:waypoint x="540.4130434782609" y="165.41304347826087"></omgdi:waypoint>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="sid-E9536B44-5ADC-4667-A98C-6BDC5630594D" id="BPMNEdge_sid-E9536B44-5ADC-4667-A98C-6BDC5630594D">
<omgdi:waypoint x="649.8" y="405.0"></omgdi:waypoint>
<omgdi:waypoint x="649.8" y="364.95000000000005"></omgdi:waypoint>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="sid-A98485A8-A864-4662-B998-766232D9065A" id="BPMNEdge_sid-A98485A8-A864-4662-B998-766232D9065A">
<omgdi:waypoint x="724.9499999999978" y="165.21623376623376"></omgdi:waypoint>
<omgdi:waypoint x="770.4130434782609" y="165.41304347826087"></omgdi:waypoint>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="sid-75F18B02-3D56-4CF2-95C8-753D6FED32F7" id="BPMNEdge_sid-75F18B02-3D56-4CF2-95C8-753D6FED32F7">
<omgdi:waypoint x="495.42592592592536" y="325.4259259259259"></omgdi:waypoint>
<omgdi:waypoint x="429.9499999999926" y="325.1843173431734"></omgdi:waypoint>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="sid-44145127-BAFD-4BB0-B50E-D5C442C05221" id="BPMNEdge_sid-44145127-BAFD-4BB0-B50E-D5C442C05221">
<omgdi:waypoint x="790.440251572327" y="184.50359836580773"></omgdi:waypoint>
<omgdi:waypoint x="790.1252351097179" y="285.0"></omgdi:waypoint>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="sid-A159AC08-ABF9-451C-ABE9-E98FE90F7343" id="BPMNEdge_sid-A159AC08-ABF9-451C-ABE9-E98FE90F7343">
<omgdi:waypoint x="349.5247370727428" y="165.41666666666666"></omgdi:waypoint>
<omgdi:waypoint x="394.99999999998806" y="165.21812227074233"></omgdi:waypoint>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="sid-7914C6EE-A9FA-472A-A02E-138D781C9ADE" id="BPMNEdge_sid-7914C6EE-A9FA-472A-A02E-138D781C9ADE">
<omgdi:waypoint x="515.4201680672269" y="344.5215994962217"></omgdi:waypoint>
<omgdi:waypoint x="515.1671548117155" y="405.0"></omgdi:waypoint>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="sid-5B1E20EF-9015-476F-B59A-6BBA444EDA07" id="BPMNEdge_sid-5B1E20EF-9015-476F-B59A-6BBA444EDA07">
<omgdi:waypoint x="330.5" y="145.5"></omgdi:waypoint>
<omgdi:waypoint x="330.5" y="74.0"></omgdi:waypoint>
<omgdi:waypoint x="546.0" y="74.0"></omgdi:waypoint>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="sid-0FE775E1-185C-4C79-9A8F-B19ED60897AF" id="BPMNEdge_sid-0FE775E1-185C-4C79-9A8F-B19ED60897AF">
<omgdi:waypoint x="579.5247370727355" y="165.41666666666666"></omgdi:waypoint>
<omgdi:waypoint x="624.9999999999953" y="165.21812227074236"></omgdi:waypoint>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="sid-15BE5452-7D20-419B-8E1C-FAB60832E3C5" id="BPMNEdge_sid-15BE5452-7D20-419B-8E1C-FAB60832E3C5">
<omgdi:waypoint x="165.0" y="325.0"></omgdi:waypoint>
<omgdi:waypoint x="118.94993176834458" y="325.0"></omgdi:waypoint>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="sid-416A2A8D-418F-4633-B0E3-8DD8B92F1FD7" id="BPMNEdge_sid-416A2A8D-418F-4633-B0E3-8DD8B92F1FD7">
<omgdi:waypoint x="119.94999848995758" y="165.0"></omgdi:waypoint>
<omgdi:waypoint x="165.0" y="165.0"></omgdi:waypoint>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="sid-A7606A5F-B599-4B2A-A466-A1C2B479962D" id="BPMNEdge_sid-A7606A5F-B599-4B2A-A466-A1C2B479962D">
<omgdi:waypoint x="264.9499999999977" y="165.21623376623376"></omgdi:waypoint>
<omgdi:waypoint x="310.4130434782609" y="165.41304347826087"></omgdi:waypoint>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="sid-05CA25EF-BF97-49D9-82F7-A2514BAD46FA" id="BPMNEdge_sid-05CA25EF-BF97-49D9-82F7-A2514BAD46FA">
<omgdi:waypoint x="599.7999999999976" y="325.18596425912136"></omgdi:waypoint>
<omgdi:waypoint x="534.4775430067315" y="325.42899850523173"></omgdi:waypoint>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="sid-AB87F2FF-1C6F-42B7-B050-1FE3BBE14BC1" id="BPMNEdge_sid-AB87F2FF-1C6F-42B7-B050-1FE3BBE14BC1">
<omgdi:waypoint x="330.0" y="325.0"></omgdi:waypoint>
<omgdi:waypoint x="264.94999999999396" y="325.0"></omgdi:waypoint>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="sid-6D19E47A-474A-489F-B40C-9E361114CBC1" id="BPMNEdge_sid-6D19E47A-474A-489F-B40C-9E361114CBC1">
<omgdi:waypoint x="564.9499999999802" y="445.0"></omgdi:waypoint>
<omgdi:waypoint x="599.799999999967" y="445.0"></omgdi:waypoint>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="sid-DE5B965F-541C-4409-87A5-424AF3FEBD64" id="BPMNEdge_sid-DE5B965F-541C-4409-87A5-424AF3FEBD64">
<omgdi:waypoint x="560.3901098901099" y="145.3901098901099"></omgdi:waypoint>
<omgdi:waypoint x="560.0762283380483" y="87.94950803950063"></omgdi:waypoint>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="sid-F508207B-5CC9-4BDD-A312-CA399BFB95C9" id="BPMNEdge_sid-F508207B-5CC9-4BDD-A312-CA399BFB95C9">
<omgdi:waypoint x="790.5" y="145.5"></omgdi:waypoint>
<omgdi:waypoint x="790.5" y="74.0"></omgdi:waypoint>
<omgdi:waypoint x="573.9499219378685" y="74.0"></omgdi:waypoint>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="sid-C0641FAD-2F14-45E2-BD0D-F4850106C376" id="BPMNEdge_sid-C0641FAD-2F14-45E2-BD0D-F4850106C376">
<omgdi:waypoint x="740.0" y="325.0"></omgdi:waypoint>
<omgdi:waypoint x="699.7499999999999" y="325.0"></omgdi:waypoint>
</bpmndi:BPMNEdge>
</bpmndi:BPMNPlane>
</bpmndi:BPMNDiagram>
</definitions>

BIN
hzims-service/ticket/src/main/resources/template/水力机械工作票模版.docx

Binary file not shown.
Loading…
Cancel
Save