Advertisement
Guest User

Untitled

a guest
Dec 11th, 2019
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 34.96 KB | None | 0 0
  1. POST http://<Camunda>/engine-rest/deployment/create HTTP/1.1
  2. Content-Type: multipart/form-data; boundary="----MyGreatBoundary"
  3. Host: 10.189.112.176:8080
  4. Request-Id: |2644420f-432b12fc5d85565e.
  5. Content-Length: 35218
  6. Expect: 100-continue
  7.  
  8. ------MyGreatBoundary
  9. Content-Type: text/plain; charset=UTF-8
  10. Content-Disposition: form-data; name=deployment-name
  11. Content-Transfer-Encoding: 8bit
  12.  
  13. PL.Camunda
  14. ------MyGreatBoundary
  15. Content-Type: text/plain; charset=UTF-8
  16. Content-Disposition: form-data; name=enable-duplicate-filtering
  17. Content-Transfer-Encoding: 8bit
  18.  
  19. true
  20. ------MyGreatBoundary
  21. Content-Type: text/plain; charset=UTF-8
  22. Content-Disposition: form-data; name=deploy-changed-only
  23. Content-Transfer-Encoding: 8bit
  24.  
  25. true
  26. ------MyGreatBoundary
  27. Content-Type: text/plain; charset=UTF-8
  28. Content-Disposition: form-data; name=deployment-source
  29. Content-Transfer-Encoding: 8bit
  30.  
  31. undefined
  32. ------MyGreatBoundary
  33. Content-Disposition: form-data; filename=AddContractToFactoringAgreementProcess.bpmn; name=data-46090902-6213-4c89-936a-34a58f9cba1a
  34. Content-Type: application/octet-stream
  35. Content-Transfer-Encoding: binary
  36.  
  37. <?xml version="1.0" encoding="UTF-8"?>
  38. <bpmn:definitions xmlns:bpmn="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:bioc="http://bpmn.io/schema/bpmn/biocolor/1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:camunda="http://camunda.org/schema/1.0/bpmn" id="Definitions_0xod8lz" targetNamespace="http://bpmn.io/schema/bpmn" exporter="Camunda Modeler" exporterVersion="3.4.1">
  39. <bpmn:collaboration id="new_contract">
  40. <bpmn:participant id="Participant_0vefm9w" name="Обработка заявки на добавление контракта" processRef="AddContractToFactoringAgreementProcess" />
  41. <bpmn:participant id="Participant_1lvbjuc" name="DDD" />
  42. <bpmn:messageFlow id="MessageFlow_1a6hsvl" name="Создание заявки на добавление конракта" sourceRef="Participant_1lvbjuc" targetRef="AddContractToFactoringAgreementRequestCreated" />
  43. </bpmn:collaboration>
  44. <bpmn:process id="AddContractToFactoringAgreementProcess" name="Обработка заявки на добавление контракта" isExecutable="true">
  45. <bpmn:exclusiveGateway id="ExclusiveGateway_1ndz51r" default="SequenceFlow_0eeaan1">
  46. <bpmn:incoming>SequenceFlow_0023u8y</bpmn:incoming>
  47. <bpmn:outgoing>SequenceFlow_0eeaan1</bpmn:outgoing>
  48. <bpmn:outgoing>SequenceFlow_0jid258</bpmn:outgoing>
  49. </bpmn:exclusiveGateway>
  50. <bpmn:serviceTask id="Task_02oqyhj" name="Проверить достаточность документов и подготовить заключение ЮУ по контракту" camunda:asyncBefore="true" camunda:type="external" camunda:topic="ContractReviewByLegal">
  51. <bpmn:incoming>SequenceFlow_0wll3c5</bpmn:incoming>
  52. <bpmn:outgoing>SequenceFlow_0yuimyl</bpmn:outgoing>
  53. </bpmn:serviceTask>
  54. <bpmn:exclusiveGateway id="ExclusiveGateway_14e4zv0">
  55. <bpmn:incoming>SequenceFlow_0yuimyl</bpmn:incoming>
  56. <bpmn:incoming>SequenceFlow_0eeaan1</bpmn:incoming>
  57. <bpmn:outgoing>SequenceFlow_0dxhomc</bpmn:outgoing>
  58. </bpmn:exclusiveGateway>
  59. <bpmn:exclusiveGateway id="ExclusiveGateway_05utbg6">
  60. <bpmn:incoming>SequenceFlow_0jid258</bpmn:incoming>
  61. <bpmn:incoming>SequenceFlow_0fjgts1</bpmn:incoming>
  62. <bpmn:outgoing>SequenceFlow_0wll3c5</bpmn:outgoing>
  63. </bpmn:exclusiveGateway>
  64. <bpmn:callActivity id="CallActivity_1cgnji0" name="Предоставить исправленные/ недостающие документы" calledElement="ProvideAdditionalDocs">
  65. <bpmn:extensionElements>
  66. <camunda:in businessKey="#{execution.processBusinessKey}" />
  67. </bpmn:extensionElements>
  68. <bpmn:incoming>SequenceFlow_191c0hn</bpmn:incoming>
  69. <bpmn:outgoing>SequenceFlow_0fjgts1</bpmn:outgoing>
  70. </bpmn:callActivity>
  71. <bpmn:inclusiveGateway id="ParallelGateway_17jzp95">
  72. <bpmn:incoming>SequenceFlow_0dxhomc</bpmn:incoming>
  73. <bpmn:incoming>SequenceFlow_0l7vrhi</bpmn:incoming>
  74. <bpmn:outgoing>SequenceFlow_1x45r6y</bpmn:outgoing>
  75. </bpmn:inclusiveGateway>
  76. <bpmn:exclusiveGateway id="ExclusiveGateway_04t1939">
  77. <bpmn:incoming>SequenceFlow_1x45r6y</bpmn:incoming>
  78. <bpmn:incoming>SequenceFlow_0drczcq</bpmn:incoming>
  79. <bpmn:outgoing>SequenceFlow_0vdifmp</bpmn:outgoing>
  80. </bpmn:exclusiveGateway>
  81. <bpmn:callActivity id="CallActivity_0alcac1" name="Предоставить исправленные/ недостающие документы" calledElement="ProvideAdditionalDocs">
  82. <bpmn:extensionElements>
  83. <camunda:in businessKey="#{execution.processBusinessKey}" />
  84. </bpmn:extensionElements>
  85. <bpmn:incoming>SequenceFlow_08nkygw</bpmn:incoming>
  86. <bpmn:outgoing>SequenceFlow_0drczcq</bpmn:outgoing>
  87. </bpmn:callActivity>
  88. <bpmn:serviceTask id="BusinessRuleTask_1291mi6" name="Определить процент зачетов/ возвратов" camunda:asyncBefore="true" camunda:type="external" camunda:topic="DeterminePercentOfNetting">
  89. <bpmn:incoming>SequenceFlow_1vucpxd</bpmn:incoming>
  90. <bpmn:outgoing>SequenceFlow_0l7vrhi</bpmn:outgoing>
  91. </bpmn:serviceTask>
  92. <bpmn:serviceTask id="Task_0acyajw" name="Сформировать решение об условиях работы по контракту и внести их в ЦФТ" camunda:asyncBefore="true" camunda:type="external" camunda:topic="MakeFactoringDecision">
  93. <bpmn:incoming>SequenceFlow_0vdifmp</bpmn:incoming>
  94. <bpmn:outgoing>SequenceFlow_16ob816</bpmn:outgoing>
  95. </bpmn:serviceTask>
  96. <bpmn:serviceTask id="Task_0xawozq" name="Завершить обработку заявки" camunda:type="external" camunda:topic="CompleteAddContractToFactoringAgreementRequest">
  97. <bpmn:incoming>SequenceFlow_16ob816</bpmn:incoming>
  98. <bpmn:outgoing>SequenceFlow_0xnhw6b</bpmn:outgoing>
  99. </bpmn:serviceTask>
  100. <bpmn:endEvent id="EndEvent_07wdosu">
  101. <bpmn:incoming>SequenceFlow_0xnhw6b</bpmn:incoming>
  102. </bpmn:endEvent>
  103. <bpmn:callActivity id="CallActivity_00vrzvy" name="Предоставить исправленные/ недостающие документы" calledElement="ProvideAdditionalDocs">
  104. <bpmn:extensionElements>
  105. <camunda:in businessKey="#{execution.processBusinessKey}" />
  106. </bpmn:extensionElements>
  107. <bpmn:incoming>SequenceFlow_081ojsr</bpmn:incoming>
  108. <bpmn:outgoing>SequenceFlow_1bkje4j</bpmn:outgoing>
  109. </bpmn:callActivity>
  110. <bpmn:inclusiveGateway id="ParallelGateway_18yd50l">
  111. <bpmn:incoming>SequenceFlow_0vvxn31</bpmn:incoming>
  112. <bpmn:outgoing>SequenceFlow_1vucpxd</bpmn:outgoing>
  113. <bpmn:outgoing>SequenceFlow_0023u8y</bpmn:outgoing>
  114. </bpmn:inclusiveGateway>
  115. <bpmn:startEvent id="AddContractToFactoringAgreementRequestCreated" name="Создана заявка на добавление конракта">
  116. <bpmn:outgoing>SequenceFlow_0zdo08o</bpmn:outgoing>
  117. </bpmn:startEvent>
  118. <bpmn:serviceTask id="Task_1r4nh87" name="Проверить достаточность документов и определить необходимость юридической экспертизы и запроса % зачетов/ возвратов" camunda:asyncBefore="true" camunda:type="external" camunda:topic="CheckDocumentsAndLegalParticipationByUor">
  119. <bpmn:extensionElements>
  120. <camunda:inputOutput>
  121. <camunda:inputParameter name="PercentOfNettingRequirement">#{false}</camunda:inputParameter>
  122. <camunda:inputParameter name="ReviewByLegalRequirement">#{false}</camunda:inputParameter>
  123. <camunda:outputParameter name="PercentOfNettingRequired">#{PercentOfNettingRequirement}</camunda:outputParameter>
  124. <camunda:outputParameter name="ReviewByLegalRequired">#{ReviewByLegalRequirement}</camunda:outputParameter>
  125. </camunda:inputOutput>
  126. </bpmn:extensionElements>
  127. <bpmn:incoming>SequenceFlow_19lzack</bpmn:incoming>
  128. <bpmn:outgoing>SequenceFlow_0vvxn31</bpmn:outgoing>
  129. </bpmn:serviceTask>
  130. <bpmn:exclusiveGateway id="ExclusiveGateway_039ay3o">
  131. <bpmn:incoming>SequenceFlow_1bkje4j</bpmn:incoming>
  132. <bpmn:incoming>SequenceFlow_1u8trld</bpmn:incoming>
  133. <bpmn:outgoing>SequenceFlow_19lzack</bpmn:outgoing>
  134. </bpmn:exclusiveGateway>
  135. <bpmn:serviceTask id="UserTask_1915ah9" name="Определить сложность сделки и исполнителя УОР" camunda:asyncBefore="true" camunda:type="external" camunda:topic="SetRequestComplexityAndUorEmployee">
  136. <bpmn:incoming>SequenceFlow_0zdo08o</bpmn:incoming>
  137. <bpmn:outgoing>SequenceFlow_1u8trld</bpmn:outgoing>
  138. </bpmn:serviceTask>
  139. <bpmn:boundaryEvent id="BoundaryEvent_0cfk6bm" attachedToRef="Task_1r4nh87">
  140. <bpmn:outgoing>SequenceFlow_081ojsr</bpmn:outgoing>
  141. <bpmn:errorEventDefinition id="ErrorEventDefinition_05no2d7" errorRef="Error_0ssi4dt" />
  142. </bpmn:boundaryEvent>
  143. <bpmn:boundaryEvent id="IntermediateThrowEvent_0lf22dn" attachedToRef="Task_0acyajw">
  144. <bpmn:outgoing>SequenceFlow_08nkygw</bpmn:outgoing>
  145. <bpmn:errorEventDefinition id="ErrorEventDefinition_1bw4t7m" errorRef="Error_0ssi4dt" />
  146. </bpmn:boundaryEvent>
  147. <bpmn:boundaryEvent id="BoundaryEvent_09ehyl1" attachedToRef="Task_02oqyhj">
  148. <bpmn:outgoing>SequenceFlow_191c0hn</bpmn:outgoing>
  149. <bpmn:errorEventDefinition id="ErrorEventDefinition_1uyuaor" errorRef="Error_0ssi4dt" />
  150. </bpmn:boundaryEvent>
  151. <bpmn:sequenceFlow id="SequenceFlow_1u8trld" sourceRef="UserTask_1915ah9" targetRef="ExclusiveGateway_039ay3o" />
  152. <bpmn:sequenceFlow id="SequenceFlow_19lzack" sourceRef="ExclusiveGateway_039ay3o" targetRef="Task_1r4nh87" />
  153. <bpmn:sequenceFlow id="SequenceFlow_0zdo08o" sourceRef="AddContractToFactoringAgreementRequestCreated" targetRef="UserTask_1915ah9" />
  154. <bpmn:sequenceFlow id="SequenceFlow_0vvxn31" sourceRef="Task_1r4nh87" targetRef="ParallelGateway_18yd50l" />
  155. <bpmn:sequenceFlow id="SequenceFlow_1bkje4j" sourceRef="CallActivity_00vrzvy" targetRef="ExclusiveGateway_039ay3o" />
  156. <bpmn:sequenceFlow id="SequenceFlow_081ojsr" sourceRef="BoundaryEvent_0cfk6bm" targetRef="CallActivity_00vrzvy" />
  157. <bpmn:sequenceFlow id="SequenceFlow_0xnhw6b" sourceRef="Task_0xawozq" targetRef="EndEvent_07wdosu" />
  158. <bpmn:sequenceFlow id="SequenceFlow_16ob816" sourceRef="Task_0acyajw" targetRef="Task_0xawozq" />
  159. <bpmn:sequenceFlow id="SequenceFlow_0vdifmp" sourceRef="ExclusiveGateway_04t1939" targetRef="Task_0acyajw" />
  160. <bpmn:sequenceFlow id="SequenceFlow_0l7vrhi" sourceRef="BusinessRuleTask_1291mi6" targetRef="ParallelGateway_17jzp95" />
  161. <bpmn:sequenceFlow id="SequenceFlow_08nkygw" sourceRef="IntermediateThrowEvent_0lf22dn" targetRef="CallActivity_0alcac1" />
  162. <bpmn:sequenceFlow id="SequenceFlow_0drczcq" sourceRef="CallActivity_0alcac1" targetRef="ExclusiveGateway_04t1939" />
  163. <bpmn:sequenceFlow id="SequenceFlow_1x45r6y" sourceRef="ParallelGateway_17jzp95" targetRef="ExclusiveGateway_04t1939" />
  164. <bpmn:sequenceFlow id="SequenceFlow_0dxhomc" sourceRef="ExclusiveGateway_14e4zv0" targetRef="ParallelGateway_17jzp95" />
  165. <bpmn:sequenceFlow id="SequenceFlow_191c0hn" sourceRef="BoundaryEvent_09ehyl1" targetRef="CallActivity_1cgnji0" />
  166. <bpmn:sequenceFlow id="SequenceFlow_0fjgts1" sourceRef="CallActivity_1cgnji0" targetRef="ExclusiveGateway_05utbg6" />
  167. <bpmn:sequenceFlow id="SequenceFlow_0jid258" name="Требуется ЮУ" sourceRef="ExclusiveGateway_1ndz51r" targetRef="ExclusiveGateway_05utbg6">
  168. <bpmn:conditionExpression xsi:type="bpmn:tFormalExpression">#{ReviewByLegalRequired}</bpmn:conditionExpression>
  169. </bpmn:sequenceFlow>
  170. <bpmn:sequenceFlow id="SequenceFlow_0wll3c5" sourceRef="ExclusiveGateway_05utbg6" targetRef="Task_02oqyhj" />
  171. <bpmn:sequenceFlow id="SequenceFlow_0yuimyl" sourceRef="Task_02oqyhj" targetRef="ExclusiveGateway_14e4zv0" />
  172. <bpmn:sequenceFlow id="SequenceFlow_0eeaan1" name="Не требуется ЮУ" sourceRef="ExclusiveGateway_1ndz51r" targetRef="ExclusiveGateway_14e4zv0" />
  173. <bpmn:sequenceFlow id="SequenceFlow_1vucpxd" name="Требуется %" sourceRef="ParallelGateway_18yd50l" targetRef="BusinessRuleTask_1291mi6">
  174. <bpmn:conditionExpression xsi:type="bpmn:tFormalExpression">#{PercentOfNettingRequired}</bpmn:conditionExpression>
  175. </bpmn:sequenceFlow>
  176. <bpmn:sequenceFlow id="SequenceFlow_0023u8y" name="" sourceRef="ParallelGateway_18yd50l" targetRef="ExclusiveGateway_1ndz51r">
  177. <bpmn:conditionExpression xsi:type="bpmn:tFormalExpression">#{true}</bpmn:conditionExpression>
  178. </bpmn:sequenceFlow>
  179. </bpmn:process>
  180. <bpmn:error id="Error_0ssi4dt" name="NeedFixDocuments" errorCode="NeedFixDocuments" />
  181. <bpmndi:BPMNDiagram id="BPMNDiagram_1">
  182. <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="new_contract">
  183. <bpmndi:BPMNShape id="Participant_0vefm9w_di" bpmnElement="Participant_0vefm9w" isHorizontal="true">
  184. <dc:Bounds x="160" y="170" width="1450" height="540" />
  185. </bpmndi:BPMNShape>
  186. <bpmndi:BPMNShape id="ExclusiveGateway_039ay3o_di" bpmnElement="ExclusiveGateway_039ay3o" isMarkerVisible="true">
  187. <dc:Bounds x="414" y="445" width="50" height="50" />
  188. </bpmndi:BPMNShape>
  189. <bpmndi:BPMNShape id="ExclusiveGateway_05utbg6_di" bpmnElement="ExclusiveGateway_05utbg6" isMarkerVisible="true">
  190. <dc:Bounds x="745" y="335" width="50" height="50" />
  191. </bpmndi:BPMNShape>
  192. <bpmndi:BPMNShape id="ExclusiveGateway_14e4zv0_di" bpmnElement="ExclusiveGateway_14e4zv0" isMarkerVisible="true">
  193. <dc:Bounds x="975" y="445" width="50" height="50" />
  194. </bpmndi:BPMNShape>
  195. <bpmndi:BPMNShape id="BoundaryEvent_09ehyl1_di" bpmnElement="BoundaryEvent_09ehyl1">
  196. <dc:Bounds x="882" y="282" width="36" height="36" />
  197. </bpmndi:BPMNShape>
  198. <bpmndi:BPMNShape id="BoundaryEvent_0cfk6bm_di" bpmnElement="BoundaryEvent_0cfk6bm">
  199. <dc:Bounds x="512" y="542" width="36" height="36" />
  200. </bpmndi:BPMNShape>
  201. <bpmndi:BPMNEdge id="SequenceFlow_081ojsr_di" bpmnElement="SequenceFlow_081ojsr">
  202. <di:waypoint x="530" y="578" />
  203. <di:waypoint x="530" y="623" />
  204. <di:waypoint x="500" y="623" />
  205. </bpmndi:BPMNEdge>
  206. <bpmndi:BPMNEdge id="SequenceFlow_16ob816_di" bpmnElement="SequenceFlow_16ob816">
  207. <di:waypoint x="1341" y="472" />
  208. <di:waypoint x="1390" y="472" />
  209. </bpmndi:BPMNEdge>
  210. <bpmndi:BPMNEdge id="SequenceFlow_1x45r6y_di" bpmnElement="SequenceFlow_1x45r6y">
  211. <di:waypoint x="1095" y="470" />
  212. <di:waypoint x="1125" y="470" />
  213. </bpmndi:BPMNEdge>
  214. <bpmndi:BPMNEdge id="SequenceFlow_0dxhomc_di" bpmnElement="SequenceFlow_0dxhomc">
  215. <di:waypoint x="1025" y="470" />
  216. <di:waypoint x="1045" y="470" />
  217. </bpmndi:BPMNEdge>
  218. <bpmndi:BPMNEdge id="SequenceFlow_0yuimyl_di" bpmnElement="SequenceFlow_0yuimyl">
  219. <di:waypoint x="950" y="360" />
  220. <di:waypoint x="1000" y="360" />
  221. <di:waypoint x="1000" y="445" />
  222. </bpmndi:BPMNEdge>
  223. <bpmndi:BPMNEdge id="SequenceFlow_0wll3c5_di" bpmnElement="SequenceFlow_0wll3c5">
  224. <di:waypoint x="795" y="360" />
  225. <di:waypoint x="850" y="360" />
  226. </bpmndi:BPMNEdge>
  227. <bpmndi:BPMNEdge id="SequenceFlow_1u8trld_di" bpmnElement="SequenceFlow_1u8trld">
  228. <di:waypoint x="377" y="470" />
  229. <di:waypoint x="414" y="470" />
  230. </bpmndi:BPMNEdge>
  231. <bpmndi:BPMNEdge id="SequenceFlow_1bkje4j_di" bpmnElement="SequenceFlow_1bkje4j">
  232. <di:waypoint x="439" y="572" />
  233. <di:waypoint x="439" y="495" />
  234. </bpmndi:BPMNEdge>
  235. <bpmndi:BPMNEdge id="SequenceFlow_0zdo08o_di" bpmnElement="SequenceFlow_0zdo08o">
  236. <di:waypoint x="249" y="470" />
  237. <di:waypoint x="277" y="470" />
  238. </bpmndi:BPMNEdge>
  239. <bpmndi:BPMNEdge id="SequenceFlow_1vucpxd_di" bpmnElement="SequenceFlow_1vucpxd">
  240. <di:waypoint x="659" y="495" />
  241. <di:waypoint x="659" y="622" />
  242. <di:waypoint x="850" y="622" />
  243. <bpmndi:BPMNLabel>
  244. <dc:Bounds x="667" y="543" width="64" height="14" />
  245. </bpmndi:BPMNLabel>
  246. </bpmndi:BPMNEdge>
  247. <bpmndi:BPMNEdge id="SequenceFlow_0jid258_di" bpmnElement="SequenceFlow_0jid258">
  248. <di:waypoint x="770" y="445" />
  249. <di:waypoint x="770" y="385" />
  250. <bpmndi:BPMNLabel>
  251. <dc:Bounds x="693" y="407" width="73" height="14" />
  252. </bpmndi:BPMNLabel>
  253. </bpmndi:BPMNEdge>
  254. <bpmndi:BPMNEdge id="SequenceFlow_0023u8y_di" bpmnElement="SequenceFlow_0023u8y">
  255. <di:waypoint x="684" y="470" />
  256. <di:waypoint x="745" y="470" />
  257. <bpmndi:BPMNLabel>
  258. <dc:Bounds x="821" y="452" width="68" height="14" />
  259. </bpmndi:BPMNLabel>
  260. </bpmndi:BPMNEdge>
  261. <bpmndi:BPMNEdge id="SequenceFlow_0vvxn31_di" bpmnElement="SequenceFlow_0vvxn31">
  262. <di:waypoint x="600" y="470" />
  263. <di:waypoint x="634" y="470" />
  264. </bpmndi:BPMNEdge>
  265. <bpmndi:BPMNEdge id="SequenceFlow_19lzack_di" bpmnElement="SequenceFlow_19lzack">
  266. <di:waypoint x="464" y="470" />
  267. <di:waypoint x="500" y="470" />
  268. </bpmndi:BPMNEdge>
  269. <bpmndi:BPMNShape id="Participant_1kr0plw_di" bpmnElement="Participant_1lvbjuc" isHorizontal="true">
  270. <dc:Bounds x="160" y="80" width="300" height="60" />
  271. </bpmndi:BPMNShape>
  272. <bpmndi:BPMNEdge id="MessageFlow_1a6hsvl_di" bpmnElement="MessageFlow_1a6hsvl">
  273. <di:waypoint x="231" y="140" />
  274. <di:waypoint x="231" y="452" />
  275. <bpmndi:BPMNLabel>
  276. <dc:Bounds x="246" y="290" width="87" height="40" />
  277. </bpmndi:BPMNLabel>
  278. </bpmndi:BPMNEdge>
  279. <bpmndi:BPMNShape id="ServiceTask_14s7btg_di" bpmnElement="UserTask_1915ah9" bioc:fill="#DBDF00">
  280. <dc:Bounds x="277" y="415" width="100" height="110" />
  281. </bpmndi:BPMNShape>
  282. <bpmndi:BPMNShape id="ServiceTask_1l7651d_di" bpmnElement="Task_1r4nh87" bioc:fill="#A4DD00">
  283. <dc:Bounds x="500" y="380" width="100" height="180" />
  284. </bpmndi:BPMNShape>
  285. <bpmndi:BPMNShape id="ServiceTask_0m32280_di" bpmnElement="Task_0acyajw" bioc:fill="#A4DD00">
  286. <dc:Bounds x="1219" y="411" width="122" height="117" />
  287. </bpmndi:BPMNShape>
  288. <bpmndi:BPMNShape id="ServiceTask_1w2wkl9_di" bpmnElement="Task_02oqyhj" bioc:fill="#AEA1FF">
  289. <dc:Bounds x="850" y="300" width="100" height="120" />
  290. </bpmndi:BPMNShape>
  291. <bpmndi:BPMNShape id="ServiceTask_0vu2ltp_di" bpmnElement="BusinessRuleTask_1291mi6" bioc:fill="#16A5A5">
  292. <dc:Bounds x="850" y="573" width="100" height="98" />
  293. </bpmndi:BPMNShape>
  294. <bpmndi:BPMNEdge id="SequenceFlow_0l7vrhi_di" bpmnElement="SequenceFlow_0l7vrhi">
  295. <di:waypoint x="950" y="622" />
  296. <di:waypoint x="1070" y="622" />
  297. <di:waypoint x="1070" y="495" />
  298. </bpmndi:BPMNEdge>
  299. <bpmndi:BPMNEdge id="SequenceFlow_0xnhw6b_di" bpmnElement="SequenceFlow_0xnhw6b">
  300. <di:waypoint x="1510" y="470" />
  301. <di:waypoint x="1552" y="470" />
  302. </bpmndi:BPMNEdge>
  303. <bpmndi:BPMNShape id="EndEvent_0uaup5p_di" bpmnElement="EndEvent_07wdosu">
  304. <dc:Bounds x="1552" y="452" width="36" height="36" />
  305. </bpmndi:BPMNShape>
  306. <bpmndi:BPMNShape id="StartEvent_1hyk8ej_di" bpmnElement="AddContractToFactoringAgreementRequestCreated">
  307. <dc:Bounds x="213" y="452" width="36" height="36" />
  308. <bpmndi:BPMNLabel>
  309. <dc:Bounds x="193" y="495" width="81" height="40" />
  310. </bpmndi:BPMNLabel>
  311. </bpmndi:BPMNShape>
  312. <bpmndi:BPMNEdge id="SequenceFlow_0fjgts1_di" bpmnElement="SequenceFlow_0fjgts1">
  313. <di:waypoint x="770" y="300" />
  314. <di:waypoint x="770" y="335" />
  315. </bpmndi:BPMNEdge>
  316. <bpmndi:BPMNEdge id="SequenceFlow_191c0hn_di" bpmnElement="SequenceFlow_191c0hn">
  317. <di:waypoint x="900" y="282" />
  318. <di:waypoint x="900" y="250" />
  319. <di:waypoint x="830" y="250" />
  320. </bpmndi:BPMNEdge>
  321. <bpmndi:BPMNShape id="CallActivity_1igjiwp_di" bpmnElement="CallActivity_1cgnji0" bioc:stroke="rgb(30, 136, 229)" bioc:fill="rgb(187, 222, 251)">
  322. <dc:Bounds x="710" y="200" width="120" height="100" />
  323. </bpmndi:BPMNShape>
  324. <bpmndi:BPMNShape id="CallActivity_0lnz45t_di" bpmnElement="CallActivity_00vrzvy" bioc:stroke="rgb(30, 136, 229)" bioc:fill="rgb(187, 222, 251)">
  325. <dc:Bounds x="378" y="572" width="122" height="100" />
  326. </bpmndi:BPMNShape>
  327. <bpmndi:BPMNShape id="ServiceTask_0ixceuo_di" bpmnElement="Task_0xawozq" bioc:fill="#B3B3B3">
  328. <dc:Bounds x="1390" y="422" width="120" height="100" />
  329. </bpmndi:BPMNShape>
  330. <bpmndi:BPMNShape id="InclusiveGateway_1omhd0d_di" bpmnElement="ParallelGateway_18yd50l">
  331. <dc:Bounds x="634" y="445" width="50" height="50" />
  332. </bpmndi:BPMNShape>
  333. <bpmndi:BPMNShape id="InclusiveGateway_10chvkw_di" bpmnElement="ParallelGateway_17jzp95">
  334. <dc:Bounds x="1045" y="445" width="50" height="50" />
  335. </bpmndi:BPMNShape>
  336. <bpmndi:BPMNShape id="ExclusiveGateway_04t1939_di" bpmnElement="ExclusiveGateway_04t1939" isMarkerVisible="true">
  337. <dc:Bounds x="1125" y="445" width="50" height="50" />
  338. </bpmndi:BPMNShape>
  339. <bpmndi:BPMNEdge id="SequenceFlow_0vdifmp_di" bpmnElement="SequenceFlow_0vdifmp">
  340. <di:waypoint x="1175" y="470" />
  341. <di:waypoint x="1219" y="470" />
  342. </bpmndi:BPMNEdge>
  343. <bpmndi:BPMNShape id="CallActivity_0alcac1_di" bpmnElement="CallActivity_0alcac1" bioc:stroke="rgb(30, 136, 229)" bioc:fill="rgb(187, 222, 251)">
  344. <dc:Bounds x="1089" y="572" width="122" height="100" />
  345. </bpmndi:BPMNShape>
  346. <bpmndi:BPMNEdge id="SequenceFlow_0drczcq_di" bpmnElement="SequenceFlow_0drczcq">
  347. <di:waypoint x="1150" y="572" />
  348. <di:waypoint x="1150" y="495" />
  349. </bpmndi:BPMNEdge>
  350. <bpmndi:BPMNShape id="BoundaryEvent_1u72irb_di" bpmnElement="IntermediateThrowEvent_0lf22dn">
  351. <dc:Bounds x="1242" y="510" width="36" height="36" />
  352. </bpmndi:BPMNShape>
  353. <bpmndi:BPMNEdge id="SequenceFlow_08nkygw_di" bpmnElement="SequenceFlow_08nkygw">
  354. <di:waypoint x="1260" y="546" />
  355. <di:waypoint x="1260" y="622" />
  356. <di:waypoint x="1211" y="622" />
  357. </bpmndi:BPMNEdge>
  358. <bpmndi:BPMNShape id="ExclusiveGateway_1ndz51r_di" bpmnElement="ExclusiveGateway_1ndz51r" isMarkerVisible="true">
  359. <dc:Bounds x="745" y="445" width="50" height="50" />
  360. </bpmndi:BPMNShape>
  361. <bpmndi:BPMNEdge id="SequenceFlow_0eeaan1_di" bpmnElement="SequenceFlow_0eeaan1">
  362. <di:waypoint x="795" y="470" />
  363. <di:waypoint x="975" y="470" />
  364. <bpmndi:BPMNLabel>
  365. <dc:Bounds x="805" y="473" width="90" height="14" />
  366. </bpmndi:BPMNLabel>
  367. </bpmndi:BPMNEdge>
  368. </bpmndi:BPMNPlane>
  369. </bpmndi:BPMNDiagram>
  370. </bpmn:definitions>
  371.  
  372. ------MyGreatBoundary
  373. Content-Disposition: form-data; filename=ProvideAdditionalDocs.bpmn; name=data-a28f5b7d-c04c-4e51-95f3-0b4746d17284
  374. Content-Type: application/octet-stream
  375. Content-Transfer-Encoding: binary
  376.  
  377. <?xml version="1.0" encoding="UTF-8"?>
  378. <bpmn:definitions xmlns:bpmn="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="Definitions_1ktc0h1" targetNamespace="http://bpmn.io/schema/bpmn" exporter="Camunda Modeler" exporterVersion="3.4.1">
  379. <bpmn:process id="ProvideAdditionalDocs" name="Предоставить исправленные/ недостающие документы" isExecutable="true">
  380. <bpmn:startEvent id="StartEvent_1">
  381. <bpmn:outgoing>SequenceFlow_05wob41</bpmn:outgoing>
  382. </bpmn:startEvent>
  383. <bpmn:endEvent id="EndEvent_1p0wvqo">
  384. <bpmn:incoming>SequenceFlow_1kg9w8z</bpmn:incoming>
  385. </bpmn:endEvent>
  386. <bpmn:sequenceFlow id="SequenceFlow_05wob41" sourceRef="StartEvent_1" targetRef="Task_0kfp5j9" />
  387. <bpmn:sequenceFlow id="SequenceFlow_1kg9w8z" sourceRef="Task_0kfp5j9" targetRef="EndEvent_1p0wvqo" />
  388. <bpmn:serviceTask id="Task_0kfp5j9" name="Предоставить исправленные/ недостающие документы" camunda:asyncBefore="true" camunda:type="external" camunda:topic="FixDocuments">
  389. <bpmn:incoming>SequenceFlow_05wob41</bpmn:incoming>
  390. <bpmn:outgoing>SequenceFlow_1kg9w8z</bpmn:outgoing>
  391. </bpmn:serviceTask>
  392. </bpmn:process>
  393. <bpmndi:BPMNDiagram id="BPMNDiagram_1">
  394. <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="ProvideAdditionalDocs">
  395. <bpmndi:BPMNShape id="_BPMNShape_StartEvent_2" bpmnElement="StartEvent_1">
  396. <dc:Bounds x="179" y="99" width="36" height="36" />
  397. </bpmndi:BPMNShape>
  398. <bpmndi:BPMNShape id="EndEvent_1p0wvqo_di" bpmnElement="EndEvent_1p0wvqo">
  399. <dc:Bounds x="662" y="99" width="36" height="36" />
  400. </bpmndi:BPMNShape>
  401. <bpmndi:BPMNEdge id="SequenceFlow_05wob41_di" bpmnElement="SequenceFlow_05wob41">
  402. <di:waypoint x="215" y="117" />
  403. <di:waypoint x="380" y="117" />
  404. </bpmndi:BPMNEdge>
  405. <bpmndi:BPMNEdge id="SequenceFlow_1kg9w8z_di" bpmnElement="SequenceFlow_1kg9w8z">
  406. <di:waypoint x="480" y="117" />
  407. <di:waypoint x="662" y="117" />
  408. </bpmndi:BPMNEdge>
  409. <bpmndi:BPMNShape id="ServiceTask_0fxlsh6_di" bpmnElement="Task_0kfp5j9">
  410. <dc:Bounds x="380" y="63" width="100" height="107" />
  411. </bpmndi:BPMNShape>
  412. </bpmndi:BPMNPlane>
  413. </bpmndi:BPMNDiagram>
  414. </bpmn:definitions>
  415.  
  416. ------MyGreatBoundary
  417. Content-Disposition: form-data; filename=SendEmail.bpmn; name=data-42cf3b85-cff6-4f73-a54b-fc78ffa90efc
  418. Content-Type: application/octet-stream
  419. Content-Transfer-Encoding: binary
  420.  
  421. <?xml version="1.0" encoding="UTF-8"?>
  422. <bpmn:definitions xmlns:bpmn="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:camunda="http://camunda.org/schema/1.0/bpmn" xmlns:di="http://www.omg.org/spec/DD/20100524/DI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" id="Definitions_0cc44nu" targetNamespace="http://bpmn.io/schema/bpmn" exporter="Camunda Modeler" exporterVersion="3.4.1">
  423. <bpmn:process id="SendEmail" isExecutable="true">
  424. <bpmn:sequenceFlow id="SequenceFlow_1e5sdwh" sourceRef="StartEvent_SendEmail" targetRef="Work_SendEmail" />
  425. <bpmn:endEvent id="EndEvent_SendEmail">
  426. <bpmn:incoming>SequenceFlow_0hb8rya</bpmn:incoming>
  427. </bpmn:endEvent>
  428. <bpmn:sequenceFlow id="SequenceFlow_09q2wuv" sourceRef="Work_SendEmail" targetRef="ExclusiveGateway_12d4zay" />
  429. <bpmn:serviceTask id="Work_SendEmail" name="Send Email by PL" camunda:asyncBefore="true" camunda:type="external" camunda:topic="SendEmailDomainCommand">
  430. <bpmn:extensionElements>
  431. <camunda:inputOutput>
  432. <camunda:inputParameter name="BoolResponse">#{null}</camunda:inputParameter>
  433. <camunda:outputParameter name="SomeBoolResult">#{BoolResponse}</camunda:outputParameter>
  434. </camunda:inputOutput>
  435. </bpmn:extensionElements>
  436. <bpmn:incoming>SequenceFlow_1e5sdwh</bpmn:incoming>
  437. <bpmn:outgoing>SequenceFlow_09q2wuv</bpmn:outgoing>
  438. </bpmn:serviceTask>
  439. <bpmn:boundaryEvent id="IntermediateThrowEvent_0cdoadj" attachedToRef="Work_SendEmail">
  440. <bpmn:outgoing>SequenceFlow_15o7bnq</bpmn:outgoing>
  441. <bpmn:errorEventDefinition errorRef="Error_0z9kd45" />
  442. </bpmn:boundaryEvent>
  443. <bpmn:sequenceFlow id="SequenceFlow_15o7bnq" sourceRef="IntermediateThrowEvent_0cdoadj" targetRef="Task_0h9oyuz" />
  444. <bpmn:boundaryEvent id="IntermediateThrowEvent_1ejhso7" name="10 minute" attachedToRef="Work_SendEmail">
  445. <bpmn:outgoing>SequenceFlow_1g7d38y</bpmn:outgoing>
  446. <bpmn:timerEventDefinition>
  447. <bpmn:timeDuration xsi:type="bpmn:tFormalExpression">PT10M</bpmn:timeDuration>
  448. </bpmn:timerEventDefinition>
  449. </bpmn:boundaryEvent>
  450. <bpmn:sequenceFlow id="SequenceFlow_1g7d38y" sourceRef="IntermediateThrowEvent_1ejhso7" targetRef="EndEvent_0rcjoog" />
  451. <bpmn:endEvent id="EndEvent_0mgs25a">
  452. <bpmn:incoming>SequenceFlow_0a2d4bb</bpmn:incoming>
  453. <bpmn:errorEventDefinition errorRef="Error_0z9kd45" />
  454. </bpmn:endEvent>
  455. <bpmn:endEvent id="EndEvent_0rcjoog">
  456. <bpmn:incoming>SequenceFlow_1g7d38y</bpmn:incoming>
  457. <bpmn:escalationEventDefinition escalationRef="Escalation_1a479uy" />
  458. </bpmn:endEvent>
  459. <bpmn:startEvent id="StartEvent_SendEmail">
  460. <bpmn:outgoing>SequenceFlow_1e5sdwh</bpmn:outgoing>
  461. </bpmn:startEvent>
  462. <bpmn:exclusiveGateway id="ExclusiveGateway_12d4zay" default="SequenceFlow_1nu86hf">
  463. <bpmn:incoming>SequenceFlow_09q2wuv</bpmn:incoming>
  464. <bpmn:outgoing>SequenceFlow_1nu86hf</bpmn:outgoing>
  465. <bpmn:outgoing>SequenceFlow_12d1rdk</bpmn:outgoing>
  466. </bpmn:exclusiveGateway>
  467. <bpmn:sequenceFlow id="SequenceFlow_1nu86hf" sourceRef="ExclusiveGateway_12d4zay" targetRef="Task_1q4f5ew" />
  468. <bpmn:sequenceFlow id="SequenceFlow_12d1rdk" sourceRef="ExclusiveGateway_12d4zay" targetRef="Task_042aclc">
  469. <bpmn:conditionExpression xsi:type="bpmn:tFormalExpression">#{SomeBoolResult}</bpmn:conditionExpression>
  470. </bpmn:sequenceFlow>
  471. <bpmn:endEvent id="IntermediateThrowEvent_0oz9ko5">
  472. <bpmn:incoming>SequenceFlow_0tdllaz</bpmn:incoming>
  473. </bpmn:endEvent>
  474. <bpmn:sequenceFlow id="SequenceFlow_0hb8rya" sourceRef="Task_1q4f5ew" targetRef="EndEvent_SendEmail" />
  475. <bpmn:userTask id="Task_1q4f5ew" name="WaitToExit">
  476. <bpmn:incoming>SequenceFlow_1nu86hf</bpmn:incoming>
  477. <bpmn:outgoing>SequenceFlow_0hb8rya</bpmn:outgoing>
  478. </bpmn:userTask>
  479. <bpmn:sequenceFlow id="SequenceFlow_0tdllaz" sourceRef="Task_042aclc" targetRef="IntermediateThrowEvent_0oz9ko5" />
  480. <bpmn:userTask id="Task_042aclc" name="WaitToExit">
  481. <bpmn:incoming>SequenceFlow_12d1rdk</bpmn:incoming>
  482. <bpmn:outgoing>SequenceFlow_0tdllaz</bpmn:outgoing>
  483. </bpmn:userTask>
  484. <bpmn:sequenceFlow id="SequenceFlow_0a2d4bb" sourceRef="Task_0h9oyuz" targetRef="EndEvent_0mgs25a" />
  485. <bpmn:userTask id="Task_0h9oyuz" name="WaitToExit">
  486. <bpmn:incoming>SequenceFlow_15o7bnq</bpmn:incoming>
  487. <bpmn:outgoing>SequenceFlow_0a2d4bb</bpmn:outgoing>
  488. </bpmn:userTask>
  489. </bpmn:process>
  490. <bpmn:error id="Error_0z9kd45" name="SendEmailValidationError" errorCode="SendEmailValidationErrorCode" />
  491. <bpmn:error id="Error_1fobfz5" name="TimeoutError" />
  492. <bpmn:escalation id="Escalation_1a479uy" name="SendEmailTimeoutEscalation" escalationCode="SendEmailTimeoutEscalation" />
  493. <bpmn:message id="Message_0mu1c9h" name="StartSendEmail" />
  494. <bpmndi:BPMNDiagram id="BPMNDiagram_1">
  495. <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="SendEmail">
  496. <bpmndi:BPMNEdge id="SequenceFlow_1e5sdwh_di" bpmnElement="SequenceFlow_1e5sdwh">
  497. <di:waypoint x="188" y="190" />
  498. <di:waypoint x="270" y="190" />
  499. </bpmndi:BPMNEdge>
  500. <bpmndi:BPMNShape id="EndEvent_0vr6di1_di" bpmnElement="EndEvent_SendEmail">
  501. <dc:Bounds x="762" y="172" width="36" height="36" />
  502. </bpmndi:BPMNShape>
  503. <bpmndi:BPMNEdge id="SequenceFlow_09q2wuv_di" bpmnElement="SequenceFlow_09q2wuv">
  504. <di:waypoint x="370" y="190" />
  505. <di:waypoint x="465" y="190" />
  506. </bpmndi:BPMNEdge>
  507. <bpmndi:BPMNShape id="ServiceTask_027czhj_di" bpmnElement="Work_SendEmail">
  508. <dc:Bounds x="270" y="150" width="100" height="80" />
  509. </bpmndi:BPMNShape>
  510. <bpmndi:BPMNShape id="BoundaryEvent_0m1xcmg_di" bpmnElement="IntermediateThrowEvent_0cdoadj">
  511. <dc:Bounds x="272" y="212" width="36" height="36" />
  512. </bpmndi:BPMNShape>
  513. <bpmndi:BPMNEdge id="SequenceFlow_15o7bnq_di" bpmnElement="SequenceFlow_15o7bnq">
  514. <di:waypoint x="290" y="248" />
  515. <di:waypoint x="290" y="310" />
  516. </bpmndi:BPMNEdge>
  517. <bpmndi:BPMNShape id="BoundaryEvent_1qmmzsg_di" bpmnElement="IntermediateThrowEvent_1ejhso7">
  518. <dc:Bounds x="322" y="212" width="36" height="36" />
  519. <bpmndi:BPMNLabel>
  520. <dc:Bounds x="355" y="243" width="49" height="14" />
  521. </bpmndi:BPMNLabel>
  522. </bpmndi:BPMNShape>
  523. <bpmndi:BPMNEdge id="SequenceFlow_1g7d38y_di" bpmnElement="SequenceFlow_1g7d38y">
  524. <di:waypoint x="340" y="248" />
  525. <di:waypoint x="340" y="290" />
  526. <di:waypoint x="412" y="290" />
  527. </bpmndi:BPMNEdge>
  528. <bpmndi:BPMNShape id="EndEvent_0p1cb6c_di" bpmnElement="EndEvent_0mgs25a">
  529. <dc:Bounds x="412" y="332" width="36" height="36" />
  530. </bpmndi:BPMNShape>
  531. <bpmndi:BPMNShape id="EndEvent_0g75v0e_di" bpmnElement="EndEvent_0rcjoog">
  532. <dc:Bounds x="412" y="272" width="36" height="36" />
  533. </bpmndi:BPMNShape>
  534. <bpmndi:BPMNShape id="StartEvent_0xmc8jl_di" bpmnElement="StartEvent_SendEmail">
  535. <dc:Bounds x="152" y="172" width="36" height="36" />
  536. </bpmndi:BPMNShape>
  537. <bpmndi:BPMNShape id="ExclusiveGateway_12d4zay_di" bpmnElement="ExclusiveGateway_12d4zay" isMarkerVisible="true">
  538. <dc:Bounds x="465" y="165" width="50" height="50" />
  539. </bpmndi:BPMNShape>
  540. <bpmndi:BPMNEdge id="SequenceFlow_1nu86hf_di" bpmnElement="SequenceFlow_1nu86hf">
  541. <di:waypoint x="515" y="190" />
  542. <di:waypoint x="570" y="190" />
  543. </bpmndi:BPMNEdge>
  544. <bpmndi:BPMNEdge id="SequenceFlow_12d1rdk_di" bpmnElement="SequenceFlow_12d1rdk">
  545. <di:waypoint x="490" y="165" />
  546. <di:waypoint x="490" y="100" />
  547. <di:waypoint x="570" y="100" />
  548. </bpmndi:BPMNEdge>
  549. <bpmndi:BPMNShape id="EndEvent_01hhbym_di" bpmnElement="IntermediateThrowEvent_0oz9ko5">
  550. <dc:Bounds x="762" y="82" width="36" height="36" />
  551. </bpmndi:BPMNShape>
  552. <bpmndi:BPMNEdge id="SequenceFlow_0hb8rya_di" bpmnElement="SequenceFlow_0hb8rya">
  553. <di:waypoint x="670" y="190" />
  554. <di:waypoint x="762" y="190" />
  555. </bpmndi:BPMNEdge>
  556. <bpmndi:BPMNShape id="UserTask_01z2whr_di" bpmnElement="Task_1q4f5ew">
  557. <dc:Bounds x="570" y="150" width="100" height="80" />
  558. </bpmndi:BPMNShape>
  559. <bpmndi:BPMNEdge id="SequenceFlow_0tdllaz_di" bpmnElement="SequenceFlow_0tdllaz">
  560. <di:waypoint x="670" y="100" />
  561. <di:waypoint x="762" y="100" />
  562. </bpmndi:BPMNEdge>
  563. <bpmndi:BPMNShape id="UserTask_0pxjvdp_di" bpmnElement="Task_042aclc">
  564. <dc:Bounds x="570" y="60" width="100" height="80" />
  565. </bpmndi:BPMNShape>
  566. <bpmndi:BPMNEdge id="SequenceFlow_0a2d4bb_di" bpmnElement="SequenceFlow_0a2d4bb">
  567. <di:waypoint x="340" y="350" />
  568. <di:waypoint x="412" y="350" />
  569. </bpmndi:BPMNEdge>
  570. <bpmndi:BPMNShape id="UserTask_04g8m8p_di" bpmnElement="Task_0h9oyuz">
  571. <dc:Bounds x="240" y="310" width="100" height="80" />
  572. </bpmndi:BPMNShape>
  573. </bpmndi:BPMNPlane>
  574. </bpmndi:BPMNDiagram>
  575. </bpmn:definitions>
  576.  
  577. ------MyGreatBoundary--
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement