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> |
Yulian Han | e992deb | 2018-09-20 11:30:15 +0800 | [diff] [blame] | 17 | <bpmn:scriptTask id="ScriptTask_1b88nnk" name="Delete SPPartner In AAI" scriptFormat="groovy"> |
Elaine_Han | c760957 | 2018-08-07 18:14:14 +0800 | [diff] [blame] | 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> |
subhash kumar singh | 0578fc4 | 2018-11-15 12:27:09 +0530 | [diff] [blame] | 49 | <camunda:entry key="Authorization">Basic YnBlbDpwYXNzd29yZDEk</camunda:entry> |
Elaine_Han | 0753a83 | 2018-08-03 20:04:55 +0800 | [diff] [blame] | 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> |
subhash kumar singh | 0578fc4 | 2018-11-15 12:27:09 +0530 | [diff] [blame] | 85 | <camunda:entry key="Authorization">Basic YnBlbDpwYXNzd29yZDEk</camunda:entry> |
Elaine_Han | c760957 | 2018-08-07 18:14:14 +0800 | [diff] [blame] | 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> |
Yulian Han | e992deb | 2018-09-20 11:30:15 +0800 | [diff] [blame] | 96 | <bpmn:incoming>SequenceFlow_122usz6</bpmn:incoming> |
Elaine_Han | c760957 | 2018-08-07 18:14:14 +0800 | [diff] [blame] | 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> |
Smokowski, Steve (ss835w) | 1db2da2 | 2018-08-08 16:03:53 -0400 | [diff] [blame] | 158 | <bpmn:linkEventDefinition name="StartLocalONAPDeleteE2ESI" /> |
Elaine_Han | c760957 | 2018-08-07 18:14:14 +0800 | [diff] [blame] | 159 | </bpmn:intermediateThrowEvent> |
| 160 | <bpmn:endEvent id="EndEvent_0o0n3fa" name="Delete3rdONAPRES_End"> |
| 161 | <bpmn:incoming>SequenceFlow_131f1jj</bpmn:incoming> |
| 162 | </bpmn:endEvent> |
Yulian Han | e992deb | 2018-09-20 11:30:15 +0800 | [diff] [blame] | 163 | <bpmn:scriptTask id="ScriptTask_1lazb8l" name="Delete SPPartner In AAI" scriptFormat="groovy"> |
Elaine_Han | c760957 | 2018-08-07 18:14:14 +0800 | [diff] [blame] | 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") |
Yulian Han | e992deb | 2018-09-20 11:30:15 +0800 | [diff] [blame] | 183 | execution.setVariable("statusDescription", "Local Deletion Only") |
Elaine_Han | c760957 | 2018-08-07 18:14:14 +0800 | [diff] [blame] | 184 | def dcsi = new Delete3rdONAPE2EServiceInstance() |
| 185 | dcsi.prepareUpdateProgress(execution)]]></bpmn:script> |
| 186 | </bpmn:scriptTask> |
Yulian Han | e992deb | 2018-09-20 11:30:15 +0800 | [diff] [blame] | 187 | <bpmn:serviceTask id="ServiceTask_1kgvq5e" name="resource progress update"> |
Elaine_Han | c760957 | 2018-08-07 18:14:14 +0800 | [diff] [blame] | 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> |
subhash kumar singh | 0578fc4 | 2018-11-15 12:27:09 +0530 | [diff] [blame] | 195 | <camunda:entry key="Authorization">Basic YnBlbDpwYXNzd29yZDEk</camunda:entry> |
Elaine_Han | c760957 | 2018-08-07 18:14:14 +0800 | [diff] [blame] | 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"> |
Yulian Han | e992deb | 2018-09-20 11:30:15 +0800 | [diff] [blame] | 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> |
Yulian Han | e992deb | 2018-09-20 11:30:15 +0800 | [diff] [blame] | 274 | <bpmn:sequenceFlow id="SequenceFlow_0fkfn70" sourceRef="ScriptTask_0yz8d8c" targetRef="ScriptTask_0yiew1d" /> |
Elaine_Han | c760957 | 2018-08-07 18:14:14 +0800 | [diff] [blame] | 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> |
subhash kumar singh | 0578fc4 | 2018-11-15 12:27:09 +0530 | [diff] [blame] | 306 | <camunda:entry key="Authorization">Basic YnBlbDpwYXNzd29yZDEk</camunda:entry> |
Elaine_Han | c760957 | 2018-08-07 18:14:14 +0800 | [diff] [blame] | 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" /> |
Yulian Han | e992deb | 2018-09-20 11:30:15 +0800 | [diff] [blame] | 322 | <bpmn:scriptTask id="ScriptTask_0yiew1d" name="update resource progress" scriptFormat="groovy"> |
| 323 | <bpmn:incoming>SequenceFlow_0fkfn70</bpmn:incoming> |
| 324 | <bpmn:outgoing>SequenceFlow_122usz6</bpmn:outgoing> |
| 325 | <bpmn:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.* |
| 326 | def dcsi = new Create3rdONAPE2EServiceInstance() |
| 327 | dcsi.prepareUpdateProgress(execution)]]></bpmn:script> |
| 328 | </bpmn:scriptTask> |
| 329 | <bpmn:sequenceFlow id="SequenceFlow_122usz6" sourceRef="ScriptTask_0yiew1d" targetRef="ServiceTask_0p5029r" /> |
Elaine_Han | 0753a83 | 2018-08-03 20:04:55 +0800 | [diff] [blame] | 330 | </bpmn:process> |
| 331 | <bpmn:error id="Error_0nbdy47" name="MSOWorkflowException" errorCode="MSOWorkflowException" /> |
| 332 | <bpmndi:BPMNDiagram id="BPMNDiagram_1"> |
| 333 | <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Delete3rdONAPE2EServiceInstance"> |
Elaine_Han | c760957 | 2018-08-07 18:14:14 +0800 | [diff] [blame] | 334 | <bpmndi:BPMNShape id="StartEvent_0hj12gh_di" bpmnElement="StartEvent_0hj12gh"> |
| 335 | <dc:Bounds x="-9" y="-418" width="36" height="36" /> |
Elaine_Han | 0753a83 | 2018-08-03 20:04:55 +0800 | [diff] [blame] | 336 | <bpmndi:BPMNLabel> |
Elaine_Han | c760957 | 2018-08-07 18:14:14 +0800 | [diff] [blame] | 337 | <dc:Bounds x="-30" y="-382" width="84" height="28" /> |
Elaine_Han | 0753a83 | 2018-08-03 20:04:55 +0800 | [diff] [blame] | 338 | </bpmndi:BPMNLabel> |
| 339 | </bpmndi:BPMNShape> |
Elaine_Han | c760957 | 2018-08-07 18:14:14 +0800 | [diff] [blame] | 340 | <bpmndi:BPMNShape id="ScriptTask_0rs5t7w_di" bpmnElement="ScriptTask_0rs5t7w"> |
| 341 | <dc:Bounds x="-41" y="12" width="100" height="80" /> |
Elaine_Han | 0753a83 | 2018-08-03 20:04:55 +0800 | [diff] [blame] | 342 | </bpmndi:BPMNShape> |
Elaine_Han | c760957 | 2018-08-07 18:14:14 +0800 | [diff] [blame] | 343 | <bpmndi:BPMNShape id="EndEvent_013449q_di" bpmnElement="EndEvent_013449q"> |
| 344 | <dc:Bounds x="799" y="393" width="36" height="36" /> |
Elaine_Han | 0753a83 | 2018-08-03 20:04:55 +0800 | [diff] [blame] | 345 | <bpmndi:BPMNLabel> |
Elaine_Han | c760957 | 2018-08-07 18:14:14 +0800 | [diff] [blame] | 346 | <dc:Bounds x="763" y="435" width="84" height="28" /> |
Elaine_Han | 0753a83 | 2018-08-03 20:04:55 +0800 | [diff] [blame] | 347 | </bpmndi:BPMNLabel> |
| 348 | </bpmndi:BPMNShape> |
Elaine_Han | c760957 | 2018-08-07 18:14:14 +0800 | [diff] [blame] | 349 | <bpmndi:BPMNShape id="ScriptTask_1b88nnk_di" bpmnElement="ScriptTask_1b88nnk"> |
| 350 | <dc:Bounds x="-41" y="371" width="100" height="80" /> |
Elaine_Han | 0753a83 | 2018-08-03 20:04:55 +0800 | [diff] [blame] | 351 | </bpmndi:BPMNShape> |
Elaine_Han | c760957 | 2018-08-07 18:14:14 +0800 | [diff] [blame] | 352 | <bpmndi:BPMNShape id="ScriptTask_16rcjl3_di" bpmnElement="ScriptTask_16rcjl3"> |
| 353 | <dc:Bounds x="163" y="-153" width="100" height="80" /> |
Elaine_Han | 0753a83 | 2018-08-03 20:04:55 +0800 | [diff] [blame] | 354 | </bpmndi:BPMNShape> |
Elaine_Han | c760957 | 2018-08-07 18:14:14 +0800 | [diff] [blame] | 355 | <bpmndi:BPMNShape id="ScriptTask_10n1tb6_di" bpmnElement="ScriptTask_10n1tb6"> |
| 356 | <dc:Bounds x="366" y="-153" width="100" height="80" /> |
Elaine_Han | 0753a83 | 2018-08-03 20:04:55 +0800 | [diff] [blame] | 357 | </bpmndi:BPMNShape> |
Elaine_Han | c760957 | 2018-08-07 18:14:14 +0800 | [diff] [blame] | 358 | <bpmndi:BPMNShape id="ServiceTask_039ju3f_di" bpmnElement="ServiceTask_039ju3f"> |
| 359 | <dc:Bounds x="573" y="-153" width="100" height="80" /> |
Elaine_Han | 0753a83 | 2018-08-03 20:04:55 +0800 | [diff] [blame] | 360 | </bpmndi:BPMNShape> |
Elaine_Han | c760957 | 2018-08-07 18:14:14 +0800 | [diff] [blame] | 361 | <bpmndi:BPMNShape id="ScriptTask_1aj6okk_di" bpmnElement="ScriptTask_1aj6okk"> |
| 362 | <dc:Bounds x="231" y="371" width="100" height="80" /> |
Elaine_Han | 0753a83 | 2018-08-03 20:04:55 +0800 | [diff] [blame] | 363 | </bpmndi:BPMNShape> |
Elaine_Han | c760957 | 2018-08-07 18:14:14 +0800 | [diff] [blame] | 364 | <bpmndi:BPMNShape id="ScriptTask_0r2cxvb_di" bpmnElement="ScriptTask_0r2cxvb"> |
| 365 | <dc:Bounds x="163" y="12" width="100" height="80" /> |
Elaine_Han | 0753a83 | 2018-08-03 20:04:55 +0800 | [diff] [blame] | 366 | </bpmndi:BPMNShape> |
Elaine_Han | c760957 | 2018-08-07 18:14:14 +0800 | [diff] [blame] | 367 | <bpmndi:BPMNShape id="ServiceTask_0p5029r_di" bpmnElement="ServiceTask_0p5029r"> |
Yulian Han | e992deb | 2018-09-20 11:30:15 +0800 | [diff] [blame] | 368 | <dc:Bounds x="798" y="126" width="100" height="80" /> |
Elaine_Han | 0753a83 | 2018-08-03 20:04:55 +0800 | [diff] [blame] | 369 | </bpmndi:BPMNShape> |
Elaine_Han | c760957 | 2018-08-07 18:14:14 +0800 | [diff] [blame] | 370 | <bpmndi:BPMNEdge id="SequenceFlow_190fewc_di" bpmnElement="SequenceFlow_190fewc"> |
| 371 | <di:waypoint xsi:type="dc:Point" x="27" y="-400" /> |
| 372 | <di:waypoint xsi:type="dc:Point" x="163" y="-400" /> |
Elaine_Han | 0753a83 | 2018-08-03 20:04:55 +0800 | [diff] [blame] | 373 | <bpmndi:BPMNLabel> |
Elaine_Han | c760957 | 2018-08-07 18:14:14 +0800 | [diff] [blame] | 374 | <dc:Bounds x="95" y="-422" width="0" height="14" /> |
Elaine_Han | 0753a83 | 2018-08-03 20:04:55 +0800 | [diff] [blame] | 375 | </bpmndi:BPMNLabel> |
| 376 | </bpmndi:BPMNEdge> |
Elaine_Han | c760957 | 2018-08-07 18:14:14 +0800 | [diff] [blame] | 377 | <bpmndi:BPMNEdge id="SequenceFlow_0brxjic_di" bpmnElement="SequenceFlow_0brxjic"> |
| 378 | <di:waypoint xsi:type="dc:Point" x="263" y="-113" /> |
| 379 | <di:waypoint xsi:type="dc:Point" x="366" y="-113" /> |
Elaine_Han | 0753a83 | 2018-08-03 20:04:55 +0800 | [diff] [blame] | 380 | <bpmndi:BPMNLabel> |
Elaine_Han | c760957 | 2018-08-07 18:14:14 +0800 | [diff] [blame] | 381 | <dc:Bounds x="269.5" y="-135" width="90" height="14" /> |
Elaine_Han | 0753a83 | 2018-08-03 20:04:55 +0800 | [diff] [blame] | 382 | </bpmndi:BPMNLabel> |
| 383 | </bpmndi:BPMNEdge> |
Elaine_Han | c760957 | 2018-08-07 18:14:14 +0800 | [diff] [blame] | 384 | <bpmndi:BPMNEdge id="SequenceFlow_0znwu8z_di" bpmnElement="SequenceFlow_0znwu8z"> |
| 385 | <di:waypoint xsi:type="dc:Point" x="59" y="411" /> |
| 386 | <di:waypoint xsi:type="dc:Point" x="231" y="411" /> |
Elaine_Han | 0753a83 | 2018-08-03 20:04:55 +0800 | [diff] [blame] | 387 | <bpmndi:BPMNLabel> |
Elaine_Han | c760957 | 2018-08-07 18:14:14 +0800 | [diff] [blame] | 388 | <dc:Bounds x="100" y="389" width="90" height="14" /> |
Elaine_Han | 0753a83 | 2018-08-03 20:04:55 +0800 | [diff] [blame] | 389 | </bpmndi:BPMNLabel> |
| 390 | </bpmndi:BPMNEdge> |
Elaine_Han | c760957 | 2018-08-07 18:14:14 +0800 | [diff] [blame] | 391 | <bpmndi:BPMNEdge id="SequenceFlow_0ezt5f0_di" bpmnElement="SequenceFlow_0ezt5f0"> |
| 392 | <di:waypoint xsi:type="dc:Point" x="466" y="-113" /> |
| 393 | <di:waypoint xsi:type="dc:Point" x="573" y="-113" /> |
Elaine_Han | 0753a83 | 2018-08-03 20:04:55 +0800 | [diff] [blame] | 394 | <bpmndi:BPMNLabel> |
Elaine_Han | c760957 | 2018-08-07 18:14:14 +0800 | [diff] [blame] | 395 | <dc:Bounds x="474.5" y="-135" width="90" height="14" /> |
Elaine_Han | 0753a83 | 2018-08-03 20:04:55 +0800 | [diff] [blame] | 396 | </bpmndi:BPMNLabel> |
| 397 | </bpmndi:BPMNEdge> |
Elaine_Han | c760957 | 2018-08-07 18:14:14 +0800 | [diff] [blame] | 398 | <bpmndi:BPMNShape id="ScriptTask_160sboy_di" bpmnElement="ScriptTask_160sboy"> |
| 399 | <dc:Bounds x="163" y="-440" width="100" height="80" /> |
| 400 | </bpmndi:BPMNShape> |
| 401 | <bpmndi:BPMNShape id="ExclusiveGateway_01c0nhq_di" bpmnElement="ExclusiveGateway_01c0nhq" isMarkerVisible="true"> |
| 402 | <dc:Bounds x="380" y="-426" width="50" height="50" /> |
Elaine_Han | 0753a83 | 2018-08-03 20:04:55 +0800 | [diff] [blame] | 403 | <bpmndi:BPMNLabel> |
Elaine_Han | c760957 | 2018-08-07 18:14:14 +0800 | [diff] [blame] | 404 | <dc:Bounds x="378" y="-458" width="56" height="28" /> |
| 405 | </bpmndi:BPMNLabel> |
| 406 | </bpmndi:BPMNShape> |
| 407 | <bpmndi:BPMNEdge id="SequenceFlow_0h1rnsw_di" bpmnElement="SequenceFlow_0h1rnsw"> |
| 408 | <di:waypoint xsi:type="dc:Point" x="405" y="-376" /> |
| 409 | <di:waypoint xsi:type="dc:Point" x="405" y="-282" /> |
| 410 | <di:waypoint xsi:type="dc:Point" x="525" y="-282" /> |
| 411 | <di:waypoint xsi:type="dc:Point" x="525" y="-282" /> |
| 412 | <di:waypoint xsi:type="dc:Point" x="799" y="-282" /> |
| 413 | <bpmndi:BPMNLabel> |
| 414 | <dc:Bounds x="389" y="-368.53991291727147" width="12" height="14" /> |
Elaine_Han | 0753a83 | 2018-08-03 20:04:55 +0800 | [diff] [blame] | 415 | </bpmndi:BPMNLabel> |
| 416 | </bpmndi:BPMNEdge> |
Elaine_Han | c760957 | 2018-08-07 18:14:14 +0800 | [diff] [blame] | 417 | <bpmndi:BPMNEdge id="SequenceFlow_1msw3xo_di" bpmnElement="SequenceFlow_1msw3xo"> |
| 418 | <di:waypoint xsi:type="dc:Point" x="430" y="-401" /> |
| 419 | <di:waypoint xsi:type="dc:Point" x="563" y="-400" /> |
Elaine_Han | 0753a83 | 2018-08-03 20:04:55 +0800 | [diff] [blame] | 420 | <bpmndi:BPMNLabel> |
Elaine_Han | c760957 | 2018-08-07 18:14:14 +0800 | [diff] [blame] | 421 | <dc:Bounds x="499.95320010152244" y="-422.3646305622811" width="18" height="14" /> |
Elaine_Han | 0753a83 | 2018-08-03 20:04:55 +0800 | [diff] [blame] | 422 | </bpmndi:BPMNLabel> |
| 423 | </bpmndi:BPMNEdge> |
Elaine_Han | c760957 | 2018-08-07 18:14:14 +0800 | [diff] [blame] | 424 | <bpmndi:BPMNShape id="IntermediateCatchEvent_0cql41g_di" bpmnElement="IntermediateCatchEvent_0cql41g"> |
| 425 | <dc:Bounds x="-9" y="-131" width="36" height="36" /> |
Elaine_Han | 0753a83 | 2018-08-03 20:04:55 +0800 | [diff] [blame] | 426 | <bpmndi:BPMNLabel> |
Elaine_Han | c760957 | 2018-08-07 18:14:14 +0800 | [diff] [blame] | 427 | <dc:Bounds x="-29" y="-95" width="85" height="28" /> |
| 428 | </bpmndi:BPMNLabel> |
| 429 | </bpmndi:BPMNShape> |
| 430 | <bpmndi:BPMNEdge id="SequenceFlow_1f71u71_di" bpmnElement="SequenceFlow_1f71u71"> |
| 431 | <di:waypoint xsi:type="dc:Point" x="263" y="-400" /> |
| 432 | <di:waypoint xsi:type="dc:Point" x="380" y="-401" /> |
| 433 | <bpmndi:BPMNLabel> |
| 434 | <dc:Bounds x="321.5" y="-422.5" width="0" height="14" /> |
Elaine_Han | 0753a83 | 2018-08-03 20:04:55 +0800 | [diff] [blame] | 435 | </bpmndi:BPMNLabel> |
| 436 | </bpmndi:BPMNEdge> |
Elaine_Han | c760957 | 2018-08-07 18:14:14 +0800 | [diff] [blame] | 437 | <bpmndi:BPMNEdge id="SequenceFlow_1ttrqml_di" bpmnElement="SequenceFlow_1ttrqml"> |
| 438 | <di:waypoint xsi:type="dc:Point" x="27" y="-113" /> |
| 439 | <di:waypoint xsi:type="dc:Point" x="163" y="-113" /> |
Elaine_Han | 0753a83 | 2018-08-03 20:04:55 +0800 | [diff] [blame] | 440 | <bpmndi:BPMNLabel> |
Elaine_Han | c760957 | 2018-08-07 18:14:14 +0800 | [diff] [blame] | 441 | <dc:Bounds x="50" y="-135" width="90" height="14" /> |
Elaine_Han | 0753a83 | 2018-08-03 20:04:55 +0800 | [diff] [blame] | 442 | </bpmndi:BPMNLabel> |
| 443 | </bpmndi:BPMNEdge> |
Elaine_Han | c760957 | 2018-08-07 18:14:14 +0800 | [diff] [blame] | 444 | <bpmndi:BPMNShape id="IntermediateThrowEvent_0wbo4nq_di" bpmnElement="IntermediateThrowEvent_0wbo4nq"> |
| 445 | <dc:Bounds x="1026" y="-418" width="36" height="36" /> |
Elaine_Han | 0753a83 | 2018-08-03 20:04:55 +0800 | [diff] [blame] | 446 | <bpmndi:BPMNLabel> |
Elaine_Han | c760957 | 2018-08-07 18:14:14 +0800 | [diff] [blame] | 447 | <dc:Bounds x="1004" y="-377" width="85" height="42" /> |
| 448 | </bpmndi:BPMNLabel> |
| 449 | </bpmndi:BPMNShape> |
| 450 | <bpmndi:BPMNShape id="ScriptTask_0yz8d8c_di" bpmnElement="ScriptTask_0yz8d8c"> |
| 451 | <dc:Bounds x="573" y="12" width="100" height="80" /> |
| 452 | </bpmndi:BPMNShape> |
| 453 | <bpmndi:BPMNEdge id="SequenceFlow_04hwfll_di" bpmnElement="SequenceFlow_04hwfll"> |
| 454 | <di:waypoint xsi:type="dc:Point" x="331" y="411" /> |
| 455 | <di:waypoint xsi:type="dc:Point" x="509" y="411" /> |
| 456 | <bpmndi:BPMNLabel> |
| 457 | <dc:Bounds x="375" y="389" width="90" height="14" /> |
Elaine_Han | 0753a83 | 2018-08-03 20:04:55 +0800 | [diff] [blame] | 458 | </bpmndi:BPMNLabel> |
| 459 | </bpmndi:BPMNEdge> |
Elaine_Han | c760957 | 2018-08-07 18:14:14 +0800 | [diff] [blame] | 460 | <bpmndi:BPMNShape id="ScriptTask_1y8kdt3_di" bpmnElement="ScriptTask_1y8kdt3"> |
| 461 | <dc:Bounds x="563" y="-440" width="100" height="80" /> |
| 462 | </bpmndi:BPMNShape> |
| 463 | <bpmndi:BPMNEdge id="SequenceFlow_1kcu53z_di" bpmnElement="SequenceFlow_1kcu53z"> |
| 464 | <di:waypoint xsi:type="dc:Point" x="663" y="-400" /> |
| 465 | <di:waypoint xsi:type="dc:Point" x="792" y="-401" /> |
Elaine_Han | 0753a83 | 2018-08-03 20:04:55 +0800 | [diff] [blame] | 466 | <bpmndi:BPMNLabel> |
Elaine_Han | c760957 | 2018-08-07 18:14:14 +0800 | [diff] [blame] | 467 | <dc:Bounds x="727.5" y="-422.5" width="0" height="14" /> |
Elaine_Han | 0753a83 | 2018-08-03 20:04:55 +0800 | [diff] [blame] | 468 | </bpmndi:BPMNLabel> |
| 469 | </bpmndi:BPMNEdge> |
Elaine_Han | c760957 | 2018-08-07 18:14:14 +0800 | [diff] [blame] | 470 | <bpmndi:BPMNShape id="ExclusiveGateway_0pj14lp_di" bpmnElement="ExclusiveGateway_0pj14lp" isMarkerVisible="true"> |
| 471 | <dc:Bounds x="792" y="-426" width="50" height="50" /> |
Elaine_Han | 0753a83 | 2018-08-03 20:04:55 +0800 | [diff] [blame] | 472 | <bpmndi:BPMNLabel> |
Elaine_Han | c760957 | 2018-08-07 18:14:14 +0800 | [diff] [blame] | 473 | <dc:Bounds x="776" y="-458" width="83" height="28" /> |
| 474 | </bpmndi:BPMNLabel> |
| 475 | </bpmndi:BPMNShape> |
| 476 | <bpmndi:BPMNEdge id="SequenceFlow_0o376do_di" bpmnElement="SequenceFlow_0o376do"> |
| 477 | <di:waypoint xsi:type="dc:Point" x="842" y="-401" /> |
| 478 | <di:waypoint xsi:type="dc:Point" x="1026" y="-400" /> |
| 479 | <bpmndi:BPMNLabel> |
| 480 | <dc:Bounds x="924.8735220112762" y="-422.0003436810377" width="18" height="14" /> |
Elaine_Han | 0753a83 | 2018-08-03 20:04:55 +0800 | [diff] [blame] | 481 | </bpmndi:BPMNLabel> |
| 482 | </bpmndi:BPMNEdge> |
Elaine_Han | c760957 | 2018-08-07 18:14:14 +0800 | [diff] [blame] | 483 | <bpmndi:BPMNEdge id="SequenceFlow_1y8xkzy_di" bpmnElement="SequenceFlow_1y8xkzy"> |
| 484 | <di:waypoint xsi:type="dc:Point" x="817" y="-376" /> |
| 485 | <di:waypoint xsi:type="dc:Point" x="817" y="-300" /> |
Elaine_Han | 0753a83 | 2018-08-03 20:04:55 +0800 | [diff] [blame] | 486 | <bpmndi:BPMNLabel> |
Elaine_Han | c760957 | 2018-08-07 18:14:14 +0800 | [diff] [blame] | 487 | <dc:Bounds x="827" y="-357" width="12" height="14" /> |
Elaine_Han | 0753a83 | 2018-08-03 20:04:55 +0800 | [diff] [blame] | 488 | </bpmndi:BPMNLabel> |
| 489 | </bpmndi:BPMNEdge> |
Elaine_Han | c760957 | 2018-08-07 18:14:14 +0800 | [diff] [blame] | 490 | <bpmndi:BPMNShape id="IntermediateThrowEvent_1y4vypx_di" bpmnElement="IntermediateThrowEvent_1y4vypx"> |
| 491 | <dc:Bounds x="799" y="-300" width="36" height="36" /> |
Elaine_Han | 0753a83 | 2018-08-03 20:04:55 +0800 | [diff] [blame] | 492 | <bpmndi:BPMNLabel> |
Elaine_Han | c760957 | 2018-08-07 18:14:14 +0800 | [diff] [blame] | 493 | <dc:Bounds x="777" y="-259" width="85" height="42" /> |
| 494 | </bpmndi:BPMNLabel> |
| 495 | </bpmndi:BPMNShape> |
| 496 | <bpmndi:BPMNShape id="EndEvent_0o0n3fa_di" bpmnElement="EndEvent_0o0n3fa"> |
| 497 | <dc:Bounds x="794" y="733" width="36" height="36" /> |
| 498 | <bpmndi:BPMNLabel> |
| 499 | <dc:Bounds x="758" y="775" width="84" height="28" /> |
| 500 | </bpmndi:BPMNLabel> |
| 501 | </bpmndi:BPMNShape> |
| 502 | <bpmndi:BPMNShape id="ScriptTask_1lazb8l_di" bpmnElement="ScriptTask_1lazb8l"> |
| 503 | <dc:Bounds x="762" y="512" width="100" height="80" /> |
| 504 | </bpmndi:BPMNShape> |
| 505 | <bpmndi:BPMNShape id="ScriptTask_0buj724_di" bpmnElement="ScriptTask_0buj724"> |
| 506 | <dc:Bounds x="139" y="512" width="100" height="80" /> |
| 507 | </bpmndi:BPMNShape> |
| 508 | <bpmndi:BPMNShape id="ScriptTask_0rixvgj_di" bpmnElement="ScriptTask_0rixvgj"> |
| 509 | <dc:Bounds x="342" y="512" width="100" height="80" /> |
| 510 | </bpmndi:BPMNShape> |
| 511 | <bpmndi:BPMNShape id="ServiceTask_1kgvq5e_di" bpmnElement="ServiceTask_1kgvq5e"> |
| 512 | <dc:Bounds x="-41" y="711" width="100" height="80" /> |
| 513 | </bpmndi:BPMNShape> |
| 514 | <bpmndi:BPMNShape id="ScriptTask_17s3yrn_di" bpmnElement="ScriptTask_17s3yrn"> |
| 515 | <dc:Bounds x="231" y="711" width="100" height="80" /> |
| 516 | </bpmndi:BPMNShape> |
| 517 | <bpmndi:BPMNShape id="IntermediateCatchEvent_18h4prx_di" bpmnElement="IntermediateCatchEvent_18h4prx"> |
| 518 | <dc:Bounds x="-9" y="534" width="36" height="36" /> |
| 519 | <bpmndi:BPMNLabel> |
| 520 | <dc:Bounds x="-29" y="570" width="85" height="28" /> |
| 521 | </bpmndi:BPMNLabel> |
| 522 | </bpmndi:BPMNShape> |
| 523 | <bpmndi:BPMNShape id="ScriptTask_03gddkg_di" bpmnElement="ScriptTask_03gddkg"> |
| 524 | <dc:Bounds x="496" y="711" width="100" height="80" /> |
| 525 | </bpmndi:BPMNShape> |
| 526 | <bpmndi:BPMNEdge id="SequenceFlow_0z9axn6_di" bpmnElement="SequenceFlow_0z9axn6"> |
| 527 | <di:waypoint xsi:type="dc:Point" x="239" y="552" /> |
| 528 | <di:waypoint xsi:type="dc:Point" x="342" y="552" /> |
| 529 | <bpmndi:BPMNLabel> |
| 530 | <dc:Bounds x="246" y="530" width="90" height="14" /> |
Elaine_Han | 0753a83 | 2018-08-03 20:04:55 +0800 | [diff] [blame] | 531 | </bpmndi:BPMNLabel> |
| 532 | </bpmndi:BPMNEdge> |
Elaine_Han | c760957 | 2018-08-07 18:14:14 +0800 | [diff] [blame] | 533 | <bpmndi:BPMNEdge id="SequenceFlow_131f1jj_di" bpmnElement="SequenceFlow_131f1jj"> |
| 534 | <di:waypoint xsi:type="dc:Point" x="596" y="751" /> |
| 535 | <di:waypoint xsi:type="dc:Point" x="794" y="751" /> |
Elaine_Han | 0753a83 | 2018-08-03 20:04:55 +0800 | [diff] [blame] | 536 | <bpmndi:BPMNLabel> |
Elaine_Han | c760957 | 2018-08-07 18:14:14 +0800 | [diff] [blame] | 537 | <dc:Bounds x="650" y="729" width="90" height="14" /> |
Elaine_Han | 0753a83 | 2018-08-03 20:04:55 +0800 | [diff] [blame] | 538 | </bpmndi:BPMNLabel> |
| 539 | </bpmndi:BPMNEdge> |
Elaine_Han | c760957 | 2018-08-07 18:14:14 +0800 | [diff] [blame] | 540 | <bpmndi:BPMNEdge id="SequenceFlow_18gb81f_di" bpmnElement="SequenceFlow_18gb81f"> |
| 541 | <di:waypoint xsi:type="dc:Point" x="812" y="592" /> |
| 542 | <di:waypoint xsi:type="dc:Point" x="812" y="641" /> |
| 543 | <di:waypoint xsi:type="dc:Point" x="9" y="641" /> |
| 544 | <di:waypoint xsi:type="dc:Point" x="9" y="711" /> |
Elaine_Han | 0753a83 | 2018-08-03 20:04:55 +0800 | [diff] [blame] | 545 | <bpmndi:BPMNLabel> |
Elaine_Han | c760957 | 2018-08-07 18:14:14 +0800 | [diff] [blame] | 546 | <dc:Bounds x="365.5" y="619" width="90" height="14" /> |
Elaine_Han | 0753a83 | 2018-08-03 20:04:55 +0800 | [diff] [blame] | 547 | </bpmndi:BPMNLabel> |
| 548 | </bpmndi:BPMNEdge> |
Elaine_Han | c760957 | 2018-08-07 18:14:14 +0800 | [diff] [blame] | 549 | <bpmndi:BPMNEdge id="SequenceFlow_0wnyy50_di" bpmnElement="SequenceFlow_0wnyy50"> |
| 550 | <di:waypoint xsi:type="dc:Point" x="27" y="552" /> |
| 551 | <di:waypoint xsi:type="dc:Point" x="139" y="552" /> |
Elaine_Han | 0753a83 | 2018-08-03 20:04:55 +0800 | [diff] [blame] | 552 | <bpmndi:BPMNLabel> |
Elaine_Han | c760957 | 2018-08-07 18:14:14 +0800 | [diff] [blame] | 553 | <dc:Bounds x="38" y="530" width="90" height="14" /> |
Elaine_Han | 0753a83 | 2018-08-03 20:04:55 +0800 | [diff] [blame] | 554 | </bpmndi:BPMNLabel> |
| 555 | </bpmndi:BPMNEdge> |
Elaine_Han | c760957 | 2018-08-07 18:14:14 +0800 | [diff] [blame] | 556 | <bpmndi:BPMNEdge id="SequenceFlow_04l4to1_di" bpmnElement="SequenceFlow_04l4to1"> |
| 557 | <di:waypoint xsi:type="dc:Point" x="442" y="552" /> |
| 558 | <di:waypoint xsi:type="dc:Point" x="564" y="552" /> |
Elaine_Han | 0753a83 | 2018-08-03 20:04:55 +0800 | [diff] [blame] | 559 | <bpmndi:BPMNLabel> |
Elaine_Han | c760957 | 2018-08-07 18:14:14 +0800 | [diff] [blame] | 560 | <dc:Bounds x="458" y="530" width="90" height="14" /> |
Elaine_Han | 0753a83 | 2018-08-03 20:04:55 +0800 | [diff] [blame] | 561 | </bpmndi:BPMNLabel> |
| 562 | </bpmndi:BPMNEdge> |
Elaine_Han | c760957 | 2018-08-07 18:14:14 +0800 | [diff] [blame] | 563 | <bpmndi:BPMNEdge id="SequenceFlow_1wn6y9u_di" bpmnElement="SequenceFlow_1wn6y9u"> |
| 564 | <di:waypoint xsi:type="dc:Point" x="331" y="751" /> |
| 565 | <di:waypoint xsi:type="dc:Point" x="496" y="751" /> |
Elaine_Han | 0753a83 | 2018-08-03 20:04:55 +0800 | [diff] [blame] | 566 | <bpmndi:BPMNLabel> |
Elaine_Han | c760957 | 2018-08-07 18:14:14 +0800 | [diff] [blame] | 567 | <dc:Bounds x="368.5" y="729" width="90" height="14" /> |
Elaine_Han | 0753a83 | 2018-08-03 20:04:55 +0800 | [diff] [blame] | 568 | </bpmndi:BPMNLabel> |
| 569 | </bpmndi:BPMNEdge> |
Elaine_Han | c760957 | 2018-08-07 18:14:14 +0800 | [diff] [blame] | 570 | <bpmndi:BPMNShape id="ExclusiveGateway_1cz6dwq_di" bpmnElement="ExclusiveGateway_1cz6dwq" isMarkerVisible="true"> |
| 571 | <dc:Bounds x="564" y="527" width="50" height="50" /> |
Elaine_Han | 0753a83 | 2018-08-03 20:04:55 +0800 | [diff] [blame] | 572 | <bpmndi:BPMNLabel> |
Elaine_Han | c760957 | 2018-08-07 18:14:14 +0800 | [diff] [blame] | 573 | <dc:Bounds x="558" y="495" width="56" height="28" /> |
| 574 | </bpmndi:BPMNLabel> |
| 575 | </bpmndi:BPMNShape> |
| 576 | <bpmndi:BPMNEdge id="SequenceFlow_0dkbe3r_di" bpmnElement="SequenceFlow_0dkbe3r"> |
| 577 | <di:waypoint xsi:type="dc:Point" x="59" y="751" /> |
| 578 | <di:waypoint xsi:type="dc:Point" x="231" y="751" /> |
| 579 | <bpmndi:BPMNLabel> |
| 580 | <dc:Bounds x="100" y="729" width="90" height="14" /> |
Elaine_Han | 0753a83 | 2018-08-03 20:04:55 +0800 | [diff] [blame] | 581 | </bpmndi:BPMNLabel> |
| 582 | </bpmndi:BPMNEdge> |
Elaine_Han | c760957 | 2018-08-07 18:14:14 +0800 | [diff] [blame] | 583 | <bpmndi:BPMNEdge id="SequenceFlow_1wq9f5k_di" bpmnElement="SequenceFlow_1wq9f5k"> |
| 584 | <di:waypoint xsi:type="dc:Point" x="614" y="552" /> |
| 585 | <di:waypoint xsi:type="dc:Point" x="762" y="552" /> |
Elaine_Han | 0753a83 | 2018-08-03 20:04:55 +0800 | [diff] [blame] | 586 | <bpmndi:BPMNLabel> |
Elaine_Han | c760957 | 2018-08-07 18:14:14 +0800 | [diff] [blame] | 587 | <dc:Bounds x="679" y="530" width="18" height="14" /> |
Elaine_Han | 0753a83 | 2018-08-03 20:04:55 +0800 | [diff] [blame] | 588 | </bpmndi:BPMNLabel> |
| 589 | </bpmndi:BPMNEdge> |
Elaine_Han | c760957 | 2018-08-07 18:14:14 +0800 | [diff] [blame] | 590 | <bpmndi:BPMNEdge id="SequenceFlow_1swgag2_di" bpmnElement="SequenceFlow_1swgag2"> |
| 591 | <di:waypoint xsi:type="dc:Point" x="589" y="577" /> |
| 592 | <di:waypoint xsi:type="dc:Point" x="589" y="641" /> |
| 593 | <di:waypoint xsi:type="dc:Point" x="9" y="641" /> |
| 594 | <di:waypoint xsi:type="dc:Point" x="9" y="711" /> |
Elaine_Han | 0753a83 | 2018-08-03 20:04:55 +0800 | [diff] [blame] | 595 | <bpmndi:BPMNLabel> |
Elaine_Han | c760957 | 2018-08-07 18:14:14 +0800 | [diff] [blame] | 596 | <dc:Bounds x="293.22499999999997" y="619" width="13" height="14" /> |
Elaine_Han | 0753a83 | 2018-08-03 20:04:55 +0800 | [diff] [blame] | 597 | </bpmndi:BPMNLabel> |
| 598 | </bpmndi:BPMNEdge> |
Elaine_Han | c760957 | 2018-08-07 18:14:14 +0800 | [diff] [blame] | 599 | <bpmndi:BPMNShape id="ScriptTask_1pdhttw_di" bpmnElement="ScriptTask_1pdhttw"> |
Yulian Han | e992deb | 2018-09-20 11:30:15 +0800 | [diff] [blame] | 600 | <dc:Bounds x="573" y="222" width="100" height="80" /> |
Elaine_Han | c760957 | 2018-08-07 18:14:14 +0800 | [diff] [blame] | 601 | </bpmndi:BPMNShape> |
| 602 | <bpmndi:BPMNShape id="ExclusiveGateway_1662gjm_di" bpmnElement="ExclusiveGateway_1662gjm" isMarkerVisible="true"> |
| 603 | <dc:Bounds x="386" y="27" width="50" height="50" /> |
Elaine_Han | 0753a83 | 2018-08-03 20:04:55 +0800 | [diff] [blame] | 604 | <bpmndi:BPMNLabel> |
Elaine_Han | c760957 | 2018-08-07 18:14:14 +0800 | [diff] [blame] | 605 | <dc:Bounds x="384" y="-25" width="55" height="42" /> |
| 606 | </bpmndi:BPMNLabel> |
| 607 | </bpmndi:BPMNShape> |
| 608 | <bpmndi:BPMNShape id="ExclusiveGateway_1we7izu_di" bpmnElement="ExclusiveGateway_1we7izu" isMarkerVisible="true"> |
Yulian Han | e992deb | 2018-09-20 11:30:15 +0800 | [diff] [blame] | 609 | <dc:Bounds x="823" y="237" width="50" height="50" /> |
Elaine_Han | c760957 | 2018-08-07 18:14:14 +0800 | [diff] [blame] | 610 | <bpmndi:BPMNLabel> |
Yulian Han | e992deb | 2018-09-20 11:30:15 +0800 | [diff] [blame] | 611 | <dc:Bounds x="878" y="241" width="72" height="36" /> |
Elaine_Han | c760957 | 2018-08-07 18:14:14 +0800 | [diff] [blame] | 612 | </bpmndi:BPMNLabel> |
| 613 | </bpmndi:BPMNShape> |
| 614 | <bpmndi:BPMNShape id="ScriptTask_18auy29_di" bpmnElement="ScriptTask_18auy29"> |
| 615 | <dc:Bounds x="509" y="371" width="100" height="80" /> |
| 616 | </bpmndi:BPMNShape> |
| 617 | <bpmndi:BPMNEdge id="SequenceFlow_0a8k9xi_di" bpmnElement="SequenceFlow_0a8k9xi"> |
| 618 | <di:waypoint xsi:type="dc:Point" x="609" y="411" /> |
| 619 | <di:waypoint xsi:type="dc:Point" x="704" y="411" /> |
| 620 | <di:waypoint xsi:type="dc:Point" x="704" y="411" /> |
| 621 | <di:waypoint xsi:type="dc:Point" x="799" y="411" /> |
| 622 | <bpmndi:BPMNLabel> |
| 623 | <dc:Bounds x="674" y="404" width="90" height="14" /> |
Elaine_Han | 0753a83 | 2018-08-03 20:04:55 +0800 | [diff] [blame] | 624 | </bpmndi:BPMNLabel> |
| 625 | </bpmndi:BPMNEdge> |
Elaine_Han | c760957 | 2018-08-07 18:14:14 +0800 | [diff] [blame] | 626 | <bpmndi:BPMNEdge id="SequenceFlow_15mvx68_di" bpmnElement="SequenceFlow_15mvx68"> |
| 627 | <di:waypoint xsi:type="dc:Point" x="59" y="52" /> |
| 628 | <di:waypoint xsi:type="dc:Point" x="163" y="52" /> |
Elaine_Han | 0753a83 | 2018-08-03 20:04:55 +0800 | [diff] [blame] | 629 | <bpmndi:BPMNLabel> |
Elaine_Han | c760957 | 2018-08-07 18:14:14 +0800 | [diff] [blame] | 630 | <dc:Bounds x="66" y="30" width="90" height="14" /> |
Elaine_Han | 0753a83 | 2018-08-03 20:04:55 +0800 | [diff] [blame] | 631 | </bpmndi:BPMNLabel> |
| 632 | </bpmndi:BPMNEdge> |
Elaine_Han | c760957 | 2018-08-07 18:14:14 +0800 | [diff] [blame] | 633 | <bpmndi:BPMNEdge id="SequenceFlow_0wp73cw_di" bpmnElement="SequenceFlow_0wp73cw"> |
| 634 | <di:waypoint xsi:type="dc:Point" x="263" y="52" /> |
| 635 | <di:waypoint xsi:type="dc:Point" x="386" y="52" /> |
Elaine_Han | 0753a83 | 2018-08-03 20:04:55 +0800 | [diff] [blame] | 636 | <bpmndi:BPMNLabel> |
Elaine_Han | c760957 | 2018-08-07 18:14:14 +0800 | [diff] [blame] | 637 | <dc:Bounds x="279.5" y="30" width="90" height="14" /> |
Elaine_Han | 0753a83 | 2018-08-03 20:04:55 +0800 | [diff] [blame] | 638 | </bpmndi:BPMNLabel> |
| 639 | </bpmndi:BPMNEdge> |
Elaine_Han | c760957 | 2018-08-07 18:14:14 +0800 | [diff] [blame] | 640 | <bpmndi:BPMNEdge id="SequenceFlow_13s0mg5_di" bpmnElement="SequenceFlow_13s0mg5"> |
| 641 | <di:waypoint xsi:type="dc:Point" x="436" y="52" /> |
| 642 | <di:waypoint xsi:type="dc:Point" x="573" y="52" /> |
Elaine_Han | 0753a83 | 2018-08-03 20:04:55 +0800 | [diff] [blame] | 643 | <bpmndi:BPMNLabel> |
Elaine_Han | c760957 | 2018-08-07 18:14:14 +0800 | [diff] [blame] | 644 | <dc:Bounds x="496" y="30" width="18" height="14" /> |
Elaine_Han | 0753a83 | 2018-08-03 20:04:55 +0800 | [diff] [blame] | 645 | </bpmndi:BPMNLabel> |
| 646 | </bpmndi:BPMNEdge> |
Elaine_Han | c760957 | 2018-08-07 18:14:14 +0800 | [diff] [blame] | 647 | <bpmndi:BPMNEdge id="SequenceFlow_0fkfn70_di" bpmnElement="SequenceFlow_0fkfn70"> |
| 648 | <di:waypoint xsi:type="dc:Point" x="673" y="52" /> |
| 649 | <di:waypoint xsi:type="dc:Point" x="798" y="52" /> |
Elaine_Han | 0753a83 | 2018-08-03 20:04:55 +0800 | [diff] [blame] | 650 | <bpmndi:BPMNLabel> |
Elaine_Han | c760957 | 2018-08-07 18:14:14 +0800 | [diff] [blame] | 651 | <dc:Bounds x="690.5" y="30" width="90" height="14" /> |
Elaine_Han | 0753a83 | 2018-08-03 20:04:55 +0800 | [diff] [blame] | 652 | </bpmndi:BPMNLabel> |
| 653 | </bpmndi:BPMNEdge> |
Elaine_Han | c760957 | 2018-08-07 18:14:14 +0800 | [diff] [blame] | 654 | <bpmndi:BPMNEdge id="SequenceFlow_1suwdgi_di" bpmnElement="SequenceFlow_1suwdgi"> |
| 655 | <di:waypoint xsi:type="dc:Point" x="673" y="-113" /> |
| 656 | <di:waypoint xsi:type="dc:Point" x="848" y="-113" /> |
| 657 | <di:waypoint xsi:type="dc:Point" x="848" y="-39" /> |
| 658 | <di:waypoint xsi:type="dc:Point" x="9" y="-39" /> |
| 659 | <di:waypoint xsi:type="dc:Point" x="9" y="12" /> |
Elaine_Han | 0753a83 | 2018-08-03 20:04:55 +0800 | [diff] [blame] | 660 | <bpmndi:BPMNLabel> |
Elaine_Han | c760957 | 2018-08-07 18:14:14 +0800 | [diff] [blame] | 661 | <dc:Bounds x="818" y="-83" width="90" height="14" /> |
Elaine_Han | 0753a83 | 2018-08-03 20:04:55 +0800 | [diff] [blame] | 662 | </bpmndi:BPMNLabel> |
| 663 | </bpmndi:BPMNEdge> |
Elaine_Han | c760957 | 2018-08-07 18:14:14 +0800 | [diff] [blame] | 664 | <bpmndi:BPMNEdge id="SequenceFlow_0kkou66_di" bpmnElement="SequenceFlow_0kkou66"> |
Yulian Han | e992deb | 2018-09-20 11:30:15 +0800 | [diff] [blame] | 665 | <di:waypoint xsi:type="dc:Point" x="623" y="222" /> |
Elaine_Han | c760957 | 2018-08-07 18:14:14 +0800 | [diff] [blame] | 666 | <di:waypoint xsi:type="dc:Point" x="623" y="92" /> |
Elaine_Han | 0753a83 | 2018-08-03 20:04:55 +0800 | [diff] [blame] | 667 | <bpmndi:BPMNLabel> |
Yulian Han | e992deb | 2018-09-20 11:30:15 +0800 | [diff] [blame] | 668 | <dc:Bounds x="593" y="150" width="90" height="14" /> |
Elaine_Han | 0753a83 | 2018-08-03 20:04:55 +0800 | [diff] [blame] | 669 | </bpmndi:BPMNLabel> |
| 670 | </bpmndi:BPMNEdge> |
Elaine_Han | c760957 | 2018-08-07 18:14:14 +0800 | [diff] [blame] | 671 | <bpmndi:BPMNEdge id="SequenceFlow_1luhljs_di" bpmnElement="SequenceFlow_1luhljs"> |
Yulian Han | e992deb | 2018-09-20 11:30:15 +0800 | [diff] [blame] | 672 | <di:waypoint xsi:type="dc:Point" x="848" y="206" /> |
| 673 | <di:waypoint xsi:type="dc:Point" x="848" y="237" /> |
Elaine_Han | 0753a83 | 2018-08-03 20:04:55 +0800 | [diff] [blame] | 674 | <bpmndi:BPMNLabel> |
Yulian Han | e992deb | 2018-09-20 11:30:15 +0800 | [diff] [blame] | 675 | <dc:Bounds x="818" y="214.5" width="90" height="14" /> |
Elaine_Han | c760957 | 2018-08-07 18:14:14 +0800 | [diff] [blame] | 676 | </bpmndi:BPMNLabel> |
| 677 | </bpmndi:BPMNEdge> |
| 678 | <bpmndi:BPMNEdge id="SequenceFlow_1udji9x_di" bpmnElement="SequenceFlow_1udji9x"> |
Yulian Han | e992deb | 2018-09-20 11:30:15 +0800 | [diff] [blame] | 679 | <di:waypoint xsi:type="dc:Point" x="823" y="262" /> |
| 680 | <di:waypoint xsi:type="dc:Point" x="673" y="262" /> |
Elaine_Han | c760957 | 2018-08-07 18:14:14 +0800 | [diff] [blame] | 681 | <bpmndi:BPMNLabel> |
Yulian Han | e992deb | 2018-09-20 11:30:15 +0800 | [diff] [blame] | 682 | <dc:Bounds x="746" y="243" width="12" height="12" /> |
Elaine_Han | c760957 | 2018-08-07 18:14:14 +0800 | [diff] [blame] | 683 | </bpmndi:BPMNLabel> |
| 684 | </bpmndi:BPMNEdge> |
| 685 | <bpmndi:BPMNShape id="EndEvent_19joonf_di" bpmnElement="EndEvent_19joonf"> |
| 686 | <dc:Bounds x="387" y="197" width="36" height="36" /> |
| 687 | <bpmndi:BPMNLabel> |
| 688 | <dc:Bounds x="360" y="236" width="90" height="14" /> |
| 689 | </bpmndi:BPMNLabel> |
| 690 | </bpmndi:BPMNShape> |
| 691 | <bpmndi:BPMNEdge id="SequenceFlow_12seu6n_di" bpmnElement="SequenceFlow_12seu6n"> |
| 692 | <di:waypoint xsi:type="dc:Point" x="411" y="77" /> |
| 693 | <di:waypoint xsi:type="dc:Point" x="411" y="137" /> |
| 694 | <di:waypoint xsi:type="dc:Point" x="9" y="137" /> |
| 695 | <di:waypoint xsi:type="dc:Point" x="9" y="175" /> |
| 696 | <bpmndi:BPMNLabel> |
| 697 | <dc:Bounds x="183.26272082138004" y="113.00000000000001" width="12" height="14" /> |
| 698 | </bpmndi:BPMNLabel> |
| 699 | </bpmndi:BPMNEdge> |
| 700 | <bpmndi:BPMNEdge id="SequenceFlow_0y2g8mr_di" bpmnElement="SequenceFlow_0y2g8mr"> |
Yulian Han | e992deb | 2018-09-20 11:30:15 +0800 | [diff] [blame] | 701 | <di:waypoint xsi:type="dc:Point" x="848" y="287" /> |
Elaine_Han | c760957 | 2018-08-07 18:14:14 +0800 | [diff] [blame] | 702 | <di:waypoint xsi:type="dc:Point" x="848" y="324" /> |
| 703 | <di:waypoint xsi:type="dc:Point" x="9" y="324" /> |
| 704 | <di:waypoint xsi:type="dc:Point" x="9" y="371" /> |
| 705 | <bpmndi:BPMNLabel> |
Yulian Han | e992deb | 2018-09-20 11:30:15 +0800 | [diff] [blame] | 706 | <dc:Bounds x="419" y="302" width="19" height="12" /> |
Elaine_Han | c760957 | 2018-08-07 18:14:14 +0800 | [diff] [blame] | 707 | </bpmndi:BPMNLabel> |
| 708 | </bpmndi:BPMNEdge> |
| 709 | <bpmndi:BPMNShape id="ScriptTask_07cq0pw_di" bpmnElement="ScriptTask_07cq0pw"> |
| 710 | <dc:Bounds x="-41" y="175" width="100" height="80" /> |
| 711 | </bpmndi:BPMNShape> |
| 712 | <bpmndi:BPMNShape id="ServiceTask_1ixmamy_di" bpmnElement="ServiceTask_1ixmamy"> |
| 713 | <dc:Bounds x="166" y="175" width="100" height="80" /> |
| 714 | </bpmndi:BPMNShape> |
| 715 | <bpmndi:BPMNEdge id="SequenceFlow_0i9iiuo_di" bpmnElement="SequenceFlow_0i9iiuo"> |
| 716 | <di:waypoint xsi:type="dc:Point" x="59" y="215" /> |
| 717 | <di:waypoint xsi:type="dc:Point" x="166" y="215" /> |
| 718 | <bpmndi:BPMNLabel> |
| 719 | <dc:Bounds x="68.5" y="193" width="0" height="14" /> |
| 720 | </bpmndi:BPMNLabel> |
| 721 | </bpmndi:BPMNEdge> |
| 722 | <bpmndi:BPMNEdge id="SequenceFlow_1mei7hu_di" bpmnElement="SequenceFlow_1mei7hu"> |
| 723 | <di:waypoint xsi:type="dc:Point" x="266" y="215" /> |
| 724 | <di:waypoint xsi:type="dc:Point" x="387" y="215" /> |
| 725 | <bpmndi:BPMNLabel> |
| 726 | <dc:Bounds x="326.5" y="193" width="0" height="14" /> |
Elaine_Han | 0753a83 | 2018-08-03 20:04:55 +0800 | [diff] [blame] | 727 | </bpmndi:BPMNLabel> |
| 728 | </bpmndi:BPMNEdge> |
Yulian Han | e992deb | 2018-09-20 11:30:15 +0800 | [diff] [blame] | 729 | <bpmndi:BPMNShape id="ScriptTask_0yiew1d_di" bpmnElement="ScriptTask_0yiew1d"> |
| 730 | <dc:Bounds x="798" y="12" width="100" height="80" /> |
| 731 | </bpmndi:BPMNShape> |
| 732 | <bpmndi:BPMNEdge id="SequenceFlow_122usz6_di" bpmnElement="SequenceFlow_122usz6"> |
| 733 | <di:waypoint xsi:type="dc:Point" x="848" y="92" /> |
| 734 | <di:waypoint xsi:type="dc:Point" x="848" y="126" /> |
| 735 | <bpmndi:BPMNLabel> |
| 736 | <dc:Bounds x="863" y="103" width="0" height="12" /> |
| 737 | </bpmndi:BPMNLabel> |
| 738 | </bpmndi:BPMNEdge> |
Elaine_Han | 0753a83 | 2018-08-03 20:04:55 +0800 | [diff] [blame] | 739 | </bpmndi:BPMNPlane> |
| 740 | </bpmndi:BPMNDiagram> |
| 741 | </bpmn:definitions> |