jsjdbg.bpmn 31 KB

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