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"> |
Elaine_Han | c760957 | 2018-08-07 18:14:14 +0800 | [diff] [blame] | 4 | <bpmn:startEvent id="StartEvent_0hj12gh" name="Delete3rdONAPRES_Start"> |
| 5 | <bpmn:outgoing>SequenceFlow_190fewc</bpmn:outgoing> |
Elaine_Han | 0753a83 | 2018-08-03 20:04:55 +0800 | [diff] [blame] | 6 | </bpmn:startEvent> |
Elaine_Han | c760957 | 2018-08-07 18:14:14 +0800 | [diff] [blame] | 7 | <bpmn:scriptTask id="ScriptTask_0rs5t7w" name="prepare 3rdONAP Delete Request" scriptFormat="groovy"> |
| 8 | <bpmn:incoming>SequenceFlow_1suwdgi</bpmn:incoming> |
| 9 | <bpmn:outgoing>SequenceFlow_15mvx68</bpmn:outgoing> |
Elaine_Han | 0753a83 | 2018-08-03 20:04:55 +0800 | [diff] [blame] | 10 | <bpmn:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.* |
| 11 | def dcsi = new Delete3rdONAPE2EServiceInstance() |
Elaine_Han | c760957 | 2018-08-07 18:14:14 +0800 | [diff] [blame] | 12 | dcsi.prepare3rdONAPRequest(execution)]]></bpmn:script> |
Elaine_Han | 0753a83 | 2018-08-03 20:04:55 +0800 | [diff] [blame] | 13 | </bpmn:scriptTask> |
Elaine_Han | c760957 | 2018-08-07 18:14:14 +0800 | [diff] [blame] | 14 | <bpmn:endEvent id="EndEvent_013449q" name="Delete3rdONAPRES_End"> |
| 15 | <bpmn:incoming>SequenceFlow_0a8k9xi</bpmn:incoming> |
Elaine_Han | 0753a83 | 2018-08-03 20:04:55 +0800 | [diff] [blame] | 16 | </bpmn:endEvent> |
Elaine_Han | c760957 | 2018-08-07 18:14:14 +0800 | [diff] [blame] | 17 | <bpmn:scriptTask id="ScriptTask_1b88nnk" name="Delete SPPartner In AAI"> |
| 18 | <bpmn:incoming>SequenceFlow_0y2g8mr</bpmn:incoming> |
| 19 | <bpmn:outgoing>SequenceFlow_0znwu8z</bpmn:outgoing> |
Elaine_Han | 0753a83 | 2018-08-03 20:04:55 +0800 | [diff] [blame] | 20 | <bpmn:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.* |
| 21 | def dcsi = new Delete3rdONAPE2EServiceInstance() |
| 22 | dcsi.deleteSPPartnerInAAI(execution)]]></bpmn:script> |
| 23 | </bpmn:scriptTask> |
Elaine_Han | c760957 | 2018-08-07 18:14:14 +0800 | [diff] [blame] | 24 | <bpmn:scriptTask id="ScriptTask_16rcjl3" name="Pre Process Request" scriptFormat="groovy"> |
| 25 | <bpmn:incoming>SequenceFlow_1ttrqml</bpmn:incoming> |
| 26 | <bpmn:outgoing>SequenceFlow_0brxjic</bpmn:outgoing> |
Elaine_Han | 0753a83 | 2018-08-03 20:04:55 +0800 | [diff] [blame] | 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> |
Elaine_Han | c760957 | 2018-08-07 18:14:14 +0800 | [diff] [blame] | 31 | <bpmn:scriptTask id="ScriptTask_10n1tb6" name="Init Delete resource progress" scriptFormat="groovy"> |
| 32 | <bpmn:incoming>SequenceFlow_0brxjic</bpmn:incoming> |
| 33 | <bpmn:outgoing>SequenceFlow_0ezt5f0</bpmn:outgoing> |
Elaine_Han | 0753a83 | 2018-08-03 20:04:55 +0800 | [diff] [blame] | 34 | <bpmn:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.* |
Elaine_Han | c760957 | 2018-08-07 18:14:14 +0800 | [diff] [blame] | 35 | execution.setVariable("progress", "5") |
| 36 | execution.setVariable("status", "processing") |
| 37 | execution.setVariable("statusDescription", "Start Creating") |
Elaine_Han | 0753a83 | 2018-08-03 20:04:55 +0800 | [diff] [blame] | 38 | def dcsi = new Delete3rdONAPE2EServiceInstance() |
Elaine_Han | c760957 | 2018-08-07 18:14:14 +0800 | [diff] [blame] | 39 | dcsi.prepareUpdateProgress(execution)]]></bpmn:script> |
Elaine_Han | 0753a83 | 2018-08-03 20:04:55 +0800 | [diff] [blame] | 40 | </bpmn:scriptTask> |
Elaine_Han | c760957 | 2018-08-07 18:14:14 +0800 | [diff] [blame] | 41 | <bpmn:serviceTask id="ServiceTask_039ju3f" name="resource progress update"> |
Elaine_Han | 0753a83 | 2018-08-03 20:04:55 +0800 | [diff] [blame] | 42 | <bpmn:extensionElements> |
| 43 | <camunda:connector> |
| 44 | <camunda:inputOutput> |
| 45 | <camunda:inputParameter name="url">${CVFMI_dbAdapterEndpoint}</camunda:inputParameter> |
| 46 | <camunda:inputParameter name="headers"> |
| 47 | <camunda:map> |
| 48 | <camunda:entry key="content-type">application/soap+xml</camunda:entry> |
| 49 | <camunda:entry key="Authorization">Basic QlBFTENsaWVudDpwYXNzd29yZDEk</camunda:entry> |
| 50 | </camunda:map> |
| 51 | </camunda:inputParameter> |
| 52 | <camunda:inputParameter name="payload">${CVFMI_updateResOperStatusRequest}</camunda:inputParameter> |
| 53 | <camunda:inputParameter name="method">POST</camunda:inputParameter> |
| 54 | <camunda:outputParameter name="CVFMI_dbResponseCode">${statusCode}</camunda:outputParameter> |
| 55 | <camunda:outputParameter name="CVFMI_dbResponse">${response}</camunda:outputParameter> |
| 56 | </camunda:inputOutput> |
| 57 | <camunda:connectorId>http-connector</camunda:connectorId> |
| 58 | </camunda:connector> |
| 59 | </bpmn:extensionElements> |
Elaine_Han | c760957 | 2018-08-07 18:14:14 +0800 | [diff] [blame] | 60 | <bpmn:incoming>SequenceFlow_0ezt5f0</bpmn:incoming> |
| 61 | <bpmn:outgoing>SequenceFlow_1suwdgi</bpmn:outgoing> |
Elaine_Han | 0753a83 | 2018-08-03 20:04:55 +0800 | [diff] [blame] | 62 | </bpmn:serviceTask> |
Elaine_Han | c760957 | 2018-08-07 18:14:14 +0800 | [diff] [blame] | 63 | <bpmn:scriptTask id="ScriptTask_1aj6okk" name="Post process" scriptFormat="groovy"> |
| 64 | <bpmn:incoming>SequenceFlow_0znwu8z</bpmn:incoming> |
| 65 | <bpmn:outgoing>SequenceFlow_04hwfll</bpmn:outgoing> |
Elaine_Han | 0753a83 | 2018-08-03 20:04:55 +0800 | [diff] [blame] | 66 | <bpmn:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.* |
| 67 | def csi = new Delete3rdONAPE2EServiceInstance() |
| 68 | csi.postProcess(execution)]]></bpmn:script> |
| 69 | </bpmn:scriptTask> |
Elaine_Han | c760957 | 2018-08-07 18:14:14 +0800 | [diff] [blame] | 70 | <bpmn:scriptTask id="ScriptTask_0r2cxvb" name="Delete E2ESI in 3rdONAP" scriptFormat="groovy"> |
| 71 | <bpmn:incoming>SequenceFlow_15mvx68</bpmn:incoming> |
| 72 | <bpmn:outgoing>SequenceFlow_0wp73cw</bpmn:outgoing> |
| 73 | <bpmn:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.* |
| 74 | def dcsi = new Delete3rdONAPE2EServiceInstance() |
| 75 | dcsi.doDeleteE2ESIin3rdONAP(execution)]]></bpmn:script> |
| 76 | </bpmn:scriptTask> |
| 77 | <bpmn:serviceTask id="ServiceTask_0p5029r" name="resource progress update"> |
| 78 | <bpmn:extensionElements> |
| 79 | <camunda:connector> |
| 80 | <camunda:inputOutput> |
| 81 | <camunda:inputParameter name="url">${CVFMI_dbAdapterEndpoint}</camunda:inputParameter> |
| 82 | <camunda:inputParameter name="headers"> |
| 83 | <camunda:map> |
| 84 | <camunda:entry key="content-type">application/soap+xml</camunda:entry> |
| 85 | <camunda:entry key="Authorization">Basic QlBFTENsaWVudDpwYXNzd29yZDEk</camunda:entry> |
| 86 | </camunda:map> |
| 87 | </camunda:inputParameter> |
| 88 | <camunda:inputParameter name="payload">${CVFMI_updateResOperStatusRequest}</camunda:inputParameter> |
| 89 | <camunda:inputParameter name="method">POST</camunda:inputParameter> |
| 90 | <camunda:outputParameter name="CVFMI_dbResponseCode">${statusCode}</camunda:outputParameter> |
| 91 | <camunda:outputParameter name="CVFMI_dbResponse">${response}</camunda:outputParameter> |
| 92 | </camunda:inputOutput> |
| 93 | <camunda:connectorId>http-connector</camunda:connectorId> |
| 94 | </camunda:connector> |
| 95 | </bpmn:extensionElements> |
| 96 | <bpmn:incoming>SequenceFlow_0fkfn70</bpmn:incoming> |
| 97 | <bpmn:outgoing>SequenceFlow_1luhljs</bpmn:outgoing> |
| 98 | </bpmn:serviceTask> |
| 99 | <bpmn:sequenceFlow id="SequenceFlow_190fewc" sourceRef="StartEvent_0hj12gh" targetRef="ScriptTask_160sboy" /> |
| 100 | <bpmn:sequenceFlow id="SequenceFlow_0brxjic" sourceRef="ScriptTask_16rcjl3" targetRef="ScriptTask_10n1tb6" /> |
| 101 | <bpmn:sequenceFlow id="SequenceFlow_0znwu8z" sourceRef="ScriptTask_1b88nnk" targetRef="ScriptTask_1aj6okk" /> |
| 102 | <bpmn:sequenceFlow id="SequenceFlow_0ezt5f0" sourceRef="ScriptTask_10n1tb6" targetRef="ServiceTask_039ju3f" /> |
| 103 | <bpmn:scriptTask id="ScriptTask_160sboy" name="Check SPPartner Info from AAI" scriptFormat="groovy"> |
| 104 | <bpmn:incoming>SequenceFlow_190fewc</bpmn:incoming> |
| 105 | <bpmn:outgoing>SequenceFlow_1f71u71</bpmn:outgoing> |
| 106 | <bpmn:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.* |
| 107 | def dcsi = new Delete3rdONAPE2EServiceInstance() |
| 108 | dcsi.checkSPPartnerInfoFromAAI(execution)]]></bpmn:script> |
| 109 | </bpmn:scriptTask> |
| 110 | <bpmn:exclusiveGateway id="ExclusiveGateway_01c0nhq" name="Is 3rdONAP SPPartner Existing" default="SequenceFlow_0h1rnsw"> |
| 111 | <bpmn:incoming>SequenceFlow_1f71u71</bpmn:incoming> |
| 112 | <bpmn:outgoing>SequenceFlow_0h1rnsw</bpmn:outgoing> |
| 113 | <bpmn:outgoing>SequenceFlow_1msw3xo</bpmn:outgoing> |
| 114 | </bpmn:exclusiveGateway> |
| 115 | <bpmn:sequenceFlow id="SequenceFlow_0h1rnsw" name="no" sourceRef="ExclusiveGateway_01c0nhq" targetRef="IntermediateThrowEvent_1y4vypx" /> |
| 116 | <bpmn:sequenceFlow id="SequenceFlow_1msw3xo" name="yes" sourceRef="ExclusiveGateway_01c0nhq" targetRef="ScriptTask_1y8kdt3"> |
| 117 | <bpmn:conditionExpression xsi:type="bpmn:tFormalExpression"><![CDATA[#{(execution.getVariable("Is3rdONAPExist" ) == "true" )}]]></bpmn:conditionExpression> |
| 118 | </bpmn:sequenceFlow> |
| 119 | <bpmn:intermediateCatchEvent id="IntermediateCatchEvent_0cql41g" name="Start3rdONAPDeleteE2ESI"> |
| 120 | <bpmn:outgoing>SequenceFlow_1ttrqml</bpmn:outgoing> |
| 121 | <bpmn:linkEventDefinition name="Start3rdONAPDeleteE2ESI" /> |
| 122 | </bpmn:intermediateCatchEvent> |
| 123 | <bpmn:sequenceFlow id="SequenceFlow_1f71u71" sourceRef="ScriptTask_160sboy" targetRef="ExclusiveGateway_01c0nhq" /> |
| 124 | <bpmn:sequenceFlow id="SequenceFlow_1ttrqml" sourceRef="IntermediateCatchEvent_0cql41g" targetRef="ScriptTask_16rcjl3" /> |
| 125 | <bpmn:intermediateThrowEvent id="IntermediateThrowEvent_0wbo4nq" name="GoTo Start3rdONAPDeleteE2ESI"> |
| 126 | <bpmn:incoming>SequenceFlow_0o376do</bpmn:incoming> |
| 127 | <bpmn:linkEventDefinition name="Start3rdONAPDeleteE2ESI" /> |
| 128 | </bpmn:intermediateThrowEvent> |
| 129 | <bpmn:scriptTask id="ScriptTask_0yz8d8c" name="Query E2ESI progress in 3rdONAP" scriptFormat="groovy"> |
| 130 | <bpmn:incoming>SequenceFlow_13s0mg5</bpmn:incoming> |
| 131 | <bpmn:incoming>SequenceFlow_0kkou66</bpmn:incoming> |
| 132 | <bpmn:outgoing>SequenceFlow_0fkfn70</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:sequenceFlow id="SequenceFlow_04hwfll" sourceRef="ScriptTask_1aj6okk" targetRef="ScriptTask_18auy29" /> |
| 138 | <bpmn:scriptTask id="ScriptTask_1y8kdt3" name="Check Locall Call" scriptFormat="groovy"> |
| 139 | <bpmn:incoming>SequenceFlow_1msw3xo</bpmn:incoming> |
| 140 | <bpmn:outgoing>SequenceFlow_1kcu53z</bpmn:outgoing> |
| 141 | <bpmn:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.* |
| 142 | def dcsi = new Delete3rdONAPE2EServiceInstance() |
| 143 | dcsi.checkLocallCall(execution)]]></bpmn:script> |
| 144 | </bpmn:scriptTask> |
| 145 | <bpmn:sequenceFlow id="SequenceFlow_1kcu53z" sourceRef="ScriptTask_1y8kdt3" targetRef="ExclusiveGateway_0pj14lp" /> |
| 146 | <bpmn:exclusiveGateway id="ExclusiveGateway_0pj14lp" name="Is Called from Local"> |
| 147 | <bpmn:incoming>SequenceFlow_1kcu53z</bpmn:incoming> |
| 148 | <bpmn:outgoing>SequenceFlow_0o376do</bpmn:outgoing> |
| 149 | <bpmn:outgoing>SequenceFlow_1y8xkzy</bpmn:outgoing> |
| 150 | </bpmn:exclusiveGateway> |
| 151 | <bpmn:sequenceFlow id="SequenceFlow_0o376do" name="yes" sourceRef="ExclusiveGateway_0pj14lp" targetRef="IntermediateThrowEvent_0wbo4nq"> |
| 152 | <bpmn:conditionExpression xsi:type="bpmn:tFormalExpression"><![CDATA[#{(execution.getVariable("IsLocalCall" ) == "true" )}]]></bpmn:conditionExpression> |
| 153 | </bpmn:sequenceFlow> |
| 154 | <bpmn:sequenceFlow id="SequenceFlow_1y8xkzy" name="no" sourceRef="ExclusiveGateway_0pj14lp" targetRef="IntermediateThrowEvent_1y4vypx" /> |
| 155 | <bpmn:intermediateThrowEvent id="IntermediateThrowEvent_1y4vypx" name="GoTo StartLocalONAPDeleteE2ESI"> |
| 156 | <bpmn:incoming>SequenceFlow_1y8xkzy</bpmn:incoming> |
| 157 | <bpmn:incoming>SequenceFlow_0h1rnsw</bpmn:incoming> |
| 158 | <bpmn:linkEventDefinition name=" StartLocalONAPDeleteE2ESI" /> |
| 159 | </bpmn:intermediateThrowEvent> |
| 160 | <bpmn:endEvent id="EndEvent_0o0n3fa" name="Delete3rdONAPRES_End"> |
| 161 | <bpmn:incoming>SequenceFlow_131f1jj</bpmn:incoming> |
| 162 | </bpmn:endEvent> |
| 163 | <bpmn:scriptTask id="ScriptTask_1lazb8l" name="Delete SPPartner In AAI"> |
| 164 | <bpmn:incoming>SequenceFlow_1wq9f5k</bpmn:incoming> |
| 165 | <bpmn:outgoing>SequenceFlow_18gb81f</bpmn:outgoing> |
| 166 | <bpmn:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.* |
| 167 | def dcsi = new Delete3rdONAPE2EServiceInstance() |
| 168 | dcsi.deleteSPPartnerInAAI(execution)]]></bpmn:script> |
| 169 | </bpmn:scriptTask> |
| 170 | <bpmn:scriptTask id="ScriptTask_0buj724" name="Pre Process Request" scriptFormat="groovy"> |
| 171 | <bpmn:incoming>SequenceFlow_0wnyy50</bpmn:incoming> |
| 172 | <bpmn:outgoing>SequenceFlow_0z9axn6</bpmn:outgoing> |
| 173 | <bpmn:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.* |
| 174 | def dcsi = new Delete3rdONAPE2EServiceInstance() |
| 175 | dcsi.preProcessRequest(execution)]]></bpmn:script> |
| 176 | </bpmn:scriptTask> |
| 177 | <bpmn:scriptTask id="ScriptTask_0rixvgj" name="Prepare Delete resource progress" scriptFormat="groovy"> |
| 178 | <bpmn:incoming>SequenceFlow_0z9axn6</bpmn:incoming> |
| 179 | <bpmn:outgoing>SequenceFlow_04l4to1</bpmn:outgoing> |
| 180 | <bpmn:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.* |
| 181 | execution.setVariable("progress", "100") |
| 182 | execution.setVariable("status", "finished") |
| 183 | execution.setVariable("statusDescription", "Local Creation Only") |
| 184 | def dcsi = new Delete3rdONAPE2EServiceInstance() |
| 185 | dcsi.prepareUpdateProgress(execution)]]></bpmn:script> |
| 186 | </bpmn:scriptTask> |
| 187 | <bpmn:serviceTask id="ServiceTask_1kgvq5e" name="update progress update"> |
| 188 | <bpmn:extensionElements> |
| 189 | <camunda:connector> |
| 190 | <camunda:inputOutput> |
| 191 | <camunda:inputParameter name="url">${CVFMI_dbAdapterEndpoint}</camunda:inputParameter> |
| 192 | <camunda:inputParameter name="headers"> |
| 193 | <camunda:map> |
| 194 | <camunda:entry key="content-type">application/soap+xml</camunda:entry> |
| 195 | <camunda:entry key="Authorization">Basic QlBFTENsaWVudDpwYXNzd29yZDEk</camunda:entry> |
| 196 | </camunda:map> |
| 197 | </camunda:inputParameter> |
| 198 | <camunda:inputParameter name="payload">${CVFMI_updateResOperStatusRequest}</camunda:inputParameter> |
| 199 | <camunda:inputParameter name="method">POST</camunda:inputParameter> |
| 200 | <camunda:outputParameter name="CVFMI_dbResponseCode">${statusCode}</camunda:outputParameter> |
| 201 | <camunda:outputParameter name="CVFMI_dbResponse">${response}</camunda:outputParameter> |
| 202 | </camunda:inputOutput> |
| 203 | <camunda:connectorId>http-connector</camunda:connectorId> |
| 204 | </camunda:connector> |
| 205 | </bpmn:extensionElements> |
| 206 | <bpmn:incoming>SequenceFlow_18gb81f</bpmn:incoming> |
| 207 | <bpmn:incoming>SequenceFlow_1swgag2</bpmn:incoming> |
| 208 | <bpmn:outgoing>SequenceFlow_0dkbe3r</bpmn:outgoing> |
| 209 | </bpmn:serviceTask> |
| 210 | <bpmn:scriptTask id="ScriptTask_17s3yrn" name="Post process" scriptFormat="groovy"> |
| 211 | <bpmn:incoming>SequenceFlow_0dkbe3r</bpmn:incoming> |
| 212 | <bpmn:outgoing>SequenceFlow_1wn6y9u</bpmn:outgoing> |
| 213 | <bpmn:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.* |
| 214 | def csi = new Delete3rdONAPE2EServiceInstance() |
| 215 | csi.postProcess(execution)]]></bpmn:script> |
| 216 | </bpmn:scriptTask> |
| 217 | <bpmn:intermediateCatchEvent id="IntermediateCatchEvent_18h4prx" name="StartLocalONAPDeleteE2ESI"> |
| 218 | <bpmn:outgoing>SequenceFlow_0wnyy50</bpmn:outgoing> |
Elaine_Han | 0753a83 | 2018-08-03 20:04:55 +0800 | [diff] [blame] | 219 | <bpmn:linkEventDefinition name="StartLocalONAPDeleteE2ESI" /> |
| 220 | </bpmn:intermediateCatchEvent> |
Elaine_Han | c760957 | 2018-08-07 18:14:14 +0800 | [diff] [blame] | 221 | <bpmn:scriptTask id="ScriptTask_03gddkg" name="Send Sync Ack Response" scriptFormat="groovy"> |
| 222 | <bpmn:incoming>SequenceFlow_1wn6y9u</bpmn:incoming> |
| 223 | <bpmn:outgoing>SequenceFlow_131f1jj</bpmn:outgoing> |
Elaine_Han | 0753a83 | 2018-08-03 20:04:55 +0800 | [diff] [blame] | 224 | <bpmn:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.* |
| 225 | def csi = new Delete3rdONAPE2EServiceInstance() |
| 226 | csi.sendSyncResponse(execution)]]></bpmn:script> |
| 227 | </bpmn:scriptTask> |
Elaine_Han | c760957 | 2018-08-07 18:14:14 +0800 | [diff] [blame] | 228 | <bpmn:sequenceFlow id="SequenceFlow_0z9axn6" sourceRef="ScriptTask_0buj724" targetRef="ScriptTask_0rixvgj" /> |
| 229 | <bpmn:sequenceFlow id="SequenceFlow_131f1jj" sourceRef="ScriptTask_03gddkg" targetRef="EndEvent_0o0n3fa" /> |
| 230 | <bpmn:sequenceFlow id="SequenceFlow_18gb81f" sourceRef="ScriptTask_1lazb8l" targetRef="ServiceTask_1kgvq5e" /> |
| 231 | <bpmn:sequenceFlow id="SequenceFlow_0wnyy50" sourceRef="IntermediateCatchEvent_18h4prx" targetRef="ScriptTask_0buj724" /> |
| 232 | <bpmn:sequenceFlow id="SequenceFlow_04l4to1" sourceRef="ScriptTask_0rixvgj" targetRef="ExclusiveGateway_1cz6dwq" /> |
| 233 | <bpmn:sequenceFlow id="SequenceFlow_1wn6y9u" sourceRef="ScriptTask_17s3yrn" targetRef="ScriptTask_03gddkg" /> |
| 234 | <bpmn:exclusiveGateway id="ExclusiveGateway_1cz6dwq" name="Is 3rdONAP SPPartner Existing" default="SequenceFlow_1swgag2"> |
| 235 | <bpmn:incoming>SequenceFlow_04l4to1</bpmn:incoming> |
| 236 | <bpmn:outgoing>SequenceFlow_1wq9f5k</bpmn:outgoing> |
| 237 | <bpmn:outgoing>SequenceFlow_1swgag2</bpmn:outgoing> |
Elaine_Han | 0753a83 | 2018-08-03 20:04:55 +0800 | [diff] [blame] | 238 | </bpmn:exclusiveGateway> |
Elaine_Han | c760957 | 2018-08-07 18:14:14 +0800 | [diff] [blame] | 239 | <bpmn:sequenceFlow id="SequenceFlow_0dkbe3r" sourceRef="ServiceTask_1kgvq5e" targetRef="ScriptTask_17s3yrn" /> |
| 240 | <bpmn:sequenceFlow id="SequenceFlow_1wq9f5k" name="yes" sourceRef="ExclusiveGateway_1cz6dwq" targetRef="ScriptTask_1lazb8l"> |
Elaine_Han | 0753a83 | 2018-08-03 20:04:55 +0800 | [diff] [blame] | 241 | <bpmn:conditionExpression xsi:type="bpmn:tFormalExpression"><![CDATA[#{(execution.getVariable("Is3rdONAPExist" ) == "true" )}]]></bpmn:conditionExpression> |
| 242 | </bpmn:sequenceFlow> |
Elaine_Han | c760957 | 2018-08-07 18:14:14 +0800 | [diff] [blame] | 243 | <bpmn:sequenceFlow id="SequenceFlow_1swgag2" name="No" sourceRef="ExclusiveGateway_1cz6dwq" targetRef="ServiceTask_1kgvq5e" /> |
| 244 | <bpmn:scriptTask id="ScriptTask_1pdhttw" name="timeDelay" scriptFormat="groovy"> |
| 245 | <bpmn:incoming>SequenceFlow_1udji9x</bpmn:incoming> |
| 246 | <bpmn:outgoing>SequenceFlow_0kkou66</bpmn:outgoing> |
| 247 | <bpmn:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.* |
| 248 | def dcsi = new Delete3rdONAPE2EServiceInstance() |
| 249 | dcsi.timeDelay(execution)]]></bpmn:script> |
| 250 | </bpmn:scriptTask> |
| 251 | <bpmn:exclusiveGateway id="ExclusiveGateway_1662gjm" name="Delete SI in 3rdONAP Success?" default="SequenceFlow_12seu6n"> |
| 252 | <bpmn:incoming>SequenceFlow_0wp73cw</bpmn:incoming> |
| 253 | <bpmn:outgoing>SequenceFlow_13s0mg5</bpmn:outgoing> |
| 254 | <bpmn:outgoing>SequenceFlow_12seu6n</bpmn:outgoing> |
| 255 | </bpmn:exclusiveGateway> |
| 256 | <bpmn:exclusiveGateway id="ExclusiveGateway_1we7izu" name="Delete SI in 3rdONAP Finished?"> |
| 257 | <bpmn:incoming>SequenceFlow_1luhljs</bpmn:incoming> |
| 258 | <bpmn:outgoing>SequenceFlow_1udji9x</bpmn:outgoing> |
| 259 | <bpmn:outgoing>SequenceFlow_0y2g8mr</bpmn:outgoing> |
| 260 | </bpmn:exclusiveGateway> |
| 261 | <bpmn:scriptTask id="ScriptTask_18auy29" name="Send Sync Ack Response" scriptFormat="groovy"> |
| 262 | <bpmn:incoming>SequenceFlow_04hwfll</bpmn:incoming> |
| 263 | <bpmn:outgoing>SequenceFlow_0a8k9xi</bpmn:outgoing> |
| 264 | <bpmn:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.* |
| 265 | def csi = new Delete3rdONAPE2EServiceInstance() |
| 266 | csi.sendSyncResponse(execution)]]></bpmn:script> |
| 267 | </bpmn:scriptTask> |
| 268 | <bpmn:sequenceFlow id="SequenceFlow_0a8k9xi" sourceRef="ScriptTask_18auy29" targetRef="EndEvent_013449q" /> |
| 269 | <bpmn:sequenceFlow id="SequenceFlow_15mvx68" sourceRef="ScriptTask_0rs5t7w" targetRef="ScriptTask_0r2cxvb" /> |
| 270 | <bpmn:sequenceFlow id="SequenceFlow_0wp73cw" sourceRef="ScriptTask_0r2cxvb" targetRef="ExclusiveGateway_1662gjm" /> |
| 271 | <bpmn:sequenceFlow id="SequenceFlow_13s0mg5" name="yes" sourceRef="ExclusiveGateway_1662gjm" targetRef="ScriptTask_0yz8d8c"> |
| 272 | <bpmn:conditionExpression xsi:type="bpmn:tFormalExpression"><![CDATA[#{(execution.getVariable("serviceOrderId" ) != null && execution.getVariable("serviceOrderId" ) != "" )}]]></bpmn:conditionExpression> |
Elaine_Han | 0753a83 | 2018-08-03 20:04:55 +0800 | [diff] [blame] | 273 | </bpmn:sequenceFlow> |
Elaine_Han | c760957 | 2018-08-07 18:14:14 +0800 | [diff] [blame] | 274 | <bpmn:sequenceFlow id="SequenceFlow_0fkfn70" sourceRef="ScriptTask_0yz8d8c" targetRef="ServiceTask_0p5029r" /> |
| 275 | <bpmn:sequenceFlow id="SequenceFlow_1suwdgi" sourceRef="ServiceTask_039ju3f" targetRef="ScriptTask_0rs5t7w" /> |
| 276 | <bpmn:sequenceFlow id="SequenceFlow_0kkou66" sourceRef="ScriptTask_1pdhttw" targetRef="ScriptTask_0yz8d8c" /> |
| 277 | <bpmn:sequenceFlow id="SequenceFlow_1luhljs" sourceRef="ServiceTask_0p5029r" targetRef="ExclusiveGateway_1we7izu" /> |
| 278 | <bpmn:sequenceFlow id="SequenceFlow_1udji9x" name="no" sourceRef="ExclusiveGateway_1we7izu" targetRef="ScriptTask_1pdhttw"> |
| 279 | <bpmn:conditionExpression xsi:type="bpmn:tFormalExpression"><![CDATA[ #{(execution.getVariable("status" ) == "processing" )}]]></bpmn:conditionExpression> |
Elaine_Han | 0753a83 | 2018-08-03 20:04:55 +0800 | [diff] [blame] | 280 | </bpmn:sequenceFlow> |
Elaine_Han | c760957 | 2018-08-07 18:14:14 +0800 | [diff] [blame] | 281 | <bpmn:endEvent id="EndEvent_19joonf"> |
| 282 | <bpmn:incoming>SequenceFlow_1mei7hu</bpmn:incoming> |
| 283 | </bpmn:endEvent> |
| 284 | <bpmn:sequenceFlow id="SequenceFlow_12seu6n" name="no" sourceRef="ExclusiveGateway_1662gjm" targetRef="ScriptTask_07cq0pw" /> |
| 285 | <bpmn:sequenceFlow id="SequenceFlow_0y2g8mr" name="yes" sourceRef="ExclusiveGateway_1we7izu" targetRef="ScriptTask_1b88nnk"> |
| 286 | <bpmn:conditionExpression xsi:type="bpmn:tFormalExpression"><![CDATA[ #{(execution.getVariable("status" ) != "processing" )}]]></bpmn:conditionExpression> |
| 287 | </bpmn:sequenceFlow> |
| 288 | <bpmn:scriptTask id="ScriptTask_07cq0pw" name="update resource progress failed" scriptFormat="groovy"> |
| 289 | <bpmn:incoming>SequenceFlow_12seu6n</bpmn:incoming> |
| 290 | <bpmn:outgoing>SequenceFlow_0i9iiuo</bpmn:outgoing> |
| 291 | <bpmn:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.* |
| 292 | execution.setVariable("progress", "100") |
| 293 | execution.setVariable("status", "error") |
| 294 | execution.setVariable("statusDescription", "Delete Service Order failed ") |
| 295 | def dcsi = new Delete3rdONAPE2EServiceInstance() |
| 296 | dcsi.prepareUpdateProgress(execution)]]></bpmn:script> |
| 297 | </bpmn:scriptTask> |
| 298 | <bpmn:serviceTask id="ServiceTask_1ixmamy" name="resource progress update"> |
| 299 | <bpmn:extensionElements> |
| 300 | <camunda:connector> |
| 301 | <camunda:inputOutput> |
| 302 | <camunda:inputParameter name="url">${CVFMI_dbAdapterEndpoint}</camunda:inputParameter> |
| 303 | <camunda:inputParameter name="headers"> |
| 304 | <camunda:map> |
| 305 | <camunda:entry key="content-type">application/soap+xml</camunda:entry> |
| 306 | <camunda:entry key="Authorization">Basic QlBFTENsaWVudDpwYXNzd29yZDEk</camunda:entry> |
| 307 | </camunda:map> |
| 308 | </camunda:inputParameter> |
| 309 | <camunda:inputParameter name="payload">${CVFMI_updateResOperStatusRequest}</camunda:inputParameter> |
| 310 | <camunda:inputParameter name="method">POST</camunda:inputParameter> |
| 311 | <camunda:outputParameter name="CVFMI_dbResponseCode">${statusCode}</camunda:outputParameter> |
| 312 | <camunda:outputParameter name="CVFMI_dbResponse">${response}</camunda:outputParameter> |
| 313 | </camunda:inputOutput> |
| 314 | <camunda:connectorId>http-connector</camunda:connectorId> |
| 315 | </camunda:connector> |
| 316 | </bpmn:extensionElements> |
| 317 | <bpmn:incoming>SequenceFlow_0i9iiuo</bpmn:incoming> |
| 318 | <bpmn:outgoing>SequenceFlow_1mei7hu</bpmn:outgoing> |
| 319 | </bpmn:serviceTask> |
| 320 | <bpmn:sequenceFlow id="SequenceFlow_0i9iiuo" sourceRef="ScriptTask_07cq0pw" targetRef="ServiceTask_1ixmamy" /> |
| 321 | <bpmn:sequenceFlow id="SequenceFlow_1mei7hu" sourceRef="ServiceTask_1ixmamy" targetRef="EndEvent_19joonf" /> |
Elaine_Han | 0753a83 | 2018-08-03 20:04:55 +0800 | [diff] [blame] | 322 | </bpmn:process> |
| 323 | <bpmn:error id="Error_0nbdy47" name="MSOWorkflowException" errorCode="MSOWorkflowException" /> |
| 324 | <bpmndi:BPMNDiagram id="BPMNDiagram_1"> |
| 325 | <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Delete3rdONAPE2EServiceInstance"> |
Elaine_Han | c760957 | 2018-08-07 18:14:14 +0800 | [diff] [blame] | 326 | <bpmndi:BPMNShape id="StartEvent_0hj12gh_di" bpmnElement="StartEvent_0hj12gh"> |
| 327 | <dc:Bounds x="-9" y="-418" width="36" height="36" /> |
Elaine_Han | 0753a83 | 2018-08-03 20:04:55 +0800 | [diff] [blame] | 328 | <bpmndi:BPMNLabel> |
Elaine_Han | c760957 | 2018-08-07 18:14:14 +0800 | [diff] [blame] | 329 | <dc:Bounds x="-30" y="-382" width="84" height="28" /> |
Elaine_Han | 0753a83 | 2018-08-03 20:04:55 +0800 | [diff] [blame] | 330 | </bpmndi:BPMNLabel> |
| 331 | </bpmndi:BPMNShape> |
Elaine_Han | c760957 | 2018-08-07 18:14:14 +0800 | [diff] [blame] | 332 | <bpmndi:BPMNShape id="ScriptTask_0rs5t7w_di" bpmnElement="ScriptTask_0rs5t7w"> |
| 333 | <dc:Bounds x="-41" y="12" width="100" height="80" /> |
Elaine_Han | 0753a83 | 2018-08-03 20:04:55 +0800 | [diff] [blame] | 334 | </bpmndi:BPMNShape> |
Elaine_Han | c760957 | 2018-08-07 18:14:14 +0800 | [diff] [blame] | 335 | <bpmndi:BPMNShape id="EndEvent_013449q_di" bpmnElement="EndEvent_013449q"> |
| 336 | <dc:Bounds x="799" y="393" width="36" height="36" /> |
Elaine_Han | 0753a83 | 2018-08-03 20:04:55 +0800 | [diff] [blame] | 337 | <bpmndi:BPMNLabel> |
Elaine_Han | c760957 | 2018-08-07 18:14:14 +0800 | [diff] [blame] | 338 | <dc:Bounds x="763" y="435" width="84" height="28" /> |
Elaine_Han | 0753a83 | 2018-08-03 20:04:55 +0800 | [diff] [blame] | 339 | </bpmndi:BPMNLabel> |
| 340 | </bpmndi:BPMNShape> |
Elaine_Han | c760957 | 2018-08-07 18:14:14 +0800 | [diff] [blame] | 341 | <bpmndi:BPMNShape id="ScriptTask_1b88nnk_di" bpmnElement="ScriptTask_1b88nnk"> |
| 342 | <dc:Bounds x="-41" y="371" width="100" height="80" /> |
Elaine_Han | 0753a83 | 2018-08-03 20:04:55 +0800 | [diff] [blame] | 343 | </bpmndi:BPMNShape> |
Elaine_Han | c760957 | 2018-08-07 18:14:14 +0800 | [diff] [blame] | 344 | <bpmndi:BPMNShape id="ScriptTask_16rcjl3_di" bpmnElement="ScriptTask_16rcjl3"> |
| 345 | <dc:Bounds x="163" y="-153" width="100" height="80" /> |
Elaine_Han | 0753a83 | 2018-08-03 20:04:55 +0800 | [diff] [blame] | 346 | </bpmndi:BPMNShape> |
Elaine_Han | c760957 | 2018-08-07 18:14:14 +0800 | [diff] [blame] | 347 | <bpmndi:BPMNShape id="ScriptTask_10n1tb6_di" bpmnElement="ScriptTask_10n1tb6"> |
| 348 | <dc:Bounds x="366" y="-153" width="100" height="80" /> |
Elaine_Han | 0753a83 | 2018-08-03 20:04:55 +0800 | [diff] [blame] | 349 | </bpmndi:BPMNShape> |
Elaine_Han | c760957 | 2018-08-07 18:14:14 +0800 | [diff] [blame] | 350 | <bpmndi:BPMNShape id="ServiceTask_039ju3f_di" bpmnElement="ServiceTask_039ju3f"> |
| 351 | <dc:Bounds x="573" y="-153" width="100" height="80" /> |
Elaine_Han | 0753a83 | 2018-08-03 20:04:55 +0800 | [diff] [blame] | 352 | </bpmndi:BPMNShape> |
Elaine_Han | c760957 | 2018-08-07 18:14:14 +0800 | [diff] [blame] | 353 | <bpmndi:BPMNShape id="ScriptTask_1aj6okk_di" bpmnElement="ScriptTask_1aj6okk"> |
| 354 | <dc:Bounds x="231" y="371" width="100" height="80" /> |
Elaine_Han | 0753a83 | 2018-08-03 20:04:55 +0800 | [diff] [blame] | 355 | </bpmndi:BPMNShape> |
Elaine_Han | c760957 | 2018-08-07 18:14:14 +0800 | [diff] [blame] | 356 | <bpmndi:BPMNShape id="ScriptTask_0r2cxvb_di" bpmnElement="ScriptTask_0r2cxvb"> |
| 357 | <dc:Bounds x="163" y="12" width="100" height="80" /> |
Elaine_Han | 0753a83 | 2018-08-03 20:04:55 +0800 | [diff] [blame] | 358 | </bpmndi:BPMNShape> |
Elaine_Han | c760957 | 2018-08-07 18:14:14 +0800 | [diff] [blame] | 359 | <bpmndi:BPMNShape id="ServiceTask_0p5029r_di" bpmnElement="ServiceTask_0p5029r"> |
| 360 | <dc:Bounds x="798" y="12" width="100" height="80" /> |
Elaine_Han | 0753a83 | 2018-08-03 20:04:55 +0800 | [diff] [blame] | 361 | </bpmndi:BPMNShape> |
Elaine_Han | c760957 | 2018-08-07 18:14:14 +0800 | [diff] [blame] | 362 | <bpmndi:BPMNEdge id="SequenceFlow_190fewc_di" bpmnElement="SequenceFlow_190fewc"> |
| 363 | <di:waypoint xsi:type="dc:Point" x="27" y="-400" /> |
| 364 | <di:waypoint xsi:type="dc:Point" x="163" y="-400" /> |
Elaine_Han | 0753a83 | 2018-08-03 20:04:55 +0800 | [diff] [blame] | 365 | <bpmndi:BPMNLabel> |
Elaine_Han | c760957 | 2018-08-07 18:14:14 +0800 | [diff] [blame] | 366 | <dc:Bounds x="95" y="-422" width="0" height="14" /> |
Elaine_Han | 0753a83 | 2018-08-03 20:04:55 +0800 | [diff] [blame] | 367 | </bpmndi:BPMNLabel> |
| 368 | </bpmndi:BPMNEdge> |
Elaine_Han | c760957 | 2018-08-07 18:14:14 +0800 | [diff] [blame] | 369 | <bpmndi:BPMNEdge id="SequenceFlow_0brxjic_di" bpmnElement="SequenceFlow_0brxjic"> |
| 370 | <di:waypoint xsi:type="dc:Point" x="263" y="-113" /> |
| 371 | <di:waypoint xsi:type="dc:Point" x="366" y="-113" /> |
Elaine_Han | 0753a83 | 2018-08-03 20:04:55 +0800 | [diff] [blame] | 372 | <bpmndi:BPMNLabel> |
Elaine_Han | c760957 | 2018-08-07 18:14:14 +0800 | [diff] [blame] | 373 | <dc:Bounds x="269.5" y="-135" width="90" height="14" /> |
Elaine_Han | 0753a83 | 2018-08-03 20:04:55 +0800 | [diff] [blame] | 374 | </bpmndi:BPMNLabel> |
| 375 | </bpmndi:BPMNEdge> |
Elaine_Han | c760957 | 2018-08-07 18:14:14 +0800 | [diff] [blame] | 376 | <bpmndi:BPMNEdge id="SequenceFlow_0znwu8z_di" bpmnElement="SequenceFlow_0znwu8z"> |
| 377 | <di:waypoint xsi:type="dc:Point" x="59" y="411" /> |
| 378 | <di:waypoint xsi:type="dc:Point" x="231" y="411" /> |
Elaine_Han | 0753a83 | 2018-08-03 20:04:55 +0800 | [diff] [blame] | 379 | <bpmndi:BPMNLabel> |
Elaine_Han | c760957 | 2018-08-07 18:14:14 +0800 | [diff] [blame] | 380 | <dc:Bounds x="100" y="389" width="90" height="14" /> |
Elaine_Han | 0753a83 | 2018-08-03 20:04:55 +0800 | [diff] [blame] | 381 | </bpmndi:BPMNLabel> |
| 382 | </bpmndi:BPMNEdge> |
Elaine_Han | c760957 | 2018-08-07 18:14:14 +0800 | [diff] [blame] | 383 | <bpmndi:BPMNEdge id="SequenceFlow_0ezt5f0_di" bpmnElement="SequenceFlow_0ezt5f0"> |
| 384 | <di:waypoint xsi:type="dc:Point" x="466" y="-113" /> |
| 385 | <di:waypoint xsi:type="dc:Point" x="573" y="-113" /> |
Elaine_Han | 0753a83 | 2018-08-03 20:04:55 +0800 | [diff] [blame] | 386 | <bpmndi:BPMNLabel> |
Elaine_Han | c760957 | 2018-08-07 18:14:14 +0800 | [diff] [blame] | 387 | <dc:Bounds x="474.5" y="-135" width="90" height="14" /> |
Elaine_Han | 0753a83 | 2018-08-03 20:04:55 +0800 | [diff] [blame] | 388 | </bpmndi:BPMNLabel> |
| 389 | </bpmndi:BPMNEdge> |
Elaine_Han | c760957 | 2018-08-07 18:14:14 +0800 | [diff] [blame] | 390 | <bpmndi:BPMNShape id="ScriptTask_160sboy_di" bpmnElement="ScriptTask_160sboy"> |
| 391 | <dc:Bounds x="163" y="-440" width="100" height="80" /> |
| 392 | </bpmndi:BPMNShape> |
| 393 | <bpmndi:BPMNShape id="ExclusiveGateway_01c0nhq_di" bpmnElement="ExclusiveGateway_01c0nhq" isMarkerVisible="true"> |
| 394 | <dc:Bounds x="380" y="-426" width="50" height="50" /> |
Elaine_Han | 0753a83 | 2018-08-03 20:04:55 +0800 | [diff] [blame] | 395 | <bpmndi:BPMNLabel> |
Elaine_Han | c760957 | 2018-08-07 18:14:14 +0800 | [diff] [blame] | 396 | <dc:Bounds x="378" y="-458" width="56" height="28" /> |
| 397 | </bpmndi:BPMNLabel> |
| 398 | </bpmndi:BPMNShape> |
| 399 | <bpmndi:BPMNEdge id="SequenceFlow_0h1rnsw_di" bpmnElement="SequenceFlow_0h1rnsw"> |
| 400 | <di:waypoint xsi:type="dc:Point" x="405" y="-376" /> |
| 401 | <di:waypoint xsi:type="dc:Point" x="405" y="-282" /> |
| 402 | <di:waypoint xsi:type="dc:Point" x="525" y="-282" /> |
| 403 | <di:waypoint xsi:type="dc:Point" x="525" y="-282" /> |
| 404 | <di:waypoint xsi:type="dc:Point" x="799" y="-282" /> |
| 405 | <bpmndi:BPMNLabel> |
| 406 | <dc:Bounds x="389" y="-368.53991291727147" width="12" height="14" /> |
Elaine_Han | 0753a83 | 2018-08-03 20:04:55 +0800 | [diff] [blame] | 407 | </bpmndi:BPMNLabel> |
| 408 | </bpmndi:BPMNEdge> |
Elaine_Han | c760957 | 2018-08-07 18:14:14 +0800 | [diff] [blame] | 409 | <bpmndi:BPMNEdge id="SequenceFlow_1msw3xo_di" bpmnElement="SequenceFlow_1msw3xo"> |
| 410 | <di:waypoint xsi:type="dc:Point" x="430" y="-401" /> |
| 411 | <di:waypoint xsi:type="dc:Point" x="563" y="-400" /> |
Elaine_Han | 0753a83 | 2018-08-03 20:04:55 +0800 | [diff] [blame] | 412 | <bpmndi:BPMNLabel> |
Elaine_Han | c760957 | 2018-08-07 18:14:14 +0800 | [diff] [blame] | 413 | <dc:Bounds x="499.95320010152244" y="-422.3646305622811" width="18" height="14" /> |
Elaine_Han | 0753a83 | 2018-08-03 20:04:55 +0800 | [diff] [blame] | 414 | </bpmndi:BPMNLabel> |
| 415 | </bpmndi:BPMNEdge> |
Elaine_Han | c760957 | 2018-08-07 18:14:14 +0800 | [diff] [blame] | 416 | <bpmndi:BPMNShape id="IntermediateCatchEvent_0cql41g_di" bpmnElement="IntermediateCatchEvent_0cql41g"> |
| 417 | <dc:Bounds x="-9" y="-131" width="36" height="36" /> |
Elaine_Han | 0753a83 | 2018-08-03 20:04:55 +0800 | [diff] [blame] | 418 | <bpmndi:BPMNLabel> |
Elaine_Han | c760957 | 2018-08-07 18:14:14 +0800 | [diff] [blame] | 419 | <dc:Bounds x="-29" y="-95" width="85" height="28" /> |
| 420 | </bpmndi:BPMNLabel> |
| 421 | </bpmndi:BPMNShape> |
| 422 | <bpmndi:BPMNEdge id="SequenceFlow_1f71u71_di" bpmnElement="SequenceFlow_1f71u71"> |
| 423 | <di:waypoint xsi:type="dc:Point" x="263" y="-400" /> |
| 424 | <di:waypoint xsi:type="dc:Point" x="380" y="-401" /> |
| 425 | <bpmndi:BPMNLabel> |
| 426 | <dc:Bounds x="321.5" y="-422.5" width="0" height="14" /> |
Elaine_Han | 0753a83 | 2018-08-03 20:04:55 +0800 | [diff] [blame] | 427 | </bpmndi:BPMNLabel> |
| 428 | </bpmndi:BPMNEdge> |
Elaine_Han | c760957 | 2018-08-07 18:14:14 +0800 | [diff] [blame] | 429 | <bpmndi:BPMNEdge id="SequenceFlow_1ttrqml_di" bpmnElement="SequenceFlow_1ttrqml"> |
| 430 | <di:waypoint xsi:type="dc:Point" x="27" y="-113" /> |
| 431 | <di:waypoint xsi:type="dc:Point" x="163" y="-113" /> |
Elaine_Han | 0753a83 | 2018-08-03 20:04:55 +0800 | [diff] [blame] | 432 | <bpmndi:BPMNLabel> |
Elaine_Han | c760957 | 2018-08-07 18:14:14 +0800 | [diff] [blame] | 433 | <dc:Bounds x="50" y="-135" width="90" height="14" /> |
Elaine_Han | 0753a83 | 2018-08-03 20:04:55 +0800 | [diff] [blame] | 434 | </bpmndi:BPMNLabel> |
| 435 | </bpmndi:BPMNEdge> |
Elaine_Han | c760957 | 2018-08-07 18:14:14 +0800 | [diff] [blame] | 436 | <bpmndi:BPMNShape id="IntermediateThrowEvent_0wbo4nq_di" bpmnElement="IntermediateThrowEvent_0wbo4nq"> |
| 437 | <dc:Bounds x="1026" y="-418" width="36" height="36" /> |
Elaine_Han | 0753a83 | 2018-08-03 20:04:55 +0800 | [diff] [blame] | 438 | <bpmndi:BPMNLabel> |
Elaine_Han | c760957 | 2018-08-07 18:14:14 +0800 | [diff] [blame] | 439 | <dc:Bounds x="1004" y="-377" width="85" height="42" /> |
| 440 | </bpmndi:BPMNLabel> |
| 441 | </bpmndi:BPMNShape> |
| 442 | <bpmndi:BPMNShape id="ScriptTask_0yz8d8c_di" bpmnElement="ScriptTask_0yz8d8c"> |
| 443 | <dc:Bounds x="573" y="12" width="100" height="80" /> |
| 444 | </bpmndi:BPMNShape> |
| 445 | <bpmndi:BPMNEdge id="SequenceFlow_04hwfll_di" bpmnElement="SequenceFlow_04hwfll"> |
| 446 | <di:waypoint xsi:type="dc:Point" x="331" y="411" /> |
| 447 | <di:waypoint xsi:type="dc:Point" x="509" y="411" /> |
| 448 | <bpmndi:BPMNLabel> |
| 449 | <dc:Bounds x="375" y="389" width="90" height="14" /> |
Elaine_Han | 0753a83 | 2018-08-03 20:04:55 +0800 | [diff] [blame] | 450 | </bpmndi:BPMNLabel> |
| 451 | </bpmndi:BPMNEdge> |
Elaine_Han | c760957 | 2018-08-07 18:14:14 +0800 | [diff] [blame] | 452 | <bpmndi:BPMNShape id="ScriptTask_1y8kdt3_di" bpmnElement="ScriptTask_1y8kdt3"> |
| 453 | <dc:Bounds x="563" y="-440" width="100" height="80" /> |
| 454 | </bpmndi:BPMNShape> |
| 455 | <bpmndi:BPMNEdge id="SequenceFlow_1kcu53z_di" bpmnElement="SequenceFlow_1kcu53z"> |
| 456 | <di:waypoint xsi:type="dc:Point" x="663" y="-400" /> |
| 457 | <di:waypoint xsi:type="dc:Point" x="792" y="-401" /> |
Elaine_Han | 0753a83 | 2018-08-03 20:04:55 +0800 | [diff] [blame] | 458 | <bpmndi:BPMNLabel> |
Elaine_Han | c760957 | 2018-08-07 18:14:14 +0800 | [diff] [blame] | 459 | <dc:Bounds x="727.5" y="-422.5" width="0" height="14" /> |
Elaine_Han | 0753a83 | 2018-08-03 20:04:55 +0800 | [diff] [blame] | 460 | </bpmndi:BPMNLabel> |
| 461 | </bpmndi:BPMNEdge> |
Elaine_Han | c760957 | 2018-08-07 18:14:14 +0800 | [diff] [blame] | 462 | <bpmndi:BPMNShape id="ExclusiveGateway_0pj14lp_di" bpmnElement="ExclusiveGateway_0pj14lp" isMarkerVisible="true"> |
| 463 | <dc:Bounds x="792" y="-426" width="50" height="50" /> |
Elaine_Han | 0753a83 | 2018-08-03 20:04:55 +0800 | [diff] [blame] | 464 | <bpmndi:BPMNLabel> |
Elaine_Han | c760957 | 2018-08-07 18:14:14 +0800 | [diff] [blame] | 465 | <dc:Bounds x="776" y="-458" width="83" height="28" /> |
| 466 | </bpmndi:BPMNLabel> |
| 467 | </bpmndi:BPMNShape> |
| 468 | <bpmndi:BPMNEdge id="SequenceFlow_0o376do_di" bpmnElement="SequenceFlow_0o376do"> |
| 469 | <di:waypoint xsi:type="dc:Point" x="842" y="-401" /> |
| 470 | <di:waypoint xsi:type="dc:Point" x="1026" y="-400" /> |
| 471 | <bpmndi:BPMNLabel> |
| 472 | <dc:Bounds x="924.8735220112762" y="-422.0003436810377" width="18" height="14" /> |
Elaine_Han | 0753a83 | 2018-08-03 20:04:55 +0800 | [diff] [blame] | 473 | </bpmndi:BPMNLabel> |
| 474 | </bpmndi:BPMNEdge> |
Elaine_Han | c760957 | 2018-08-07 18:14:14 +0800 | [diff] [blame] | 475 | <bpmndi:BPMNEdge id="SequenceFlow_1y8xkzy_di" bpmnElement="SequenceFlow_1y8xkzy"> |
| 476 | <di:waypoint xsi:type="dc:Point" x="817" y="-376" /> |
| 477 | <di:waypoint xsi:type="dc:Point" x="817" y="-300" /> |
Elaine_Han | 0753a83 | 2018-08-03 20:04:55 +0800 | [diff] [blame] | 478 | <bpmndi:BPMNLabel> |
Elaine_Han | c760957 | 2018-08-07 18:14:14 +0800 | [diff] [blame] | 479 | <dc:Bounds x="827" y="-357" width="12" height="14" /> |
Elaine_Han | 0753a83 | 2018-08-03 20:04:55 +0800 | [diff] [blame] | 480 | </bpmndi:BPMNLabel> |
| 481 | </bpmndi:BPMNEdge> |
Elaine_Han | c760957 | 2018-08-07 18:14:14 +0800 | [diff] [blame] | 482 | <bpmndi:BPMNShape id="IntermediateThrowEvent_1y4vypx_di" bpmnElement="IntermediateThrowEvent_1y4vypx"> |
| 483 | <dc:Bounds x="799" y="-300" width="36" height="36" /> |
Elaine_Han | 0753a83 | 2018-08-03 20:04:55 +0800 | [diff] [blame] | 484 | <bpmndi:BPMNLabel> |
Elaine_Han | c760957 | 2018-08-07 18:14:14 +0800 | [diff] [blame] | 485 | <dc:Bounds x="777" y="-259" width="85" height="42" /> |
| 486 | </bpmndi:BPMNLabel> |
| 487 | </bpmndi:BPMNShape> |
| 488 | <bpmndi:BPMNShape id="EndEvent_0o0n3fa_di" bpmnElement="EndEvent_0o0n3fa"> |
| 489 | <dc:Bounds x="794" y="733" width="36" height="36" /> |
| 490 | <bpmndi:BPMNLabel> |
| 491 | <dc:Bounds x="758" y="775" width="84" height="28" /> |
| 492 | </bpmndi:BPMNLabel> |
| 493 | </bpmndi:BPMNShape> |
| 494 | <bpmndi:BPMNShape id="ScriptTask_1lazb8l_di" bpmnElement="ScriptTask_1lazb8l"> |
| 495 | <dc:Bounds x="762" y="512" width="100" height="80" /> |
| 496 | </bpmndi:BPMNShape> |
| 497 | <bpmndi:BPMNShape id="ScriptTask_0buj724_di" bpmnElement="ScriptTask_0buj724"> |
| 498 | <dc:Bounds x="139" y="512" width="100" height="80" /> |
| 499 | </bpmndi:BPMNShape> |
| 500 | <bpmndi:BPMNShape id="ScriptTask_0rixvgj_di" bpmnElement="ScriptTask_0rixvgj"> |
| 501 | <dc:Bounds x="342" y="512" width="100" height="80" /> |
| 502 | </bpmndi:BPMNShape> |
| 503 | <bpmndi:BPMNShape id="ServiceTask_1kgvq5e_di" bpmnElement="ServiceTask_1kgvq5e"> |
| 504 | <dc:Bounds x="-41" y="711" width="100" height="80" /> |
| 505 | </bpmndi:BPMNShape> |
| 506 | <bpmndi:BPMNShape id="ScriptTask_17s3yrn_di" bpmnElement="ScriptTask_17s3yrn"> |
| 507 | <dc:Bounds x="231" y="711" width="100" height="80" /> |
| 508 | </bpmndi:BPMNShape> |
| 509 | <bpmndi:BPMNShape id="IntermediateCatchEvent_18h4prx_di" bpmnElement="IntermediateCatchEvent_18h4prx"> |
| 510 | <dc:Bounds x="-9" y="534" width="36" height="36" /> |
| 511 | <bpmndi:BPMNLabel> |
| 512 | <dc:Bounds x="-29" y="570" width="85" height="28" /> |
| 513 | </bpmndi:BPMNLabel> |
| 514 | </bpmndi:BPMNShape> |
| 515 | <bpmndi:BPMNShape id="ScriptTask_03gddkg_di" bpmnElement="ScriptTask_03gddkg"> |
| 516 | <dc:Bounds x="496" y="711" width="100" height="80" /> |
| 517 | </bpmndi:BPMNShape> |
| 518 | <bpmndi:BPMNEdge id="SequenceFlow_0z9axn6_di" bpmnElement="SequenceFlow_0z9axn6"> |
| 519 | <di:waypoint xsi:type="dc:Point" x="239" y="552" /> |
| 520 | <di:waypoint xsi:type="dc:Point" x="342" y="552" /> |
| 521 | <bpmndi:BPMNLabel> |
| 522 | <dc:Bounds x="246" y="530" width="90" height="14" /> |
Elaine_Han | 0753a83 | 2018-08-03 20:04:55 +0800 | [diff] [blame] | 523 | </bpmndi:BPMNLabel> |
| 524 | </bpmndi:BPMNEdge> |
Elaine_Han | c760957 | 2018-08-07 18:14:14 +0800 | [diff] [blame] | 525 | <bpmndi:BPMNEdge id="SequenceFlow_131f1jj_di" bpmnElement="SequenceFlow_131f1jj"> |
| 526 | <di:waypoint xsi:type="dc:Point" x="596" y="751" /> |
| 527 | <di:waypoint xsi:type="dc:Point" x="794" y="751" /> |
Elaine_Han | 0753a83 | 2018-08-03 20:04:55 +0800 | [diff] [blame] | 528 | <bpmndi:BPMNLabel> |
Elaine_Han | c760957 | 2018-08-07 18:14:14 +0800 | [diff] [blame] | 529 | <dc:Bounds x="650" y="729" width="90" height="14" /> |
Elaine_Han | 0753a83 | 2018-08-03 20:04:55 +0800 | [diff] [blame] | 530 | </bpmndi:BPMNLabel> |
| 531 | </bpmndi:BPMNEdge> |
Elaine_Han | c760957 | 2018-08-07 18:14:14 +0800 | [diff] [blame] | 532 | <bpmndi:BPMNEdge id="SequenceFlow_18gb81f_di" bpmnElement="SequenceFlow_18gb81f"> |
| 533 | <di:waypoint xsi:type="dc:Point" x="812" y="592" /> |
| 534 | <di:waypoint xsi:type="dc:Point" x="812" y="641" /> |
| 535 | <di:waypoint xsi:type="dc:Point" x="9" y="641" /> |
| 536 | <di:waypoint xsi:type="dc:Point" x="9" y="711" /> |
Elaine_Han | 0753a83 | 2018-08-03 20:04:55 +0800 | [diff] [blame] | 537 | <bpmndi:BPMNLabel> |
Elaine_Han | c760957 | 2018-08-07 18:14:14 +0800 | [diff] [blame] | 538 | <dc:Bounds x="365.5" y="619" width="90" height="14" /> |
Elaine_Han | 0753a83 | 2018-08-03 20:04:55 +0800 | [diff] [blame] | 539 | </bpmndi:BPMNLabel> |
| 540 | </bpmndi:BPMNEdge> |
Elaine_Han | c760957 | 2018-08-07 18:14:14 +0800 | [diff] [blame] | 541 | <bpmndi:BPMNEdge id="SequenceFlow_0wnyy50_di" bpmnElement="SequenceFlow_0wnyy50"> |
| 542 | <di:waypoint xsi:type="dc:Point" x="27" y="552" /> |
| 543 | <di:waypoint xsi:type="dc:Point" x="139" y="552" /> |
Elaine_Han | 0753a83 | 2018-08-03 20:04:55 +0800 | [diff] [blame] | 544 | <bpmndi:BPMNLabel> |
Elaine_Han | c760957 | 2018-08-07 18:14:14 +0800 | [diff] [blame] | 545 | <dc:Bounds x="38" y="530" width="90" height="14" /> |
Elaine_Han | 0753a83 | 2018-08-03 20:04:55 +0800 | [diff] [blame] | 546 | </bpmndi:BPMNLabel> |
| 547 | </bpmndi:BPMNEdge> |
Elaine_Han | c760957 | 2018-08-07 18:14:14 +0800 | [diff] [blame] | 548 | <bpmndi:BPMNEdge id="SequenceFlow_04l4to1_di" bpmnElement="SequenceFlow_04l4to1"> |
| 549 | <di:waypoint xsi:type="dc:Point" x="442" y="552" /> |
| 550 | <di:waypoint xsi:type="dc:Point" x="564" y="552" /> |
Elaine_Han | 0753a83 | 2018-08-03 20:04:55 +0800 | [diff] [blame] | 551 | <bpmndi:BPMNLabel> |
Elaine_Han | c760957 | 2018-08-07 18:14:14 +0800 | [diff] [blame] | 552 | <dc:Bounds x="458" y="530" width="90" height="14" /> |
Elaine_Han | 0753a83 | 2018-08-03 20:04:55 +0800 | [diff] [blame] | 553 | </bpmndi:BPMNLabel> |
| 554 | </bpmndi:BPMNEdge> |
Elaine_Han | c760957 | 2018-08-07 18:14:14 +0800 | [diff] [blame] | 555 | <bpmndi:BPMNEdge id="SequenceFlow_1wn6y9u_di" bpmnElement="SequenceFlow_1wn6y9u"> |
| 556 | <di:waypoint xsi:type="dc:Point" x="331" y="751" /> |
| 557 | <di:waypoint xsi:type="dc:Point" x="496" y="751" /> |
Elaine_Han | 0753a83 | 2018-08-03 20:04:55 +0800 | [diff] [blame] | 558 | <bpmndi:BPMNLabel> |
Elaine_Han | c760957 | 2018-08-07 18:14:14 +0800 | [diff] [blame] | 559 | <dc:Bounds x="368.5" y="729" width="90" height="14" /> |
Elaine_Han | 0753a83 | 2018-08-03 20:04:55 +0800 | [diff] [blame] | 560 | </bpmndi:BPMNLabel> |
| 561 | </bpmndi:BPMNEdge> |
Elaine_Han | c760957 | 2018-08-07 18:14:14 +0800 | [diff] [blame] | 562 | <bpmndi:BPMNShape id="ExclusiveGateway_1cz6dwq_di" bpmnElement="ExclusiveGateway_1cz6dwq" isMarkerVisible="true"> |
| 563 | <dc:Bounds x="564" y="527" width="50" height="50" /> |
Elaine_Han | 0753a83 | 2018-08-03 20:04:55 +0800 | [diff] [blame] | 564 | <bpmndi:BPMNLabel> |
Elaine_Han | c760957 | 2018-08-07 18:14:14 +0800 | [diff] [blame] | 565 | <dc:Bounds x="558" y="495" width="56" height="28" /> |
| 566 | </bpmndi:BPMNLabel> |
| 567 | </bpmndi:BPMNShape> |
| 568 | <bpmndi:BPMNEdge id="SequenceFlow_0dkbe3r_di" bpmnElement="SequenceFlow_0dkbe3r"> |
| 569 | <di:waypoint xsi:type="dc:Point" x="59" y="751" /> |
| 570 | <di:waypoint xsi:type="dc:Point" x="231" y="751" /> |
| 571 | <bpmndi:BPMNLabel> |
| 572 | <dc:Bounds x="100" y="729" width="90" height="14" /> |
Elaine_Han | 0753a83 | 2018-08-03 20:04:55 +0800 | [diff] [blame] | 573 | </bpmndi:BPMNLabel> |
| 574 | </bpmndi:BPMNEdge> |
Elaine_Han | c760957 | 2018-08-07 18:14:14 +0800 | [diff] [blame] | 575 | <bpmndi:BPMNEdge id="SequenceFlow_1wq9f5k_di" bpmnElement="SequenceFlow_1wq9f5k"> |
| 576 | <di:waypoint xsi:type="dc:Point" x="614" y="552" /> |
| 577 | <di:waypoint xsi:type="dc:Point" x="762" y="552" /> |
Elaine_Han | 0753a83 | 2018-08-03 20:04:55 +0800 | [diff] [blame] | 578 | <bpmndi:BPMNLabel> |
Elaine_Han | c760957 | 2018-08-07 18:14:14 +0800 | [diff] [blame] | 579 | <dc:Bounds x="679" y="530" width="18" height="14" /> |
Elaine_Han | 0753a83 | 2018-08-03 20:04:55 +0800 | [diff] [blame] | 580 | </bpmndi:BPMNLabel> |
| 581 | </bpmndi:BPMNEdge> |
Elaine_Han | c760957 | 2018-08-07 18:14:14 +0800 | [diff] [blame] | 582 | <bpmndi:BPMNEdge id="SequenceFlow_1swgag2_di" bpmnElement="SequenceFlow_1swgag2"> |
| 583 | <di:waypoint xsi:type="dc:Point" x="589" y="577" /> |
| 584 | <di:waypoint xsi:type="dc:Point" x="589" y="641" /> |
| 585 | <di:waypoint xsi:type="dc:Point" x="9" y="641" /> |
| 586 | <di:waypoint xsi:type="dc:Point" x="9" y="711" /> |
Elaine_Han | 0753a83 | 2018-08-03 20:04:55 +0800 | [diff] [blame] | 587 | <bpmndi:BPMNLabel> |
Elaine_Han | c760957 | 2018-08-07 18:14:14 +0800 | [diff] [blame] | 588 | <dc:Bounds x="293.22499999999997" y="619" width="13" height="14" /> |
Elaine_Han | 0753a83 | 2018-08-03 20:04:55 +0800 | [diff] [blame] | 589 | </bpmndi:BPMNLabel> |
| 590 | </bpmndi:BPMNEdge> |
Elaine_Han | c760957 | 2018-08-07 18:14:14 +0800 | [diff] [blame] | 591 | <bpmndi:BPMNShape id="ScriptTask_1pdhttw_di" bpmnElement="ScriptTask_1pdhttw"> |
| 592 | <dc:Bounds x="573" y="187" width="100" height="80" /> |
| 593 | </bpmndi:BPMNShape> |
| 594 | <bpmndi:BPMNShape id="ExclusiveGateway_1662gjm_di" bpmnElement="ExclusiveGateway_1662gjm" isMarkerVisible="true"> |
| 595 | <dc:Bounds x="386" y="27" width="50" height="50" /> |
Elaine_Han | 0753a83 | 2018-08-03 20:04:55 +0800 | [diff] [blame] | 596 | <bpmndi:BPMNLabel> |
Elaine_Han | c760957 | 2018-08-07 18:14:14 +0800 | [diff] [blame] | 597 | <dc:Bounds x="384" y="-25" width="55" height="42" /> |
| 598 | </bpmndi:BPMNLabel> |
| 599 | </bpmndi:BPMNShape> |
| 600 | <bpmndi:BPMNShape id="ExclusiveGateway_1we7izu_di" bpmnElement="ExclusiveGateway_1we7izu" isMarkerVisible="true"> |
| 601 | <dc:Bounds x="823" y="202" width="50" height="50" /> |
| 602 | <bpmndi:BPMNLabel> |
| 603 | <dc:Bounds x="880" y="206" width="68" height="42" /> |
| 604 | </bpmndi:BPMNLabel> |
| 605 | </bpmndi:BPMNShape> |
| 606 | <bpmndi:BPMNShape id="ScriptTask_18auy29_di" bpmnElement="ScriptTask_18auy29"> |
| 607 | <dc:Bounds x="509" y="371" width="100" height="80" /> |
| 608 | </bpmndi:BPMNShape> |
| 609 | <bpmndi:BPMNEdge id="SequenceFlow_0a8k9xi_di" bpmnElement="SequenceFlow_0a8k9xi"> |
| 610 | <di:waypoint xsi:type="dc:Point" x="609" y="411" /> |
| 611 | <di:waypoint xsi:type="dc:Point" x="704" y="411" /> |
| 612 | <di:waypoint xsi:type="dc:Point" x="704" y="411" /> |
| 613 | <di:waypoint xsi:type="dc:Point" x="799" y="411" /> |
| 614 | <bpmndi:BPMNLabel> |
| 615 | <dc:Bounds x="674" y="404" width="90" height="14" /> |
Elaine_Han | 0753a83 | 2018-08-03 20:04:55 +0800 | [diff] [blame] | 616 | </bpmndi:BPMNLabel> |
| 617 | </bpmndi:BPMNEdge> |
Elaine_Han | c760957 | 2018-08-07 18:14:14 +0800 | [diff] [blame] | 618 | <bpmndi:BPMNEdge id="SequenceFlow_15mvx68_di" bpmnElement="SequenceFlow_15mvx68"> |
| 619 | <di:waypoint xsi:type="dc:Point" x="59" y="52" /> |
| 620 | <di:waypoint xsi:type="dc:Point" x="163" y="52" /> |
Elaine_Han | 0753a83 | 2018-08-03 20:04:55 +0800 | [diff] [blame] | 621 | <bpmndi:BPMNLabel> |
Elaine_Han | c760957 | 2018-08-07 18:14:14 +0800 | [diff] [blame] | 622 | <dc:Bounds x="66" y="30" width="90" height="14" /> |
Elaine_Han | 0753a83 | 2018-08-03 20:04:55 +0800 | [diff] [blame] | 623 | </bpmndi:BPMNLabel> |
| 624 | </bpmndi:BPMNEdge> |
Elaine_Han | c760957 | 2018-08-07 18:14:14 +0800 | [diff] [blame] | 625 | <bpmndi:BPMNEdge id="SequenceFlow_0wp73cw_di" bpmnElement="SequenceFlow_0wp73cw"> |
| 626 | <di:waypoint xsi:type="dc:Point" x="263" y="52" /> |
| 627 | <di:waypoint xsi:type="dc:Point" x="386" y="52" /> |
Elaine_Han | 0753a83 | 2018-08-03 20:04:55 +0800 | [diff] [blame] | 628 | <bpmndi:BPMNLabel> |
Elaine_Han | c760957 | 2018-08-07 18:14:14 +0800 | [diff] [blame] | 629 | <dc:Bounds x="279.5" y="30" width="90" height="14" /> |
Elaine_Han | 0753a83 | 2018-08-03 20:04:55 +0800 | [diff] [blame] | 630 | </bpmndi:BPMNLabel> |
| 631 | </bpmndi:BPMNEdge> |
Elaine_Han | c760957 | 2018-08-07 18:14:14 +0800 | [diff] [blame] | 632 | <bpmndi:BPMNEdge id="SequenceFlow_13s0mg5_di" bpmnElement="SequenceFlow_13s0mg5"> |
| 633 | <di:waypoint xsi:type="dc:Point" x="436" y="52" /> |
| 634 | <di:waypoint xsi:type="dc:Point" x="573" y="52" /> |
Elaine_Han | 0753a83 | 2018-08-03 20:04:55 +0800 | [diff] [blame] | 635 | <bpmndi:BPMNLabel> |
Elaine_Han | c760957 | 2018-08-07 18:14:14 +0800 | [diff] [blame] | 636 | <dc:Bounds x="496" y="30" width="18" height="14" /> |
Elaine_Han | 0753a83 | 2018-08-03 20:04:55 +0800 | [diff] [blame] | 637 | </bpmndi:BPMNLabel> |
| 638 | </bpmndi:BPMNEdge> |
Elaine_Han | c760957 | 2018-08-07 18:14:14 +0800 | [diff] [blame] | 639 | <bpmndi:BPMNEdge id="SequenceFlow_0fkfn70_di" bpmnElement="SequenceFlow_0fkfn70"> |
| 640 | <di:waypoint xsi:type="dc:Point" x="673" y="52" /> |
| 641 | <di:waypoint xsi:type="dc:Point" x="798" y="52" /> |
Elaine_Han | 0753a83 | 2018-08-03 20:04:55 +0800 | [diff] [blame] | 642 | <bpmndi:BPMNLabel> |
Elaine_Han | c760957 | 2018-08-07 18:14:14 +0800 | [diff] [blame] | 643 | <dc:Bounds x="690.5" y="30" width="90" height="14" /> |
Elaine_Han | 0753a83 | 2018-08-03 20:04:55 +0800 | [diff] [blame] | 644 | </bpmndi:BPMNLabel> |
| 645 | </bpmndi:BPMNEdge> |
Elaine_Han | c760957 | 2018-08-07 18:14:14 +0800 | [diff] [blame] | 646 | <bpmndi:BPMNEdge id="SequenceFlow_1suwdgi_di" bpmnElement="SequenceFlow_1suwdgi"> |
| 647 | <di:waypoint xsi:type="dc:Point" x="673" y="-113" /> |
| 648 | <di:waypoint xsi:type="dc:Point" x="848" y="-113" /> |
| 649 | <di:waypoint xsi:type="dc:Point" x="848" y="-39" /> |
| 650 | <di:waypoint xsi:type="dc:Point" x="9" y="-39" /> |
| 651 | <di:waypoint xsi:type="dc:Point" x="9" y="12" /> |
Elaine_Han | 0753a83 | 2018-08-03 20:04:55 +0800 | [diff] [blame] | 652 | <bpmndi:BPMNLabel> |
Elaine_Han | c760957 | 2018-08-07 18:14:14 +0800 | [diff] [blame] | 653 | <dc:Bounds x="818" y="-83" width="90" height="14" /> |
Elaine_Han | 0753a83 | 2018-08-03 20:04:55 +0800 | [diff] [blame] | 654 | </bpmndi:BPMNLabel> |
| 655 | </bpmndi:BPMNEdge> |
Elaine_Han | c760957 | 2018-08-07 18:14:14 +0800 | [diff] [blame] | 656 | <bpmndi:BPMNEdge id="SequenceFlow_0kkou66_di" bpmnElement="SequenceFlow_0kkou66"> |
| 657 | <di:waypoint xsi:type="dc:Point" x="623" y="187" /> |
| 658 | <di:waypoint xsi:type="dc:Point" x="623" y="92" /> |
Elaine_Han | 0753a83 | 2018-08-03 20:04:55 +0800 | [diff] [blame] | 659 | <bpmndi:BPMNLabel> |
Elaine_Han | c760957 | 2018-08-07 18:14:14 +0800 | [diff] [blame] | 660 | <dc:Bounds x="593" y="132.5" width="90" height="14" /> |
Elaine_Han | 0753a83 | 2018-08-03 20:04:55 +0800 | [diff] [blame] | 661 | </bpmndi:BPMNLabel> |
| 662 | </bpmndi:BPMNEdge> |
Elaine_Han | c760957 | 2018-08-07 18:14:14 +0800 | [diff] [blame] | 663 | <bpmndi:BPMNEdge id="SequenceFlow_1luhljs_di" bpmnElement="SequenceFlow_1luhljs"> |
| 664 | <di:waypoint xsi:type="dc:Point" x="848" y="92" /> |
| 665 | <di:waypoint xsi:type="dc:Point" x="848" y="202" /> |
Elaine_Han | 0753a83 | 2018-08-03 20:04:55 +0800 | [diff] [blame] | 666 | <bpmndi:BPMNLabel> |
Elaine_Han | c760957 | 2018-08-07 18:14:14 +0800 | [diff] [blame] | 667 | <dc:Bounds x="818" y="140" width="90" height="14" /> |
| 668 | </bpmndi:BPMNLabel> |
| 669 | </bpmndi:BPMNEdge> |
| 670 | <bpmndi:BPMNEdge id="SequenceFlow_1udji9x_di" bpmnElement="SequenceFlow_1udji9x"> |
| 671 | <di:waypoint xsi:type="dc:Point" x="823" y="227" /> |
| 672 | <di:waypoint xsi:type="dc:Point" x="673" y="227" /> |
| 673 | <bpmndi:BPMNLabel> |
| 674 | <dc:Bounds x="746" y="208" width="12" height="14" /> |
| 675 | </bpmndi:BPMNLabel> |
| 676 | </bpmndi:BPMNEdge> |
| 677 | <bpmndi:BPMNShape id="EndEvent_19joonf_di" bpmnElement="EndEvent_19joonf"> |
| 678 | <dc:Bounds x="387" y="197" width="36" height="36" /> |
| 679 | <bpmndi:BPMNLabel> |
| 680 | <dc:Bounds x="360" y="236" width="90" height="14" /> |
| 681 | </bpmndi:BPMNLabel> |
| 682 | </bpmndi:BPMNShape> |
| 683 | <bpmndi:BPMNEdge id="SequenceFlow_12seu6n_di" bpmnElement="SequenceFlow_12seu6n"> |
| 684 | <di:waypoint xsi:type="dc:Point" x="411" y="77" /> |
| 685 | <di:waypoint xsi:type="dc:Point" x="411" y="137" /> |
| 686 | <di:waypoint xsi:type="dc:Point" x="9" y="137" /> |
| 687 | <di:waypoint xsi:type="dc:Point" x="9" y="175" /> |
| 688 | <bpmndi:BPMNLabel> |
| 689 | <dc:Bounds x="183.26272082138004" y="113.00000000000001" width="12" height="14" /> |
| 690 | </bpmndi:BPMNLabel> |
| 691 | </bpmndi:BPMNEdge> |
| 692 | <bpmndi:BPMNEdge id="SequenceFlow_0y2g8mr_di" bpmnElement="SequenceFlow_0y2g8mr"> |
| 693 | <di:waypoint xsi:type="dc:Point" x="848" y="252" /> |
| 694 | <di:waypoint xsi:type="dc:Point" x="848" y="324" /> |
| 695 | <di:waypoint xsi:type="dc:Point" x="9" y="324" /> |
| 696 | <di:waypoint xsi:type="dc:Point" x="9" y="371" /> |
| 697 | <bpmndi:BPMNLabel> |
| 698 | <dc:Bounds x="419.8991436726927" y="302" width="18" height="14" /> |
| 699 | </bpmndi:BPMNLabel> |
| 700 | </bpmndi:BPMNEdge> |
| 701 | <bpmndi:BPMNShape id="ScriptTask_07cq0pw_di" bpmnElement="ScriptTask_07cq0pw"> |
| 702 | <dc:Bounds x="-41" y="175" width="100" height="80" /> |
| 703 | </bpmndi:BPMNShape> |
| 704 | <bpmndi:BPMNShape id="ServiceTask_1ixmamy_di" bpmnElement="ServiceTask_1ixmamy"> |
| 705 | <dc:Bounds x="166" y="175" width="100" height="80" /> |
| 706 | </bpmndi:BPMNShape> |
| 707 | <bpmndi:BPMNEdge id="SequenceFlow_0i9iiuo_di" bpmnElement="SequenceFlow_0i9iiuo"> |
| 708 | <di:waypoint xsi:type="dc:Point" x="59" y="215" /> |
| 709 | <di:waypoint xsi:type="dc:Point" x="166" y="215" /> |
| 710 | <bpmndi:BPMNLabel> |
| 711 | <dc:Bounds x="68.5" y="193" width="0" height="14" /> |
| 712 | </bpmndi:BPMNLabel> |
| 713 | </bpmndi:BPMNEdge> |
| 714 | <bpmndi:BPMNEdge id="SequenceFlow_1mei7hu_di" bpmnElement="SequenceFlow_1mei7hu"> |
| 715 | <di:waypoint xsi:type="dc:Point" x="266" y="215" /> |
| 716 | <di:waypoint xsi:type="dc:Point" x="387" y="215" /> |
| 717 | <bpmndi:BPMNLabel> |
| 718 | <dc:Bounds x="326.5" y="193" width="0" height="14" /> |
Elaine_Han | 0753a83 | 2018-08-03 20:04:55 +0800 | [diff] [blame] | 719 | </bpmndi:BPMNLabel> |
| 720 | </bpmndi:BPMNEdge> |
| 721 | </bpmndi:BPMNPlane> |
| 722 | </bpmndi:BPMNDiagram> |
| 723 | </bpmn:definitions> |