立项流程.bpmn 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <bpmn2:definitions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:bpmn2="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI" xmlns:dc="http://www.omg.org/spec/DD/20100524/DC" xmlns:di="http://www.omg.org/spec/DD/20100524/DI" xmlns:camunda="http://camunda.org/schema/1.0/bpmn" id="sample-diagram" targetNamespace="http://bpmn.io/schema/bpmn" exporter="Camunda Modeler" exporterVersion="5.22.0" xsi:schemaLocation="http://www.omg.org/spec/BPMN/20100524/MODEL BPMN20.xsd">
  3. <bpmn2:process id="ProcessProjectApprove" name="立项审批流程" isExecutable="true" camunda:versionTag="1.0">
  4. <bpmn2:startEvent id="event_start">
  5. <bpmn2:extensionElements>
  6. <camunda:properties>
  7. <camunda:property name="test" value="test111" />
  8. </camunda:properties>
  9. </bpmn2:extensionElements>
  10. <bpmn2:outgoing>Flow_15zn1tu</bpmn2:outgoing>
  11. </bpmn2:startEvent>
  12. <bpmn2:userTask id="task_request" name="申请立项" camunda:assignee="owner">
  13. <bpmn2:extensionElements>
  14. <camunda:inputOutput>
  15. <camunda:inputParameter name="show_in_my_works">${false}</camunda:inputParameter>
  16. <camunda:inputParameter name="process_type">${1}</camunda:inputParameter>
  17. </camunda:inputOutput>
  18. </bpmn2:extensionElements>
  19. <bpmn2:incoming>Flow_1t45qnv</bpmn2:incoming>
  20. <bpmn2:incoming>Flow_0gyvyyo</bpmn2:incoming>
  21. <bpmn2:outgoing>Flow_1rg4oob</bpmn2:outgoing>
  22. </bpmn2:userTask>
  23. <bpmn2:sequenceFlow id="Flow_15zn1tu" sourceRef="event_start" targetRef="task_create" />
  24. <bpmn2:sequenceFlow id="Flow_1rg4oob" sourceRef="task_request" targetRef="Activity_16s6waw">
  25. <bpmn2:extensionElements />
  26. </bpmn2:sequenceFlow>
  27. <bpmn2:userTask id="task_approve" name="审核立项" camunda:formKey="prj_approve" camunda:assignee="project_checker">
  28. <bpmn2:documentation>content.output.*来自于signal</bpmn2:documentation>
  29. <bpmn2:extensionElements>
  30. <camunda:inputOutput>
  31. <camunda:inputParameter name="show_in_my_works">${true}</camunda:inputParameter>
  32. <camunda:inputParameter name="process_type">${1}</camunda:inputParameter>
  33. <camunda:inputParameter name="target_type">project-detail</camunda:inputParameter>
  34. <camunda:inputParameter name="prj_id">${environment.variables.prj_id}</camunda:inputParameter>
  35. <camunda:inputParameter name="prj_phase">overview_create</camunda:inputParameter>
  36. <camunda:inputParameter name="prj_phase_name">立项审核中</camunda:inputParameter>
  37. </camunda:inputOutput>
  38. </bpmn2:extensionElements>
  39. <bpmn2:incoming>Flow_0jpbzcr</bpmn2:incoming>
  40. <bpmn2:outgoing>Flow_193tusd</bpmn2:outgoing>
  41. <bpmn2:multiInstanceLoopCharacteristics isSequential="true" camunda:collection="${content.handlers}" camunda:elementVariable="handler">
  42. <bpmn2:loopCardinality xsi:type="bpmn2:tFormalExpression">${content.handlers.length}</bpmn2:loopCardinality>
  43. <bpmn2:completionCondition xsi:type="bpmn2:tFormalExpression">${!content.output.pass}</bpmn2:completionCondition>
  44. </bpmn2:multiInstanceLoopCharacteristics>
  45. </bpmn2:userTask>
  46. <bpmn2:exclusiveGateway id="gateway_approved" default="Flow_0nwaga3">
  47. <bpmn2:incoming>Flow_193tusd</bpmn2:incoming>
  48. <bpmn2:outgoing>Flow_0zubkyw</bpmn2:outgoing>
  49. <bpmn2:outgoing>Flow_0nwaga3</bpmn2:outgoing>
  50. </bpmn2:exclusiveGateway>
  51. <bpmn2:sequenceFlow id="Flow_193tusd" sourceRef="task_approve" targetRef="gateway_approved" />
  52. <bpmn2:sequenceFlow id="Flow_0zubkyw" name="通过" sourceRef="gateway_approved" targetRef="event_throw_approved">
  53. <bpmn2:extensionElements>
  54. <camunda:properties>
  55. <camunda:property name="prj_phase" value="created" />
  56. <camunda:property name="prj_phase_name" value="审核通过" />
  57. </camunda:properties>
  58. </bpmn2:extensionElements>
  59. <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression" language="JavaScript">next(null, this.environment.variables.pass===true);</bpmn2:conditionExpression>
  60. </bpmn2:sequenceFlow>
  61. <bpmn2:sequenceFlow id="Flow_0nwaga3" name="驳回" sourceRef="gateway_approved" targetRef="event_throw_approved_back">
  62. <bpmn2:extensionElements>
  63. <camunda:properties>
  64. <camunda:property name="prj_phase" value="reject_create" />
  65. <camunda:property name="prj_phase_name" value="立项审请被驳回" />
  66. </camunda:properties>
  67. </bpmn2:extensionElements>
  68. </bpmn2:sequenceFlow>
  69. <bpmn2:userTask id="task_with_draw" name="撤回立项" camunda:assignee="owner">
  70. <bpmn2:extensionElements>
  71. <camunda:inputOutput>
  72. <camunda:inputParameter name="process_type">${1}</camunda:inputParameter>
  73. </camunda:inputOutput>
  74. </bpmn2:extensionElements>
  75. <bpmn2:incoming>Flow_12nug8s</bpmn2:incoming>
  76. <bpmn2:outgoing>Flow_0tj9nd6</bpmn2:outgoing>
  77. </bpmn2:userTask>
  78. <bpmn2:sequenceFlow id="Flow_0tj9nd6" sourceRef="task_with_draw" targetRef="Event_throw_withdraw">
  79. <bpmn2:extensionElements />
  80. </bpmn2:sequenceFlow>
  81. <bpmn2:boundaryEvent id="Event_catch_withdraw" name="撤回" attachedToRef="task_approve">
  82. <bpmn2:outgoing>Flow_0nzbvpg</bpmn2:outgoing>
  83. <bpmn2:signalEventDefinition id="SignalEventDefinition_111s194" signalRef="Signal_0hhmd7l" />
  84. </bpmn2:boundaryEvent>
  85. <bpmn2:intermediateThrowEvent id="Event_throw_withdraw" name="撤回事件">
  86. <bpmn2:incoming>Flow_0tj9nd6</bpmn2:incoming>
  87. <bpmn2:signalEventDefinition id="SignalEventDefinition_1tt7p06" signalRef="Signal_0hhmd7l" />
  88. </bpmn2:intermediateThrowEvent>
  89. <bpmn2:sequenceFlow id="Flow_02taytj" sourceRef="event_throw_approved" targetRef="Event_end">
  90. <bpmn2:extensionElements />
  91. </bpmn2:sequenceFlow>
  92. <bpmn2:intermediateThrowEvent id="event_throw_approved">
  93. <bpmn2:incoming>Flow_0zubkyw</bpmn2:incoming>
  94. <bpmn2:outgoing>Flow_02taytj</bpmn2:outgoing>
  95. <bpmn2:signalEventDefinition id="SignalEventDefinition_07jfo4t" signalRef="Signal_0828f9d" />
  96. </bpmn2:intermediateThrowEvent>
  97. <bpmn2:sequenceFlow id="Flow_1ucg773" sourceRef="event_catch_approved" targetRef="Event_end" />
  98. <bpmn2:boundaryEvent id="event_catch_approved" name="已审核" attachedToRef="task_with_draw">
  99. <bpmn2:outgoing>Flow_1ucg773</bpmn2:outgoing>
  100. <bpmn2:signalEventDefinition id="SignalEventDefinition_02ri5rf" signalRef="Signal_0828f9d" />
  101. </bpmn2:boundaryEvent>
  102. <bpmn2:intermediateThrowEvent id="event_throw_approved_back" name="已审核事件">
  103. <bpmn2:incoming>Flow_0nwaga3</bpmn2:incoming>
  104. <bpmn2:outgoing>Flow_06cxzjx</bpmn2:outgoing>
  105. <bpmn2:signalEventDefinition id="SignalEventDefinition_0y27jk5" signalRef="Signal_0828f9d" />
  106. </bpmn2:intermediateThrowEvent>
  107. <bpmn2:sequenceFlow id="Flow_1t45qnv" sourceRef="task_modify" targetRef="task_request" />
  108. <bpmn2:sequenceFlow id="Flow_0nzbvpg" sourceRef="Event_catch_withdraw" targetRef="task_modify">
  109. <bpmn2:extensionElements>
  110. <camunda:properties>
  111. <camunda:property name="prj_phase" value="new" />
  112. <camunda:property name="prj_phase_name" value="立项申请已撤回" />
  113. </camunda:properties>
  114. </bpmn2:extensionElements>
  115. </bpmn2:sequenceFlow>
  116. <bpmn2:sequenceFlow id="Flow_06cxzjx" sourceRef="event_throw_approved_back" targetRef="Activity_1dcslsv" />
  117. <bpmn2:manualTask id="task_create" name="创建项目">
  118. <bpmn2:incoming>Flow_15zn1tu</bpmn2:incoming>
  119. <bpmn2:outgoing>Flow_0gyvyyo</bpmn2:outgoing>
  120. </bpmn2:manualTask>
  121. <bpmn2:sequenceFlow id="Flow_0gyvyyo" sourceRef="task_create" targetRef="task_request">
  122. <bpmn2:extensionElements />
  123. </bpmn2:sequenceFlow>
  124. <bpmn2:manualTask id="task_modify" name="修改项目信息">
  125. <bpmn2:incoming>Flow_0nzbvpg</bpmn2:incoming>
  126. <bpmn2:incoming>Flow_06kumr8</bpmn2:incoming>
  127. <bpmn2:incoming>Flow_01n3edp</bpmn2:incoming>
  128. <bpmn2:outgoing>Flow_1t45qnv</bpmn2:outgoing>
  129. </bpmn2:manualTask>
  130. <bpmn2:sequenceFlow id="Flow_06kumr8" sourceRef="Activity_1dcslsv" targetRef="task_modify" />
  131. <bpmn2:scriptTask id="Activity_1dcslsv" name="提醒审核被驳回" scriptFormat="Javascript">
  132. <bpmn2:extensionElements />
  133. <bpmn2:incoming>Flow_06cxzjx</bpmn2:incoming>
  134. <bpmn2:outgoing>Flow_06kumr8</bpmn2:outgoing>
  135. <bpmn2:script>this.environment.services.get_handlers('owner').then((handlers) =&gt; {
  136. for (var i = 0; i &lt; handlers.length; i++) {
  137. this.environment.services.gen_remind_task(handlers[i].id, '立项申请被驳回', '立项申请已被驳回');
  138. }
  139. next();
  140. });</bpmn2:script>
  141. </bpmn2:scriptTask>
  142. <bpmn2:endEvent id="Event_end">
  143. <bpmn2:incoming>Flow_1ucg773</bpmn2:incoming>
  144. <bpmn2:incoming>Flow_02taytj</bpmn2:incoming>
  145. </bpmn2:endEvent>
  146. <bpmn2:sequenceFlow id="Flow_01ekshh" sourceRef="Activity_16s6waw" targetRef="Gateway_00icdjr" />
  147. <bpmn2:scriptTask id="Activity_16s6waw" name="检查审核人是否存在" scriptFormat="JavaScript">
  148. <bpmn2:incoming>Flow_1rg4oob</bpmn2:incoming>
  149. <bpmn2:outgoing>Flow_01ekshh</bpmn2:outgoing>
  150. <bpmn2:script>
  151. this.environment.services.get_handlers('project_checker').then((handlers) =&gt; {
  152. this.environment.variables.checkers_ok = handlers.length &gt; 0 ? true: false;
  153. next();
  154. });</bpmn2:script>
  155. </bpmn2:scriptTask>
  156. <bpmn2:exclusiveGateway id="Gateway_00icdjr" default="Flow_10qwx33">
  157. <bpmn2:incoming>Flow_01ekshh</bpmn2:incoming>
  158. <bpmn2:outgoing>Flow_0a0l2t3</bpmn2:outgoing>
  159. <bpmn2:outgoing>Flow_10qwx33</bpmn2:outgoing>
  160. </bpmn2:exclusiveGateway>
  161. <bpmn2:sequenceFlow id="Flow_0a0l2t3" name="已设置审核组成员" sourceRef="Gateway_00icdjr" targetRef="Gateway_1hhlhsh">
  162. <bpmn2:extensionElements>
  163. <camunda:properties>
  164. <camunda:property name="prh_phase" value="apply_create" />
  165. <camunda:property name="prj_phase_name" value="申请立项中" />
  166. </camunda:properties>
  167. </bpmn2:extensionElements>
  168. <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression" language="JavaScript">next(null, this.environment.variables.checkers_ok===true);</bpmn2:conditionExpression>
  169. </bpmn2:sequenceFlow>
  170. <bpmn2:sequenceFlow id="Flow_10qwx33" sourceRef="Gateway_00icdjr" targetRef="Activity_0zp61jx" />
  171. <bpmn2:sequenceFlow id="Flow_01n3edp" sourceRef="Activity_0zp61jx" targetRef="task_modify" />
  172. <bpmn2:scriptTask id="Activity_0zp61jx" name="提醒设置审核组成员" scriptFormat="JavaScript">
  173. <bpmn2:incoming>Flow_10qwx33</bpmn2:incoming>
  174. <bpmn2:outgoing>Flow_01n3edp</bpmn2:outgoing>
  175. <bpmn2:script>this.environment.services.get_handlers('owner').then((handlers) =&gt; {
  176. for (var i = 0; i &lt; handlers.length; i++) {
  177. this.environment.services.gen_remind_task(handlers[i].id, '提醒:没有配置审核组成员', '立项申请前,请先配置审核组成员,否则无法执行立项审核任务。');
  178. }
  179. next();
  180. });</bpmn2:script>
  181. </bpmn2:scriptTask>
  182. <bpmn2:inclusiveGateway id="Gateway_1hhlhsh">
  183. <bpmn2:incoming>Flow_0a0l2t3</bpmn2:incoming>
  184. <bpmn2:outgoing>Flow_12nug8s</bpmn2:outgoing>
  185. <bpmn2:outgoing>Flow_0jpbzcr</bpmn2:outgoing>
  186. </bpmn2:inclusiveGateway>
  187. <bpmn2:sequenceFlow id="Flow_12nug8s" sourceRef="Gateway_1hhlhsh" targetRef="task_with_draw" />
  188. <bpmn2:sequenceFlow id="Flow_0jpbzcr" sourceRef="Gateway_1hhlhsh" targetRef="task_approve" />
  189. </bpmn2:process>
  190. <bpmn2:signal id="Signal_0hhmd7l" name="cancel_sign" />
  191. <bpmn2:message id="Message_0fh9t3e" name="msg_cancel" />
  192. <bpmn2:message id="Message_1qtzp8g" name="Message_0q7qbc4" />
  193. <bpmn2:signal id="Signal_0828f9d" name="Signal_2sf6vik" />
  194. <bpmndi:BPMNDiagram id="BPMNDiagram_1">
  195. <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="ProcessProjectApprove">
  196. <bpmndi:BPMNShape id="Gateway_06baw71_di" bpmnElement="gateway_approved" isMarkerVisible="true">
  197. <dc:Bounds x="1115" y="295" width="50" height="50" />
  198. </bpmndi:BPMNShape>
  199. <bpmndi:BPMNShape id="Event_0tntlum_di" bpmnElement="event_throw_approved">
  200. <dc:Bounds x="1242" y="302" width="36" height="36" />
  201. <bpmndi:BPMNLabel>
  202. <dc:Bounds x="1233" y="235" width="55" height="14" />
  203. </bpmndi:BPMNLabel>
  204. </bpmndi:BPMNShape>
  205. <bpmndi:BPMNShape id="Event_1gjhb1n_di" bpmnElement="event_throw_approved_back">
  206. <dc:Bounds x="1122" y="392" width="36" height="36" />
  207. <bpmndi:BPMNLabel>
  208. <dc:Bounds x="1162" y="403" width="55" height="14" />
  209. </bpmndi:BPMNLabel>
  210. </bpmndi:BPMNShape>
  211. <bpmndi:BPMNShape id="Activity_1fktaxz_di" bpmnElement="Activity_1dcslsv">
  212. <dc:Bounds x="970" y="410" width="100" height="80" />
  213. </bpmndi:BPMNShape>
  214. <bpmndi:BPMNShape id="Event_1jljt88_di" bpmnElement="Event_end">
  215. <dc:Bounds x="1442" y="302" width="36" height="36" />
  216. </bpmndi:BPMNShape>
  217. <bpmndi:BPMNShape id="Activity_0ds6ym0_di" bpmnElement="task_approve">
  218. <dc:Bounds x="860" y="280" width="100" height="80" />
  219. <bpmndi:BPMNLabel />
  220. </bpmndi:BPMNShape>
  221. <bpmndi:BPMNShape id="_BPMNShape_StartEvent_2" bpmnElement="event_start">
  222. <dc:Bounds x="152" y="212" width="36" height="36" />
  223. </bpmndi:BPMNShape>
  224. <bpmndi:BPMNShape id="Activity_09wmdbt_di" bpmnElement="task_request">
  225. <dc:Bounds x="380" y="190" width="100" height="80" />
  226. <bpmndi:BPMNLabel />
  227. </bpmndi:BPMNShape>
  228. <bpmndi:BPMNShape id="Activity_0isolrc_di" bpmnElement="task_create">
  229. <dc:Bounds x="250" y="190" width="100" height="80" />
  230. <bpmndi:BPMNLabel />
  231. </bpmndi:BPMNShape>
  232. <bpmndi:BPMNShape id="Activity_0kc4efu_di" bpmnElement="Activity_16s6waw">
  233. <dc:Bounds x="510" y="190" width="100" height="80" />
  234. </bpmndi:BPMNShape>
  235. <bpmndi:BPMNShape id="Gateway_00icdjr_di" bpmnElement="Gateway_00icdjr" isMarkerVisible="true">
  236. <dc:Bounds x="655" y="205" width="50" height="50" />
  237. </bpmndi:BPMNShape>
  238. <bpmndi:BPMNShape id="Activity_1k7kq2t_di" bpmnElement="task_modify">
  239. <dc:Bounds x="490" y="410" width="100" height="80" />
  240. </bpmndi:BPMNShape>
  241. <bpmndi:BPMNShape id="Activity_0qvsyb4_di" bpmnElement="Activity_0zp61jx">
  242. <dc:Bounds x="630" y="280" width="100" height="80" />
  243. </bpmndi:BPMNShape>
  244. <bpmndi:BPMNShape id="Gateway_06flgld_di" bpmnElement="Gateway_1hhlhsh">
  245. <dc:Bounds x="765" y="155" width="50" height="50" />
  246. </bpmndi:BPMNShape>
  247. <bpmndi:BPMNShape id="Activity_0fonc56_di" bpmnElement="task_with_draw">
  248. <dc:Bounds x="870" y="80" width="100" height="80" />
  249. <bpmndi:BPMNLabel />
  250. </bpmndi:BPMNShape>
  251. <bpmndi:BPMNShape id="Event_0mceau4_di" bpmnElement="Event_throw_withdraw">
  252. <dc:Bounds x="1032" y="102" width="36" height="36" />
  253. <bpmndi:BPMNLabel>
  254. <dc:Bounds x="1028" y="78" width="44" height="14" />
  255. </bpmndi:BPMNLabel>
  256. </bpmndi:BPMNShape>
  257. <bpmndi:BPMNShape id="Event_0s1xb2l_di" bpmnElement="Event_catch_withdraw">
  258. <dc:Bounds x="922" y="342" width="36" height="36" />
  259. <bpmndi:BPMNLabel>
  260. <dc:Bounds x="949" y="378" width="22" height="14" />
  261. </bpmndi:BPMNLabel>
  262. </bpmndi:BPMNShape>
  263. <bpmndi:BPMNShape id="Event_06bs6js_di" bpmnElement="event_catch_approved">
  264. <dc:Bounds x="912" y="142" width="36" height="36" />
  265. <bpmndi:BPMNLabel>
  266. <dc:Bounds x="943" y="173" width="33" height="14" />
  267. </bpmndi:BPMNLabel>
  268. </bpmndi:BPMNShape>
  269. <bpmndi:BPMNEdge id="Flow_193tusd_di" bpmnElement="Flow_193tusd">
  270. <di:waypoint x="960" y="320" />
  271. <di:waypoint x="1115" y="320" />
  272. </bpmndi:BPMNEdge>
  273. <bpmndi:BPMNEdge id="Flow_0zubkyw_di" bpmnElement="Flow_0zubkyw">
  274. <di:waypoint x="1165" y="320" />
  275. <di:waypoint x="1242" y="320" />
  276. <bpmndi:BPMNLabel>
  277. <dc:Bounds x="1193" y="302" width="22" height="14" />
  278. </bpmndi:BPMNLabel>
  279. </bpmndi:BPMNEdge>
  280. <bpmndi:BPMNEdge id="Flow_0nwaga3_di" bpmnElement="Flow_0nwaga3">
  281. <di:waypoint x="1140" y="345" />
  282. <di:waypoint x="1140" y="392" />
  283. <bpmndi:BPMNLabel>
  284. <dc:Bounds x="1144" y="353" width="22" height="14" />
  285. </bpmndi:BPMNLabel>
  286. </bpmndi:BPMNEdge>
  287. <bpmndi:BPMNEdge id="Flow_02taytj_di" bpmnElement="Flow_02taytj">
  288. <di:waypoint x="1278" y="320" />
  289. <di:waypoint x="1442" y="320" />
  290. </bpmndi:BPMNEdge>
  291. <bpmndi:BPMNEdge id="Flow_06cxzjx_di" bpmnElement="Flow_06cxzjx">
  292. <di:waypoint x="1140" y="428" />
  293. <di:waypoint x="1140" y="450" />
  294. <di:waypoint x="1070" y="450" />
  295. </bpmndi:BPMNEdge>
  296. <bpmndi:BPMNEdge id="Flow_06kumr8_di" bpmnElement="Flow_06kumr8">
  297. <di:waypoint x="970" y="450" />
  298. <di:waypoint x="590" y="450" />
  299. </bpmndi:BPMNEdge>
  300. <bpmndi:BPMNEdge id="Flow_1ucg773_di" bpmnElement="Flow_1ucg773">
  301. <di:waypoint x="930" y="178" />
  302. <di:waypoint x="930" y="240" />
  303. <di:waypoint x="1460" y="240" />
  304. <di:waypoint x="1460" y="302" />
  305. </bpmndi:BPMNEdge>
  306. <bpmndi:BPMNEdge id="Flow_0jpbzcr_di" bpmnElement="Flow_0jpbzcr">
  307. <di:waypoint x="790" y="205" />
  308. <di:waypoint x="790" y="320" />
  309. <di:waypoint x="860" y="320" />
  310. </bpmndi:BPMNEdge>
  311. <bpmndi:BPMNEdge id="Flow_15zn1tu_di" bpmnElement="Flow_15zn1tu">
  312. <di:waypoint x="188" y="230" />
  313. <di:waypoint x="250" y="230" />
  314. </bpmndi:BPMNEdge>
  315. <bpmndi:BPMNEdge id="Flow_1t45qnv_di" bpmnElement="Flow_1t45qnv">
  316. <di:waypoint x="540" y="410" />
  317. <di:waypoint x="540" y="385" />
  318. <di:waypoint x="450" y="385" />
  319. <di:waypoint x="450" y="270" />
  320. </bpmndi:BPMNEdge>
  321. <bpmndi:BPMNEdge id="Flow_0gyvyyo_di" bpmnElement="Flow_0gyvyyo">
  322. <di:waypoint x="350" y="230" />
  323. <di:waypoint x="380" y="230" />
  324. </bpmndi:BPMNEdge>
  325. <bpmndi:BPMNEdge id="Flow_1rg4oob_di" bpmnElement="Flow_1rg4oob">
  326. <di:waypoint x="480" y="230" />
  327. <di:waypoint x="510" y="230" />
  328. </bpmndi:BPMNEdge>
  329. <bpmndi:BPMNEdge id="Flow_01ekshh_di" bpmnElement="Flow_01ekshh">
  330. <di:waypoint x="610" y="230" />
  331. <di:waypoint x="655" y="230" />
  332. </bpmndi:BPMNEdge>
  333. <bpmndi:BPMNEdge id="Flow_0a0l2t3_di" bpmnElement="Flow_0a0l2t3">
  334. <di:waypoint x="680" y="205" />
  335. <di:waypoint x="680" y="180" />
  336. <di:waypoint x="765" y="180" />
  337. <bpmndi:BPMNLabel>
  338. <dc:Bounds x="680" y="162" width="88" height="14" />
  339. </bpmndi:BPMNLabel>
  340. </bpmndi:BPMNEdge>
  341. <bpmndi:BPMNEdge id="Flow_10qwx33_di" bpmnElement="Flow_10qwx33">
  342. <di:waypoint x="680" y="255" />
  343. <di:waypoint x="680" y="280" />
  344. </bpmndi:BPMNEdge>
  345. <bpmndi:BPMNEdge id="Flow_0nzbvpg_di" bpmnElement="Flow_0nzbvpg">
  346. <di:waypoint x="940" y="378" />
  347. <di:waypoint x="940" y="440" />
  348. <di:waypoint x="590" y="440" />
  349. </bpmndi:BPMNEdge>
  350. <bpmndi:BPMNEdge id="Flow_01n3edp_di" bpmnElement="Flow_01n3edp">
  351. <di:waypoint x="680" y="360" />
  352. <di:waypoint x="680" y="400" />
  353. <di:waypoint x="626" y="400" />
  354. <di:waypoint x="626" y="430" />
  355. <di:waypoint x="590" y="430" />
  356. </bpmndi:BPMNEdge>
  357. <bpmndi:BPMNEdge id="Flow_12nug8s_di" bpmnElement="Flow_12nug8s">
  358. <di:waypoint x="790" y="155" />
  359. <di:waypoint x="790" y="110" />
  360. <di:waypoint x="870" y="110" />
  361. </bpmndi:BPMNEdge>
  362. <bpmndi:BPMNEdge id="Flow_0tj9nd6_di" bpmnElement="Flow_0tj9nd6">
  363. <di:waypoint x="970" y="120" />
  364. <di:waypoint x="1032" y="120" />
  365. </bpmndi:BPMNEdge>
  366. </bpmndi:BPMNPlane>
  367. </bpmndi:BPMNDiagram>
  368. </bpmn2:definitions>