jsjdzx.bpmn 28 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <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:activiti="http://activiti.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.activiti.org/test">
  3. <process id="jsjdzx" name="建设进度注销" isExecutable="true">
  4. <startEvent id="startevent1" name="Start" activiti:initiator="applyUserId"></startEvent>
  5. <userTask id="sljbr" name="经办人受理" activiti:assignee="${applyUserId}">
  6. <extensionElements>
  7. <activiti:taskListener event="create" delegateExpression="${taskVarBean}">
  8. <activiti:field name="varName">
  9. <activiti:string><![CDATA[var_autoComplete]]></activiti:string>
  10. </activiti:field>
  11. <activiti:field name="varValue">
  12. <activiti:string><![CDATA[true]]></activiti:string>
  13. </activiti:field>
  14. </activiti:taskListener>
  15. </extensionElements>
  16. </userTask>
  17. <sequenceFlow id="flow1" sourceRef="startevent1" targetRef="sljbr"></sequenceFlow>
  18. <userTask id="fgldbl" name="分管领导办理" activiti:candidateGroups="${role_fgld}"></userTask>
  19. <userTask id="kscs" name="科室初审" activiti:assignee="${assignee}">
  20. <multiInstanceLoopCharacteristics isSequential="false" activiti:collection="assigneeList" activiti:elementVariable="assignee">
  21. <completionCondition>${nrOfInstances==nrOfCompletedInstances||!auditPass_kscs}</completionCondition>
  22. </multiInstanceLoopCharacteristics>
  23. </userTask>
  24. <exclusiveGateway id="exclusivegateway4" name="Exclusive Gateway"></exclusiveGateway>
  25. <sequenceFlow id="flow13" sourceRef="fgldbl" targetRef="exclusivegateway4"></sequenceFlow>
  26. <sequenceFlow id="flow14" name="不通过" sourceRef="exclusivegateway4" targetRef="sljbr">
  27. <conditionExpression xsi:type="tFormalExpression"><![CDATA[${!auditPass_fgldbl}]]></conditionExpression>
  28. </sequenceFlow>
  29. <userTask id="ksbl" name="科室办理" activiti:candidateGroups="${role_ks}"></userTask>
  30. <userTask id="ldbl" name="领导办理" activiti:candidateGroups="${role_ld}"></userTask>
  31. <exclusiveGateway id="exclusivegateway6" name="Exclusive Gateway"></exclusiveGateway>
  32. <sequenceFlow id="flow20" sourceRef="ldbl" targetRef="exclusivegateway6"></sequenceFlow>
  33. <sequenceFlow id="flow22" name="通过" sourceRef="exclusivegateway6" targetRef="fgldbl">
  34. <conditionExpression xsi:type="tFormalExpression"><![CDATA[${auditPass_ldbl}]]></conditionExpression>
  35. </sequenceFlow>
  36. <exclusiveGateway id="exclusivegateway7" name="Exclusive Gateway"></exclusiveGateway>
  37. <sequenceFlow id="flow23" sourceRef="ksbl" targetRef="exclusivegateway7"></sequenceFlow>
  38. <sequenceFlow id="flow24" name="不通过" sourceRef="exclusivegateway7" targetRef="sljbr">
  39. <conditionExpression xsi:type="tFormalExpression"><![CDATA[${!auditPass_ksbl}]]></conditionExpression>
  40. </sequenceFlow>
  41. <sequenceFlow id="flow26" name="通过" sourceRef="exclusivegateway4" targetRef="ksbl">
  42. <conditionExpression xsi:type="tFormalExpression"><![CDATA[${auditPass_fgldbl}]]></conditionExpression>
  43. </sequenceFlow>
  44. <userTask id="jbrbl" name="经办人办理" activiti:candidateGroups="${role_jbr}"></userTask>
  45. <exclusiveGateway id="exclusivegateway8" name="Exclusive Gateway"></exclusiveGateway>
  46. <sequenceFlow id="flow27" sourceRef="kscs" targetRef="exclusivegateway8"></sequenceFlow>
  47. <sequenceFlow id="flow28" name="通过" sourceRef="exclusivegateway7" targetRef="jbrbl">
  48. <conditionExpression xsi:type="tFormalExpression"><![CDATA[${auditPass_ksbl}]]></conditionExpression>
  49. </sequenceFlow>
  50. <exclusiveGateway id="exclusivegateway9" name="Exclusive Gateway"></exclusiveGateway>
  51. <sequenceFlow id="flow29" sourceRef="jbrbl" targetRef="exclusivegateway9"></sequenceFlow>
  52. <sequenceFlow id="flow30" name="不通过" sourceRef="exclusivegateway9" targetRef="sljbr">
  53. <conditionExpression xsi:type="tFormalExpression"><![CDATA[${!auditPass_jbrbl}]]></conditionExpression>
  54. </sequenceFlow>
  55. <sequenceFlow id="flow31" name="不通过" sourceRef="exclusivegateway8" targetRef="sljbr">
  56. <conditionExpression xsi:type="tFormalExpression"><![CDATA[${!auditPass_kscs}]]></conditionExpression>
  57. </sequenceFlow>
  58. <sequenceFlow id="flow32" name="通过" sourceRef="exclusivegateway9" targetRef="kscs">
  59. <conditionExpression xsi:type="tFormalExpression"><![CDATA[${auditPass_ksbl}]]></conditionExpression>
  60. </sequenceFlow>
  61. <userTask id="fgldcs" name="分管领导初审" activiti:candidateGroups="${role_fgld}"></userTask>
  62. <userTask id="ldcs" name="领导初审" activiti:candidateGroups="${role_ld}"></userTask>
  63. <userTask id="zjps" name="专家评审" activiti:candidateGroups="${role_jbr}"></userTask>
  64. <exclusiveGateway id="exclusivegateway10" name="Exclusive Gateway"></exclusiveGateway>
  65. <sequenceFlow id="flow33" sourceRef="fgldcs" targetRef="exclusivegateway10"></sequenceFlow>
  66. <sequenceFlow id="flow34" name="不通过" sourceRef="exclusivegateway10" targetRef="sljbr">
  67. <conditionExpression xsi:type="tFormalExpression"><![CDATA[${!auditPass_fgldcs}]]></conditionExpression>
  68. </sequenceFlow>
  69. <sequenceFlow id="flow35" name="通过" sourceRef="exclusivegateway10" targetRef="ldcs">
  70. <conditionExpression xsi:type="tFormalExpression"><![CDATA[${auditPass_fgldcs}]]></conditionExpression>
  71. </sequenceFlow>
  72. <exclusiveGateway id="exclusivegateway11" name="Exclusive Gateway"></exclusiveGateway>
  73. <sequenceFlow id="flow36" sourceRef="ldcs" targetRef="exclusivegateway11"></sequenceFlow>
  74. <sequenceFlow id="flow37" name="不通过" sourceRef="exclusivegateway11" targetRef="sljbr">
  75. <conditionExpression xsi:type="tFormalExpression"><![CDATA[${!auditPass_ldcs}]]></conditionExpression>
  76. </sequenceFlow>
  77. <sequenceFlow id="flow38" name="通过" sourceRef="exclusivegateway11" targetRef="zjps">
  78. <conditionExpression xsi:type="tFormalExpression"><![CDATA[${auditPass_ldcs}]]></conditionExpression>
  79. </sequenceFlow>
  80. <userTask id="fgldsh" name="分管领导审核" activiti:candidateGroups="${role_fgld}"></userTask>
  81. <userTask id="cnxk" name="草拟许可" activiti:assignee="${assignee}">
  82. <multiInstanceLoopCharacteristics isSequential="false" activiti:collection="assigneeList" activiti:elementVariable="assignee">
  83. <completionCondition>${nrOfInstances==nrOfCompletedInstances|| !auditPass_cnxk}</completionCondition>
  84. </multiInstanceLoopCharacteristics>
  85. </userTask>
  86. <exclusiveGateway id="exclusivegateway12" name="Exclusive Gateway"></exclusiveGateway>
  87. <sequenceFlow id="flow40" sourceRef="cnxk" targetRef="exclusivegateway12"></sequenceFlow>
  88. <sequenceFlow id="flow41" name="不通过" sourceRef="exclusivegateway12" targetRef="zjps">
  89. <conditionExpression xsi:type="tFormalExpression"><![CDATA[${!auditPass_cnxk}]]></conditionExpression>
  90. </sequenceFlow>
  91. <sequenceFlow id="flow42" name="通过" sourceRef="exclusivegateway12" targetRef="fgldsh">
  92. <conditionExpression xsi:type="tFormalExpression"><![CDATA[${auditPass_cnxk}]]></conditionExpression>
  93. </sequenceFlow>
  94. <userTask id="ldpz" name="领导批准" activiti:candidateGroups="${role_ld}"></userTask>
  95. <exclusiveGateway id="exclusivegateway13" name="Exclusive Gateway"></exclusiveGateway>
  96. <sequenceFlow id="flow43" sourceRef="fgldsh" targetRef="exclusivegateway13"></sequenceFlow>
  97. <sequenceFlow id="flow45" name="通过" sourceRef="exclusivegateway13" targetRef="ldpz">
  98. <conditionExpression xsi:type="tFormalExpression"><![CDATA[${auditPass_fgldsh}]]></conditionExpression>
  99. </sequenceFlow>
  100. <endEvent id="endevent1" name="End"></endEvent>
  101. <sequenceFlow id="flow47" name="通过" sourceRef="exclusivegateway8" targetRef="fgldcs">
  102. <conditionExpression xsi:type="tFormalExpression"><![CDATA[${auditPass_kscs}]]></conditionExpression>
  103. </sequenceFlow>
  104. <sequenceFlow id="flow48" name="不通过" sourceRef="exclusivegateway6" targetRef="sljbr">
  105. <conditionExpression xsi:type="tFormalExpression"><![CDATA[${!auditPass_ldbl}]]></conditionExpression>
  106. </sequenceFlow>
  107. <exclusiveGateway id="exclusivegateway14" name="Exclusive Gateway"></exclusiveGateway>
  108. <sequenceFlow id="flow49" sourceRef="zjps" targetRef="exclusivegateway14"></sequenceFlow>
  109. <sequenceFlow id="flow50" name="通过" sourceRef="exclusivegateway14" targetRef="cnxk">
  110. <conditionExpression xsi:type="tFormalExpression"><![CDATA[${auditPass_zjps}]]></conditionExpression>
  111. </sequenceFlow>
  112. <sequenceFlow id="flow52" name="不通过" sourceRef="exclusivegateway13" targetRef="zjps">
  113. <conditionExpression xsi:type="tFormalExpression"><![CDATA[${!auditPass_fgldsh}]]></conditionExpression>
  114. </sequenceFlow>
  115. <sequenceFlow id="flow54" name="不通过" sourceRef="exclusivegateway14" targetRef="endevent1">
  116. <conditionExpression xsi:type="tFormalExpression"><![CDATA[${!auditPass_zjps}]]></conditionExpression>
  117. </sequenceFlow>
  118. <exclusiveGateway id="exclusivegateway15" name="Exclusive Gateway"></exclusiveGateway>
  119. <sequenceFlow id="flow55" sourceRef="ldpz" targetRef="exclusivegateway15"></sequenceFlow>
  120. <sequenceFlow id="flow56" name="通过" sourceRef="exclusivegateway15" targetRef="endevent1">
  121. <conditionExpression xsi:type="tFormalExpression"><![CDATA[${auditPass_ldpz}]]></conditionExpression>
  122. </sequenceFlow>
  123. <sequenceFlow id="flow57" name="不通过" sourceRef="exclusivegateway15" targetRef="zjps">
  124. <conditionExpression xsi:type="tFormalExpression"><![CDATA[${!auditPass_ldpz}]]></conditionExpression>
  125. </sequenceFlow>
  126. <exclusiveGateway id="exclusivegateway16" name="Exclusive Gateway"></exclusiveGateway>
  127. <sequenceFlow id="flow58" sourceRef="sljbr" targetRef="exclusivegateway16"></sequenceFlow>
  128. <sequenceFlow id="flow59" name="不通过" sourceRef="exclusivegateway16" targetRef="endevent1">
  129. <conditionExpression xsi:type="tFormalExpression"><![CDATA[${!auditPass_sljbr}]]></conditionExpression>
  130. </sequenceFlow>
  131. <sequenceFlow id="flow60" name="通过" sourceRef="exclusivegateway16" targetRef="ldbl">
  132. <conditionExpression xsi:type="tFormalExpression"><![CDATA[${auditPass_sljbr}]]></conditionExpression>
  133. </sequenceFlow>
  134. </process>
  135. <bpmndi:BPMNDiagram id="BPMNDiagram_jsjdzx">
  136. <bpmndi:BPMNPlane bpmnElement="jsjdzx" id="BPMNPlane_jsjdzx">
  137. <bpmndi:BPMNShape bpmnElement="startevent1" id="BPMNShape_startevent1">
  138. <omgdc:Bounds height="35.0" width="35.0" x="30.0" y="270.0"></omgdc:Bounds>
  139. </bpmndi:BPMNShape>
  140. <bpmndi:BPMNShape bpmnElement="sljbr" id="BPMNShape_sljbr">
  141. <omgdc:Bounds height="55.0" width="105.0" x="90.0" y="260.0"></omgdc:Bounds>
  142. </bpmndi:BPMNShape>
  143. <bpmndi:BPMNShape bpmnElement="fgldbl" id="BPMNShape_fgldbl">
  144. <omgdc:Bounds height="55.0" width="105.0" x="399.0" y="260.0"></omgdc:Bounds>
  145. </bpmndi:BPMNShape>
  146. <bpmndi:BPMNShape bpmnElement="kscs" id="BPMNShape_kscs">
  147. <omgdc:Bounds height="55.0" width="105.0" x="846.0" y="264.0"></omgdc:Bounds>
  148. </bpmndi:BPMNShape>
  149. <bpmndi:BPMNShape bpmnElement="exclusivegateway4" id="BPMNShape_exclusivegateway4">
  150. <omgdc:Bounds height="40.0" width="40.0" x="431.0" y="397.0"></omgdc:Bounds>
  151. </bpmndi:BPMNShape>
  152. <bpmndi:BPMNShape bpmnElement="ksbl" id="BPMNShape_ksbl">
  153. <omgdc:Bounds height="55.0" width="105.0" x="550.0" y="264.0"></omgdc:Bounds>
  154. </bpmndi:BPMNShape>
  155. <bpmndi:BPMNShape bpmnElement="ldbl" id="BPMNShape_ldbl">
  156. <omgdc:Bounds height="55.0" width="105.0" x="241.0" y="260.0"></omgdc:Bounds>
  157. </bpmndi:BPMNShape>
  158. <bpmndi:BPMNShape bpmnElement="exclusivegateway6" id="BPMNShape_exclusivegateway6">
  159. <omgdc:Bounds height="40.0" width="40.0" x="273.0" y="145.0"></omgdc:Bounds>
  160. </bpmndi:BPMNShape>
  161. <bpmndi:BPMNShape bpmnElement="exclusivegateway7" id="BPMNShape_exclusivegateway7">
  162. <omgdc:Bounds height="40.0" width="40.0" x="582.0" y="99.0"></omgdc:Bounds>
  163. </bpmndi:BPMNShape>
  164. <bpmndi:BPMNShape bpmnElement="jbrbl" id="BPMNShape_jbrbl">
  165. <omgdc:Bounds height="55.0" width="105.0" x="700.0" y="264.0"></omgdc:Bounds>
  166. </bpmndi:BPMNShape>
  167. <bpmndi:BPMNShape bpmnElement="exclusivegateway8" id="BPMNShape_exclusivegateway8">
  168. <omgdc:Bounds height="40.0" width="40.0" x="878.0" y="59.0"></omgdc:Bounds>
  169. </bpmndi:BPMNShape>
  170. <bpmndi:BPMNShape bpmnElement="exclusivegateway9" id="BPMNShape_exclusivegateway9">
  171. <omgdc:Bounds height="40.0" width="40.0" x="732.0" y="437.0"></omgdc:Bounds>
  172. </bpmndi:BPMNShape>
  173. <bpmndi:BPMNShape bpmnElement="fgldcs" id="BPMNShape_fgldcs">
  174. <omgdc:Bounds height="55.0" width="105.0" x="1000.0" y="264.0"></omgdc:Bounds>
  175. </bpmndi:BPMNShape>
  176. <bpmndi:BPMNShape bpmnElement="ldcs" id="BPMNShape_ldcs">
  177. <omgdc:Bounds height="55.0" width="105.0" x="1150.0" y="264.0"></omgdc:Bounds>
  178. </bpmndi:BPMNShape>
  179. <bpmndi:BPMNShape bpmnElement="zjps" id="BPMNShape_zjps">
  180. <omgdc:Bounds height="55.0" width="105.0" x="1181.0" y="617.0"></omgdc:Bounds>
  181. </bpmndi:BPMNShape>
  182. <bpmndi:BPMNShape bpmnElement="exclusivegateway10" id="BPMNShape_exclusivegateway10">
  183. <omgdc:Bounds height="40.0" width="40.0" x="1032.0" y="490.0"></omgdc:Bounds>
  184. </bpmndi:BPMNShape>
  185. <bpmndi:BPMNShape bpmnElement="exclusivegateway11" id="BPMNShape_exclusivegateway11">
  186. <omgdc:Bounds height="40.0" width="40.0" x="1182.0" y="30.0"></omgdc:Bounds>
  187. </bpmndi:BPMNShape>
  188. <bpmndi:BPMNShape bpmnElement="fgldsh" id="BPMNShape_fgldsh">
  189. <omgdc:Bounds height="55.0" width="105.0" x="814.0" y="617.0"></omgdc:Bounds>
  190. </bpmndi:BPMNShape>
  191. <bpmndi:BPMNShape bpmnElement="cnxk" id="BPMNShape_cnxk">
  192. <omgdc:Bounds height="55.0" width="105.0" x="979.0" y="617.0"></omgdc:Bounds>
  193. </bpmndi:BPMNShape>
  194. <bpmndi:BPMNShape bpmnElement="exclusivegateway12" id="BPMNShape_exclusivegateway12">
  195. <omgdc:Bounds height="40.0" width="40.0" x="1011.0" y="550.0"></omgdc:Bounds>
  196. </bpmndi:BPMNShape>
  197. <bpmndi:BPMNShape bpmnElement="ldpz" id="BPMNShape_ldpz">
  198. <omgdc:Bounds height="55.0" width="105.0" x="633.0" y="617.0"></omgdc:Bounds>
  199. </bpmndi:BPMNShape>
  200. <bpmndi:BPMNShape bpmnElement="exclusivegateway13" id="BPMNShape_exclusivegateway13">
  201. <omgdc:Bounds height="40.0" width="40.0" x="846.0" y="740.0"></omgdc:Bounds>
  202. </bpmndi:BPMNShape>
  203. <bpmndi:BPMNShape bpmnElement="endevent1" id="BPMNShape_endevent1">
  204. <omgdc:Bounds height="35.0" width="35.0" x="420.0" y="627.0"></omgdc:Bounds>
  205. </bpmndi:BPMNShape>
  206. <bpmndi:BPMNShape bpmnElement="exclusivegateway14" id="BPMNShape_exclusivegateway14">
  207. <omgdc:Bounds height="40.0" width="40.0" x="1112.0" y="703.0"></omgdc:Bounds>
  208. </bpmndi:BPMNShape>
  209. <bpmndi:BPMNShape bpmnElement="exclusivegateway15" id="BPMNShape_exclusivegateway15">
  210. <omgdc:Bounds height="40.0" width="40.0" x="572.0" y="624.0"></omgdc:Bounds>
  211. </bpmndi:BPMNShape>
  212. <bpmndi:BPMNShape bpmnElement="exclusivegateway16" id="BPMNShape_exclusivegateway16">
  213. <omgdc:Bounds height="40.0" width="40.0" x="203.0" y="330.0"></omgdc:Bounds>
  214. </bpmndi:BPMNShape>
  215. <bpmndi:BPMNEdge bpmnElement="flow1" id="BPMNEdge_flow1">
  216. <omgdi:waypoint x="65.0" y="287.0"></omgdi:waypoint>
  217. <omgdi:waypoint x="90.0" y="287.0"></omgdi:waypoint>
  218. </bpmndi:BPMNEdge>
  219. <bpmndi:BPMNEdge bpmnElement="flow13" id="BPMNEdge_flow13">
  220. <omgdi:waypoint x="451.0" y="315.0"></omgdi:waypoint>
  221. <omgdi:waypoint x="451.0" y="397.0"></omgdi:waypoint>
  222. </bpmndi:BPMNEdge>
  223. <bpmndi:BPMNEdge bpmnElement="flow14" id="BPMNEdge_flow14">
  224. <omgdi:waypoint x="431.0" y="417.0"></omgdi:waypoint>
  225. <omgdi:waypoint x="142.0" y="417.0"></omgdi:waypoint>
  226. <omgdi:waypoint x="142.0" y="349.0"></omgdi:waypoint>
  227. <omgdi:waypoint x="142.0" y="315.0"></omgdi:waypoint>
  228. <bpmndi:BPMNLabel>
  229. <omgdc:Bounds height="14.0" width="36.0" x="368.0" y="422.0"></omgdc:Bounds>
  230. </bpmndi:BPMNLabel>
  231. </bpmndi:BPMNEdge>
  232. <bpmndi:BPMNEdge bpmnElement="flow20" id="BPMNEdge_flow20">
  233. <omgdi:waypoint x="293.0" y="260.0"></omgdi:waypoint>
  234. <omgdi:waypoint x="293.0" y="185.0"></omgdi:waypoint>
  235. </bpmndi:BPMNEdge>
  236. <bpmndi:BPMNEdge bpmnElement="flow22" id="BPMNEdge_flow22">
  237. <omgdi:waypoint x="313.0" y="165.0"></omgdi:waypoint>
  238. <omgdi:waypoint x="451.0" y="165.0"></omgdi:waypoint>
  239. <omgdi:waypoint x="451.0" y="260.0"></omgdi:waypoint>
  240. <bpmndi:BPMNLabel>
  241. <omgdc:Bounds height="14.0" width="24.0" x="323.0" y="165.0"></omgdc:Bounds>
  242. </bpmndi:BPMNLabel>
  243. </bpmndi:BPMNEdge>
  244. <bpmndi:BPMNEdge bpmnElement="flow23" id="BPMNEdge_flow23">
  245. <omgdi:waypoint x="602.0" y="264.0"></omgdi:waypoint>
  246. <omgdi:waypoint x="602.0" y="139.0"></omgdi:waypoint>
  247. </bpmndi:BPMNEdge>
  248. <bpmndi:BPMNEdge bpmnElement="flow24" id="BPMNEdge_flow24">
  249. <omgdi:waypoint x="582.0" y="119.0"></omgdi:waypoint>
  250. <omgdi:waypoint x="142.0" y="119.0"></omgdi:waypoint>
  251. <omgdi:waypoint x="142.0" y="260.0"></omgdi:waypoint>
  252. <bpmndi:BPMNLabel>
  253. <omgdc:Bounds height="14.0" width="36.0" x="483.0" y="119.0"></omgdc:Bounds>
  254. </bpmndi:BPMNLabel>
  255. </bpmndi:BPMNEdge>
  256. <bpmndi:BPMNEdge bpmnElement="flow26" id="BPMNEdge_flow26">
  257. <omgdi:waypoint x="471.0" y="417.0"></omgdi:waypoint>
  258. <omgdi:waypoint x="602.0" y="417.0"></omgdi:waypoint>
  259. <omgdi:waypoint x="602.0" y="319.0"></omgdi:waypoint>
  260. <bpmndi:BPMNLabel>
  261. <omgdc:Bounds height="14.0" width="24.0" x="481.0" y="417.0"></omgdc:Bounds>
  262. </bpmndi:BPMNLabel>
  263. </bpmndi:BPMNEdge>
  264. <bpmndi:BPMNEdge bpmnElement="flow27" id="BPMNEdge_flow27">
  265. <omgdi:waypoint x="898.0" y="264.0"></omgdi:waypoint>
  266. <omgdi:waypoint x="898.0" y="99.0"></omgdi:waypoint>
  267. </bpmndi:BPMNEdge>
  268. <bpmndi:BPMNEdge bpmnElement="flow28" id="BPMNEdge_flow28">
  269. <omgdi:waypoint x="622.0" y="119.0"></omgdi:waypoint>
  270. <omgdi:waypoint x="752.0" y="119.0"></omgdi:waypoint>
  271. <omgdi:waypoint x="752.0" y="264.0"></omgdi:waypoint>
  272. <bpmndi:BPMNLabel>
  273. <omgdc:Bounds height="14.0" width="24.0" x="632.0" y="119.0"></omgdc:Bounds>
  274. </bpmndi:BPMNLabel>
  275. </bpmndi:BPMNEdge>
  276. <bpmndi:BPMNEdge bpmnElement="flow29" id="BPMNEdge_flow29">
  277. <omgdi:waypoint x="752.0" y="319.0"></omgdi:waypoint>
  278. <omgdi:waypoint x="752.0" y="437.0"></omgdi:waypoint>
  279. </bpmndi:BPMNEdge>
  280. <bpmndi:BPMNEdge bpmnElement="flow30" id="BPMNEdge_flow30">
  281. <omgdi:waypoint x="732.0" y="457.0"></omgdi:waypoint>
  282. <omgdi:waypoint x="142.0" y="457.0"></omgdi:waypoint>
  283. <omgdi:waypoint x="142.0" y="315.0"></omgdi:waypoint>
  284. <bpmndi:BPMNLabel>
  285. <omgdc:Bounds height="14.0" width="36.0" x="623.0" y="456.0"></omgdc:Bounds>
  286. </bpmndi:BPMNLabel>
  287. </bpmndi:BPMNEdge>
  288. <bpmndi:BPMNEdge bpmnElement="flow31" id="BPMNEdge_flow31">
  289. <omgdi:waypoint x="878.0" y="79.0"></omgdi:waypoint>
  290. <omgdi:waypoint x="142.0" y="79.0"></omgdi:waypoint>
  291. <omgdi:waypoint x="142.0" y="260.0"></omgdi:waypoint>
  292. <bpmndi:BPMNLabel>
  293. <omgdc:Bounds height="14.0" width="36.0" x="773.0" y="80.0"></omgdc:Bounds>
  294. </bpmndi:BPMNLabel>
  295. </bpmndi:BPMNEdge>
  296. <bpmndi:BPMNEdge bpmnElement="flow32" id="BPMNEdge_flow32">
  297. <omgdi:waypoint x="772.0" y="457.0"></omgdi:waypoint>
  298. <omgdi:waypoint x="898.0" y="456.0"></omgdi:waypoint>
  299. <omgdi:waypoint x="898.0" y="319.0"></omgdi:waypoint>
  300. <bpmndi:BPMNLabel>
  301. <omgdc:Bounds height="14.0" width="24.0" x="803.0" y="457.0"></omgdc:Bounds>
  302. </bpmndi:BPMNLabel>
  303. </bpmndi:BPMNEdge>
  304. <bpmndi:BPMNEdge bpmnElement="flow33" id="BPMNEdge_flow33">
  305. <omgdi:waypoint x="1052.0" y="319.0"></omgdi:waypoint>
  306. <omgdi:waypoint x="1052.0" y="490.0"></omgdi:waypoint>
  307. </bpmndi:BPMNEdge>
  308. <bpmndi:BPMNEdge bpmnElement="flow34" id="BPMNEdge_flow34">
  309. <omgdi:waypoint x="1032.0" y="510.0"></omgdi:waypoint>
  310. <omgdi:waypoint x="142.0" y="510.0"></omgdi:waypoint>
  311. <omgdi:waypoint x="142.0" y="315.0"></omgdi:waypoint>
  312. <bpmndi:BPMNLabel>
  313. <omgdc:Bounds height="14.0" width="36.0" x="934.0" y="510.0"></omgdc:Bounds>
  314. </bpmndi:BPMNLabel>
  315. </bpmndi:BPMNEdge>
  316. <bpmndi:BPMNEdge bpmnElement="flow35" id="BPMNEdge_flow35">
  317. <omgdi:waypoint x="1072.0" y="510.0"></omgdi:waypoint>
  318. <omgdi:waypoint x="1204.0" y="510.0"></omgdi:waypoint>
  319. <omgdi:waypoint x="1202.0" y="319.0"></omgdi:waypoint>
  320. <bpmndi:BPMNLabel>
  321. <omgdc:Bounds height="14.0" width="24.0" x="1082.0" y="510.0"></omgdc:Bounds>
  322. </bpmndi:BPMNLabel>
  323. </bpmndi:BPMNEdge>
  324. <bpmndi:BPMNEdge bpmnElement="flow36" id="BPMNEdge_flow36">
  325. <omgdi:waypoint x="1202.0" y="264.0"></omgdi:waypoint>
  326. <omgdi:waypoint x="1202.0" y="70.0"></omgdi:waypoint>
  327. </bpmndi:BPMNEdge>
  328. <bpmndi:BPMNEdge bpmnElement="flow37" id="BPMNEdge_flow37">
  329. <omgdi:waypoint x="1182.0" y="50.0"></omgdi:waypoint>
  330. <omgdi:waypoint x="142.0" y="49.0"></omgdi:waypoint>
  331. <omgdi:waypoint x="142.0" y="260.0"></omgdi:waypoint>
  332. <bpmndi:BPMNLabel>
  333. <omgdc:Bounds height="14.0" width="36.0" x="1052.0" y="51.0"></omgdc:Bounds>
  334. </bpmndi:BPMNLabel>
  335. </bpmndi:BPMNEdge>
  336. <bpmndi:BPMNEdge bpmnElement="flow38" id="BPMNEdge_flow38">
  337. <omgdi:waypoint x="1222.0" y="50.0"></omgdi:waypoint>
  338. <omgdi:waypoint x="1335.0" y="50.0"></omgdi:waypoint>
  339. <omgdi:waypoint x="1335.0" y="643.0"></omgdi:waypoint>
  340. <omgdi:waypoint x="1286.0" y="644.0"></omgdi:waypoint>
  341. <bpmndi:BPMNLabel>
  342. <omgdc:Bounds height="14.0" width="24.0" x="1232.0" y="50.0"></omgdc:Bounds>
  343. </bpmndi:BPMNLabel>
  344. </bpmndi:BPMNEdge>
  345. <bpmndi:BPMNEdge bpmnElement="flow40" id="BPMNEdge_flow40">
  346. <omgdi:waypoint x="1031.0" y="617.0"></omgdi:waypoint>
  347. <omgdi:waypoint x="1031.0" y="590.0"></omgdi:waypoint>
  348. </bpmndi:BPMNEdge>
  349. <bpmndi:BPMNEdge bpmnElement="flow41" id="BPMNEdge_flow41">
  350. <omgdi:waypoint x="1051.0" y="570.0"></omgdi:waypoint>
  351. <omgdi:waypoint x="1233.0" y="570.0"></omgdi:waypoint>
  352. <omgdi:waypoint x="1233.0" y="617.0"></omgdi:waypoint>
  353. <bpmndi:BPMNLabel>
  354. <omgdc:Bounds height="14.0" width="36.0" x="1061.0" y="570.0"></omgdc:Bounds>
  355. </bpmndi:BPMNLabel>
  356. </bpmndi:BPMNEdge>
  357. <bpmndi:BPMNEdge bpmnElement="flow42" id="BPMNEdge_flow42">
  358. <omgdi:waypoint x="1011.0" y="570.0"></omgdi:waypoint>
  359. <omgdi:waypoint x="866.0" y="570.0"></omgdi:waypoint>
  360. <omgdi:waypoint x="866.0" y="617.0"></omgdi:waypoint>
  361. <bpmndi:BPMNLabel>
  362. <omgdc:Bounds height="14.0" width="24.0" x="951.0" y="570.0"></omgdc:Bounds>
  363. </bpmndi:BPMNLabel>
  364. </bpmndi:BPMNEdge>
  365. <bpmndi:BPMNEdge bpmnElement="flow43" id="BPMNEdge_flow43">
  366. <omgdi:waypoint x="866.0" y="672.0"></omgdi:waypoint>
  367. <omgdi:waypoint x="866.0" y="740.0"></omgdi:waypoint>
  368. </bpmndi:BPMNEdge>
  369. <bpmndi:BPMNEdge bpmnElement="flow45" id="BPMNEdge_flow45">
  370. <omgdi:waypoint x="846.0" y="760.0"></omgdi:waypoint>
  371. <omgdi:waypoint x="685.0" y="759.0"></omgdi:waypoint>
  372. <omgdi:waypoint x="685.0" y="672.0"></omgdi:waypoint>
  373. <bpmndi:BPMNLabel>
  374. <omgdc:Bounds height="14.0" width="24.0" x="788.0" y="761.0"></omgdc:Bounds>
  375. </bpmndi:BPMNLabel>
  376. </bpmndi:BPMNEdge>
  377. <bpmndi:BPMNEdge bpmnElement="flow47" id="BPMNEdge_flow47">
  378. <omgdi:waypoint x="918.0" y="79.0"></omgdi:waypoint>
  379. <omgdi:waypoint x="1052.0" y="79.0"></omgdi:waypoint>
  380. <omgdi:waypoint x="1052.0" y="264.0"></omgdi:waypoint>
  381. <bpmndi:BPMNLabel>
  382. <omgdc:Bounds height="14.0" width="24.0" x="949.0" y="80.0"></omgdc:Bounds>
  383. </bpmndi:BPMNLabel>
  384. </bpmndi:BPMNEdge>
  385. <bpmndi:BPMNEdge bpmnElement="flow48" id="BPMNEdge_flow48">
  386. <omgdi:waypoint x="273.0" y="165.0"></omgdi:waypoint>
  387. <omgdi:waypoint x="142.0" y="165.0"></omgdi:waypoint>
  388. <omgdi:waypoint x="142.0" y="260.0"></omgdi:waypoint>
  389. <bpmndi:BPMNLabel>
  390. <omgdc:Bounds height="14.0" width="36.0" x="207.0" y="165.0"></omgdc:Bounds>
  391. </bpmndi:BPMNLabel>
  392. </bpmndi:BPMNEdge>
  393. <bpmndi:BPMNEdge bpmnElement="flow49" id="BPMNEdge_flow49">
  394. <omgdi:waypoint x="1181.0" y="644.0"></omgdi:waypoint>
  395. <omgdi:waypoint x="1131.0" y="644.0"></omgdi:waypoint>
  396. <omgdi:waypoint x="1132.0" y="703.0"></omgdi:waypoint>
  397. </bpmndi:BPMNEdge>
  398. <bpmndi:BPMNEdge bpmnElement="flow50" id="BPMNEdge_flow50">
  399. <omgdi:waypoint x="1112.0" y="723.0"></omgdi:waypoint>
  400. <omgdi:waypoint x="1031.0" y="720.0"></omgdi:waypoint>
  401. <omgdi:waypoint x="1031.0" y="672.0"></omgdi:waypoint>
  402. <bpmndi:BPMNLabel>
  403. <omgdc:Bounds height="14.0" width="24.0" x="1073.0" y="724.0"></omgdc:Bounds>
  404. </bpmndi:BPMNLabel>
  405. </bpmndi:BPMNEdge>
  406. <bpmndi:BPMNEdge bpmnElement="flow52" id="BPMNEdge_flow52">
  407. <omgdi:waypoint x="886.0" y="760.0"></omgdi:waypoint>
  408. <omgdi:waypoint x="1233.0" y="760.0"></omgdi:waypoint>
  409. <omgdi:waypoint x="1233.0" y="672.0"></omgdi:waypoint>
  410. <bpmndi:BPMNLabel>
  411. <omgdc:Bounds height="14.0" width="36.0" x="896.0" y="760.0"></omgdc:Bounds>
  412. </bpmndi:BPMNLabel>
  413. </bpmndi:BPMNEdge>
  414. <bpmndi:BPMNEdge bpmnElement="flow54" id="BPMNEdge_flow54">
  415. <omgdi:waypoint x="1132.0" y="743.0"></omgdi:waypoint>
  416. <omgdi:waypoint x="1132.0" y="822.0"></omgdi:waypoint>
  417. <omgdi:waypoint x="437.0" y="822.0"></omgdi:waypoint>
  418. <omgdi:waypoint x="437.0" y="662.0"></omgdi:waypoint>
  419. <bpmndi:BPMNLabel>
  420. <omgdc:Bounds height="14.0" width="36.0" x="1040.0" y="809.0"></omgdc:Bounds>
  421. </bpmndi:BPMNLabel>
  422. </bpmndi:BPMNEdge>
  423. <bpmndi:BPMNEdge bpmnElement="flow55" id="BPMNEdge_flow55">
  424. <omgdi:waypoint x="633.0" y="644.0"></omgdi:waypoint>
  425. <omgdi:waypoint x="612.0" y="644.0"></omgdi:waypoint>
  426. </bpmndi:BPMNEdge>
  427. <bpmndi:BPMNEdge bpmnElement="flow56" id="BPMNEdge_flow56">
  428. <omgdi:waypoint x="572.0" y="644.0"></omgdi:waypoint>
  429. <omgdi:waypoint x="455.0" y="644.0"></omgdi:waypoint>
  430. <bpmndi:BPMNLabel>
  431. <omgdc:Bounds height="14.0" width="24.0" x="504.0" y="644.0"></omgdc:Bounds>
  432. </bpmndi:BPMNLabel>
  433. </bpmndi:BPMNEdge>
  434. <bpmndi:BPMNEdge bpmnElement="flow57" id="BPMNEdge_flow57">
  435. <omgdi:waypoint x="592.0" y="624.0"></omgdi:waypoint>
  436. <omgdi:waypoint x="592.0" y="540.0"></omgdi:waypoint>
  437. <omgdi:waypoint x="1233.0" y="540.0"></omgdi:waypoint>
  438. <omgdi:waypoint x="1233.0" y="617.0"></omgdi:waypoint>
  439. <bpmndi:BPMNLabel>
  440. <omgdc:Bounds height="14.0" width="36.0" x="622.0" y="541.0"></omgdc:Bounds>
  441. </bpmndi:BPMNLabel>
  442. </bpmndi:BPMNEdge>
  443. <bpmndi:BPMNEdge bpmnElement="flow58" id="BPMNEdge_flow58">
  444. <omgdi:waypoint x="142.0" y="315.0"></omgdi:waypoint>
  445. <omgdi:waypoint x="223.0" y="330.0"></omgdi:waypoint>
  446. </bpmndi:BPMNEdge>
  447. <bpmndi:BPMNEdge bpmnElement="flow59" id="BPMNEdge_flow59">
  448. <omgdi:waypoint x="223.0" y="370.0"></omgdi:waypoint>
  449. <omgdi:waypoint x="223.0" y="644.0"></omgdi:waypoint>
  450. <omgdi:waypoint x="420.0" y="644.0"></omgdi:waypoint>
  451. <bpmndi:BPMNLabel>
  452. <omgdc:Bounds height="14.0" width="36.0" x="233.0" y="370.0"></omgdc:Bounds>
  453. </bpmndi:BPMNLabel>
  454. </bpmndi:BPMNEdge>
  455. <bpmndi:BPMNEdge bpmnElement="flow60" id="BPMNEdge_flow60">
  456. <omgdi:waypoint x="243.0" y="350.0"></omgdi:waypoint>
  457. <omgdi:waypoint x="297.0" y="349.0"></omgdi:waypoint>
  458. <omgdi:waypoint x="293.0" y="315.0"></omgdi:waypoint>
  459. <bpmndi:BPMNLabel>
  460. <omgdc:Bounds height="14.0" width="24.0" x="253.0" y="350.0"></omgdc:Bounds>
  461. </bpmndi:BPMNLabel>
  462. </bpmndi:BPMNEdge>
  463. </bpmndi:BPMNPlane>
  464. </bpmndi:BPMNDiagram>
  465. </definitions>