Seshu-Kumar-M | 5709d43 | 2017-09-18 15:08:16 +0530 | [diff] [blame^] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <bpmn:definitions xmlns:bpmn="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI" xmlns:di="http://www.omg.org/spec/DD/20100524/DI" xmlns:dc="http://www.omg.org/spec/DD/20100524/DC" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:camunda="http://camunda.org/schema/1.0/bpmn" id="Definitions_1" targetNamespace="http://bpmn.io/schema/bpmn" exporter="Camunda Modeler" exporterVersion="1.10.0"> |
| 3 | <bpmn:process id="Process_1" isExecutable="true"> |
| 4 | <bpmn:startEvent id="StartEvent_00qj6ro" name="Create SI Start Flow"> |
| 5 | <bpmn:outgoing>SequenceFlow_0s2spoq</bpmn:outgoing> |
| 6 | </bpmn:startEvent> |
| 7 | <bpmn:subProcess id="SubProcess_0ka59nc" name="Sub-process for UnexpectedErrors" triggeredByEvent="true"> |
| 8 | <bpmn:scriptTask id="ScriptTask_0u3lw39" name="Handle Unexpected Error" scriptFormat="groovy"> |
| 9 | <bpmn:incoming>SequenceFlow_1dsbjjb</bpmn:incoming> |
| 10 | <bpmn:outgoing>SequenceFlow_1yay321</bpmn:outgoing> |
| 11 | <bpmn:script><![CDATA[import org.openecomp.mso.bpmn.common.scripts.* |
| 12 | ExceptionUtil ex = new ExceptionUtil() |
| 13 | ex.processJavaException(execution)]]></bpmn:script> |
| 14 | </bpmn:scriptTask> |
| 15 | <bpmn:startEvent id="StartEvent_0v1ffn4"> |
| 16 | <bpmn:outgoing>SequenceFlow_1dsbjjb</bpmn:outgoing> |
| 17 | <bpmn:errorEventDefinition /> |
| 18 | </bpmn:startEvent> |
| 19 | <bpmn:endEvent id="EndEvent_0eznq6x"> |
| 20 | <bpmn:incoming>SequenceFlow_1yay321</bpmn:incoming> |
| 21 | </bpmn:endEvent> |
| 22 | <bpmn:sequenceFlow id="SequenceFlow_1dsbjjb" name="" sourceRef="StartEvent_0v1ffn4" targetRef="ScriptTask_0u3lw39" /> |
| 23 | <bpmn:sequenceFlow id="SequenceFlow_1yay321" name="" sourceRef="ScriptTask_0u3lw39" targetRef="EndEvent_0eznq6x" /> |
| 24 | </bpmn:subProcess> |
| 25 | <bpmn:callActivity id="CallActivity_0rhljy8" name="Call DoCreateCustomE2EServiceInstance " calledElement="DoCreateCustomE2EServiceInstance"> |
| 26 | <bpmn:extensionElements> |
| 27 | <camunda:out source="WorkflowException" target="WorkflowException" /> |
| 28 | <camunda:in source="msoRequestId" target="msoRequestId" /> |
| 29 | <camunda:out source="rollbackData" target="rollbackData" /> |
| 30 | <camunda:in source="serviceInstanceId" target="serviceInstanceId" /> |
| 31 | <camunda:in source="serviceInstanceName" target="serviceInstanceName" /> |
| 32 | <camunda:in source="serviceModelInfo" target="serviceModelInfo" /> |
| 33 | <camunda:in source="productFamilyId" target="productFamilyId" /> |
| 34 | <camunda:in source="disableRollback" target="disableRollback" /> |
| 35 | <camunda:in source="serviceInputParams" target="serviceInputParams" /> |
| 36 | <camunda:out source="rolledBack" target="rolledBack" /> |
| 37 | <camunda:out source="serviceInstanceName" target="serviceInstanceName" /> |
| 38 | <camunda:in source="failIfExists" target="failIfExists" /> |
| 39 | <camunda:in source="globalSubscriberId" target="globalSubscriberId" /> |
| 40 | <camunda:in source="subscriptionServiceType" target="subscriptionServiceType" /> |
| 41 | <camunda:in sourceExpression="1610" target="sdncVersion" /> |
| 42 | <camunda:in source="initialStatus" target="initialStatus" /> |
| 43 | </bpmn:extensionElements> |
| 44 | <bpmn:incoming>SequenceFlow_19eilro</bpmn:incoming> |
| 45 | <bpmn:outgoing>SequenceFlow_0klbpxx</bpmn:outgoing> |
| 46 | </bpmn:callActivity> |
| 47 | <bpmn:endEvent id="EndEvent_0bpd6c0" name="End"> |
| 48 | <bpmn:incoming>SequenceFlow_0yayvrf</bpmn:incoming> |
| 49 | </bpmn:endEvent> |
| 50 | <bpmn:scriptTask id="ScriptTask_1s09c7d" name="Pre Process Incoming Request" scriptFormat="groovy"> |
| 51 | <bpmn:incoming>SequenceFlow_0s2spoq</bpmn:incoming> |
| 52 | <bpmn:outgoing>SequenceFlow_0z4faf9</bpmn:outgoing> |
| 53 | <bpmn:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.* |
| 54 | def csi= new CreateCustomE2EServiceInstance() |
| 55 | csi.preProcessRequest(execution)]]></bpmn:script> |
| 56 | </bpmn:scriptTask> |
| 57 | <bpmn:scriptTask id="ScriptTask_0ttvn8r" name="Prepare Completion Request" scriptFormat="groovy"> |
| 58 | <bpmn:incoming>SequenceFlow_14zu6wr</bpmn:incoming> |
| 59 | <bpmn:outgoing>SequenceFlow_0je30si</bpmn:outgoing> |
| 60 | <bpmn:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.* |
| 61 | def csi = new CreateCustomE2EServiceInstance() |
| 62 | csi.prepareCompletionRequest(execution)]]></bpmn:script> |
| 63 | </bpmn:scriptTask> |
| 64 | <bpmn:callActivity id="CallActivity_02fyxz0" name="Call CompleteMsoProcess" calledElement="CompleteMsoProcess"> |
| 65 | <bpmn:extensionElements> |
| 66 | <camunda:in source="completionRequest" target="CompleteMsoProcessRequest" /> |
| 67 | <camunda:in source="mso-request-id" target="mso-request-id" /> |
| 68 | <camunda:in source="mso-service-instance-id" target="mso-service-instance-id" /> |
| 69 | <camunda:out source="CMSO_ResponseCode" target="CMSO_ResponseCode" /> |
| 70 | <camunda:out source="CompleteMsoProcessResponse" target="CompleteMsoProcessResponse" /> |
| 71 | <camunda:out source="CMSO_ErrorResponse" target="CMSO_ErrorResponse" /> |
| 72 | </bpmn:extensionElements> |
| 73 | <bpmn:incoming>SequenceFlow_0je30si</bpmn:incoming> |
| 74 | <bpmn:outgoing>SequenceFlow_0yayvrf</bpmn:outgoing> |
| 75 | </bpmn:callActivity> |
| 76 | <bpmn:subProcess id="SubProcess_0vaws86" name="Sub-process for FalloutHandler and Rollback" triggeredByEvent="true"> |
| 77 | <bpmn:startEvent id="StartEvent_0dug28e"> |
| 78 | <bpmn:outgoing>SequenceFlow_0e1r62n</bpmn:outgoing> |
| 79 | <bpmn:errorEventDefinition /> |
| 80 | </bpmn:startEvent> |
| 81 | <bpmn:endEvent id="EndEvent_03wysuk"> |
| 82 | <bpmn:incoming>SequenceFlow_1ysapam</bpmn:incoming> |
| 83 | </bpmn:endEvent> |
| 84 | <bpmn:scriptTask id="ScriptTask_0u8o9p2" name="Prepare Fallout Request" scriptFormat="groovy"> |
| 85 | <bpmn:incoming>SequenceFlow_0n9pexp</bpmn:incoming> |
| 86 | <bpmn:outgoing>SequenceFlow_01umodj</bpmn:outgoing> |
| 87 | <bpmn:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.* |
| 88 | def csi = new CreateCustomE2EServiceInstance() |
| 89 | csi.prepareFalloutRequest(execution)]]></bpmn:script> |
| 90 | </bpmn:scriptTask> |
| 91 | <bpmn:callActivity id="CallActivity_1ang7q8" name="Call FalloutHandler" calledElement="FalloutHandler"> |
| 92 | <bpmn:extensionElements> |
| 93 | <camunda:in source="falloutRequest" target="FalloutHandlerRequest" /> |
| 94 | <camunda:in source="mso-request-id" target="mso-request-id" /> |
| 95 | <camunda:in source="mso-service-instance-id" target="mso-service-instance-id" /> |
| 96 | <camunda:out source="FH_ResponseCode" target="FH_ResponseCode" /> |
| 97 | <camunda:out source="FalloutHandlerResponse" target="FalloutHandlerResponse" /> |
| 98 | <camunda:out source="FH_ErrorResponse" target="FH_ErrorResponse" /> |
| 99 | </bpmn:extensionElements> |
| 100 | <bpmn:incoming>SequenceFlow_01umodj</bpmn:incoming> |
| 101 | <bpmn:outgoing>SequenceFlow_1ysapam</bpmn:outgoing> |
| 102 | </bpmn:callActivity> |
| 103 | <bpmn:scriptTask id="ScriptTask_1rn6nqi" name="Send Error Response"> |
| 104 | <bpmn:incoming>SequenceFlow_0e1r62n</bpmn:incoming> |
| 105 | <bpmn:outgoing>SequenceFlow_0n9pexp</bpmn:outgoing> |
| 106 | <bpmn:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.* |
| 107 | def csi = new CreateCustomE2EServiceInstance() |
| 108 | csi.sendSyncError(execution)]]></bpmn:script> |
| 109 | </bpmn:scriptTask> |
| 110 | <bpmn:sequenceFlow id="SequenceFlow_0e1r62n" sourceRef="StartEvent_0dug28e" targetRef="ScriptTask_1rn6nqi" /> |
| 111 | <bpmn:sequenceFlow id="SequenceFlow_1ysapam" sourceRef="CallActivity_1ang7q8" targetRef="EndEvent_03wysuk" /> |
| 112 | <bpmn:sequenceFlow id="SequenceFlow_0n9pexp" sourceRef="ScriptTask_1rn6nqi" targetRef="ScriptTask_0u8o9p2" /> |
| 113 | <bpmn:sequenceFlow id="SequenceFlow_01umodj" sourceRef="ScriptTask_0u8o9p2" targetRef="CallActivity_1ang7q8" /> |
| 114 | </bpmn:subProcess> |
| 115 | <bpmn:scriptTask id="ScriptTask_0xupxj9" name="Send Sync Ack Response" scriptFormat="groovy"> |
| 116 | <bpmn:incoming>SequenceFlow_0z4faf9</bpmn:incoming> |
| 117 | <bpmn:outgoing>SequenceFlow_19eilro</bpmn:outgoing> |
| 118 | <bpmn:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.* |
| 119 | def csi = new CreateCustomE2EServiceInstance() |
| 120 | csi.sendSyncResponse(execution)]]></bpmn:script> |
| 121 | </bpmn:scriptTask> |
| 122 | <bpmn:exclusiveGateway id="ExclusiveGateway_0aqn64l" name="Success?"> |
| 123 | <bpmn:incoming>SequenceFlow_0klbpxx</bpmn:incoming> |
| 124 | <bpmn:outgoing>SequenceFlow_14zu6wr</bpmn:outgoing> |
| 125 | <bpmn:outgoing>SequenceFlow_1fueo69</bpmn:outgoing> |
| 126 | </bpmn:exclusiveGateway> |
| 127 | <bpmn:endEvent id="EndEvent_07uk5iy"> |
| 128 | <bpmn:incoming>SequenceFlow_1fueo69</bpmn:incoming> |
| 129 | <bpmn:errorEventDefinition /> |
| 130 | </bpmn:endEvent> |
| 131 | <bpmn:sequenceFlow id="SequenceFlow_0s2spoq" sourceRef="StartEvent_00qj6ro" targetRef="ScriptTask_1s09c7d" /> |
| 132 | <bpmn:sequenceFlow id="SequenceFlow_19eilro" sourceRef="ScriptTask_0xupxj9" targetRef="CallActivity_0rhljy8" /> |
| 133 | <bpmn:sequenceFlow id="SequenceFlow_0klbpxx" sourceRef="CallActivity_0rhljy8" targetRef="ExclusiveGateway_0aqn64l" /> |
| 134 | <bpmn:sequenceFlow id="SequenceFlow_0yayvrf" sourceRef="CallActivity_02fyxz0" targetRef="EndEvent_0bpd6c0" /> |
| 135 | <bpmn:sequenceFlow id="SequenceFlow_0z4faf9" sourceRef="ScriptTask_1s09c7d" targetRef="ScriptTask_0xupxj9" /> |
| 136 | <bpmn:sequenceFlow id="SequenceFlow_14zu6wr" name="yes" sourceRef="ExclusiveGateway_0aqn64l" targetRef="ScriptTask_0ttvn8r"> |
| 137 | <bpmn:conditionExpression xsi:type="bpmn:tFormalExpression"><![CDATA[#{execution.getVariable("WorkflowException") == null}]]></bpmn:conditionExpression> |
| 138 | </bpmn:sequenceFlow> |
| 139 | <bpmn:sequenceFlow id="SequenceFlow_0je30si" sourceRef="ScriptTask_0ttvn8r" targetRef="CallActivity_02fyxz0" /> |
| 140 | <bpmn:sequenceFlow id="SequenceFlow_1fueo69" name="no" sourceRef="ExclusiveGateway_0aqn64l" targetRef="EndEvent_07uk5iy"> |
| 141 | <bpmn:conditionExpression xsi:type="bpmn:tFormalExpression"><![CDATA[#{execution.getVariable("WorkflowException") != null}]]></bpmn:conditionExpression> |
| 142 | </bpmn:sequenceFlow> |
| 143 | </bpmn:process> |
| 144 | <bpmndi:BPMNDiagram id="BPMNDiagram_1"> |
| 145 | <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Process_1"> |
| 146 | <bpmndi:BPMNShape id="StartEvent_00qj6ro_di" bpmnElement="StartEvent_00qj6ro"> |
| 147 | <dc:Bounds x="235" y="180" width="36" height="36" /> |
| 148 | <bpmndi:BPMNLabel> |
| 149 | <dc:Bounds x="216" y="221" width="75" height="24" /> |
| 150 | </bpmndi:BPMNLabel> |
| 151 | </bpmndi:BPMNShape> |
| 152 | <bpmndi:BPMNShape id="SubProcess_0ka59nc_di" bpmnElement="SubProcess_0ka59nc" isExpanded="true"> |
| 153 | <dc:Bounds x="463" y="632" width="394" height="188" /> |
| 154 | </bpmndi:BPMNShape> |
| 155 | <bpmndi:BPMNShape id="CallActivity_0rhljy8_di" bpmnElement="CallActivity_0rhljy8"> |
| 156 | <dc:Bounds x="701" y="158" width="100" height="80" /> |
| 157 | </bpmndi:BPMNShape> |
| 158 | <bpmndi:BPMNShape id="EndEvent_0bpd6c0_di" bpmnElement="EndEvent_0bpd6c0"> |
| 159 | <dc:Bounds x="1258" y="286" width="36" height="36" /> |
| 160 | <bpmndi:BPMNLabel> |
| 161 | <dc:Bounds x="1268" y="322" width="22" height="12" /> |
| 162 | </bpmndi:BPMNLabel> |
| 163 | </bpmndi:BPMNShape> |
| 164 | <bpmndi:BPMNShape id="ScriptTask_1s09c7d_di" bpmnElement="ScriptTask_1s09c7d"> |
| 165 | <dc:Bounds x="353" y="158" width="100" height="80" /> |
| 166 | </bpmndi:BPMNShape> |
| 167 | <bpmndi:BPMNShape id="ScriptTask_0ttvn8r_di" bpmnElement="ScriptTask_0ttvn8r"> |
| 168 | <dc:Bounds x="1038" y="158" width="100" height="80" /> |
| 169 | </bpmndi:BPMNShape> |
| 170 | <bpmndi:BPMNShape id="CallActivity_02fyxz0_di" bpmnElement="CallActivity_02fyxz0"> |
| 171 | <dc:Bounds x="1226" y="158" width="100" height="80" /> |
| 172 | </bpmndi:BPMNShape> |
| 173 | <bpmndi:BPMNShape id="SubProcess_0vaws86_di" bpmnElement="SubProcess_0vaws86" isExpanded="true"> |
| 174 | <dc:Bounds x="348" y="370" width="679" height="194" /> |
| 175 | </bpmndi:BPMNShape> |
| 176 | <bpmndi:BPMNShape id="ScriptTask_0xupxj9_di" bpmnElement="ScriptTask_0xupxj9"> |
| 177 | <dc:Bounds x="521" y="158" width="100" height="80" /> |
| 178 | </bpmndi:BPMNShape> |
| 179 | <bpmndi:BPMNShape id="ExclusiveGateway_0aqn64l_di" bpmnElement="ExclusiveGateway_0aqn64l" isMarkerVisible="true"> |
| 180 | <dc:Bounds x="903" y="173" width="50" height="50" /> |
| 181 | <bpmndi:BPMNLabel> |
| 182 | <dc:Bounds x="903" y="145" width="50" height="12" /> |
| 183 | </bpmndi:BPMNLabel> |
| 184 | </bpmndi:BPMNShape> |
| 185 | <bpmndi:BPMNShape id="EndEvent_07uk5iy_di" bpmnElement="EndEvent_07uk5iy"> |
| 186 | <dc:Bounds x="910" y="286" width="36" height="36" /> |
| 187 | <bpmndi:BPMNLabel> |
| 188 | <dc:Bounds x="883" y="322" width="0" height="12" /> |
| 189 | </bpmndi:BPMNLabel> |
| 190 | </bpmndi:BPMNShape> |
| 191 | <bpmndi:BPMNEdge id="SequenceFlow_0s2spoq_di" bpmnElement="SequenceFlow_0s2spoq"> |
| 192 | <di:waypoint xsi:type="dc:Point" x="271" y="198" /> |
| 193 | <di:waypoint xsi:type="dc:Point" x="353" y="198" /> |
| 194 | <bpmndi:BPMNLabel> |
| 195 | <dc:Bounds x="267" y="183" width="0" height="12" /> |
| 196 | </bpmndi:BPMNLabel> |
| 197 | </bpmndi:BPMNEdge> |
| 198 | <bpmndi:BPMNEdge id="SequenceFlow_19eilro_di" bpmnElement="SequenceFlow_19eilro"> |
| 199 | <di:waypoint xsi:type="dc:Point" x="621" y="198" /> |
| 200 | <di:waypoint xsi:type="dc:Point" x="701" y="198" /> |
| 201 | <bpmndi:BPMNLabel> |
| 202 | <dc:Bounds x="616" y="183" width="0" height="12" /> |
| 203 | </bpmndi:BPMNLabel> |
| 204 | </bpmndi:BPMNEdge> |
| 205 | <bpmndi:BPMNEdge id="SequenceFlow_0klbpxx_di" bpmnElement="SequenceFlow_0klbpxx"> |
| 206 | <di:waypoint xsi:type="dc:Point" x="801" y="198" /> |
| 207 | <di:waypoint xsi:type="dc:Point" x="903" y="198" /> |
| 208 | <bpmndi:BPMNLabel> |
| 209 | <dc:Bounds x="807" y="183" width="0" height="12" /> |
| 210 | </bpmndi:BPMNLabel> |
| 211 | </bpmndi:BPMNEdge> |
| 212 | <bpmndi:BPMNEdge id="SequenceFlow_0yayvrf_di" bpmnElement="SequenceFlow_0yayvrf"> |
| 213 | <di:waypoint xsi:type="dc:Point" x="1276" y="238" /> |
| 214 | <di:waypoint xsi:type="dc:Point" x="1276" y="286" /> |
| 215 | <bpmndi:BPMNLabel> |
| 216 | <dc:Bounds x="1246" y="262" width="0" height="12" /> |
| 217 | </bpmndi:BPMNLabel> |
| 218 | </bpmndi:BPMNEdge> |
| 219 | <bpmndi:BPMNEdge id="SequenceFlow_0z4faf9_di" bpmnElement="SequenceFlow_0z4faf9"> |
| 220 | <di:waypoint xsi:type="dc:Point" x="453" y="198" /> |
| 221 | <di:waypoint xsi:type="dc:Point" x="521" y="198" /> |
| 222 | <bpmndi:BPMNLabel> |
| 223 | <dc:Bounds x="442" y="183" width="0" height="12" /> |
| 224 | </bpmndi:BPMNLabel> |
| 225 | </bpmndi:BPMNEdge> |
| 226 | <bpmndi:BPMNEdge id="SequenceFlow_14zu6wr_di" bpmnElement="SequenceFlow_14zu6wr"> |
| 227 | <di:waypoint xsi:type="dc:Point" x="953" y="198" /> |
| 228 | <di:waypoint xsi:type="dc:Point" x="990" y="198" /> |
| 229 | <di:waypoint xsi:type="dc:Point" x="990" y="198" /> |
| 230 | <di:waypoint xsi:type="dc:Point" x="1038" y="198" /> |
| 231 | <bpmndi:BPMNLabel> |
| 232 | <dc:Bounds x="987" y="195" width="20" height="12" /> |
| 233 | </bpmndi:BPMNLabel> |
| 234 | </bpmndi:BPMNEdge> |
| 235 | <bpmndi:BPMNEdge id="SequenceFlow_0je30si_di" bpmnElement="SequenceFlow_0je30si"> |
| 236 | <di:waypoint xsi:type="dc:Point" x="1138" y="198" /> |
| 237 | <di:waypoint xsi:type="dc:Point" x="1226" y="198" /> |
| 238 | <bpmndi:BPMNLabel> |
| 239 | <dc:Bounds x="1137" y="183" width="0" height="12" /> |
| 240 | </bpmndi:BPMNLabel> |
| 241 | </bpmndi:BPMNEdge> |
| 242 | <bpmndi:BPMNEdge id="SequenceFlow_1fueo69_di" bpmnElement="SequenceFlow_1fueo69"> |
| 243 | <di:waypoint xsi:type="dc:Point" x="928" y="223" /> |
| 244 | <di:waypoint xsi:type="dc:Point" x="928" y="250" /> |
| 245 | <di:waypoint xsi:type="dc:Point" x="928" y="250" /> |
| 246 | <di:waypoint xsi:type="dc:Point" x="928" y="286" /> |
| 247 | <bpmndi:BPMNLabel> |
| 248 | <dc:Bounds x="901" y="228" width="15" height="12" /> |
| 249 | </bpmndi:BPMNLabel> |
| 250 | </bpmndi:BPMNEdge> |
| 251 | <bpmndi:BPMNShape id="ScriptTask_0u3lw39_di" bpmnElement="ScriptTask_0u3lw39"> |
| 252 | <dc:Bounds x="611" y="687" width="100" height="80" /> |
| 253 | </bpmndi:BPMNShape> |
| 254 | <bpmndi:BPMNShape id="StartEvent_0v1ffn4_di" bpmnElement="StartEvent_0v1ffn4"> |
| 255 | <dc:Bounds x="496" y="709" width="36" height="36" /> |
| 256 | <bpmndi:BPMNLabel> |
| 257 | <dc:Bounds x="469" y="750" width="0" height="12" /> |
| 258 | </bpmndi:BPMNLabel> |
| 259 | </bpmndi:BPMNShape> |
| 260 | <bpmndi:BPMNShape id="EndEvent_0eznq6x_di" bpmnElement="EndEvent_0eznq6x"> |
| 261 | <dc:Bounds x="772" y="709" width="36" height="36" /> |
| 262 | <bpmndi:BPMNLabel> |
| 263 | <dc:Bounds x="745" y="750" width="0" height="12" /> |
| 264 | </bpmndi:BPMNLabel> |
| 265 | </bpmndi:BPMNShape> |
| 266 | <bpmndi:BPMNShape id="StartEvent_0dug28e_di" bpmnElement="StartEvent_0dug28e"> |
| 267 | <dc:Bounds x="363" y="456" width="36" height="36" /> |
| 268 | <bpmndi:BPMNLabel> |
| 269 | <dc:Bounds x="336" y="497" width="0" height="12" /> |
| 270 | </bpmndi:BPMNLabel> |
| 271 | </bpmndi:BPMNShape> |
| 272 | <bpmndi:BPMNShape id="EndEvent_03wysuk_di" bpmnElement="EndEvent_03wysuk"> |
| 273 | <dc:Bounds x="942" y="456" width="36" height="36" /> |
| 274 | <bpmndi:BPMNLabel> |
| 275 | <dc:Bounds x="915" y="497" width="0" height="12" /> |
| 276 | </bpmndi:BPMNLabel> |
| 277 | </bpmndi:BPMNShape> |
| 278 | <bpmndi:BPMNShape id="ScriptTask_0u8o9p2_di" bpmnElement="ScriptTask_0u8o9p2"> |
| 279 | <dc:Bounds x="621" y="434" width="100" height="80" /> |
| 280 | </bpmndi:BPMNShape> |
| 281 | <bpmndi:BPMNShape id="CallActivity_1ang7q8_di" bpmnElement="CallActivity_1ang7q8"> |
| 282 | <dc:Bounds x="798" y="434" width="100" height="80" /> |
| 283 | </bpmndi:BPMNShape> |
| 284 | <bpmndi:BPMNShape id="ScriptTask_1rn6nqi_di" bpmnElement="ScriptTask_1rn6nqi"> |
| 285 | <dc:Bounds x="443" y="434" width="100" height="80" /> |
| 286 | </bpmndi:BPMNShape> |
| 287 | <bpmndi:BPMNEdge id="SequenceFlow_1dsbjjb_di" bpmnElement="SequenceFlow_1dsbjjb"> |
| 288 | <di:waypoint xsi:type="dc:Point" x="532" y="727" /> |
| 289 | <di:waypoint xsi:type="dc:Point" x="611" y="727" /> |
| 290 | <bpmndi:BPMNLabel> |
| 291 | <dc:Bounds x="529.5" y="727" width="0" height="12" /> |
| 292 | </bpmndi:BPMNLabel> |
| 293 | </bpmndi:BPMNEdge> |
| 294 | <bpmndi:BPMNEdge id="SequenceFlow_1yay321_di" bpmnElement="SequenceFlow_1yay321"> |
| 295 | <di:waypoint xsi:type="dc:Point" x="711" y="727" /> |
| 296 | <di:waypoint xsi:type="dc:Point" x="772" y="727" /> |
| 297 | <bpmndi:BPMNLabel> |
| 298 | <dc:Bounds x="701.5" y="727" width="0" height="12" /> |
| 299 | </bpmndi:BPMNLabel> |
| 300 | </bpmndi:BPMNEdge> |
| 301 | <bpmndi:BPMNEdge id="SequenceFlow_0e1r62n_di" bpmnElement="SequenceFlow_0e1r62n"> |
| 302 | <di:waypoint xsi:type="dc:Point" x="399" y="474" /> |
| 303 | <di:waypoint xsi:type="dc:Point" x="421" y="474" /> |
| 304 | <di:waypoint xsi:type="dc:Point" x="421" y="474" /> |
| 305 | <di:waypoint xsi:type="dc:Point" x="442" y="474" /> |
| 306 | <bpmndi:BPMNLabel> |
| 307 | <dc:Bounds x="391" y="474" width="0" height="12" /> |
| 308 | </bpmndi:BPMNLabel> |
| 309 | </bpmndi:BPMNEdge> |
| 310 | <bpmndi:BPMNEdge id="SequenceFlow_1ysapam_di" bpmnElement="SequenceFlow_1ysapam"> |
| 311 | <di:waypoint xsi:type="dc:Point" x="898" y="474" /> |
| 312 | <di:waypoint xsi:type="dc:Point" x="942" y="474" /> |
| 313 | <bpmndi:BPMNLabel> |
| 314 | <dc:Bounds x="875" y="459" width="0" height="12" /> |
| 315 | </bpmndi:BPMNLabel> |
| 316 | </bpmndi:BPMNEdge> |
| 317 | <bpmndi:BPMNEdge id="SequenceFlow_0n9pexp_di" bpmnElement="SequenceFlow_0n9pexp"> |
| 318 | <di:waypoint xsi:type="dc:Point" x="543" y="474" /> |
| 319 | <di:waypoint xsi:type="dc:Point" x="570" y="474" /> |
| 320 | <di:waypoint xsi:type="dc:Point" x="570" y="474" /> |
| 321 | <di:waypoint xsi:type="dc:Point" x="621" y="474" /> |
| 322 | <bpmndi:BPMNLabel> |
| 323 | <dc:Bounds x="540" y="474" width="0" height="12" /> |
| 324 | </bpmndi:BPMNLabel> |
| 325 | </bpmndi:BPMNEdge> |
| 326 | <bpmndi:BPMNEdge id="SequenceFlow_01umodj_di" bpmnElement="SequenceFlow_01umodj"> |
| 327 | <di:waypoint xsi:type="dc:Point" x="721" y="474" /> |
| 328 | <di:waypoint xsi:type="dc:Point" x="798" y="474" /> |
| 329 | <bpmndi:BPMNLabel> |
| 330 | <dc:Bounds x="715.5" y="459" width="0" height="12" /> |
| 331 | </bpmndi:BPMNLabel> |
| 332 | </bpmndi:BPMNEdge> |
| 333 | </bpmndi:BPMNPlane> |
| 334 | </bpmndi:BPMNDiagram> |
| 335 | </bpmn:definitions> |