Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [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:camunda="http://camunda.org/schema/1.0/bpmn" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" id="Definitions_1" targetNamespace="http://bpmn.io/schema/bpmn" exporter="Camunda Modeler" exporterVersion="1.10.0"> |
| 3 | <bpmn:process id="DoCustomDeleteE2EServiceInstanceV3" name="All Resources Deleted" isExecutable="true"> |
| 4 | <bpmn:startEvent id="StartEvent_0212h2r" name="Start Flow"> |
| 5 | <bpmn:outgoing>SequenceFlow_0vz7cd9</bpmn:outgoing> |
| 6 | </bpmn:startEvent> |
| 7 | <bpmn:scriptTask id="ScriptTask_06phzgv" name="PreProcess Incoming Request" scriptFormat="groovy"> |
| 8 | <bpmn:incoming>SequenceFlow_0vz7cd9</bpmn:incoming> |
| 9 | <bpmn:outgoing>SequenceFlow_11e6bfy</bpmn:outgoing> |
| 10 | <bpmn:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.* |
| 11 | def ddsi = new DoCustomDeleteE2EServiceInstance() |
| 12 | ddsi.preProcessRequest(execution) |
| 13 | ]]></bpmn:script> |
| 14 | </bpmn:scriptTask> |
| 15 | <bpmn:endEvent id="EndEvent_1uqzt26"> |
| 16 | <bpmn:incoming>SequenceFlow_0e7inkl</bpmn:incoming> |
| 17 | </bpmn:endEvent> |
| 18 | <bpmn:scriptTask id="ScriptTask_1rtnsh8" name="Post Process AAI GET" scriptFormat="groovy"> |
| 19 | <bpmn:incoming>SequenceFlow_188ejvu</bpmn:incoming> |
| 20 | <bpmn:outgoing>SequenceFlow_0vi0sv6</bpmn:outgoing> |
| 21 | <bpmn:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.* |
| 22 | def ddsi = new DoCustomDeleteE2EServiceInstance() |
| 23 | ddsi.postProcessAAIGET(execution)]]></bpmn:script> |
| 24 | </bpmn:scriptTask> |
| 25 | <bpmn:scriptTask id="ScriptTask_01erufg" name=" AAI Delete (svc instance) " scriptFormat="groovy"> |
| 26 | <bpmn:incoming>SequenceFlow_0oj2anh</bpmn:incoming> |
| 27 | <bpmn:incoming>SequenceFlow_1ev7z6q</bpmn:incoming> |
| 28 | <bpmn:outgoing>SequenceFlow_0e7inkl</bpmn:outgoing> |
| 29 | <bpmn:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.* |
| 30 | def ddsi = new DoCustomDeleteE2EServiceInstance() |
| 31 | ddsi.deleteServiceInstance(execution)]]></bpmn:script> |
| 32 | </bpmn:scriptTask> |
| 33 | <bpmn:subProcess id="SubProcess_1u8zt9i" name="Sub-process for UnexpectedErrors" triggeredByEvent="true"> |
| 34 | <bpmn:startEvent id="StartEvent_0sf5lpt"> |
| 35 | <bpmn:outgoing>SequenceFlow_1921mo3</bpmn:outgoing> |
| 36 | <bpmn:errorEventDefinition /> |
| 37 | </bpmn:startEvent> |
| 38 | <bpmn:endEvent id="EndEvent_06utmg4"> |
| 39 | <bpmn:incoming>SequenceFlow_18vlzfo</bpmn:incoming> |
| 40 | </bpmn:endEvent> |
| 41 | <bpmn:scriptTask id="ScriptTask_0nha3pr" name="Log / Print Unexpected Error" scriptFormat="groovy"> |
| 42 | <bpmn:incoming>SequenceFlow_1921mo3</bpmn:incoming> |
| 43 | <bpmn:outgoing>SequenceFlow_18vlzfo</bpmn:outgoing> |
| 44 | <bpmn:script><![CDATA[import org.onap.so.bpmn.common.scripts.* |
| 45 | ExceptionUtil ex = new ExceptionUtil() |
| 46 | ex.processJavaException(execution)]]></bpmn:script> |
| 47 | </bpmn:scriptTask> |
| 48 | <bpmn:sequenceFlow id="SequenceFlow_1921mo3" name="" sourceRef="StartEvent_0sf5lpt" targetRef="ScriptTask_0nha3pr" /> |
| 49 | <bpmn:sequenceFlow id="SequenceFlow_18vlzfo" name="" sourceRef="ScriptTask_0nha3pr" targetRef="EndEvent_06utmg4" /> |
| 50 | </bpmn:subProcess> |
| 51 | <bpmn:sequenceFlow id="SequenceFlow_0vz7cd9" sourceRef="StartEvent_0212h2r" targetRef="ScriptTask_06phzgv" /> |
| 52 | <bpmn:sequenceFlow id="SequenceFlow_11e6bfy" sourceRef="ScriptTask_06phzgv" targetRef="CallActivity_076pc2z" /> |
| 53 | <bpmn:sequenceFlow id="SequenceFlow_0e7inkl" sourceRef="ScriptTask_01erufg" targetRef="EndEvent_1uqzt26" /> |
| 54 | <bpmn:sequenceFlow id="SequenceFlow_0vi0sv6" sourceRef="ScriptTask_1rtnsh8" targetRef="ScriptTask_146jt8v" /> |
| 55 | <bpmn:scriptTask id="ScriptTask_0z30dax" name="Prepare Resource Delele For WAN" scriptFormat="groovy"> |
| 56 | <bpmn:incoming>SequenceFlow_1ubor5z</bpmn:incoming> |
| 57 | <bpmn:outgoing>SequenceFlow_1dza4q4</bpmn:outgoing> |
| 58 | <bpmn:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.* |
| 59 | String resourceName = execution.getVariable("resourceType") |
| 60 | def ddsi = new DoCustomDeleteE2EServiceInstance() |
| 61 | ddsi.preResourceDelete(execution, resourceName )]]></bpmn:script> |
| 62 | </bpmn:scriptTask> |
| 63 | <bpmn:sequenceFlow id="SequenceFlow_1dza4q4" sourceRef="ScriptTask_0z30dax" targetRef="CallActivity_Del_SDNC_cust" /> |
| 64 | <bpmn:sequenceFlow id="SequenceFlow_1wnkgpx" sourceRef="Task_0z1x3sg" targetRef="Task_0963dho" /> |
| 65 | <bpmn:scriptTask id="Task_0z1x3sg" name="Prepare Resource Delele For NS" scriptFormat="groovy"> |
| 66 | <bpmn:incoming>SequenceFlow_1x3lehs</bpmn:incoming> |
| 67 | <bpmn:outgoing>SequenceFlow_1wnkgpx</bpmn:outgoing> |
| 68 | <bpmn:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.* |
| 69 | String resourceName = execution.getVariable("resourceType") |
| 70 | def ddsi = new DoCustomDeleteE2EServiceInstance() |
| 71 | ddsi.preResourceDelete(execution, resourceName )]]></bpmn:script> |
| 72 | </bpmn:scriptTask> |
| 73 | <bpmn:callActivity id="Task_0963dho" name="Call Network Service Delete for NS" calledElement="DoDeleteVFCNetworkServiceInstance"> |
| 74 | <bpmn:extensionElements> |
| 75 | <camunda:in source="globalSubscriberId" target="globalSubscriberId" /> |
| 76 | <camunda:in source="serviceType" target="serviceType" /> |
| 77 | <camunda:in source="serviceInstanceId" target="serviceId" /> |
| 78 | <camunda:in source="operationId" target="operationId" /> |
| 79 | <camunda:in source="resourceTemplateId" target="resourceTemplateId" /> |
| 80 | <camunda:in source="resourceInstanceId" target="resourceInstanceId" /> |
| 81 | <camunda:in source="resourceType" target="resourceType" /> |
| 82 | <camunda:in source="operationType" target="operationType" /> |
| 83 | </bpmn:extensionElements> |
| 84 | <bpmn:incoming>SequenceFlow_1wnkgpx</bpmn:incoming> |
| 85 | <bpmn:outgoing>SequenceFlow_0phwem2</bpmn:outgoing> |
| 86 | </bpmn:callActivity> |
| 87 | <bpmn:serviceTask id="CallActivity_Del_SDNC_cust" name="Call Custom Delete SDNC Overlay" camunda:class="org.onap.so.bpmn.infrastructure.workflow.serviceTask.SdncNetworkTopologyOperationTask"> |
| 88 | <bpmn:incoming>SequenceFlow_1dza4q4</bpmn:incoming> |
| 89 | <bpmn:outgoing>SequenceFlow_1lxqjmp</bpmn:outgoing> |
| 90 | </bpmn:serviceTask> |
| 91 | <bpmn:serviceTask id="Task_0edkv0m" name="Call Delete SDNC Service Topology" camunda:class="org.onap.so.bpmn.infrastructure.workflow.serviceTask.SdncServiceTopologyOperationTask"> |
| 92 | <bpmn:incoming>SequenceFlow_1icwpye</bpmn:incoming> |
| 93 | <bpmn:outgoing>SequenceFlow_1ev7z6q</bpmn:outgoing> |
| 94 | </bpmn:serviceTask> |
| 95 | <bpmn:scriptTask id="ScriptTask_146jt8v" name="Prepare Resource Oper Status" scriptFormat="groovy"> |
| 96 | <bpmn:incoming>SequenceFlow_0vi0sv6</bpmn:incoming> |
| 97 | <bpmn:outgoing>SequenceFlow_1ym9otf</bpmn:outgoing> |
| 98 | <bpmn:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.* |
| 99 | def ddsi = new DoCustomDeleteE2EServiceInstance() |
| 100 | ddsi.preInitResourcesOperStatus(execution)]]></bpmn:script> |
| 101 | </bpmn:scriptTask> |
| 102 | <bpmn:serviceTask id="ServiceTask_00tg69u" name="Init Resource Oper Status"> |
| 103 | <bpmn:extensionElements> |
| 104 | <camunda:connector> |
| 105 | <camunda:inputOutput> |
| 106 | <camunda:inputParameter name="url">${URN_mso_adapters_openecomp_db_endpoint}</camunda:inputParameter> |
| 107 | <camunda:inputParameter name="headers"> |
| 108 | <camunda:map> |
| 109 | <camunda:entry key="content-type">application/soap+xml</camunda:entry> |
| 110 | <camunda:entry key="Authorization">Basic QlBFTENsaWVudDpwYXNzd29yZDEk</camunda:entry> |
| 111 | </camunda:map> |
| 112 | </camunda:inputParameter> |
| 113 | <camunda:inputParameter name="payload">${CVFMI_initResOperStatusRequest}</camunda:inputParameter> |
| 114 | <camunda:inputParameter name="method">POST</camunda:inputParameter> |
| 115 | <camunda:outputParameter name="CVFMI_dbResponseCode">${statusCode}</camunda:outputParameter> |
| 116 | <camunda:outputParameter name="CVFMI_dbResponse">${response}</camunda:outputParameter> |
| 117 | </camunda:inputOutput> |
| 118 | <camunda:connectorId>http-connector</camunda:connectorId> |
| 119 | </camunda:connector> |
| 120 | </bpmn:extensionElements> |
| 121 | <bpmn:incoming>SequenceFlow_1ym9otf</bpmn:incoming> |
| 122 | <bpmn:outgoing>SequenceFlow_1j08ko3</bpmn:outgoing> |
| 123 | </bpmn:serviceTask> |
| 124 | <bpmn:sequenceFlow id="SequenceFlow_1ym9otf" sourceRef="ScriptTask_146jt8v" targetRef="ServiceTask_00tg69u" /> |
| 125 | <bpmn:callActivity id="CallActivity_076pc2z" name="Call AAI Generic GetService" calledElement="GenericGetService"> |
| 126 | <bpmn:extensionElements> |
| 127 | <camunda:in source="serviceInstanceId" target="GENGS_serviceInstanceId" /> |
| 128 | <camunda:in sourceExpression="service-instance" target="GENGS_type" /> |
| 129 | <camunda:out source="GENGS_FoundIndicator" target="GENGS_FoundIndicator" /> |
| 130 | <camunda:out source="GENGS_SuccessIndicator" target="GENGS_SuccessIndicator" /> |
| 131 | <camunda:out source="WorkflowException" target="WorkflowException" /> |
| 132 | <camunda:out source="GENGS_siResourceLink" target="GENGS_siResourceLink" /> |
| 133 | <camunda:out source="GENGS_service" target="GENGS_service" /> |
| 134 | <camunda:in source="globalSubscriberId" target="GENGS_globalCustomerId" /> |
| 135 | <camunda:in source="serviceType" target="GENGS_serviceType" /> |
| 136 | </bpmn:extensionElements> |
| 137 | <bpmn:incoming>SequenceFlow_11e6bfy</bpmn:incoming> |
| 138 | <bpmn:outgoing>SequenceFlow_188ejvu</bpmn:outgoing> |
| 139 | </bpmn:callActivity> |
| 140 | <bpmn:sequenceFlow id="SequenceFlow_188ejvu" sourceRef="CallActivity_076pc2z" targetRef="ScriptTask_1rtnsh8" /> |
| 141 | <bpmn:scriptTask id="ScriptTask_0o5bglz" name="Sequense Resources" scriptFormat="groovy"> |
| 142 | <bpmn:incoming>SequenceFlow_1j08ko3</bpmn:incoming> |
| 143 | <bpmn:outgoing>SequenceFlow_03c0zlq</bpmn:outgoing> |
| 144 | <bpmn:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.* |
| 145 | def ddsi = new DoCustomDeleteE2EServiceInstance() |
| 146 | ddsi.sequenceResource(execution)]]></bpmn:script> |
| 147 | </bpmn:scriptTask> |
| 148 | <bpmn:sequenceFlow id="SequenceFlow_1j08ko3" sourceRef="ServiceTask_00tg69u" targetRef="ScriptTask_0o5bglz" /> |
| 149 | <bpmn:exclusiveGateway id="ExclusiveGateway_07toixi" name="Check Current Resource"> |
| 150 | <bpmn:incoming>SequenceFlow_1htjmkv</bpmn:incoming> |
| 151 | <bpmn:outgoing>SequenceFlow_1ubor5z</bpmn:outgoing> |
| 152 | <bpmn:outgoing>SequenceFlow_1x3lehs</bpmn:outgoing> |
| 153 | </bpmn:exclusiveGateway> |
| 154 | <bpmn:scriptTask id="ScriptTask_12q6a51" name="Get Current Resource" scriptFormat="groovy"> |
| 155 | <bpmn:incoming>SequenceFlow_03c0zlq</bpmn:incoming> |
| 156 | <bpmn:incoming>SequenceFlow_0s1lswk</bpmn:incoming> |
| 157 | <bpmn:outgoing>SequenceFlow_1htjmkv</bpmn:outgoing> |
| 158 | <bpmn:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.* |
| 159 | def ddsi = new DoCustomDeleteE2EServiceInstance() |
| 160 | ddsi.getCurrentResource(execution)]]></bpmn:script> |
| 161 | </bpmn:scriptTask> |
| 162 | <bpmn:sequenceFlow id="SequenceFlow_03c0zlq" sourceRef="ScriptTask_0o5bglz" targetRef="ScriptTask_12q6a51" /> |
| 163 | <bpmn:sequenceFlow id="SequenceFlow_1htjmkv" sourceRef="ScriptTask_12q6a51" targetRef="ExclusiveGateway_07toixi" /> |
| 164 | <bpmn:sequenceFlow id="SequenceFlow_1ubor5z" name="SDN-C" sourceRef="ExclusiveGateway_07toixi" targetRef="ScriptTask_0z30dax"> |
| 165 | <bpmn:conditionExpression xsi:type="bpmn:tFormalExpression"><![CDATA[#{(execution.getVariable("controllerInfo" ) == "SDN-C" )}]]></bpmn:conditionExpression> |
| 166 | </bpmn:sequenceFlow> |
| 167 | <bpmn:sequenceFlow id="SequenceFlow_1x3lehs" name="VF-C" sourceRef="ExclusiveGateway_07toixi" targetRef="Task_0z1x3sg"> |
| 168 | <bpmn:conditionExpression xsi:type="bpmn:tFormalExpression"><![CDATA[#{(execution.getVariable("controllerInfo" ) == "VF-C" )}]]></bpmn:conditionExpression> |
| 169 | </bpmn:sequenceFlow> |
| 170 | <bpmn:scriptTask id="ScriptTask_0w46sge" name="Parse Next Resource" scriptFormat="groovy"> |
| 171 | <bpmn:incoming>SequenceFlow_1lxqjmp</bpmn:incoming> |
| 172 | <bpmn:incoming>SequenceFlow_0phwem2</bpmn:incoming> |
| 173 | <bpmn:outgoing>SequenceFlow_0l5r96s</bpmn:outgoing> |
| 174 | <bpmn:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.* |
| 175 | def ddsi = new DoCustomDeleteE2EServiceInstance() |
| 176 | ddsi.parseNextResource(execution)]]></bpmn:script> |
| 177 | </bpmn:scriptTask> |
| 178 | <bpmn:sequenceFlow id="SequenceFlow_1lxqjmp" sourceRef="CallActivity_Del_SDNC_cust" targetRef="ScriptTask_0w46sge" /> |
| 179 | <bpmn:sequenceFlow id="SequenceFlow_0phwem2" sourceRef="Task_0963dho" targetRef="ScriptTask_0w46sge" /> |
| 180 | <bpmn:exclusiveGateway id="ExclusiveGateway_1hgjg3u" name="Is All Resource Deleted"> |
| 181 | <bpmn:incoming>SequenceFlow_0l5r96s</bpmn:incoming> |
| 182 | <bpmn:outgoing>SequenceFlow_0talboa</bpmn:outgoing> |
| 183 | <bpmn:outgoing>SequenceFlow_0s1lswk</bpmn:outgoing> |
| 184 | </bpmn:exclusiveGateway> |
| 185 | <bpmn:sequenceFlow id="SequenceFlow_0l5r96s" sourceRef="ScriptTask_0w46sge" targetRef="ExclusiveGateway_1hgjg3u" /> |
| 186 | <bpmn:exclusiveGateway id="ExclusiveGateway_16046vb" name="Is SDNC Service Contained"> |
| 187 | <bpmn:incoming>SequenceFlow_0talboa</bpmn:incoming> |
| 188 | <bpmn:outgoing>SequenceFlow_1icwpye</bpmn:outgoing> |
| 189 | <bpmn:outgoing>SequenceFlow_0oj2anh</bpmn:outgoing> |
| 190 | </bpmn:exclusiveGateway> |
| 191 | <bpmn:sequenceFlow id="SequenceFlow_1icwpye" name="yes" sourceRef="ExclusiveGateway_16046vb" targetRef="Task_0edkv0m"> |
| 192 | <bpmn:conditionExpression xsi:type="bpmn:tFormalExpression"><![CDATA[#{(execution.getVariable("isContainsWanResource" ) == "true" )}]]></bpmn:conditionExpression> |
| 193 | </bpmn:sequenceFlow> |
| 194 | <bpmn:sequenceFlow id="SequenceFlow_1ev7z6q" sourceRef="Task_0edkv0m" targetRef="ScriptTask_01erufg" /> |
| 195 | <bpmn:sequenceFlow id="SequenceFlow_0oj2anh" name="no" sourceRef="ExclusiveGateway_16046vb" targetRef="ScriptTask_01erufg"> |
| 196 | <bpmn:conditionExpression xsi:type="bpmn:tFormalExpression"><![CDATA[#{(execution.getVariable("isContainsWanResource" ) == "false" )}]]></bpmn:conditionExpression> |
| 197 | </bpmn:sequenceFlow> |
| 198 | <bpmn:sequenceFlow id="SequenceFlow_0talboa" name="yes" sourceRef="ExclusiveGateway_1hgjg3u" targetRef="ExclusiveGateway_16046vb"> |
| 199 | <bpmn:conditionExpression xsi:type="bpmn:tFormalExpression"><![CDATA[#{(execution.getVariable("allResourceFinished" ) == "true" )}]]></bpmn:conditionExpression> |
| 200 | </bpmn:sequenceFlow> |
| 201 | <bpmn:sequenceFlow id="SequenceFlow_0s1lswk" name="no" sourceRef="ExclusiveGateway_1hgjg3u" targetRef="ScriptTask_12q6a51"> |
| 202 | <bpmn:conditionExpression xsi:type="bpmn:tFormalExpression"><![CDATA[#{(execution.getVariable("allResourceFinished" ) == "false" )}]]></bpmn:conditionExpression> |
| 203 | </bpmn:sequenceFlow> |
| 204 | </bpmn:process> |
| 205 | <bpmndi:BPMNDiagram id="BPMNDiagram_1"> |
| 206 | <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="DoCustomDeleteE2EServiceInstanceV3"> |
| 207 | <bpmndi:BPMNShape id="StartEvent_0212h2r_di" bpmnElement="StartEvent_0212h2r"> |
| 208 | <dc:Bounds x="-612" y="-35" width="36" height="36" /> |
| 209 | <bpmndi:BPMNLabel> |
| 210 | <dc:Bounds x="-618" y="6" width="50" height="12" /> |
| 211 | </bpmndi:BPMNLabel> |
| 212 | </bpmndi:BPMNShape> |
| 213 | <bpmndi:BPMNShape id="ScriptTask_06phzgv_di" bpmnElement="ScriptTask_06phzgv"> |
| 214 | <dc:Bounds x="-519" y="-57" width="100" height="80" /> |
| 215 | </bpmndi:BPMNShape> |
| 216 | <bpmndi:BPMNShape id="EndEvent_1uqzt26_di" bpmnElement="EndEvent_1uqzt26"> |
| 217 | <dc:Bounds x="1388" y="790" width="36" height="36" /> |
| 218 | <bpmndi:BPMNLabel> |
| 219 | <dc:Bounds x="1316" y="831" width="90" height="12" /> |
| 220 | </bpmndi:BPMNLabel> |
| 221 | </bpmndi:BPMNShape> |
| 222 | <bpmndi:BPMNShape id="ScriptTask_1rtnsh8_di" bpmnElement="ScriptTask_1rtnsh8"> |
| 223 | <dc:Bounds x="-193" y="-57" width="100" height="80" /> |
| 224 | </bpmndi:BPMNShape> |
| 225 | <bpmndi:BPMNShape id="ScriptTask_01erufg_di" bpmnElement="ScriptTask_01erufg"> |
| 226 | <dc:Bounds x="1356" y="513" width="100" height="80" /> |
| 227 | </bpmndi:BPMNShape> |
| 228 | <bpmndi:BPMNShape id="SubProcess_1u8zt9i_di" bpmnElement="SubProcess_1u8zt9i" isExpanded="true"> |
| 229 | <dc:Bounds x="292" y="675" width="467" height="193" /> |
| 230 | </bpmndi:BPMNShape> |
| 231 | <bpmndi:BPMNEdge id="SequenceFlow_0vz7cd9_di" bpmnElement="SequenceFlow_0vz7cd9"> |
| 232 | <di:waypoint xsi:type="dc:Point" x="-576" y="-17" /> |
| 233 | <di:waypoint xsi:type="dc:Point" x="-519" y="-17" /> |
| 234 | <bpmndi:BPMNLabel> |
| 235 | <dc:Bounds x="-592.5" y="-38" width="90" height="12" /> |
| 236 | </bpmndi:BPMNLabel> |
| 237 | </bpmndi:BPMNEdge> |
| 238 | <bpmndi:BPMNEdge id="SequenceFlow_11e6bfy_di" bpmnElement="SequenceFlow_11e6bfy"> |
| 239 | <di:waypoint xsi:type="dc:Point" x="-419" y="-17" /> |
| 240 | <di:waypoint xsi:type="dc:Point" x="-357" y="-17" /> |
| 241 | <bpmndi:BPMNLabel> |
| 242 | <dc:Bounds x="-433" y="-38" width="90" height="12" /> |
| 243 | </bpmndi:BPMNLabel> |
| 244 | </bpmndi:BPMNEdge> |
| 245 | <bpmndi:BPMNEdge id="SequenceFlow_0e7inkl_di" bpmnElement="SequenceFlow_0e7inkl"> |
| 246 | <di:waypoint xsi:type="dc:Point" x="1406" y="593" /> |
| 247 | <di:waypoint xsi:type="dc:Point" x="1406" y="790" /> |
| 248 | <bpmndi:BPMNLabel> |
| 249 | <dc:Bounds x="1376" y="685.5" width="90" height="12" /> |
| 250 | </bpmndi:BPMNLabel> |
| 251 | </bpmndi:BPMNEdge> |
| 252 | <bpmndi:BPMNEdge id="SequenceFlow_0vi0sv6_di" bpmnElement="SequenceFlow_0vi0sv6"> |
| 253 | <di:waypoint xsi:type="dc:Point" x="-93" y="-17" /> |
| 254 | <di:waypoint xsi:type="dc:Point" x="-26" y="-17" /> |
| 255 | <bpmndi:BPMNLabel> |
| 256 | <dc:Bounds x="-104.5" y="-38" width="90" height="12" /> |
| 257 | </bpmndi:BPMNLabel> |
| 258 | </bpmndi:BPMNEdge> |
| 259 | <bpmndi:BPMNShape id="StartEvent_0sf5lpt_di" bpmnElement="StartEvent_0sf5lpt"> |
| 260 | <dc:Bounds x="360" y="742" width="36" height="36" /> |
| 261 | <bpmndi:BPMNLabel> |
| 262 | <dc:Bounds x="288" y="783" width="90" height="12" /> |
| 263 | </bpmndi:BPMNLabel> |
| 264 | </bpmndi:BPMNShape> |
| 265 | <bpmndi:BPMNShape id="EndEvent_06utmg4_di" bpmnElement="EndEvent_06utmg4"> |
| 266 | <dc:Bounds x="653" y="742" width="36" height="36" /> |
| 267 | <bpmndi:BPMNLabel> |
| 268 | <dc:Bounds x="581" y="783" width="90" height="12" /> |
| 269 | </bpmndi:BPMNLabel> |
| 270 | </bpmndi:BPMNShape> |
| 271 | <bpmndi:BPMNShape id="ScriptTask_0nha3pr_di" bpmnElement="ScriptTask_0nha3pr"> |
| 272 | <dc:Bounds x="464" y="720" width="100" height="80" /> |
| 273 | </bpmndi:BPMNShape> |
| 274 | <bpmndi:BPMNEdge id="SequenceFlow_1921mo3_di" bpmnElement="SequenceFlow_1921mo3"> |
| 275 | <di:waypoint xsi:type="dc:Point" x="396" y="760" /> |
| 276 | <di:waypoint xsi:type="dc:Point" x="464" y="760" /> |
| 277 | <bpmndi:BPMNLabel> |
| 278 | <dc:Bounds x="340" y="745" width="90" height="12" /> |
| 279 | </bpmndi:BPMNLabel> |
| 280 | </bpmndi:BPMNEdge> |
| 281 | <bpmndi:BPMNEdge id="SequenceFlow_18vlzfo_di" bpmnElement="SequenceFlow_18vlzfo"> |
| 282 | <di:waypoint xsi:type="dc:Point" x="564" y="760" /> |
| 283 | <di:waypoint xsi:type="dc:Point" x="653" y="760" /> |
| 284 | <bpmndi:BPMNLabel> |
| 285 | <dc:Bounds x="520" y="745" width="90" height="12" /> |
| 286 | </bpmndi:BPMNLabel> |
| 287 | </bpmndi:BPMNEdge> |
| 288 | <bpmndi:BPMNShape id="ScriptTask_0z30dax_di" bpmnElement="ScriptTask_0z30dax"> |
| 289 | <dc:Bounds x="470" y="111" width="100" height="80" /> |
| 290 | </bpmndi:BPMNShape> |
| 291 | <bpmndi:BPMNEdge id="SequenceFlow_1dza4q4_di" bpmnElement="SequenceFlow_1dza4q4"> |
| 292 | <di:waypoint xsi:type="dc:Point" x="570" y="151" /> |
| 293 | <di:waypoint xsi:type="dc:Point" x="688" y="152" /> |
| 294 | <bpmndi:BPMNLabel> |
| 295 | <dc:Bounds x="584" y="130.5" width="90" height="12" /> |
| 296 | </bpmndi:BPMNLabel> |
| 297 | </bpmndi:BPMNEdge> |
| 298 | <bpmndi:BPMNEdge id="SequenceFlow_1wnkgpx_di" bpmnElement="SequenceFlow_1wnkgpx"> |
| 299 | <di:waypoint xsi:type="dc:Point" x="576" y="378" /> |
| 300 | <di:waypoint xsi:type="dc:Point" x="688" y="378" /> |
| 301 | <bpmndi:BPMNLabel> |
| 302 | <dc:Bounds x="587" y="357" width="90" height="12" /> |
| 303 | </bpmndi:BPMNLabel> |
| 304 | </bpmndi:BPMNEdge> |
| 305 | <bpmndi:BPMNShape id="ScriptTask_00301ai_di" bpmnElement="Task_0z1x3sg"> |
| 306 | <dc:Bounds x="476" y="338" width="100" height="80" /> |
| 307 | </bpmndi:BPMNShape> |
| 308 | <bpmndi:BPMNShape id="CallActivity_1mwacgl_di" bpmnElement="Task_0963dho"> |
| 309 | <dc:Bounds x="688" y="338" width="100" height="80" /> |
| 310 | </bpmndi:BPMNShape> |
| 311 | <bpmndi:BPMNShape id="ServiceTask_0v9q75y_di" bpmnElement="CallActivity_Del_SDNC_cust"> |
| 312 | <dc:Bounds x="688" y="112" width="100" height="80" /> |
| 313 | </bpmndi:BPMNShape> |
| 314 | <bpmndi:BPMNShape id="ServiceTask_0p4b7e1_di" bpmnElement="Task_0edkv0m"> |
| 315 | <dc:Bounds x="1356" y="233" width="100" height="80" /> |
| 316 | </bpmndi:BPMNShape> |
| 317 | <bpmndi:BPMNShape id="ScriptTask_146jt8v_di" bpmnElement="ScriptTask_146jt8v"> |
| 318 | <dc:Bounds x="-26" y="-57" width="100" height="80" /> |
| 319 | </bpmndi:BPMNShape> |
| 320 | <bpmndi:BPMNShape id="ServiceTask_00tg69u_di" bpmnElement="ServiceTask_00tg69u"> |
| 321 | <dc:Bounds x="-26" y="67" width="100" height="80" /> |
| 322 | </bpmndi:BPMNShape> |
| 323 | <bpmndi:BPMNEdge id="SequenceFlow_1ym9otf_di" bpmnElement="SequenceFlow_1ym9otf"> |
| 324 | <di:waypoint xsi:type="dc:Point" x="24" y="23" /> |
| 325 | <di:waypoint xsi:type="dc:Point" x="24" y="67" /> |
| 326 | <bpmndi:BPMNLabel> |
| 327 | <dc:Bounds x="-6" y="39" width="90" height="12" /> |
| 328 | </bpmndi:BPMNLabel> |
| 329 | </bpmndi:BPMNEdge> |
| 330 | <bpmndi:BPMNShape id="CallActivity_076pc2z_di" bpmnElement="CallActivity_076pc2z"> |
| 331 | <dc:Bounds x="-357" y="-57" width="100" height="80" /> |
| 332 | </bpmndi:BPMNShape> |
| 333 | <bpmndi:BPMNEdge id="SequenceFlow_188ejvu_di" bpmnElement="SequenceFlow_188ejvu"> |
| 334 | <di:waypoint xsi:type="dc:Point" x="-257" y="-17" /> |
| 335 | <di:waypoint xsi:type="dc:Point" x="-193" y="-17" /> |
| 336 | <bpmndi:BPMNLabel> |
| 337 | <dc:Bounds x="-225" y="-38" width="0" height="12" /> |
| 338 | </bpmndi:BPMNLabel> |
| 339 | </bpmndi:BPMNEdge> |
| 340 | <bpmndi:BPMNShape id="ScriptTask_0o5bglz_di" bpmnElement="ScriptTask_0o5bglz"> |
| 341 | <dc:Bounds x="-26" y="233" width="100" height="80" /> |
| 342 | </bpmndi:BPMNShape> |
| 343 | <bpmndi:BPMNEdge id="SequenceFlow_1j08ko3_di" bpmnElement="SequenceFlow_1j08ko3"> |
| 344 | <di:waypoint xsi:type="dc:Point" x="24" y="147" /> |
| 345 | <di:waypoint xsi:type="dc:Point" x="24" y="233" /> |
| 346 | <bpmndi:BPMNLabel> |
| 347 | <dc:Bounds x="39" y="184" width="0" height="12" /> |
| 348 | </bpmndi:BPMNLabel> |
| 349 | </bpmndi:BPMNEdge> |
| 350 | <bpmndi:BPMNShape id="ExclusiveGateway_07toixi_di" bpmnElement="ExclusiveGateway_07toixi" isMarkerVisible="true"> |
| 351 | <dc:Bounds x="342.56962025316454" y="248" width="50" height="50" /> |
| 352 | <bpmndi:BPMNLabel> |
| 353 | <dc:Bounds x="332" y="302" width="73" height="24" /> |
| 354 | </bpmndi:BPMNLabel> |
| 355 | </bpmndi:BPMNShape> |
| 356 | <bpmndi:BPMNShape id="ScriptTask_12q6a51_di" bpmnElement="ScriptTask_12q6a51"> |
| 357 | <dc:Bounds x="159" y="450" width="100" height="80" /> |
| 358 | </bpmndi:BPMNShape> |
| 359 | <bpmndi:BPMNEdge id="SequenceFlow_03c0zlq_di" bpmnElement="SequenceFlow_03c0zlq"> |
| 360 | <di:waypoint xsi:type="dc:Point" x="24" y="313" /> |
| 361 | <di:waypoint xsi:type="dc:Point" x="24" y="494" /> |
| 362 | <di:waypoint xsi:type="dc:Point" x="159" y="490" /> |
| 363 | <bpmndi:BPMNLabel> |
| 364 | <dc:Bounds x="39" y="397.5" width="0" height="12" /> |
| 365 | </bpmndi:BPMNLabel> |
| 366 | </bpmndi:BPMNEdge> |
| 367 | <bpmndi:BPMNEdge id="SequenceFlow_1htjmkv_di" bpmnElement="SequenceFlow_1htjmkv"> |
| 368 | <di:waypoint xsi:type="dc:Point" x="209" y="450" /> |
| 369 | <di:waypoint xsi:type="dc:Point" x="209" y="273" /> |
| 370 | <di:waypoint xsi:type="dc:Point" x="343" y="273" /> |
| 371 | <bpmndi:BPMNLabel> |
| 372 | <dc:Bounds x="224" y="355.5" width="0" height="12" /> |
| 373 | </bpmndi:BPMNLabel> |
| 374 | </bpmndi:BPMNEdge> |
| 375 | <bpmndi:BPMNEdge id="SequenceFlow_1ubor5z_di" bpmnElement="SequenceFlow_1ubor5z"> |
| 376 | <di:waypoint xsi:type="dc:Point" x="368" y="248" /> |
| 377 | <di:waypoint xsi:type="dc:Point" x="368" y="151" /> |
| 378 | <di:waypoint xsi:type="dc:Point" x="470" y="151" /> |
| 379 | <bpmndi:BPMNLabel> |
| 380 | <dc:Bounds x="366" y="193.5" width="35" height="12" /> |
| 381 | </bpmndi:BPMNLabel> |
| 382 | </bpmndi:BPMNEdge> |
| 383 | <bpmndi:BPMNEdge id="SequenceFlow_1x3lehs_di" bpmnElement="SequenceFlow_1x3lehs"> |
| 384 | <di:waypoint xsi:type="dc:Point" x="368" y="298" /> |
| 385 | <di:waypoint xsi:type="dc:Point" x="368" y="378" /> |
| 386 | <di:waypoint xsi:type="dc:Point" x="476" y="378" /> |
| 387 | <bpmndi:BPMNLabel> |
| 388 | <dc:Bounds x="379" y="353" width="27" height="12" /> |
| 389 | </bpmndi:BPMNLabel> |
| 390 | </bpmndi:BPMNEdge> |
| 391 | <bpmndi:BPMNShape id="ScriptTask_0w46sge_di" bpmnElement="ScriptTask_0w46sge"> |
| 392 | <dc:Bounds x="865" y="233" width="100" height="80" /> |
| 393 | </bpmndi:BPMNShape> |
| 394 | <bpmndi:BPMNEdge id="SequenceFlow_1lxqjmp_di" bpmnElement="SequenceFlow_1lxqjmp"> |
| 395 | <di:waypoint xsi:type="dc:Point" x="788" y="152" /> |
| 396 | <di:waypoint xsi:type="dc:Point" x="827" y="152" /> |
| 397 | <di:waypoint xsi:type="dc:Point" x="827" y="273" /> |
| 398 | <di:waypoint xsi:type="dc:Point" x="865" y="273" /> |
| 399 | <bpmndi:BPMNLabel> |
| 400 | <dc:Bounds x="842" y="206.5" width="0" height="12" /> |
| 401 | </bpmndi:BPMNLabel> |
| 402 | </bpmndi:BPMNEdge> |
| 403 | <bpmndi:BPMNEdge id="SequenceFlow_0phwem2_di" bpmnElement="SequenceFlow_0phwem2"> |
| 404 | <di:waypoint xsi:type="dc:Point" x="788" y="378" /> |
| 405 | <di:waypoint xsi:type="dc:Point" x="827" y="378" /> |
| 406 | <di:waypoint xsi:type="dc:Point" x="827" y="273" /> |
| 407 | <di:waypoint xsi:type="dc:Point" x="865" y="273" /> |
| 408 | <bpmndi:BPMNLabel> |
| 409 | <dc:Bounds x="842" y="319.5" width="0" height="12" /> |
| 410 | </bpmndi:BPMNLabel> |
| 411 | </bpmndi:BPMNEdge> |
| 412 | <bpmndi:BPMNShape id="ExclusiveGateway_1hgjg3u_di" bpmnElement="ExclusiveGateway_1hgjg3u" isMarkerVisible="true"> |
| 413 | <dc:Bounds x="1040.9252217997464" y="248" width="50" height="50" /> |
| 414 | <bpmndi:BPMNLabel> |
| 415 | <dc:Bounds x="1029" y="302" width="74" height="24" /> |
| 416 | </bpmndi:BPMNLabel> |
| 417 | </bpmndi:BPMNShape> |
| 418 | <bpmndi:BPMNEdge id="SequenceFlow_0l5r96s_di" bpmnElement="SequenceFlow_0l5r96s"> |
| 419 | <di:waypoint xsi:type="dc:Point" x="965" y="273" /> |
| 420 | <di:waypoint xsi:type="dc:Point" x="1041" y="273" /> |
| 421 | <bpmndi:BPMNLabel> |
| 422 | <dc:Bounds x="1003" y="252" width="0" height="12" /> |
| 423 | </bpmndi:BPMNLabel> |
| 424 | </bpmndi:BPMNEdge> |
| 425 | <bpmndi:BPMNShape id="ExclusiveGateway_16046vb_di" bpmnElement="ExclusiveGateway_16046vb" isMarkerVisible="true"> |
| 426 | <dc:Bounds x="1203.8174904942966" y="248.28010139416983" width="50" height="50" /> |
| 427 | <bpmndi:BPMNLabel> |
| 428 | <dc:Bounds x="1187" y="302" width="83" height="24" /> |
| 429 | </bpmndi:BPMNLabel> |
| 430 | </bpmndi:BPMNShape> |
| 431 | <bpmndi:BPMNEdge id="SequenceFlow_1icwpye_di" bpmnElement="SequenceFlow_1icwpye"> |
| 432 | <di:waypoint xsi:type="dc:Point" x="1254" y="273" /> |
| 433 | <di:waypoint xsi:type="dc:Point" x="1356" y="273" /> |
| 434 | <bpmndi:BPMNLabel> |
| 435 | <dc:Bounds x="1297" y="252" width="19" height="12" /> |
| 436 | </bpmndi:BPMNLabel> |
| 437 | </bpmndi:BPMNEdge> |
| 438 | <bpmndi:BPMNEdge id="SequenceFlow_1ev7z6q_di" bpmnElement="SequenceFlow_1ev7z6q"> |
| 439 | <di:waypoint xsi:type="dc:Point" x="1406" y="313" /> |
| 440 | <di:waypoint xsi:type="dc:Point" x="1406" y="513" /> |
| 441 | <bpmndi:BPMNLabel> |
| 442 | <dc:Bounds x="1376" y="407" width="90" height="12" /> |
| 443 | </bpmndi:BPMNLabel> |
| 444 | </bpmndi:BPMNEdge> |
| 445 | <bpmndi:BPMNEdge id="SequenceFlow_0oj2anh_di" bpmnElement="SequenceFlow_0oj2anh"> |
| 446 | <di:waypoint xsi:type="dc:Point" x="1229" y="298" /> |
| 447 | <di:waypoint xsi:type="dc:Point" x="1229" y="553" /> |
| 448 | <di:waypoint xsi:type="dc:Point" x="1356" y="553" /> |
| 449 | <bpmndi:BPMNLabel> |
| 450 | <dc:Bounds x="1238" y="419.5" width="12" height="12" /> |
| 451 | </bpmndi:BPMNLabel> |
| 452 | </bpmndi:BPMNEdge> |
| 453 | <bpmndi:BPMNEdge id="SequenceFlow_0talboa_di" bpmnElement="SequenceFlow_0talboa"> |
| 454 | <di:waypoint xsi:type="dc:Point" x="1091" y="273" /> |
| 455 | <di:waypoint xsi:type="dc:Point" x="1204" y="273" /> |
| 456 | <bpmndi:BPMNLabel> |
| 457 | <dc:Bounds x="1138" y="252" width="19" height="12" /> |
| 458 | </bpmndi:BPMNLabel> |
| 459 | </bpmndi:BPMNEdge> |
| 460 | <bpmndi:BPMNEdge id="SequenceFlow_0s1lswk_di" bpmnElement="SequenceFlow_0s1lswk"> |
| 461 | <di:waypoint xsi:type="dc:Point" x="1066" y="298" /> |
| 462 | <di:waypoint xsi:type="dc:Point" x="1066" y="490" /> |
| 463 | <di:waypoint xsi:type="dc:Point" x="259" y="490" /> |
| 464 | <bpmndi:BPMNLabel> |
| 465 | <dc:Bounds x="1075" y="388" width="12" height="12" /> |
| 466 | </bpmndi:BPMNLabel> |
| 467 | </bpmndi:BPMNEdge> |
| 468 | </bpmndi:BPMNPlane> |
| 469 | </bpmndi:BPMNDiagram> |
| 470 | </bpmn:definitions> |