Determe, Sebastien (sd378r) | b1e5734 | 2017-05-09 03:55:30 -0700 | [diff] [blame^] | 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:camunda="http://camunda.org/schema/1.0/bpmn" xmlns:dc="http://www.omg.org/spec/DD/20100524/DC" xmlns:di="http://www.omg.org/spec/DD/20100524/DI" id="_MagIIMOUEeW8asg-vCEgWQ" targetNamespace="http://camunda.org/schema/1.0/bpmn" exporter="Camunda Modeler" exporterVersion="1.4.0" xsi:schemaLocation="http://www.omg.org/spec/BPMN/20100524/MODEL BPMN20.xsd"> |
| 3 | <bpmn2:process id="DoDeleteServiceInstance" name="DoDeleteServiceInstance" isExecutable="true"> |
| 4 | <bpmn2:startEvent id="deleteSI_startEven" name="Start Flow"> |
| 5 | <bpmn2:outgoing>SequenceFlow_0jfgn05</bpmn2:outgoing> |
| 6 | </bpmn2:startEvent> |
| 7 | <bpmn2:scriptTask id="preProcessRequest_ScriptTask" name="PreProcess Incoming Request" scriptFormat="groovy"> |
| 8 | <bpmn2:incoming>SequenceFlow_0jfgn05</bpmn2:incoming> |
| 9 | <bpmn2:outgoing>SequenceFlow_1jqc16k</bpmn2:outgoing> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame] | 10 | <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
|
Determe, Sebastien (sd378r) | b1e5734 | 2017-05-09 03:55:30 -0700 | [diff] [blame^] | 11 | def ddsi = new DoDeleteServiceInstance() |
| 12 | ddsi.preProcessRequest(execution) |
| 13 | ]]></bpmn2:script> |
| 14 | </bpmn2:scriptTask> |
| 15 | <bpmn2:endEvent id="EndEvent_3"> |
| 16 | <bpmn2:incoming>SequenceFlow_1wyvxwi</bpmn2:incoming> |
| 17 | </bpmn2:endEvent> |
| 18 | <bpmn2:callActivity id="callGenericDeleteService" name="Call AAI GenericDelete Service " calledElement="GenericDeleteService"> |
| 19 | <bpmn2:extensionElements> |
| 20 | <camunda:in source="serviceInstanceId" target="GENDS_serviceInstanceId" /> |
| 21 | <camunda:in source="subscriptionServiceType" target="GENDS_serviceType" /> |
| 22 | <camunda:in source="globalSubscriberId" target="GENDS_globalCustomerId" /> |
| 23 | <camunda:in sourceExpression="service-instance" target="GENDS_type" /> |
| 24 | <camunda:out source="GENDS_FoundIndicator" target="GENDS_FoundIndicator" /> |
| 25 | <camunda:in sourceExpression="""" target="GENGS_serviceType" /> |
| 26 | <camunda:out source="GENDS_SuccessIndicator" target="GENDS_SuccessIndicator" /> |
| 27 | <camunda:out source="WorkflowException" target="WorkflowExcpeton" /> |
| 28 | </bpmn2:extensionElements> |
| 29 | <bpmn2:incoming>SequenceFlow_0riudmc</bpmn2:incoming> |
| 30 | <bpmn2:incoming>SequenceFlow_0znbzxu</bpmn2:incoming> |
| 31 | <bpmn2:outgoing>SequenceFlow_05wu9i7</bpmn2:outgoing> |
| 32 | </bpmn2:callActivity> |
| 33 | <bpmn2:sequenceFlow id="SequenceFlow_05wu9i7" sourceRef="callGenericDeleteService" targetRef="ScriptTask_1ybdq3e" /> |
| 34 | <bpmn2:sequenceFlow id="SequenceFlow_0k28xib" sourceRef="CallActivity_0ak0ezb" targetRef="ScriptTask_1uxr0cx" /> |
| 35 | <bpmn2:callActivity id="CallActivity_0ak0ezb" name="Call SDNC Service Topology Deactivate" calledElement="sdncAdapter"> |
| 36 | <bpmn2:extensionElements> |
| 37 | <camunda:in source="sdncDeactivate" target="sdncAdapterWorkflowRequest" /> |
| 38 | <camunda:in source="msoRequestId" target="mso-request-id" /> |
| 39 | <camunda:in source="serviceInstanceId" target="mso-service-instance-id" /> |
| 40 | <camunda:out source="WorkflowException" target="WorkflowException" /> |
| 41 | <camunda:out source="sdncAdapterResponse" target="sdncDeactivateResponse" /> |
| 42 | <camunda:out source="SDNCA_SuccessIndicator" target="SDNCA_SuccessIndicator" /> |
| 43 | </bpmn2:extensionElements> |
| 44 | <bpmn2:incoming>SequenceFlow_0rtflal</bpmn2:incoming> |
| 45 | <bpmn2:outgoing>SequenceFlow_0k28xib</bpmn2:outgoing> |
| 46 | </bpmn2:callActivity> |
| 47 | <bpmn2:scriptTask id="ScriptTask_1uxr0cx" name="Post Process SDNC Deactivate" scriptFormat="groovy"> |
| 48 | <bpmn2:incoming>SequenceFlow_0k28xib</bpmn2:incoming> |
| 49 | <bpmn2:outgoing>SequenceFlow_1w8ao21</bpmn2:outgoing> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame] | 50 | <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
|
Determe, Sebastien (sd378r) | b1e5734 | 2017-05-09 03:55:30 -0700 | [diff] [blame^] | 51 | |
| 52 | String response = execution.getVariable("sdncDeactivateResponse") |
| 53 | def ddsi = new DoDeleteServiceInstance() |
| 54 | ddsi.postProcessSDNCDelete(execution, response, "deactivate")]]></bpmn2:script> |
| 55 | </bpmn2:scriptTask> |
| 56 | <bpmn2:sequenceFlow id="SequenceFlow_0jfgn05" sourceRef="deleteSI_startEven" targetRef="preProcessRequest_ScriptTask" /> |
| 57 | <bpmn2:scriptTask id="ScriptTask_0xxwbdq" name="PreProcess SDNC Delete" scriptFormat="groovy"> |
| 58 | <bpmn2:incoming>SequenceFlow_1dwch0k</bpmn2:incoming> |
| 59 | <bpmn2:outgoing>SequenceFlow_0rtflal</bpmn2:outgoing> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame] | 60 | <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
|
Determe, Sebastien (sd378r) | b1e5734 | 2017-05-09 03:55:30 -0700 | [diff] [blame^] | 61 | def ddsi = new DoDeleteServiceInstance() |
| 62 | ddsi.preProcessSDNCDelete(execution)]]></bpmn2:script> |
| 63 | </bpmn2:scriptTask> |
| 64 | <bpmn2:sequenceFlow id="SequenceFlow_0rtflal" sourceRef="ScriptTask_0xxwbdq" targetRef="CallActivity_0ak0ezb" /> |
| 65 | <bpmn2:exclusiveGateway id="ExclusiveGateway_0590oev" name="SI found in AAI" default="SequenceFlow_05jfuko"> |
| 66 | <bpmn2:incoming>SequenceFlow_1up0j5r</bpmn2:incoming> |
| 67 | <bpmn2:outgoing>SequenceFlow_1hcfvcj</bpmn2:outgoing> |
| 68 | <bpmn2:outgoing>SequenceFlow_05jfuko</bpmn2:outgoing> |
| 69 | </bpmn2:exclusiveGateway> |
| 70 | <bpmn2:sequenceFlow id="SequenceFlow_1hcfvcj" name="yes" sourceRef="ExclusiveGateway_0590oev" targetRef="ExclusiveGateway_1mrh7us"> |
| 71 | <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{execution.getVariable("GENGS_FoundIndicator" ) == true}]]></bpmn2:conditionExpression> |
| 72 | </bpmn2:sequenceFlow> |
| 73 | <bpmn2:endEvent id="EndEvent_0ronxsz"> |
| 74 | <bpmn2:incoming>SequenceFlow_05jfuko</bpmn2:incoming> |
| 75 | </bpmn2:endEvent> |
| 76 | <bpmn2:sequenceFlow id="SequenceFlow_05jfuko" name="no" sourceRef="ExclusiveGateway_0590oev" targetRef="EndEvent_0ronxsz" /> |
| 77 | <bpmn2:sequenceFlow id="SequenceFlow_1w8ao21" sourceRef="ScriptTask_1uxr0cx" targetRef="CallActivity_1c5wru8" /> |
| 78 | <bpmn2:exclusiveGateway id="ExclusiveGateway_1mrh7us" name="sdncVersion is 1610 " default="SequenceFlow_1dwch0k"> |
| 79 | <bpmn2:incoming>SequenceFlow_1hcfvcj</bpmn2:incoming> |
| 80 | <bpmn2:outgoing>SequenceFlow_0riudmc</bpmn2:outgoing> |
| 81 | <bpmn2:outgoing>SequenceFlow_1dwch0k</bpmn2:outgoing> |
| 82 | </bpmn2:exclusiveGateway> |
| 83 | <bpmn2:sequenceFlow id="SequenceFlow_0riudmc" name="yes" sourceRef="ExclusiveGateway_1mrh7us" targetRef="callGenericDeleteService"> |
| 84 | <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{ execution.getVariable("sdncVersion" ) == "1610" }]]></bpmn2:conditionExpression> |
| 85 | </bpmn2:sequenceFlow> |
| 86 | <bpmn2:sequenceFlow id="SequenceFlow_1dwch0k" name="no" sourceRef="ExclusiveGateway_1mrh7us" targetRef="ScriptTask_0xxwbdq" /> |
| 87 | <bpmn2:callActivity id="CallActivity_1s8pf0x" name="Call AAI Generic GetService" calledElement="GenericGetService"> |
| 88 | <bpmn2:extensionElements> |
| 89 | <camunda:in source="serviceInstanceId" target="GENGS_serviceInstanceId" /> |
| 90 | <camunda:in sourceExpression="service-instance" target="GENGS_type" /> |
| 91 | <camunda:out source="GENGS_FoundIndicator" target="GENGS_FoundIndicator" /> |
| 92 | <camunda:out source="GENGS_SuccessIndicator" target="GENGS_SuccessIndicator" /> |
| 93 | <camunda:out source="WorkflowException" target="WorkflowException" /> |
| 94 | <camunda:out source="GENGS_siResourceLink" target="GENGS_siResourceLink" /> |
| 95 | <camunda:out source="GENGS_service" target="GENGS_service" /> |
| 96 | </bpmn2:extensionElements> |
| 97 | <bpmn2:incoming>SequenceFlow_1jqc16k</bpmn2:incoming> |
| 98 | <bpmn2:outgoing>SequenceFlow_1grea1r</bpmn2:outgoing> |
| 99 | </bpmn2:callActivity> |
| 100 | <bpmn2:sequenceFlow id="SequenceFlow_1jqc16k" sourceRef="preProcessRequest_ScriptTask" targetRef="CallActivity_1s8pf0x" /> |
| 101 | <bpmn2:scriptTask id="ScriptTask_02da0lj" name="Post Process AAI GET" scriptFormat="groovy"> |
| 102 | <bpmn2:incoming>SequenceFlow_1grea1r</bpmn2:incoming> |
| 103 | <bpmn2:outgoing>SequenceFlow_1up0j5r</bpmn2:outgoing> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame] | 104 | <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
|
Determe, Sebastien (sd378r) | b1e5734 | 2017-05-09 03:55:30 -0700 | [diff] [blame^] | 105 | def ddsi = new DoDeleteServiceInstance() |
| 106 | ddsi.postProcessAAIGET(execution)]]></bpmn2:script> |
| 107 | </bpmn2:scriptTask> |
| 108 | <bpmn2:sequenceFlow id="SequenceFlow_1grea1r" sourceRef="CallActivity_1s8pf0x" targetRef="ScriptTask_02da0lj" /> |
| 109 | <bpmn2:sequenceFlow id="SequenceFlow_1up0j5r" sourceRef="ScriptTask_02da0lj" targetRef="ExclusiveGateway_0590oev" /> |
| 110 | <bpmn2:scriptTask id="ScriptTask_1ybdq3e" name="Post Process AAI Delete" scriptFormat="groovy"> |
| 111 | <bpmn2:incoming>SequenceFlow_05wu9i7</bpmn2:incoming> |
| 112 | <bpmn2:outgoing>SequenceFlow_1wyvxwi</bpmn2:outgoing> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame] | 113 | <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
|
Determe, Sebastien (sd378r) | b1e5734 | 2017-05-09 03:55:30 -0700 | [diff] [blame^] | 114 | def ddsi = new DoDeleteServiceInstance() |
| 115 | ddsi.postProcessAAIDEL(execution)]]></bpmn2:script> |
| 116 | </bpmn2:scriptTask> |
| 117 | <bpmn2:sequenceFlow id="SequenceFlow_1wyvxwi" sourceRef="ScriptTask_1ybdq3e" targetRef="EndEvent_3" /> |
| 118 | <bpmn2:subProcess id="SubProcess_1jggn82" name="Sub-process for UnexpectedErrors" triggeredByEvent="true"> |
| 119 | <bpmn2:startEvent id="StartEvent_1antv0y"> |
| 120 | <bpmn2:outgoing>SequenceFlow_0u33vy6</bpmn2:outgoing> |
| 121 | <bpmn2:errorEventDefinition errorRef="Error_1" /> |
| 122 | </bpmn2:startEvent> |
| 123 | <bpmn2:endEvent id="EndEvent_03iywf6"> |
| 124 | <bpmn2:incoming>SequenceFlow_0hevfee</bpmn2:incoming> |
| 125 | </bpmn2:endEvent> |
| 126 | <bpmn2:scriptTask id="ScriptTask_1va95un" name="Log / Print Unexpected Error" scriptFormat="groovy"> |
| 127 | <bpmn2:incoming>SequenceFlow_0u33vy6</bpmn2:incoming> |
| 128 | <bpmn2:outgoing>SequenceFlow_0hevfee</bpmn2:outgoing> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame] | 129 | <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.common.scripts.*
|
Determe, Sebastien (sd378r) | b1e5734 | 2017-05-09 03:55:30 -0700 | [diff] [blame^] | 130 | ExceptionUtil ex = new ExceptionUtil() |
| 131 | ex.processJavaException(execution)]]></bpmn2:script> |
| 132 | </bpmn2:scriptTask> |
| 133 | <bpmn2:sequenceFlow id="SequenceFlow_0u33vy6" name="" sourceRef="StartEvent_1antv0y" targetRef="ScriptTask_1va95un" /> |
| 134 | <bpmn2:sequenceFlow id="SequenceFlow_0hevfee" name="" sourceRef="ScriptTask_1va95un" targetRef="EndEvent_03iywf6" /> |
| 135 | </bpmn2:subProcess> |
| 136 | <bpmn2:callActivity id="CallActivity_1c5wru8" name="Call SDNC Service Topology Delete" calledElement="sdncAdapter"> |
| 137 | <bpmn2:extensionElements> |
| 138 | <camunda:in source="sdncDelete" target="sdncAdapterWorkflowRequest" /> |
| 139 | <camunda:in source="msoRequestId" target="mso-request-id" /> |
| 140 | <camunda:in source="serviceInstanceId" target="mso-service-instance-id" /> |
| 141 | <camunda:out source="WorkflowException" target="WorkflowException" /> |
| 142 | <camunda:out source="sdncAdapterResponse" target="sdncDeleteResponse" /> |
| 143 | <camunda:out source="SDNCA_SuccessIndicator" target="SDNCA_SuccessIndicator" /> |
| 144 | </bpmn2:extensionElements> |
| 145 | <bpmn2:incoming>SequenceFlow_1w8ao21</bpmn2:incoming> |
| 146 | <bpmn2:outgoing>SequenceFlow_14x55db</bpmn2:outgoing> |
| 147 | </bpmn2:callActivity> |
| 148 | <bpmn2:scriptTask id="ScriptTask_0lc115e" name="Post Process SDNC Delete" scriptFormat="groovy"> |
| 149 | <bpmn2:incoming>SequenceFlow_14x55db</bpmn2:incoming> |
| 150 | <bpmn2:outgoing>SequenceFlow_0znbzxu</bpmn2:outgoing> |
| 151 | <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.* |
| 152 | |
| 153 | String response = execution.getVariable("sdncDeleteResponse") |
| 154 | def ddsi = new DoDeleteServiceInstance() |
| 155 | ddsi.postProcessSDNCDelete(execution, response, "delete")]]></bpmn2:script> |
| 156 | </bpmn2:scriptTask> |
| 157 | <bpmn2:sequenceFlow id="SequenceFlow_14x55db" sourceRef="CallActivity_1c5wru8" targetRef="ScriptTask_0lc115e" /> |
| 158 | <bpmn2:sequenceFlow id="SequenceFlow_0znbzxu" sourceRef="ScriptTask_0lc115e" targetRef="callGenericDeleteService" /> |
| 159 | </bpmn2:process> |
| 160 | <bpmn2:error id="Error_2" name="MSOWorkflowException" errorCode="MSOWorkflowException" /> |
| 161 | <bpmn2:error id="Error_1" name="java.lang.Exception" errorCode="java.lang.Exception" /> |
| 162 | <bpmndi:BPMNDiagram id="BPMNDiagram_1"> |
| 163 | <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="DoDeleteServiceInstance"> |
| 164 | <bpmndi:BPMNShape id="_BPMNShape_StartEvent_47" bpmnElement="deleteSI_startEven"> |
| 165 | <dc:Bounds x="-334" y="79" width="36" height="36" /> |
| 166 | <bpmndi:BPMNLabel> |
| 167 | <dc:Bounds x="-340" y="120" width="49" height="13" /> |
| 168 | </bpmndi:BPMNLabel> |
| 169 | </bpmndi:BPMNShape> |
| 170 | <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_61" bpmnElement="preProcessRequest_ScriptTask"> |
| 171 | <dc:Bounds x="-229" y="57" width="100" height="80" /> |
| 172 | </bpmndi:BPMNShape> |
| 173 | <bpmndi:BPMNShape id="_BPMNShape_EndEvent_177" bpmnElement="EndEvent_3"> |
| 174 | <dc:Bounds x="1384" y="201" width="36" height="36" /> |
| 175 | <bpmndi:BPMNLabel> |
| 176 | <dc:Bounds x="1402" y="242" width="0" height="0" /> |
| 177 | </bpmndi:BPMNLabel> |
| 178 | </bpmndi:BPMNShape> |
| 179 | <bpmndi:BPMNShape id="CallActivity_1md4kyb_di" bpmnElement="callGenericDeleteService"> |
| 180 | <dc:Bounds x="1202" y="57" width="100" height="80" /> |
| 181 | </bpmndi:BPMNShape> |
| 182 | <bpmndi:BPMNEdge id="SequenceFlow_05wu9i7_di" bpmnElement="SequenceFlow_05wu9i7"> |
| 183 | <di:waypoint xsi:type="dc:Point" x="1302" y="97" /> |
| 184 | <di:waypoint xsi:type="dc:Point" x="1352" y="97" /> |
| 185 | <bpmndi:BPMNLabel> |
| 186 | <dc:Bounds x="1327" y="82" width="0" height="0" /> |
| 187 | </bpmndi:BPMNLabel> |
| 188 | </bpmndi:BPMNEdge> |
| 189 | <bpmndi:BPMNEdge id="SequenceFlow_0k28xib_di" bpmnElement="SequenceFlow_0k28xib"> |
| 190 | <di:waypoint xsi:type="dc:Point" x="738" y="97" /> |
| 191 | <di:waypoint xsi:type="dc:Point" x="776" y="97" /> |
| 192 | <bpmndi:BPMNLabel> |
| 193 | <dc:Bounds x="757" y="82" width="0" height="0" /> |
| 194 | </bpmndi:BPMNLabel> |
| 195 | </bpmndi:BPMNEdge> |
| 196 | <bpmndi:BPMNShape id="CallActivity_0ak0ezb_di" bpmnElement="CallActivity_0ak0ezb"> |
| 197 | <dc:Bounds x="638" y="57" width="100" height="80" /> |
| 198 | </bpmndi:BPMNShape> |
| 199 | <bpmndi:BPMNShape id="ScriptTask_1uxr0cx_di" bpmnElement="ScriptTask_1uxr0cx"> |
| 200 | <dc:Bounds x="776" y="57" width="100" height="80" /> |
| 201 | </bpmndi:BPMNShape> |
| 202 | <bpmndi:BPMNEdge id="SequenceFlow_0jfgn05_di" bpmnElement="SequenceFlow_0jfgn05"> |
| 203 | <di:waypoint xsi:type="dc:Point" x="-298" y="97" /> |
| 204 | <di:waypoint xsi:type="dc:Point" x="-262" y="97" /> |
| 205 | <di:waypoint xsi:type="dc:Point" x="-262" y="97" /> |
| 206 | <di:waypoint xsi:type="dc:Point" x="-229" y="97" /> |
| 207 | <bpmndi:BPMNLabel> |
| 208 | <dc:Bounds x="-247" y="97" width="0" height="0" /> |
| 209 | </bpmndi:BPMNLabel> |
| 210 | </bpmndi:BPMNEdge> |
| 211 | <bpmndi:BPMNShape id="ScriptTask_0xxwbdq_di" bpmnElement="ScriptTask_0xxwbdq"> |
| 212 | <dc:Bounds x="492" y="57" width="100" height="80" /> |
| 213 | </bpmndi:BPMNShape> |
| 214 | <bpmndi:BPMNEdge id="SequenceFlow_0rtflal_di" bpmnElement="SequenceFlow_0rtflal"> |
| 215 | <di:waypoint xsi:type="dc:Point" x="592" y="97" /> |
| 216 | <di:waypoint xsi:type="dc:Point" x="638" y="97" /> |
| 217 | <bpmndi:BPMNLabel> |
| 218 | <dc:Bounds x="615" y="82" width="0" height="0" /> |
| 219 | </bpmndi:BPMNLabel> |
| 220 | </bpmndi:BPMNEdge> |
| 221 | <bpmndi:BPMNShape id="ExclusiveGateway_0590oev_di" bpmnElement="ExclusiveGateway_0590oev" isMarkerVisible="true"> |
| 222 | <dc:Bounds x="305" y="72" width="50" height="50" /> |
| 223 | <bpmndi:BPMNLabel> |
| 224 | <dc:Bounds x="293" y="51" width="73" height="13" /> |
| 225 | </bpmndi:BPMNLabel> |
| 226 | </bpmndi:BPMNShape> |
| 227 | <bpmndi:BPMNEdge id="SequenceFlow_1hcfvcj_di" bpmnElement="SequenceFlow_1hcfvcj"> |
| 228 | <di:waypoint xsi:type="dc:Point" x="355" y="97" /> |
| 229 | <di:waypoint xsi:type="dc:Point" x="403" y="97" /> |
| 230 | <bpmndi:BPMNLabel> |
| 231 | <dc:Bounds x="384" y="99" width="18" height="12" /> |
| 232 | </bpmndi:BPMNLabel> |
| 233 | </bpmndi:BPMNEdge> |
| 234 | <bpmndi:BPMNShape id="EndEvent_0ronxsz_di" bpmnElement="EndEvent_0ronxsz"> |
| 235 | <dc:Bounds x="312" y="186" width="36" height="36" /> |
| 236 | <bpmndi:BPMNLabel> |
| 237 | <dc:Bounds x="330" y="227" width="0" height="0" /> |
| 238 | </bpmndi:BPMNLabel> |
| 239 | </bpmndi:BPMNShape> |
| 240 | <bpmndi:BPMNEdge id="SequenceFlow_05jfuko_di" bpmnElement="SequenceFlow_05jfuko"> |
| 241 | <di:waypoint xsi:type="dc:Point" x="330" y="122" /> |
| 242 | <di:waypoint xsi:type="dc:Point" x="330" y="186" /> |
| 243 | <bpmndi:BPMNLabel> |
| 244 | <dc:Bounds x="310" y="127.1200546314796" width="13" height="13" /> |
| 245 | </bpmndi:BPMNLabel> |
| 246 | </bpmndi:BPMNEdge> |
| 247 | <bpmndi:BPMNEdge id="SequenceFlow_1w8ao21_di" bpmnElement="SequenceFlow_1w8ao21"> |
| 248 | <di:waypoint xsi:type="dc:Point" x="876" y="97" /> |
| 249 | <di:waypoint xsi:type="dc:Point" x="917" y="97" /> |
| 250 | <bpmndi:BPMNLabel> |
| 251 | <dc:Bounds x="897" y="82" width="0" height="0" /> |
| 252 | </bpmndi:BPMNLabel> |
| 253 | </bpmndi:BPMNEdge> |
| 254 | <bpmndi:BPMNShape id="ExclusiveGateway_1mrh7us_di" bpmnElement="ExclusiveGateway_1mrh7us" isMarkerVisible="true"> |
| 255 | <dc:Bounds x="403" y="72" width="50" height="50" /> |
| 256 | <bpmndi:BPMNLabel> |
| 257 | <dc:Bounds x="390" y="122" width="75" height="24" /> |
| 258 | </bpmndi:BPMNLabel> |
| 259 | </bpmndi:BPMNShape> |
| 260 | <bpmndi:BPMNEdge id="SequenceFlow_0riudmc_di" bpmnElement="SequenceFlow_0riudmc"> |
| 261 | <di:waypoint xsi:type="dc:Point" x="428" y="72" /> |
| 262 | <di:waypoint xsi:type="dc:Point" x="428" y="-20" /> |
| 263 | <di:waypoint xsi:type="dc:Point" x="1252" y="-20" /> |
| 264 | <di:waypoint xsi:type="dc:Point" x="1252" y="57" /> |
| 265 | <bpmndi:BPMNLabel> |
| 266 | <dc:Bounds x="834" y="-35" width="18" height="12" /> |
| 267 | </bpmndi:BPMNLabel> |
| 268 | </bpmndi:BPMNEdge> |
| 269 | <bpmndi:BPMNEdge id="SequenceFlow_1dwch0k_di" bpmnElement="SequenceFlow_1dwch0k"> |
| 270 | <di:waypoint xsi:type="dc:Point" x="453" y="97" /> |
| 271 | <di:waypoint xsi:type="dc:Point" x="492" y="97" /> |
| 272 | <bpmndi:BPMNLabel> |
| 273 | <dc:Bounds x="464" y="73" width="12" height="12" /> |
| 274 | </bpmndi:BPMNLabel> |
| 275 | </bpmndi:BPMNEdge> |
| 276 | <bpmndi:BPMNShape id="CallActivity_1s8pf0x_di" bpmnElement="CallActivity_1s8pf0x"> |
| 277 | <dc:Bounds x="-64" y="57" width="100" height="80" /> |
| 278 | </bpmndi:BPMNShape> |
| 279 | <bpmndi:BPMNEdge id="SequenceFlow_1jqc16k_di" bpmnElement="SequenceFlow_1jqc16k"> |
| 280 | <di:waypoint xsi:type="dc:Point" x="-129" y="97" /> |
| 281 | <di:waypoint xsi:type="dc:Point" x="-100" y="97" /> |
| 282 | <di:waypoint xsi:type="dc:Point" x="-100" y="97" /> |
| 283 | <di:waypoint xsi:type="dc:Point" x="-64" y="97" /> |
| 284 | <bpmndi:BPMNLabel> |
| 285 | <dc:Bounds x="-85" y="97" width="0" height="0" /> |
| 286 | </bpmndi:BPMNLabel> |
| 287 | </bpmndi:BPMNEdge> |
| 288 | <bpmndi:BPMNShape id="ScriptTask_02da0lj_di" bpmnElement="ScriptTask_02da0lj"> |
| 289 | <dc:Bounds x="107" y="57" width="100" height="80" /> |
| 290 | </bpmndi:BPMNShape> |
| 291 | <bpmndi:BPMNEdge id="SequenceFlow_1grea1r_di" bpmnElement="SequenceFlow_1grea1r"> |
| 292 | <di:waypoint xsi:type="dc:Point" x="36" y="97" /> |
| 293 | <di:waypoint xsi:type="dc:Point" x="73" y="97" /> |
| 294 | <di:waypoint xsi:type="dc:Point" x="73" y="97" /> |
| 295 | <di:waypoint xsi:type="dc:Point" x="107" y="97" /> |
| 296 | <bpmndi:BPMNLabel> |
| 297 | <dc:Bounds x="88" y="97" width="0" height="0" /> |
| 298 | </bpmndi:BPMNLabel> |
| 299 | </bpmndi:BPMNEdge> |
| 300 | <bpmndi:BPMNEdge id="SequenceFlow_1up0j5r_di" bpmnElement="SequenceFlow_1up0j5r"> |
| 301 | <di:waypoint xsi:type="dc:Point" x="207" y="97" /> |
| 302 | <di:waypoint xsi:type="dc:Point" x="256" y="97" /> |
| 303 | <di:waypoint xsi:type="dc:Point" x="256" y="97" /> |
| 304 | <di:waypoint xsi:type="dc:Point" x="305" y="97" /> |
| 305 | <bpmndi:BPMNLabel> |
| 306 | <dc:Bounds x="271" y="97" width="0" height="0" /> |
| 307 | </bpmndi:BPMNLabel> |
| 308 | </bpmndi:BPMNEdge> |
| 309 | <bpmndi:BPMNShape id="ScriptTask_1ybdq3e_di" bpmnElement="ScriptTask_1ybdq3e"> |
| 310 | <dc:Bounds x="1352" y="57" width="100" height="80" /> |
| 311 | </bpmndi:BPMNShape> |
| 312 | <bpmndi:BPMNEdge id="SequenceFlow_1wyvxwi_di" bpmnElement="SequenceFlow_1wyvxwi"> |
| 313 | <di:waypoint xsi:type="dc:Point" x="1402" y="137" /> |
| 314 | <di:waypoint xsi:type="dc:Point" x="1402" y="201" /> |
| 315 | <bpmndi:BPMNLabel> |
| 316 | <dc:Bounds x="1417" y="169" width="0" height="0" /> |
| 317 | </bpmndi:BPMNLabel> |
| 318 | </bpmndi:BPMNEdge> |
| 319 | <bpmndi:BPMNShape id="SubProcess_1jggn82_di" bpmnElement="SubProcess_1jggn82" isExpanded="true"> |
| 320 | <dc:Bounds x="266" y="409" width="467" height="193" /> |
| 321 | </bpmndi:BPMNShape> |
| 322 | <bpmndi:BPMNShape id="StartEvent_1antv0y_di" bpmnElement="StartEvent_1antv0y"> |
| 323 | <dc:Bounds x="334" y="475" width="36" height="36" /> |
| 324 | <bpmndi:BPMNLabel> |
| 325 | <dc:Bounds x="352" y="516" width="0" height="0" /> |
| 326 | </bpmndi:BPMNLabel> |
| 327 | </bpmndi:BPMNShape> |
| 328 | <bpmndi:BPMNShape id="EndEvent_03iywf6_di" bpmnElement="EndEvent_03iywf6"> |
| 329 | <dc:Bounds x="627" y="475" width="36" height="36" /> |
| 330 | <bpmndi:BPMNLabel> |
| 331 | <dc:Bounds x="645" y="516" width="0" height="0" /> |
| 332 | </bpmndi:BPMNLabel> |
| 333 | </bpmndi:BPMNShape> |
| 334 | <bpmndi:BPMNShape id="ScriptTask_1va95un_di" bpmnElement="ScriptTask_1va95un"> |
| 335 | <dc:Bounds x="438" y="453" width="100" height="80" /> |
| 336 | </bpmndi:BPMNShape> |
| 337 | <bpmndi:BPMNEdge id="SequenceFlow_0u33vy6_di" bpmnElement="SequenceFlow_0u33vy6"> |
| 338 | <di:waypoint xsi:type="dc:Point" x="370" y="493" /> |
| 339 | <di:waypoint xsi:type="dc:Point" x="438" y="493" /> |
| 340 | <bpmndi:BPMNLabel> |
| 341 | <dc:Bounds x="404" y="478" width="0" height="0" /> |
| 342 | </bpmndi:BPMNLabel> |
| 343 | </bpmndi:BPMNEdge> |
| 344 | <bpmndi:BPMNEdge id="SequenceFlow_0hevfee_di" bpmnElement="SequenceFlow_0hevfee"> |
| 345 | <di:waypoint xsi:type="dc:Point" x="538" y="493" /> |
| 346 | <di:waypoint xsi:type="dc:Point" x="627" y="493" /> |
| 347 | <bpmndi:BPMNLabel> |
| 348 | <dc:Bounds x="583" y="478" width="0" height="0" /> |
| 349 | </bpmndi:BPMNLabel> |
| 350 | </bpmndi:BPMNEdge> |
| 351 | <bpmndi:BPMNShape id="CallActivity_1c5wru8_di" bpmnElement="CallActivity_1c5wru8"> |
| 352 | <dc:Bounds x="917" y="57" width="100" height="80" /> |
| 353 | </bpmndi:BPMNShape> |
| 354 | <bpmndi:BPMNShape id="ScriptTask_0lc115e_di" bpmnElement="ScriptTask_0lc115e"> |
| 355 | <dc:Bounds x="1058" y="57" width="100" height="80" /> |
| 356 | </bpmndi:BPMNShape> |
| 357 | <bpmndi:BPMNEdge id="SequenceFlow_14x55db_di" bpmnElement="SequenceFlow_14x55db"> |
| 358 | <di:waypoint xsi:type="dc:Point" x="1017" y="97" /> |
| 359 | <di:waypoint xsi:type="dc:Point" x="1058" y="97" /> |
| 360 | <bpmndi:BPMNLabel> |
| 361 | <dc:Bounds x="1038" y="82" width="0" height="0" /> |
| 362 | </bpmndi:BPMNLabel> |
| 363 | </bpmndi:BPMNEdge> |
| 364 | <bpmndi:BPMNEdge id="SequenceFlow_0znbzxu_di" bpmnElement="SequenceFlow_0znbzxu"> |
| 365 | <di:waypoint xsi:type="dc:Point" x="1158" y="97" /> |
| 366 | <di:waypoint xsi:type="dc:Point" x="1202" y="97" /> |
| 367 | <bpmndi:BPMNLabel> |
| 368 | <dc:Bounds x="1180" y="82" width="0" height="0" /> |
| 369 | </bpmndi:BPMNLabel> |
| 370 | </bpmndi:BPMNEdge> |
| 371 | </bpmndi:BPMNPlane> |
| 372 | </bpmndi:BPMNDiagram> |
| 373 | </bpmn2:definitions> |