Elaine_Han | 0753a83 | 2018-08-03 20:04:55 +0800 | [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.11.3"> |
| 3 | <bpmn:process id="Delete3rdONAPE2EServiceInstance" name="Delete3rdONAPE2EServiceInstance" isExecutable="true"> |
| 4 | <bpmn:startEvent id="StartEvent_01a6g9a" name="Delete3rdONAPRES_Start"> |
| 5 | <bpmn:outgoing>SequenceFlow_0ecyqjf</bpmn:outgoing> |
| 6 | </bpmn:startEvent> |
| 7 | <bpmn:scriptTask id="ScriptTask_0viqs1u" name="prepare 3rdONAP Delete Request" scriptFormat="groovy"> |
| 8 | <bpmn:incoming>SequenceFlow_1sql6c3</bpmn:incoming> |
| 9 | <bpmn:outgoing>SequenceFlow_1soxbjk</bpmn:outgoing> |
| 10 | <bpmn:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.* |
| 11 | def dcsi = new Delete3rdONAPE2EServiceInstance() |
| 12 | dcsi.prepareSDNCRequest(execution)]]></bpmn:script> |
| 13 | </bpmn:scriptTask> |
| 14 | <bpmn:endEvent id="EndEvent_1993lyd" name="Delete3rdONAPRES_End"> |
| 15 | <bpmn:incoming>SequenceFlow_170nvzi</bpmn:incoming> |
| 16 | </bpmn:endEvent> |
| 17 | <bpmn:scriptTask id="ScriptTask_093lzuq" name="Save SPPartner In AAI"> |
| 18 | <bpmn:incoming>SequenceFlow_1tlym3z</bpmn:incoming> |
| 19 | <bpmn:outgoing>SequenceFlow_0z0u7x1</bpmn:outgoing> |
| 20 | <bpmn:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.* |
| 21 | def dcsi = new Delete3rdONAPE2EServiceInstance() |
| 22 | dcsi.saveSPPartnerInAAI(execution)]]></bpmn:script> |
| 23 | </bpmn:scriptTask> |
| 24 | <bpmn:scriptTask id="ScriptTask_02oc89f" name="Pre Process Request" scriptFormat="groovy"> |
| 25 | <bpmn:incoming>SequenceFlow_114wjuf</bpmn:incoming> |
| 26 | <bpmn:outgoing>SequenceFlow_1sql6c3</bpmn:outgoing> |
| 27 | <bpmn:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.* |
| 28 | def dcsi = new Delete3rdONAPE2EServiceInstance() |
| 29 | dcsi.preProcessRequest(execution)]]></bpmn:script> |
| 30 | </bpmn:scriptTask> |
| 31 | <bpmn:scriptTask id="ScriptTask_1e4pgbj" name="Delete progress update parameters before delete" scriptFormat="groovy"> |
| 32 | <bpmn:incoming>SequenceFlow_1soxbjk</bpmn:incoming> |
| 33 | <bpmn:outgoing>SequenceFlow_000q9m3</bpmn:outgoing> |
| 34 | <bpmn:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.* |
| 35 | def dcsi = new Delete3rdONAPE2EServiceInstance() |
| 36 | dcsi.prepareUpdateBeforeDeleteSDNCResource(execution)]]></bpmn:script> |
| 37 | </bpmn:scriptTask> |
| 38 | <bpmn:serviceTask id="ServiceTask_0r6g690" name="update progress update"> |
| 39 | <bpmn:extensionElements> |
| 40 | <camunda:connector> |
| 41 | <camunda:inputOutput> |
| 42 | <camunda:inputParameter name="url">${CVFMI_dbAdapterEndpoint}</camunda:inputParameter> |
| 43 | <camunda:inputParameter name="headers"> |
| 44 | <camunda:map> |
| 45 | <camunda:entry key="content-type">application/soap+xml</camunda:entry> |
| 46 | <camunda:entry key="Authorization">Basic QlBFTENsaWVudDpwYXNzd29yZDEk</camunda:entry> |
| 47 | </camunda:map> |
| 48 | </camunda:inputParameter> |
| 49 | <camunda:inputParameter name="payload">${CVFMI_updateResOperStatusRequest}</camunda:inputParameter> |
| 50 | <camunda:inputParameter name="method">POST</camunda:inputParameter> |
| 51 | <camunda:outputParameter name="CVFMI_dbResponseCode">${statusCode}</camunda:outputParameter> |
| 52 | <camunda:outputParameter name="CVFMI_dbResponse">${response}</camunda:outputParameter> |
| 53 | </camunda:inputOutput> |
| 54 | <camunda:connectorId>http-connector</camunda:connectorId> |
| 55 | </camunda:connector> |
| 56 | </bpmn:extensionElements> |
| 57 | <bpmn:incoming>SequenceFlow_000q9m3</bpmn:incoming> |
| 58 | <bpmn:outgoing>SequenceFlow_1lhdwv6</bpmn:outgoing> |
| 59 | </bpmn:serviceTask> |
| 60 | <bpmn:scriptTask id="ScriptTask_1e5o8dz" name="Post process" scriptFormat="groovy"> |
| 61 | <bpmn:incoming>SequenceFlow_0z0u7x1</bpmn:incoming> |
| 62 | <bpmn:outgoing>SequenceFlow_1bo3fu4</bpmn:outgoing> |
| 63 | <bpmn:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.* |
| 64 | def csi = new Delete3rdONAPE2EServiceInstance() |
| 65 | csi.postProcess(execution)]]></bpmn:script> |
| 66 | </bpmn:scriptTask> |
| 67 | <bpmn:scriptTask id="ScriptTask_0ombt1l" name="Delete E2ESI in 3rdONAP" scriptFormat="groovy"> |
| 68 | <bpmn:incoming>SequenceFlow_0t0jlzs</bpmn:incoming> |
| 69 | <bpmn:outgoing>SequenceFlow_06fak6j</bpmn:outgoing> |
| 70 | <bpmn:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.* |
| 71 | def dcsi = new Delete3rdONAPE2EServiceInstance() |
| 72 | dcsi.doDeleteE2ESIin3rdONAP(execution)]]></bpmn:script> |
| 73 | </bpmn:scriptTask> |
| 74 | <bpmn:serviceTask id="ServiceTask_0lgqtdm" name="update progress update"> |
| 75 | <bpmn:extensionElements> |
| 76 | <camunda:connector> |
| 77 | <camunda:inputOutput> |
| 78 | <camunda:inputParameter name="url">${CVFMI_dbAdapterEndpoint}</camunda:inputParameter> |
| 79 | <camunda:inputParameter name="headers"> |
| 80 | <camunda:map> |
| 81 | <camunda:entry key="content-type">application/soap+xml</camunda:entry> |
| 82 | <camunda:entry key="Authorization">Basic QlBFTENsaWVudDpwYXNzd29yZDEk</camunda:entry> |
| 83 | </camunda:map> |
| 84 | </camunda:inputParameter> |
| 85 | <camunda:inputParameter name="payload">${CVFMI_updateResOperStatusRequest}</camunda:inputParameter> |
| 86 | <camunda:inputParameter name="method">POST</camunda:inputParameter> |
| 87 | <camunda:outputParameter name="CVFMI_dbResponseCode">${statusCode}</camunda:outputParameter> |
| 88 | <camunda:outputParameter name="CVFMI_dbResponse">${response}</camunda:outputParameter> |
| 89 | </camunda:inputOutput> |
| 90 | <camunda:connectorId>http-connector</camunda:connectorId> |
| 91 | </camunda:connector> |
| 92 | </bpmn:extensionElements> |
| 93 | <bpmn:incoming>SequenceFlow_0lpbqkc</bpmn:incoming> |
| 94 | <bpmn:outgoing>SequenceFlow_1tlym3z</bpmn:outgoing> |
| 95 | </bpmn:serviceTask> |
| 96 | <bpmn:scriptTask id="ScriptTask_0blh9n0" name="Allocate connection resources for cross ONAP" scriptFormat="groovy"> |
| 97 | <bpmn:incoming>SequenceFlow_1lhdwv6</bpmn:incoming> |
| 98 | <bpmn:outgoing>SequenceFlow_0t0jlzs</bpmn:outgoing> |
| 99 | <bpmn:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.* |
| 100 | def dcsi = new Delete3rdONAPE2EServiceInstance() |
| 101 | dcsi.postActivateSDNC(execution)]]></bpmn:script> |
| 102 | </bpmn:scriptTask> |
| 103 | <bpmn:scriptTask id="ScriptTask_1vlm2lw" name="Check SPPartner Info" scriptFormat="groovy"> |
| 104 | <bpmn:incoming>SequenceFlow_0ecyqjf</bpmn:incoming> |
| 105 | <bpmn:outgoing>SequenceFlow_1jgurvk</bpmn:outgoing> |
| 106 | <bpmn:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.* |
| 107 | def dcsi = new Delete3rdONAPE2EServiceInstance() |
| 108 | dcsi.checkSPPartnerand LocallCall(execution)]]></bpmn:script> |
| 109 | </bpmn:scriptTask> |
| 110 | <bpmn:exclusiveGateway id="ExclusiveGateway_0d7a4pw" name="Is 3rdONAP Existing" default="SequenceFlow_0u3tca8"> |
| 111 | <bpmn:incoming>SequenceFlow_1jgurvk</bpmn:incoming> |
| 112 | <bpmn:outgoing>SequenceFlow_0u3tca8</bpmn:outgoing> |
| 113 | <bpmn:outgoing>SequenceFlow_11pvz8i</bpmn:outgoing> |
| 114 | </bpmn:exclusiveGateway> |
| 115 | <bpmn:intermediateCatchEvent id="IntermediateCatchEvent_14mk5it" name="Start3rdONAPDeleteE2ESI"> |
| 116 | <bpmn:outgoing>SequenceFlow_114wjuf</bpmn:outgoing> |
| 117 | <bpmn:linkEventDefinition name="Start3rdONAPDeleteE2ESI" /> |
| 118 | </bpmn:intermediateCatchEvent> |
| 119 | <bpmn:intermediateThrowEvent id="IntermediateThrowEvent_0bqnalt" name="GoTo Start3rdONAPDeleteE2ESI"> |
| 120 | <bpmn:incoming>SequenceFlow_06avdut</bpmn:incoming> |
| 121 | <bpmn:linkEventDefinition name="Start3rdONAPDeleteE2ESI" /> |
| 122 | </bpmn:intermediateThrowEvent> |
| 123 | <bpmn:scriptTask id="ScriptTask_1trt7oc" name="post Delete E2ESI in 3rdONAP" scriptFormat="groovy"> |
| 124 | <bpmn:incoming>SequenceFlow_06fak6j</bpmn:incoming> |
| 125 | <bpmn:outgoing>SequenceFlow_0cuvrsr</bpmn:outgoing> |
| 126 | <bpmn:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.* |
| 127 | def dcsi = new Delete3rdONAPE2EServiceInstance() |
| 128 | dcsi.doDeleteE2ESIin3rdONAP(execution)]]></bpmn:script> |
| 129 | </bpmn:scriptTask> |
| 130 | <bpmn:scriptTask id="ScriptTask_01s6c7j" name="Query E2ESI progress in 3rdONAP" scriptFormat="groovy"> |
| 131 | <bpmn:incoming>SequenceFlow_0cuvrsr</bpmn:incoming> |
| 132 | <bpmn:outgoing>SequenceFlow_0lpbqkc</bpmn:outgoing> |
| 133 | <bpmn:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.* |
| 134 | def dcsi = new Delete3rdONAPE2EServiceInstance() |
| 135 | dcsi.getE2ESIProgressin3rdONAP(execution)]]></bpmn:script> |
| 136 | </bpmn:scriptTask> |
| 137 | <bpmn:scriptTask id="ScriptTask_1ri59nm" name="Send Sync Ack Response" scriptFormat="groovy"> |
| 138 | <bpmn:incoming>SequenceFlow_1bo3fu4</bpmn:incoming> |
| 139 | <bpmn:outgoing>SequenceFlow_170nvzi</bpmn:outgoing> |
| 140 | <bpmn:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.* |
| 141 | def csi = new Delete3rdONAPE2EServiceInstance() |
| 142 | csi.sendSyncResponse(execution)]]></bpmn:script> |
| 143 | </bpmn:scriptTask> |
| 144 | <bpmn:scriptTask id="ScriptTask_0d7cawc" name="Check Locall Call" scriptFormat="groovy"> |
| 145 | <bpmn:incoming>SequenceFlow_11pvz8i</bpmn:incoming> |
| 146 | <bpmn:outgoing>SequenceFlow_1lqmzex</bpmn:outgoing> |
| 147 | <bpmn:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.* |
| 148 | def dcsi = new Delete3rdONAPE2EServiceInstance() |
| 149 | dcsi.checkSPPartnerand LocallCall(execution)]]></bpmn:script> |
| 150 | </bpmn:scriptTask> |
| 151 | <bpmn:exclusiveGateway id="ExclusiveGateway_0j2ccax" name="Is Called from Local"> |
| 152 | <bpmn:incoming>SequenceFlow_1lqmzex</bpmn:incoming> |
| 153 | <bpmn:outgoing>SequenceFlow_06avdut</bpmn:outgoing> |
| 154 | <bpmn:outgoing>SequenceFlow_1pwflny</bpmn:outgoing> |
| 155 | </bpmn:exclusiveGateway> |
| 156 | <bpmn:intermediateThrowEvent id="IntermediateThrowEvent_0bmqdpg" name="GoTo StartLocalONAPDeleteE2ESI"> |
| 157 | <bpmn:incoming>SequenceFlow_0u3tca8</bpmn:incoming> |
| 158 | <bpmn:incoming>SequenceFlow_1pwflny</bpmn:incoming> |
Smokowski, Steve (ss835w) | 555879f | 2018-08-06 15:02:15 -0400 | [diff] [blame] | 159 | <bpmn:linkEventDefinition name="StartLocalONAPDeleteE2ESI" /> |
Elaine_Han | 0753a83 | 2018-08-03 20:04:55 +0800 | [diff] [blame] | 160 | </bpmn:intermediateThrowEvent> |
| 161 | <bpmn:endEvent id="EndEvent_1itzq8n" name="Delete3rdONAPRES_End"> |
| 162 | <bpmn:incoming>SequenceFlow_0vhbw8y</bpmn:incoming> |
| 163 | </bpmn:endEvent> |
| 164 | <bpmn:scriptTask id="ScriptTask_1aigzk8" name="Delete SPPartner In AAI"> |
| 165 | <bpmn:incoming>SequenceFlow_03mc2qq</bpmn:incoming> |
| 166 | <bpmn:outgoing>SequenceFlow_03ngo7h</bpmn:outgoing> |
| 167 | <bpmn:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.* |
| 168 | def dcsi = new Delete3rdONAPE2EServiceInstance() |
| 169 | dcsi.deleteSPPartnerInAAI(execution)]]></bpmn:script> |
| 170 | </bpmn:scriptTask> |
| 171 | <bpmn:scriptTask id="ScriptTask_0cpsjwl" name="Pre Process Request" scriptFormat="groovy"> |
| 172 | <bpmn:incoming>SequenceFlow_1x1sk3t</bpmn:incoming> |
| 173 | <bpmn:outgoing>SequenceFlow_02l74nc</bpmn:outgoing> |
| 174 | <bpmn:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.* |
| 175 | def dcsi = new Delete3rdONAPE2EServiceInstance() |
| 176 | dcsi.preProcessRequest(execution)]]></bpmn:script> |
| 177 | </bpmn:scriptTask> |
| 178 | <bpmn:scriptTask id="ScriptTask_01cer09" name="Delete progress update parameters before delete" scriptFormat="groovy"> |
| 179 | <bpmn:incoming>SequenceFlow_02l74nc</bpmn:incoming> |
| 180 | <bpmn:outgoing>SequenceFlow_0ff0jf2</bpmn:outgoing> |
| 181 | <bpmn:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.* |
| 182 | def dcsi = new Delete3rdONAPE2EServiceInstance() |
| 183 | dcsi.prepareUpdate(execution)]]></bpmn:script> |
| 184 | </bpmn:scriptTask> |
| 185 | <bpmn:serviceTask id="ServiceTask_1go9g1i" name="update progress update"> |
| 186 | <bpmn:extensionElements> |
| 187 | <camunda:connector> |
| 188 | <camunda:inputOutput> |
| 189 | <camunda:inputParameter name="url">${CVFMI_dbAdapterEndpoint}</camunda:inputParameter> |
| 190 | <camunda:inputParameter name="headers"> |
| 191 | <camunda:map> |
| 192 | <camunda:entry key="content-type">application/soap+xml</camunda:entry> |
| 193 | <camunda:entry key="Authorization">Basic QlBFTENsaWVudDpwYXNzd29yZDEk</camunda:entry> |
| 194 | </camunda:map> |
| 195 | </camunda:inputParameter> |
| 196 | <camunda:inputParameter name="payload">${CVFMI_updateResOperStatusRequest}</camunda:inputParameter> |
| 197 | <camunda:inputParameter name="method">POST</camunda:inputParameter> |
| 198 | <camunda:outputParameter name="CVFMI_dbResponseCode">${statusCode}</camunda:outputParameter> |
| 199 | <camunda:outputParameter name="CVFMI_dbResponse">${response}</camunda:outputParameter> |
| 200 | </camunda:inputOutput> |
| 201 | <camunda:connectorId>http-connector</camunda:connectorId> |
| 202 | </camunda:connector> |
| 203 | </bpmn:extensionElements> |
| 204 | <bpmn:incoming>SequenceFlow_03ngo7h</bpmn:incoming> |
| 205 | <bpmn:incoming>SequenceFlow_177yb27</bpmn:incoming> |
| 206 | <bpmn:outgoing>SequenceFlow_1784pcx</bpmn:outgoing> |
| 207 | </bpmn:serviceTask> |
| 208 | <bpmn:scriptTask id="ScriptTask_0ywn2ec" name="Post process" scriptFormat="groovy"> |
| 209 | <bpmn:incoming>SequenceFlow_1784pcx</bpmn:incoming> |
| 210 | <bpmn:outgoing>SequenceFlow_1xhcwoo</bpmn:outgoing> |
| 211 | <bpmn:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.* |
| 212 | def csi = new Delete3rdONAPE2EServiceInstance() |
| 213 | csi.postProcess(execution)]]></bpmn:script> |
| 214 | </bpmn:scriptTask> |
| 215 | <bpmn:intermediateCatchEvent id="IntermediateCatchEvent_0ui7e2m" name="StartLocalONAPDeleteE2ESI"> |
| 216 | <bpmn:outgoing>SequenceFlow_1x1sk3t</bpmn:outgoing> |
| 217 | <bpmn:linkEventDefinition name="StartLocalONAPDeleteE2ESI" /> |
| 218 | </bpmn:intermediateCatchEvent> |
| 219 | <bpmn:scriptTask id="ScriptTask_0y6ox5c" name="Send Sync Ack Response" scriptFormat="groovy"> |
| 220 | <bpmn:incoming>SequenceFlow_1xhcwoo</bpmn:incoming> |
| 221 | <bpmn:outgoing>SequenceFlow_0vhbw8y</bpmn:outgoing> |
| 222 | <bpmn:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.* |
| 223 | def csi = new Delete3rdONAPE2EServiceInstance() |
| 224 | csi.sendSyncResponse(execution)]]></bpmn:script> |
| 225 | </bpmn:scriptTask> |
| 226 | <bpmn:exclusiveGateway id="ExclusiveGateway_02l57i8" name="Is 3rdONAP Existing" default="SequenceFlow_177yb27"> |
| 227 | <bpmn:incoming>SequenceFlow_0ff0jf2</bpmn:incoming> |
| 228 | <bpmn:outgoing>SequenceFlow_03mc2qq</bpmn:outgoing> |
| 229 | <bpmn:outgoing>SequenceFlow_177yb27</bpmn:outgoing> |
| 230 | </bpmn:exclusiveGateway> |
| 231 | <bpmn:sequenceFlow id="SequenceFlow_0ecyqjf" sourceRef="StartEvent_01a6g9a" targetRef="ScriptTask_1vlm2lw" /> |
| 232 | <bpmn:sequenceFlow id="SequenceFlow_1sql6c3" sourceRef="ScriptTask_02oc89f" targetRef="ScriptTask_0viqs1u" /> |
| 233 | <bpmn:sequenceFlow id="SequenceFlow_1soxbjk" sourceRef="ScriptTask_0viqs1u" targetRef="ScriptTask_1e4pgbj" /> |
| 234 | <bpmn:sequenceFlow id="SequenceFlow_170nvzi" sourceRef="ScriptTask_1ri59nm" targetRef="EndEvent_1993lyd" /> |
| 235 | <bpmn:sequenceFlow id="SequenceFlow_1tlym3z" sourceRef="ServiceTask_0lgqtdm" targetRef="ScriptTask_093lzuq" /> |
| 236 | <bpmn:sequenceFlow id="SequenceFlow_0z0u7x1" sourceRef="ScriptTask_093lzuq" targetRef="ScriptTask_1e5o8dz" /> |
| 237 | <bpmn:sequenceFlow id="SequenceFlow_114wjuf" sourceRef="IntermediateCatchEvent_14mk5it" targetRef="ScriptTask_02oc89f" /> |
| 238 | <bpmn:sequenceFlow id="SequenceFlow_000q9m3" sourceRef="ScriptTask_1e4pgbj" targetRef="ServiceTask_0r6g690" /> |
| 239 | <bpmn:sequenceFlow id="SequenceFlow_1lhdwv6" sourceRef="ServiceTask_0r6g690" targetRef="ScriptTask_0blh9n0" /> |
| 240 | <bpmn:sequenceFlow id="SequenceFlow_1bo3fu4" sourceRef="ScriptTask_1e5o8dz" targetRef="ScriptTask_1ri59nm" /> |
| 241 | <bpmn:sequenceFlow id="SequenceFlow_0t0jlzs" sourceRef="ScriptTask_0blh9n0" targetRef="ScriptTask_0ombt1l" /> |
| 242 | <bpmn:sequenceFlow id="SequenceFlow_06fak6j" sourceRef="ScriptTask_0ombt1l" targetRef="ScriptTask_1trt7oc" /> |
| 243 | <bpmn:sequenceFlow id="SequenceFlow_0lpbqkc" sourceRef="ScriptTask_01s6c7j" targetRef="ServiceTask_0lgqtdm" /> |
| 244 | <bpmn:sequenceFlow id="SequenceFlow_1jgurvk" sourceRef="ScriptTask_1vlm2lw" targetRef="ExclusiveGateway_0d7a4pw" /> |
| 245 | <bpmn:sequenceFlow id="SequenceFlow_0u3tca8" name="no" sourceRef="ExclusiveGateway_0d7a4pw" targetRef="IntermediateThrowEvent_0bmqdpg" /> |
| 246 | <bpmn:sequenceFlow id="SequenceFlow_11pvz8i" name="yes" sourceRef="ExclusiveGateway_0d7a4pw" targetRef="ScriptTask_0d7cawc"> |
| 247 | <bpmn:conditionExpression xsi:type="bpmn:tFormalExpression"><![CDATA[#{(execution.getVariable("Is3rdONAPExist" ) == "true" )}]]></bpmn:conditionExpression> |
| 248 | </bpmn:sequenceFlow> |
| 249 | <bpmn:sequenceFlow id="SequenceFlow_06avdut" name="yes" sourceRef="ExclusiveGateway_0j2ccax" targetRef="IntermediateThrowEvent_0bqnalt"> |
| 250 | <bpmn:conditionExpression xsi:type="bpmn:tFormalExpression"><![CDATA[#{(execution.getVariable("IsLocalCall" ) == "true" )}]]></bpmn:conditionExpression> |
| 251 | </bpmn:sequenceFlow> |
| 252 | <bpmn:sequenceFlow id="SequenceFlow_0cuvrsr" sourceRef="ScriptTask_1trt7oc" targetRef="ScriptTask_01s6c7j" /> |
| 253 | <bpmn:sequenceFlow id="SequenceFlow_1lqmzex" sourceRef="ScriptTask_0d7cawc" targetRef="ExclusiveGateway_0j2ccax" /> |
| 254 | <bpmn:sequenceFlow id="SequenceFlow_1pwflny" name="no" sourceRef="ExclusiveGateway_0j2ccax" targetRef="IntermediateThrowEvent_0bmqdpg" /> |
| 255 | <bpmn:sequenceFlow id="SequenceFlow_0vhbw8y" sourceRef="ScriptTask_0y6ox5c" targetRef="EndEvent_1itzq8n" /> |
| 256 | <bpmn:sequenceFlow id="SequenceFlow_03mc2qq" name="yes" sourceRef="ExclusiveGateway_02l57i8" targetRef="ScriptTask_1aigzk8"> |
| 257 | <bpmn:conditionExpression xsi:type="bpmn:tFormalExpression"><![CDATA[#{(execution.getVariable("Is3rdONAPExist" ) == "true" )}]]></bpmn:conditionExpression> |
| 258 | </bpmn:sequenceFlow> |
| 259 | <bpmn:sequenceFlow id="SequenceFlow_03ngo7h" sourceRef="ScriptTask_1aigzk8" targetRef="ServiceTask_1go9g1i" /> |
| 260 | <bpmn:sequenceFlow id="SequenceFlow_1x1sk3t" sourceRef="IntermediateCatchEvent_0ui7e2m" targetRef="ScriptTask_0cpsjwl" /> |
| 261 | <bpmn:sequenceFlow id="SequenceFlow_02l74nc" sourceRef="ScriptTask_0cpsjwl" targetRef="ScriptTask_01cer09" /> |
| 262 | <bpmn:sequenceFlow id="SequenceFlow_0ff0jf2" sourceRef="ScriptTask_01cer09" targetRef="ExclusiveGateway_02l57i8" /> |
| 263 | <bpmn:sequenceFlow id="SequenceFlow_177yb27" name="No" sourceRef="ExclusiveGateway_02l57i8" targetRef="ServiceTask_1go9g1i" /> |
| 264 | <bpmn:sequenceFlow id="SequenceFlow_1784pcx" sourceRef="ServiceTask_1go9g1i" targetRef="ScriptTask_0ywn2ec" /> |
| 265 | <bpmn:sequenceFlow id="SequenceFlow_1xhcwoo" sourceRef="ScriptTask_0ywn2ec" targetRef="ScriptTask_0y6ox5c" /> |
| 266 | </bpmn:process> |
| 267 | <bpmn:error id="Error_0nbdy47" name="MSOWorkflowException" errorCode="MSOWorkflowException" /> |
| 268 | <bpmndi:BPMNDiagram id="BPMNDiagram_1"> |
| 269 | <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Delete3rdONAPE2EServiceInstance"> |
| 270 | <bpmndi:BPMNShape id="StartEvent_01a6g9a_di" bpmnElement="StartEvent_01a6g9a"> |
| 271 | <dc:Bounds x="870" y="-707" width="36" height="36" /> |
| 272 | <bpmndi:BPMNLabel> |
| 273 | <dc:Bounds x="849" y="-671" width="84" height="28" /> |
| 274 | </bpmndi:BPMNLabel> |
| 275 | </bpmndi:BPMNShape> |
| 276 | <bpmndi:BPMNShape id="ScriptTask_0viqs1u_di" bpmnElement="ScriptTask_0viqs1u"> |
| 277 | <dc:Bounds x="1245" y="-442" width="100" height="80" /> |
| 278 | </bpmndi:BPMNShape> |
| 279 | <bpmndi:BPMNShape id="EndEvent_1993lyd_di" bpmnElement="EndEvent_1993lyd"> |
| 280 | <dc:Bounds x="1848" y="-46" width="36" height="36" /> |
| 281 | <bpmndi:BPMNLabel> |
| 282 | <dc:Bounds x="1812" y="-4" width="84" height="28" /> |
| 283 | </bpmndi:BPMNLabel> |
| 284 | </bpmndi:BPMNShape> |
| 285 | <bpmndi:BPMNShape id="ScriptTask_093lzuq_di" bpmnElement="ScriptTask_093lzuq"> |
| 286 | <dc:Bounds x="1245" y="-68" width="100" height="80" /> |
| 287 | </bpmndi:BPMNShape> |
| 288 | <bpmndi:BPMNShape id="ScriptTask_02oc89f_di" bpmnElement="ScriptTask_02oc89f"> |
| 289 | <dc:Bounds x="1042" y="-442" width="100" height="80" /> |
| 290 | </bpmndi:BPMNShape> |
| 291 | <bpmndi:BPMNShape id="ScriptTask_1e4pgbj_di" bpmnElement="ScriptTask_1e4pgbj"> |
| 292 | <dc:Bounds x="1442" y="-442" width="100" height="80" /> |
| 293 | </bpmndi:BPMNShape> |
| 294 | <bpmndi:BPMNShape id="ServiceTask_0r6g690_di" bpmnElement="ServiceTask_0r6g690"> |
| 295 | <dc:Bounds x="1678" y="-442" width="100" height="80" /> |
| 296 | </bpmndi:BPMNShape> |
| 297 | <bpmndi:BPMNShape id="ScriptTask_1e5o8dz_di" bpmnElement="ScriptTask_1e5o8dz"> |
| 298 | <dc:Bounds x="1442" y="-68" width="100" height="80" /> |
| 299 | </bpmndi:BPMNShape> |
| 300 | <bpmndi:BPMNShape id="ScriptTask_0ombt1l_di" bpmnElement="ScriptTask_0ombt1l"> |
| 301 | <dc:Bounds x="1245" y="-271" width="100" height="80" /> |
| 302 | </bpmndi:BPMNShape> |
| 303 | <bpmndi:BPMNShape id="ServiceTask_0lgqtdm_di" bpmnElement="ServiceTask_0lgqtdm"> |
| 304 | <dc:Bounds x="1042" y="-68" width="100" height="80" /> |
| 305 | </bpmndi:BPMNShape> |
| 306 | <bpmndi:BPMNShape id="ScriptTask_0blh9n0_di" bpmnElement="ScriptTask_0blh9n0"> |
| 307 | <dc:Bounds x="1042" y="-271" width="100" height="80" /> |
| 308 | </bpmndi:BPMNShape> |
| 309 | <bpmndi:BPMNShape id="ScriptTask_1vlm2lw_di" bpmnElement="ScriptTask_1vlm2lw"> |
| 310 | <dc:Bounds x="1042" y="-729" width="100" height="80" /> |
| 311 | </bpmndi:BPMNShape> |
| 312 | <bpmndi:BPMNShape id="ExclusiveGateway_0d7a4pw_di" bpmnElement="ExclusiveGateway_0d7a4pw" isMarkerVisible="true"> |
| 313 | <dc:Bounds x="1259" y="-715" width="50" height="50" /> |
| 314 | <bpmndi:BPMNLabel> |
| 315 | <dc:Bounds x="1243" y="-747" width="56" height="28" /> |
| 316 | </bpmndi:BPMNLabel> |
| 317 | </bpmndi:BPMNShape> |
| 318 | <bpmndi:BPMNShape id="IntermediateCatchEvent_14mk5it_di" bpmnElement="IntermediateCatchEvent_14mk5it"> |
| 319 | <dc:Bounds x="870" y="-420" width="36" height="36" /> |
| 320 | <bpmndi:BPMNLabel> |
| 321 | <dc:Bounds x="850" y="-384" width="85" height="28" /> |
| 322 | </bpmndi:BPMNLabel> |
| 323 | </bpmndi:BPMNShape> |
| 324 | <bpmndi:BPMNShape id="IntermediateThrowEvent_0bqnalt_di" bpmnElement="IntermediateThrowEvent_0bqnalt"> |
| 325 | <dc:Bounds x="1835" y="-707" width="36" height="36" /> |
| 326 | <bpmndi:BPMNLabel> |
| 327 | <dc:Bounds x="1813" y="-666" width="85" height="42" /> |
| 328 | </bpmndi:BPMNLabel> |
| 329 | </bpmndi:BPMNShape> |
| 330 | <bpmndi:BPMNShape id="ScriptTask_1trt7oc_di" bpmnElement="ScriptTask_1trt7oc"> |
| 331 | <dc:Bounds x="1442" y="-271" width="100" height="80" /> |
| 332 | </bpmndi:BPMNShape> |
| 333 | <bpmndi:BPMNShape id="ScriptTask_01s6c7j_di" bpmnElement="ScriptTask_01s6c7j"> |
| 334 | <dc:Bounds x="1678" y="-271" width="100" height="80" /> |
| 335 | </bpmndi:BPMNShape> |
| 336 | <bpmndi:BPMNShape id="ScriptTask_1ri59nm_di" bpmnElement="ScriptTask_1ri59nm"> |
| 337 | <dc:Bounds x="1678" y="-68" width="100" height="80" /> |
| 338 | </bpmndi:BPMNShape> |
| 339 | <bpmndi:BPMNShape id="ScriptTask_0d7cawc_di" bpmnElement="ScriptTask_0d7cawc"> |
| 340 | <dc:Bounds x="1442" y="-729" width="100" height="80" /> |
| 341 | </bpmndi:BPMNShape> |
| 342 | <bpmndi:BPMNShape id="ExclusiveGateway_0j2ccax_di" bpmnElement="ExclusiveGateway_0j2ccax" isMarkerVisible="true"> |
| 343 | <dc:Bounds x="1671" y="-715" width="50" height="50" /> |
| 344 | <bpmndi:BPMNLabel> |
| 345 | <dc:Bounds x="1655" y="-747" width="65" height="28" /> |
| 346 | </bpmndi:BPMNLabel> |
| 347 | </bpmndi:BPMNShape> |
| 348 | <bpmndi:BPMNShape id="IntermediateThrowEvent_0bmqdpg_di" bpmnElement="IntermediateThrowEvent_0bmqdpg"> |
| 349 | <dc:Bounds x="1678" y="-589" width="36" height="36" /> |
| 350 | <bpmndi:BPMNLabel> |
| 351 | <dc:Bounds x="1656" y="-548" width="85" height="42" /> |
| 352 | </bpmndi:BPMNLabel> |
| 353 | </bpmndi:BPMNShape> |
| 354 | <bpmndi:BPMNShape id="EndEvent_1itzq8n_di" bpmnElement="EndEvent_1itzq8n"> |
| 355 | <dc:Bounds x="1848" y="288" width="36" height="36" /> |
| 356 | <bpmndi:BPMNLabel> |
| 357 | <dc:Bounds x="1812" y="330" width="84" height="28" /> |
| 358 | </bpmndi:BPMNLabel> |
| 359 | </bpmndi:BPMNShape> |
| 360 | <bpmndi:BPMNShape id="ScriptTask_1aigzk8_di" bpmnElement="ScriptTask_1aigzk8"> |
| 361 | <dc:Bounds x="1665" y="67" width="100" height="80" /> |
| 362 | </bpmndi:BPMNShape> |
| 363 | <bpmndi:BPMNShape id="ScriptTask_0cpsjwl_di" bpmnElement="ScriptTask_0cpsjwl"> |
| 364 | <dc:Bounds x="1042" y="67" width="100" height="80" /> |
| 365 | </bpmndi:BPMNShape> |
| 366 | <bpmndi:BPMNShape id="ScriptTask_01cer09_di" bpmnElement="ScriptTask_01cer09"> |
| 367 | <dc:Bounds x="1245" y="67" width="100" height="80" /> |
| 368 | </bpmndi:BPMNShape> |
| 369 | <bpmndi:BPMNShape id="ServiceTask_1go9g1i_di" bpmnElement="ServiceTask_1go9g1i"> |
| 370 | <dc:Bounds x="1042" y="266" width="100" height="80" /> |
| 371 | </bpmndi:BPMNShape> |
| 372 | <bpmndi:BPMNShape id="ScriptTask_0ywn2ec_di" bpmnElement="ScriptTask_0ywn2ec"> |
| 373 | <dc:Bounds x="1245" y="266" width="100" height="80" /> |
| 374 | </bpmndi:BPMNShape> |
| 375 | <bpmndi:BPMNShape id="IntermediateCatchEvent_0ui7e2m_di" bpmnElement="IntermediateCatchEvent_0ui7e2m"> |
| 376 | <dc:Bounds x="870" y="89" width="36" height="36" /> |
| 377 | <bpmndi:BPMNLabel> |
| 378 | <dc:Bounds x="850" y="125" width="85" height="28" /> |
| 379 | </bpmndi:BPMNLabel> |
| 380 | </bpmndi:BPMNShape> |
| 381 | <bpmndi:BPMNShape id="ScriptTask_0y6ox5c_di" bpmnElement="ScriptTask_0y6ox5c"> |
| 382 | <dc:Bounds x="1442" y="266" width="100" height="80" /> |
| 383 | </bpmndi:BPMNShape> |
| 384 | <bpmndi:BPMNShape id="ExclusiveGateway_02l57i8_di" bpmnElement="ExclusiveGateway_02l57i8" isMarkerVisible="true"> |
| 385 | <dc:Bounds x="1467" y="82" width="50" height="50" /> |
| 386 | <bpmndi:BPMNLabel> |
| 387 | <dc:Bounds x="1461" y="50" width="56" height="28" /> |
| 388 | </bpmndi:BPMNLabel> |
| 389 | </bpmndi:BPMNShape> |
| 390 | <bpmndi:BPMNEdge id="SequenceFlow_0ecyqjf_di" bpmnElement="SequenceFlow_0ecyqjf"> |
| 391 | <di:waypoint xsi:type="dc:Point" x="906" y="-689" /> |
| 392 | <di:waypoint xsi:type="dc:Point" x="1042" y="-689" /> |
| 393 | <bpmndi:BPMNLabel> |
| 394 | <dc:Bounds x="929" y="-711" width="0" height="14" /> |
| 395 | </bpmndi:BPMNLabel> |
| 396 | </bpmndi:BPMNEdge> |
| 397 | <bpmndi:BPMNEdge id="SequenceFlow_1sql6c3_di" bpmnElement="SequenceFlow_1sql6c3"> |
| 398 | <di:waypoint xsi:type="dc:Point" x="1142" y="-402" /> |
| 399 | <di:waypoint xsi:type="dc:Point" x="1245" y="-402" /> |
| 400 | <bpmndi:BPMNLabel> |
| 401 | <dc:Bounds x="1149.5" y="-424" width="0" height="14" /> |
| 402 | </bpmndi:BPMNLabel> |
| 403 | </bpmndi:BPMNEdge> |
| 404 | <bpmndi:BPMNEdge id="SequenceFlow_1soxbjk_di" bpmnElement="SequenceFlow_1soxbjk"> |
| 405 | <di:waypoint xsi:type="dc:Point" x="1345" y="-402" /> |
| 406 | <di:waypoint xsi:type="dc:Point" x="1442" y="-402" /> |
| 407 | <bpmndi:BPMNLabel> |
| 408 | <dc:Bounds x="1349.5" y="-424" width="0" height="14" /> |
| 409 | </bpmndi:BPMNLabel> |
| 410 | </bpmndi:BPMNEdge> |
| 411 | <bpmndi:BPMNEdge id="SequenceFlow_170nvzi_di" bpmnElement="SequenceFlow_170nvzi"> |
| 412 | <di:waypoint xsi:type="dc:Point" x="1778" y="-28" /> |
| 413 | <di:waypoint xsi:type="dc:Point" x="1848" y="-28" /> |
| 414 | <bpmndi:BPMNLabel> |
| 415 | <dc:Bounds x="1768" y="-50" width="0" height="14" /> |
| 416 | </bpmndi:BPMNLabel> |
| 417 | </bpmndi:BPMNEdge> |
| 418 | <bpmndi:BPMNEdge id="SequenceFlow_1tlym3z_di" bpmnElement="SequenceFlow_1tlym3z"> |
| 419 | <di:waypoint xsi:type="dc:Point" x="1142" y="-28" /> |
| 420 | <di:waypoint xsi:type="dc:Point" x="1194" y="-28" /> |
| 421 | <di:waypoint xsi:type="dc:Point" x="1194" y="-28" /> |
| 422 | <di:waypoint xsi:type="dc:Point" x="1245" y="-28" /> |
| 423 | <bpmndi:BPMNLabel> |
| 424 | <dc:Bounds x="1164" y="-35" width="0" height="14" /> |
| 425 | </bpmndi:BPMNLabel> |
| 426 | </bpmndi:BPMNEdge> |
| 427 | <bpmndi:BPMNEdge id="SequenceFlow_0z0u7x1_di" bpmnElement="SequenceFlow_0z0u7x1"> |
| 428 | <di:waypoint xsi:type="dc:Point" x="1345" y="-28" /> |
| 429 | <di:waypoint xsi:type="dc:Point" x="1394" y="-28" /> |
| 430 | <di:waypoint xsi:type="dc:Point" x="1394" y="-28" /> |
| 431 | <di:waypoint xsi:type="dc:Point" x="1442" y="-28" /> |
| 432 | <bpmndi:BPMNLabel> |
| 433 | <dc:Bounds x="1364" y="-35" width="0" height="14" /> |
| 434 | </bpmndi:BPMNLabel> |
| 435 | </bpmndi:BPMNEdge> |
| 436 | <bpmndi:BPMNEdge id="SequenceFlow_114wjuf_di" bpmnElement="SequenceFlow_114wjuf"> |
| 437 | <di:waypoint xsi:type="dc:Point" x="906" y="-402" /> |
| 438 | <di:waypoint xsi:type="dc:Point" x="1042" y="-402" /> |
| 439 | <bpmndi:BPMNLabel> |
| 440 | <dc:Bounds x="929" y="-424" width="0" height="14" /> |
| 441 | </bpmndi:BPMNLabel> |
| 442 | </bpmndi:BPMNEdge> |
| 443 | <bpmndi:BPMNEdge id="SequenceFlow_000q9m3_di" bpmnElement="SequenceFlow_000q9m3"> |
| 444 | <di:waypoint xsi:type="dc:Point" x="1545" y="-402" /> |
| 445 | <di:waypoint xsi:type="dc:Point" x="1678" y="-402" /> |
| 446 | <bpmndi:BPMNLabel> |
| 447 | <dc:Bounds x="1567.5" y="-424" width="0" height="14" /> |
| 448 | </bpmndi:BPMNLabel> |
| 449 | </bpmndi:BPMNEdge> |
| 450 | <bpmndi:BPMNEdge id="SequenceFlow_1lhdwv6_di" bpmnElement="SequenceFlow_1lhdwv6"> |
| 451 | <di:waypoint xsi:type="dc:Point" x="1728" y="-362" /> |
| 452 | <di:waypoint xsi:type="dc:Point" x="1728" y="-316" /> |
| 453 | <di:waypoint xsi:type="dc:Point" x="1092" y="-316" /> |
| 454 | <di:waypoint xsi:type="dc:Point" x="1092" y="-271" /> |
| 455 | <bpmndi:BPMNLabel> |
| 456 | <dc:Bounds x="1365" y="-338" width="0" height="14" /> |
| 457 | </bpmndi:BPMNLabel> |
| 458 | </bpmndi:BPMNEdge> |
| 459 | <bpmndi:BPMNEdge id="SequenceFlow_1bo3fu4_di" bpmnElement="SequenceFlow_1bo3fu4"> |
| 460 | <di:waypoint xsi:type="dc:Point" x="1542" y="-28" /> |
| 461 | <di:waypoint xsi:type="dc:Point" x="1678" y="-28" /> |
| 462 | <bpmndi:BPMNLabel> |
| 463 | <dc:Bounds x="1565" y="-50" width="0" height="14" /> |
| 464 | </bpmndi:BPMNLabel> |
| 465 | </bpmndi:BPMNEdge> |
| 466 | <bpmndi:BPMNEdge id="SequenceFlow_0t0jlzs_di" bpmnElement="SequenceFlow_0t0jlzs"> |
| 467 | <di:waypoint xsi:type="dc:Point" x="1142" y="-231" /> |
| 468 | <di:waypoint xsi:type="dc:Point" x="1245" y="-231" /> |
| 469 | <bpmndi:BPMNLabel> |
| 470 | <dc:Bounds x="1148.5" y="-253" width="0" height="14" /> |
| 471 | </bpmndi:BPMNLabel> |
| 472 | </bpmndi:BPMNEdge> |
| 473 | <bpmndi:BPMNEdge id="SequenceFlow_06fak6j_di" bpmnElement="SequenceFlow_06fak6j"> |
| 474 | <di:waypoint xsi:type="dc:Point" x="1345" y="-231" /> |
| 475 | <di:waypoint xsi:type="dc:Point" x="1442" y="-231" /> |
| 476 | <bpmndi:BPMNLabel> |
| 477 | <dc:Bounds x="1348.5" y="-253" width="0" height="14" /> |
| 478 | </bpmndi:BPMNLabel> |
| 479 | </bpmndi:BPMNEdge> |
| 480 | <bpmndi:BPMNEdge id="SequenceFlow_0lpbqkc_di" bpmnElement="SequenceFlow_0lpbqkc"> |
| 481 | <di:waypoint xsi:type="dc:Point" x="1728" y="-191" /> |
| 482 | <di:waypoint xsi:type="dc:Point" x="1728" y="-137" /> |
| 483 | <di:waypoint xsi:type="dc:Point" x="1092" y="-137" /> |
| 484 | <di:waypoint xsi:type="dc:Point" x="1092" y="-68" /> |
| 485 | <bpmndi:BPMNLabel> |
| 486 | <dc:Bounds x="1365" y="-159" width="0" height="14" /> |
| 487 | </bpmndi:BPMNLabel> |
| 488 | </bpmndi:BPMNEdge> |
| 489 | <bpmndi:BPMNEdge id="SequenceFlow_1jgurvk_di" bpmnElement="SequenceFlow_1jgurvk"> |
| 490 | <di:waypoint xsi:type="dc:Point" x="1142" y="-689" /> |
| 491 | <di:waypoint xsi:type="dc:Point" x="1259" y="-690" /> |
| 492 | <bpmndi:BPMNLabel> |
| 493 | <dc:Bounds x="1156.5" y="-710.5" width="0" height="14" /> |
| 494 | </bpmndi:BPMNLabel> |
| 495 | </bpmndi:BPMNEdge> |
| 496 | <bpmndi:BPMNEdge id="SequenceFlow_0u3tca8_di" bpmnElement="SequenceFlow_0u3tca8"> |
| 497 | <di:waypoint xsi:type="dc:Point" x="1284" y="-665" /> |
| 498 | <di:waypoint xsi:type="dc:Point" x="1284" y="-571" /> |
| 499 | <di:waypoint xsi:type="dc:Point" x="1404" y="-571" /> |
| 500 | <di:waypoint xsi:type="dc:Point" x="1404" y="-571" /> |
| 501 | <di:waypoint xsi:type="dc:Point" x="1678" y="-571" /> |
| 502 | <bpmndi:BPMNLabel> |
| 503 | <dc:Bounds x="1268" y="-658" width="12" height="14" /> |
| 504 | </bpmndi:BPMNLabel> |
| 505 | </bpmndi:BPMNEdge> |
| 506 | <bpmndi:BPMNEdge id="SequenceFlow_11pvz8i_di" bpmnElement="SequenceFlow_11pvz8i"> |
| 507 | <di:waypoint xsi:type="dc:Point" x="1309" y="-690" /> |
| 508 | <di:waypoint xsi:type="dc:Point" x="1442" y="-689" /> |
| 509 | <bpmndi:BPMNLabel> |
| 510 | <dc:Bounds x="1378.5" y="-711.5" width="18" height="14" /> |
| 511 | </bpmndi:BPMNLabel> |
| 512 | </bpmndi:BPMNEdge> |
| 513 | <bpmndi:BPMNEdge id="SequenceFlow_06avdut_di" bpmnElement="SequenceFlow_06avdut"> |
| 514 | <di:waypoint xsi:type="dc:Point" x="1721" y="-690" /> |
| 515 | <di:waypoint xsi:type="dc:Point" x="1835" y="-689" /> |
| 516 | <bpmndi:BPMNLabel> |
| 517 | <dc:Bounds x="1769" y="-710.5" width="18" height="14" /> |
| 518 | </bpmndi:BPMNLabel> |
| 519 | </bpmndi:BPMNEdge> |
| 520 | <bpmndi:BPMNEdge id="SequenceFlow_0cuvrsr_di" bpmnElement="SequenceFlow_0cuvrsr"> |
| 521 | <di:waypoint xsi:type="dc:Point" x="1542" y="-231" /> |
| 522 | <di:waypoint xsi:type="dc:Point" x="1678" y="-231" /> |
| 523 | <bpmndi:BPMNLabel> |
| 524 | <dc:Bounds x="1565" y="-253" width="0" height="14" /> |
| 525 | </bpmndi:BPMNLabel> |
| 526 | </bpmndi:BPMNEdge> |
| 527 | <bpmndi:BPMNEdge id="SequenceFlow_1lqmzex_di" bpmnElement="SequenceFlow_1lqmzex"> |
| 528 | <di:waypoint xsi:type="dc:Point" x="1542" y="-689" /> |
| 529 | <di:waypoint xsi:type="dc:Point" x="1671" y="-690" /> |
| 530 | <bpmndi:BPMNLabel> |
| 531 | <dc:Bounds x="1606.5" y="-711.5" width="0" height="14" /> |
| 532 | </bpmndi:BPMNLabel> |
| 533 | </bpmndi:BPMNEdge> |
| 534 | <bpmndi:BPMNEdge id="SequenceFlow_1pwflny_di" bpmnElement="SequenceFlow_1pwflny"> |
| 535 | <di:waypoint xsi:type="dc:Point" x="1696" y="-665" /> |
| 536 | <di:waypoint xsi:type="dc:Point" x="1696" y="-589" /> |
| 537 | <bpmndi:BPMNLabel> |
| 538 | <dc:Bounds x="1706" y="-646" width="12" height="14" /> |
| 539 | </bpmndi:BPMNLabel> |
| 540 | </bpmndi:BPMNEdge> |
| 541 | <bpmndi:BPMNEdge id="SequenceFlow_0vhbw8y_di" bpmnElement="SequenceFlow_0vhbw8y"> |
| 542 | <di:waypoint xsi:type="dc:Point" x="1542" y="306" /> |
| 543 | <di:waypoint xsi:type="dc:Point" x="1848" y="306" /> |
| 544 | <bpmndi:BPMNLabel> |
| 545 | <dc:Bounds x="1695" y="284" width="0" height="14" /> |
| 546 | </bpmndi:BPMNLabel> |
| 547 | </bpmndi:BPMNEdge> |
| 548 | <bpmndi:BPMNEdge id="SequenceFlow_03mc2qq_di" bpmnElement="SequenceFlow_03mc2qq"> |
| 549 | <di:waypoint xsi:type="dc:Point" x="1517" y="107" /> |
| 550 | <di:waypoint xsi:type="dc:Point" x="1665" y="107" /> |
| 551 | <bpmndi:BPMNLabel> |
| 552 | <dc:Bounds x="1582" y="85" width="18" height="14" /> |
| 553 | </bpmndi:BPMNLabel> |
| 554 | </bpmndi:BPMNEdge> |
| 555 | <bpmndi:BPMNEdge id="SequenceFlow_03ngo7h_di" bpmnElement="SequenceFlow_03ngo7h"> |
| 556 | <di:waypoint xsi:type="dc:Point" x="1715" y="147" /> |
| 557 | <di:waypoint xsi:type="dc:Point" x="1715" y="196" /> |
| 558 | <di:waypoint xsi:type="dc:Point" x="1092" y="196" /> |
| 559 | <di:waypoint xsi:type="dc:Point" x="1092" y="266" /> |
| 560 | <bpmndi:BPMNLabel> |
| 561 | <dc:Bounds x="1403.5" y="174" width="0" height="14" /> |
| 562 | </bpmndi:BPMNLabel> |
| 563 | </bpmndi:BPMNEdge> |
| 564 | <bpmndi:BPMNEdge id="SequenceFlow_1x1sk3t_di" bpmnElement="SequenceFlow_1x1sk3t"> |
| 565 | <di:waypoint xsi:type="dc:Point" x="906" y="107" /> |
| 566 | <di:waypoint xsi:type="dc:Point" x="1042" y="107" /> |
| 567 | <bpmndi:BPMNLabel> |
| 568 | <dc:Bounds x="929" y="85" width="0" height="14" /> |
| 569 | </bpmndi:BPMNLabel> |
| 570 | </bpmndi:BPMNEdge> |
| 571 | <bpmndi:BPMNEdge id="SequenceFlow_02l74nc_di" bpmnElement="SequenceFlow_02l74nc"> |
| 572 | <di:waypoint xsi:type="dc:Point" x="1142" y="107" /> |
| 573 | <di:waypoint xsi:type="dc:Point" x="1245" y="107" /> |
| 574 | <bpmndi:BPMNLabel> |
| 575 | <dc:Bounds x="1193.5" y="85" width="0" height="14" /> |
| 576 | </bpmndi:BPMNLabel> |
| 577 | </bpmndi:BPMNEdge> |
| 578 | <bpmndi:BPMNEdge id="SequenceFlow_0ff0jf2_di" bpmnElement="SequenceFlow_0ff0jf2"> |
| 579 | <di:waypoint xsi:type="dc:Point" x="1345" y="107" /> |
| 580 | <di:waypoint xsi:type="dc:Point" x="1467" y="107" /> |
| 581 | <bpmndi:BPMNLabel> |
| 582 | <dc:Bounds x="1406" y="85" width="0" height="14" /> |
| 583 | </bpmndi:BPMNLabel> |
| 584 | </bpmndi:BPMNEdge> |
| 585 | <bpmndi:BPMNEdge id="SequenceFlow_177yb27_di" bpmnElement="SequenceFlow_177yb27"> |
| 586 | <di:waypoint xsi:type="dc:Point" x="1492" y="132" /> |
| 587 | <di:waypoint xsi:type="dc:Point" x="1492" y="196" /> |
| 588 | <di:waypoint xsi:type="dc:Point" x="1092" y="196" /> |
| 589 | <di:waypoint xsi:type="dc:Point" x="1092" y="266" /> |
| 590 | <bpmndi:BPMNLabel> |
| 591 | <dc:Bounds x="1286" y="174" width="13" height="14" /> |
| 592 | </bpmndi:BPMNLabel> |
| 593 | </bpmndi:BPMNEdge> |
| 594 | <bpmndi:BPMNEdge id="SequenceFlow_1784pcx_di" bpmnElement="SequenceFlow_1784pcx"> |
| 595 | <di:waypoint xsi:type="dc:Point" x="1142" y="306" /> |
| 596 | <di:waypoint xsi:type="dc:Point" x="1176" y="306" /> |
| 597 | <di:waypoint xsi:type="dc:Point" x="1241" y="306" /> |
| 598 | <bpmndi:BPMNLabel> |
| 599 | <dc:Bounds x="1159" y="284" width="0" height="14" /> |
| 600 | </bpmndi:BPMNLabel> |
| 601 | </bpmndi:BPMNEdge> |
| 602 | <bpmndi:BPMNEdge id="SequenceFlow_1xhcwoo_di" bpmnElement="SequenceFlow_1xhcwoo"> |
| 603 | <di:waypoint xsi:type="dc:Point" x="1345" y="306" /> |
| 604 | <di:waypoint xsi:type="dc:Point" x="1400" y="306" /> |
| 605 | <di:waypoint xsi:type="dc:Point" x="1400" y="306" /> |
| 606 | <di:waypoint xsi:type="dc:Point" x="1442" y="306" /> |
| 607 | <bpmndi:BPMNLabel> |
| 608 | <dc:Bounds x="1415" y="299" width="0" height="14" /> |
| 609 | </bpmndi:BPMNLabel> |
| 610 | </bpmndi:BPMNEdge> |
| 611 | </bpmndi:BPMNPlane> |
| 612 | </bpmndi:BPMNDiagram> |
| 613 | </bpmn:definitions> |