Yulian Han | 610b671 | 2018-03-12 19:59:53 +0800 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <bpmn2:definitions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:bpmn2="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI" xmlns:camunda="http://camunda.org/schema/1.0/bpmn" xmlns:dc="http://www.omg.org/spec/DD/20100524/DC" xmlns:di="http://www.omg.org/spec/DD/20100524/DI" id="_MagIIMOUEeW8asg-vCEgWQ" targetNamespace="http://camunda.org/schema/1.0/bpmn" exporter="Camunda Modeler" exporterVersion="1.11.3" xsi:schemaLocation="http://www.omg.org/spec/BPMN/20100524/MODEL BPMN20.xsd"> |
| 3 | <bpmn2:process id="DoUpdateE2EServiceInstance" name="DoUpdateE2EServiceInstance" isExecutable="true"> |
| 4 | <bpmn2:startEvent id="createSI_startEvent" name="Start Flow"> |
| 5 | <bpmn2:outgoing>SequenceFlow_1</bpmn2:outgoing> |
| 6 | </bpmn2:startEvent> |
| 7 | <bpmn2:sequenceFlow id="SequenceFlow_1" name="" sourceRef="createSI_startEvent" targetRef="preProcessRequest_ScriptTask" /> |
| 8 | <bpmn2:scriptTask id="preProcessRequest_ScriptTask" name="PreProcess Incoming Request" scriptFormat="groovy"> |
| 9 | <bpmn2:incoming>SequenceFlow_1</bpmn2:incoming> |
Yulian Han | b3641c2 | 2018-04-20 16:30:45 +0800 | [diff] [blame] | 10 | <bpmn2:outgoing>SequenceFlow_04xlw7s</bpmn2:outgoing> |
Yulian Han | 610b671 | 2018-03-12 19:59:53 +0800 | [diff] [blame] | 11 | <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.* |
| 12 | def dcsi = new DoUpdateE2EServiceInstance() |
| 13 | dcsi.preProcessRequest(execution) |
| 14 | ]]></bpmn2:script> |
| 15 | </bpmn2:scriptTask> |
Yulian Han | 610b671 | 2018-03-12 19:59:53 +0800 | [diff] [blame] | 16 | <bpmn2:scriptTask id="Task_09laxun" name="PreProcess for Add Resources" scriptFormat="groovy"> |
| 17 | <bpmn2:incoming>SequenceFlow_115mdln</bpmn2:incoming> |
| 18 | <bpmn2:outgoing>SequenceFlow_0yztz2p</bpmn2:outgoing> |
| 19 | <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.* |
| 20 | def csi = new DoUpdateE2EServiceInstance() |
| 21 | csi.preProcessForAddResource(execution)]]></bpmn2:script> |
| 22 | </bpmn2:scriptTask> |
Yulian Han | 610b671 | 2018-03-12 19:59:53 +0800 | [diff] [blame] | 23 | <bpmn2:scriptTask id="Task_0ag30bf" name="PostProcess for Add Resource" scriptFormat="groovy"> |
Yulian Han | b3641c2 | 2018-04-20 16:30:45 +0800 | [diff] [blame] | 24 | <bpmn2:incoming>SequenceFlow_1wwjugw</bpmn2:incoming> |
| 25 | <bpmn2:outgoing>SequenceFlow_177wo8z</bpmn2:outgoing> |
Yulian Han | 610b671 | 2018-03-12 19:59:53 +0800 | [diff] [blame] | 26 | <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.* |
| 27 | def csi = new DoUpdateE2EServiceInstance() |
| 28 | csi.postProcessForAddResource(execution)]]></bpmn2:script> |
| 29 | </bpmn2:scriptTask> |
Yulian Han | 610b671 | 2018-03-12 19:59:53 +0800 | [diff] [blame] | 30 | <bpmn2:intermediateCatchEvent id="StartEvent_StartResource" name="StartAddResources"> |
| 31 | <bpmn2:outgoing>SequenceFlow_115mdln</bpmn2:outgoing> |
Yulian Han | b3641c2 | 2018-04-20 16:30:45 +0800 | [diff] [blame] | 32 | <bpmn2:linkEventDefinition name="StartAddResources" /> |
Yulian Han | 610b671 | 2018-03-12 19:59:53 +0800 | [diff] [blame] | 33 | </bpmn2:intermediateCatchEvent> |
Yulian Han | 610b671 | 2018-03-12 19:59:53 +0800 | [diff] [blame] | 34 | <bpmn2:sequenceFlow id="SequenceFlow_115mdln" sourceRef="StartEvent_StartResource" targetRef="Task_09laxun" /> |
Yulian Han | b3641c2 | 2018-04-20 16:30:45 +0800 | [diff] [blame] | 35 | <bpmn2:sequenceFlow id="SequenceFlow_0yztz2p" sourceRef="Task_09laxun" targetRef="ExclusiveGateway_06gj84t" /> |
Yulian Han | 610b671 | 2018-03-12 19:59:53 +0800 | [diff] [blame] | 36 | <bpmn2:scriptTask id="ScriptTask_1xxvnst" name="PreProcess for Delete Resources" scriptFormat="groovy"> |
| 37 | <bpmn2:incoming>SequenceFlow_1qn0865</bpmn2:incoming> |
Yulian Han | faac822 | 2018-04-21 17:56:14 +0800 | [diff] [blame] | 38 | <bpmn2:outgoing>SequenceFlow_1s799cp</bpmn2:outgoing> |
Yulian Han | 610b671 | 2018-03-12 19:59:53 +0800 | [diff] [blame] | 39 | <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.* |
| 40 | def csi = new DoUpdateE2EServiceInstance() |
| 41 | csi.preProcessForDeleteResource(execution)]]></bpmn2:script> |
| 42 | </bpmn2:scriptTask> |
Yulian Han | 610b671 | 2018-03-12 19:59:53 +0800 | [diff] [blame] | 43 | <bpmn2:scriptTask id="ScriptTask_00wgfrc" name="PostProcess for Delete Resource" scriptFormat="groovy"> |
Yulian Han | b3641c2 | 2018-04-20 16:30:45 +0800 | [diff] [blame] | 44 | <bpmn2:incoming>SequenceFlow_0w4t4ao</bpmn2:incoming> |
Yulian Han | 9e767c4 | 2018-03-19 19:16:18 +0800 | [diff] [blame] | 45 | <bpmn2:outgoing>SequenceFlow_1uu6uiu</bpmn2:outgoing> |
Yulian Han | 610b671 | 2018-03-12 19:59:53 +0800 | [diff] [blame] | 46 | <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.* |
| 47 | def csi = new DoUpdateE2EServiceInstance() |
| 48 | csi.postProcessForDeleteResource(execution)]]></bpmn2:script> |
| 49 | </bpmn2:scriptTask> |
| 50 | <bpmn2:intermediateCatchEvent id="IntermediateCatchEvent_0h6d9jb" name="StartDeleteResources"> |
| 51 | <bpmn2:outgoing>SequenceFlow_1qn0865</bpmn2:outgoing> |
| 52 | <bpmn2:linkEventDefinition name="StartDeleteResources" /> |
| 53 | </bpmn2:intermediateCatchEvent> |
Yulian Han | 610b671 | 2018-03-12 19:59:53 +0800 | [diff] [blame] | 54 | <bpmn2:sequenceFlow id="SequenceFlow_1qn0865" sourceRef="IntermediateCatchEvent_0h6d9jb" targetRef="ScriptTask_1xxvnst" /> |
Yulian Han | c63706f | 2018-03-27 18:25:20 +0800 | [diff] [blame] | 55 | <bpmn2:scriptTask id="ScriptTask_0acnvkp" name="Prepare Resource Oper Status" scriptFormat="groovy"> |
Yulian Han | b3641c2 | 2018-04-20 16:30:45 +0800 | [diff] [blame] | 56 | <bpmn2:incoming>SequenceFlow_04xlw7s</bpmn2:incoming> |
Yulian Han | 610b671 | 2018-03-12 19:59:53 +0800 | [diff] [blame] | 57 | <bpmn2:outgoing>SequenceFlow_0r6c0ci</bpmn2:outgoing> |
| 58 | <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.* |
Yulian Han | 610b671 | 2018-03-12 19:59:53 +0800 | [diff] [blame] | 59 | def ddsi = new DoUpdateE2EServiceInstance() |
Yulian Han | c63706f | 2018-03-27 18:25:20 +0800 | [diff] [blame] | 60 | ddsi.preInitResourcesOperStatus(execution)]]></bpmn2:script> |
Yulian Han | 610b671 | 2018-03-12 19:59:53 +0800 | [diff] [blame] | 61 | </bpmn2:scriptTask> |
| 62 | <bpmn2:serviceTask id="ServiceTask_17u9q9u" name="Init Resource Oper Status"> |
| 63 | <bpmn2:extensionElements> |
| 64 | <camunda:connector> |
| 65 | <camunda:inputOutput> |
| 66 | <camunda:inputParameter name="url">${CVFMI_dbAdapterEndpoint}</camunda:inputParameter> |
| 67 | <camunda:inputParameter name="headers"> |
| 68 | <camunda:map> |
| 69 | <camunda:entry key="content-type">application/soap+xml</camunda:entry> |
| 70 | <camunda:entry key="Authorization">Basic QlBFTENsaWVudDpwYXNzd29yZDEk</camunda:entry> |
| 71 | </camunda:map> |
| 72 | </camunda:inputParameter> |
| 73 | <camunda:inputParameter name="payload">${CVFMI_initResOperStatusRequest}</camunda:inputParameter> |
| 74 | <camunda:inputParameter name="method">POST</camunda:inputParameter> |
| 75 | <camunda:outputParameter name="CVFMI_dbResponseCode">${statusCode}</camunda:outputParameter> |
| 76 | <camunda:outputParameter name="CVFMI_dbResponse">${response}</camunda:outputParameter> |
| 77 | </camunda:inputOutput> |
| 78 | <camunda:connectorId>http-connector</camunda:connectorId> |
| 79 | </camunda:connector> |
| 80 | </bpmn2:extensionElements> |
| 81 | <bpmn2:incoming>SequenceFlow_0r6c0ci</bpmn2:incoming> |
| 82 | <bpmn2:outgoing>SequenceFlow_1muxopq</bpmn2:outgoing> |
| 83 | </bpmn2:serviceTask> |
Yulian Han | 610b671 | 2018-03-12 19:59:53 +0800 | [diff] [blame] | 84 | <bpmn2:sequenceFlow id="SequenceFlow_0r6c0ci" sourceRef="ScriptTask_0acnvkp" targetRef="ServiceTask_17u9q9u" /> |
Yulian Han | b3641c2 | 2018-04-20 16:30:45 +0800 | [diff] [blame] | 85 | <bpmn2:sequenceFlow id="SequenceFlow_1muxopq" sourceRef="ServiceTask_17u9q9u" targetRef="IntermediateThrowEvent_09ur9ds" /> |
Yulian Han | 9e767c4 | 2018-03-19 19:16:18 +0800 | [diff] [blame] | 86 | <bpmn2:intermediateThrowEvent id="IntermediateThrowEvent_0vneaao" name="GoTo StartDeleteResources"> |
Yulian Han | b3641c2 | 2018-04-20 16:30:45 +0800 | [diff] [blame] | 87 | <bpmn2:incoming>SequenceFlow_177wo8z</bpmn2:incoming> |
Yulian Han | 9e767c4 | 2018-03-19 19:16:18 +0800 | [diff] [blame] | 88 | <bpmn2:linkEventDefinition name="StartDeleteResources" /> |
Yulian Han | 610b671 | 2018-03-12 19:59:53 +0800 | [diff] [blame] | 89 | </bpmn2:intermediateThrowEvent> |
Yulian Han | 9e767c4 | 2018-03-19 19:16:18 +0800 | [diff] [blame] | 90 | <bpmn2:callActivity id="CallActivity_1nm9zq7" name="Call Custom E2E Put Service" calledElement="CustomE2EPutService"> |
| 91 | <bpmn2:extensionElements> |
| 92 | <camunda:in source="globalSubscriberId" target="GENPS_globalSubscriberId" /> |
| 93 | <camunda:in source="serviceInstanceId" target="GENPS_serviceInstanceId" /> |
| 94 | <camunda:in source="serviceType" target="GENPS_serviceType" /> |
| 95 | <camunda:in sourceExpression="service-instance" target="GENPS_type" /> |
| 96 | <camunda:in source="serviceInstanceData" target="GENPS_payload" /> |
| 97 | <camunda:out source="GENPS_SuccessIndicator" target="GENPS_SuccessIndicator" /> |
| 98 | <camunda:in source="msoRequestId" target="GENPS_requesId" /> |
| 99 | <camunda:out source="WorkflowException" target="WorkflowException" /> |
Yulian Han | faac822 | 2018-04-21 17:56:14 +0800 | [diff] [blame] | 100 | <camunda:in source="GENPS_serviceResourceVersion" target="GENPS_serviceResourceVersion" /> |
Yulian Han | 9e767c4 | 2018-03-19 19:16:18 +0800 | [diff] [blame] | 101 | </bpmn2:extensionElements> |
| 102 | <bpmn2:incoming>SequenceFlow_1kx5ke9</bpmn2:incoming> |
| 103 | <bpmn2:outgoing>SequenceFlow_0f76thv</bpmn2:outgoing> |
| 104 | </bpmn2:callActivity> |
| 105 | <bpmn2:scriptTask id="ScriptTask_0xtabf8" name="Post Process AAI PUT" scriptFormat="groovy"> |
| 106 | <bpmn2:incoming>SequenceFlow_0f76thv</bpmn2:incoming> |
| 107 | <bpmn2:outgoing>SequenceFlow_0x0mhlj</bpmn2:outgoing> |
| 108 | <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.* |
| 109 | def ddsi = new DoUpdateE2EServiceInstance() |
| 110 | ddsi.postProcessAAIPUT(execution)]]></bpmn2:script> |
| 111 | </bpmn2:scriptTask> |
| 112 | <bpmn2:intermediateCatchEvent id="IntermediateCatchEvent_0a9bdjw" name="UpdateAAI"> |
| 113 | <bpmn2:outgoing>SequenceFlow_1demy08</bpmn2:outgoing> |
| 114 | <bpmn2:linkEventDefinition name="UpdateAAI" /> |
| 115 | </bpmn2:intermediateCatchEvent> |
| 116 | <bpmn2:sequenceFlow id="SequenceFlow_1demy08" sourceRef="IntermediateCatchEvent_0a9bdjw" targetRef="ScriptTask_195nptq" /> |
| 117 | <bpmn2:sequenceFlow id="SequenceFlow_0f76thv" sourceRef="CallActivity_1nm9zq7" targetRef="ScriptTask_0xtabf8" /> |
| 118 | <bpmn2:scriptTask id="ScriptTask_19v8l1w" name="Post Config Service Instance Update" scriptFormat="groovy"> |
Yulian Han | b3641c2 | 2018-04-20 16:30:45 +0800 | [diff] [blame] | 119 | <bpmn2:incoming>SequenceFlow_0ku36oy</bpmn2:incoming> |
Yulian Han | 9e767c4 | 2018-03-19 19:16:18 +0800 | [diff] [blame] | 120 | <bpmn2:outgoing>SequenceFlow_07aa121</bpmn2:outgoing> |
| 121 | <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.* |
| 122 | def csi = new DoUpdateE2EServiceInstance() |
| 123 | csi.postConfigRequest(execution)]]></bpmn2:script> |
| 124 | </bpmn2:scriptTask> |
| 125 | <bpmn2:intermediateCatchEvent id="IntermediateCatchEvent_0z04o3s" name="FinishProcess"> |
| 126 | <bpmn2:outgoing>SequenceFlow_0ku36oy</bpmn2:outgoing> |
| 127 | <bpmn2:linkEventDefinition name="FinishProcess" /> |
| 128 | </bpmn2:intermediateCatchEvent> |
| 129 | <bpmn2:endEvent id="EndEvent_0exzmfn"> |
| 130 | <bpmn2:incoming>SequenceFlow_07aa121</bpmn2:incoming> |
| 131 | </bpmn2:endEvent> |
Yulian Han | 9e767c4 | 2018-03-19 19:16:18 +0800 | [diff] [blame] | 132 | <bpmn2:sequenceFlow id="SequenceFlow_07aa121" sourceRef="ScriptTask_19v8l1w" targetRef="EndEvent_0exzmfn" /> |
Yulian Han | b3641c2 | 2018-04-20 16:30:45 +0800 | [diff] [blame] | 133 | <bpmn2:sequenceFlow id="SequenceFlow_0ku36oy" sourceRef="IntermediateCatchEvent_0z04o3s" targetRef="ScriptTask_19v8l1w" /> |
Yulian Han | 9e767c4 | 2018-03-19 19:16:18 +0800 | [diff] [blame] | 134 | <bpmn2:intermediateThrowEvent id="IntermediateThrowEvent_06lo96a" name="GoTo UpdateAAI"> |
Yulian Han | c63706f | 2018-03-27 18:25:20 +0800 | [diff] [blame] | 135 | <bpmn2:incoming>SequenceFlow_1uu6uiu</bpmn2:incoming> |
Yulian Han | 9e767c4 | 2018-03-19 19:16:18 +0800 | [diff] [blame] | 136 | <bpmn2:linkEventDefinition name="UpdateAAI" /> |
| 137 | </bpmn2:intermediateThrowEvent> |
Yulian Han | 9e767c4 | 2018-03-19 19:16:18 +0800 | [diff] [blame] | 138 | <bpmn2:intermediateThrowEvent id="IntermediateThrowEvent_0hucdtk" name="GoTo FinishProcess"> |
| 139 | <bpmn2:incoming>SequenceFlow_0x0mhlj</bpmn2:incoming> |
| 140 | <bpmn2:linkEventDefinition name="FinishProcess" /> |
| 141 | </bpmn2:intermediateThrowEvent> |
| 142 | <bpmn2:sequenceFlow id="SequenceFlow_0x0mhlj" sourceRef="ScriptTask_0xtabf8" targetRef="IntermediateThrowEvent_0hucdtk" /> |
Yulian Han | 9e767c4 | 2018-03-19 19:16:18 +0800 | [diff] [blame] | 143 | <bpmn2:intermediateThrowEvent id="IntermediateThrowEvent_09ur9ds" name="GoTo StartAddResources"> |
Yulian Han | b3641c2 | 2018-04-20 16:30:45 +0800 | [diff] [blame] | 144 | <bpmn2:incoming>SequenceFlow_1muxopq</bpmn2:incoming> |
| 145 | <bpmn2:linkEventDefinition name="StartAddResources" /> |
Yulian Han | 9e767c4 | 2018-03-19 19:16:18 +0800 | [diff] [blame] | 146 | </bpmn2:intermediateThrowEvent> |
Yulian Han | c63706f | 2018-03-27 18:25:20 +0800 | [diff] [blame] | 147 | <bpmn2:sequenceFlow id="SequenceFlow_1uu6uiu" sourceRef="ScriptTask_00wgfrc" targetRef="IntermediateThrowEvent_06lo96a" /> |
Yulian Han | 9e767c4 | 2018-03-19 19:16:18 +0800 | [diff] [blame] | 148 | <bpmn2:subProcess id="SubProcess_0jo0nms" name="Sub-process for Application Errors" triggeredByEvent="true"> |
| 149 | <bpmn2:startEvent id="StartEvent_06768u3"> |
| 150 | <bpmn2:outgoing>SequenceFlow_05j3sat</bpmn2:outgoing> |
| 151 | <bpmn2:errorEventDefinition /> |
| 152 | </bpmn2:startEvent> |
| 153 | <bpmn2:endEvent id="EndEvent_014jyvb"> |
| 154 | <bpmn2:incoming>SequenceFlow_02znk15</bpmn2:incoming> |
| 155 | </bpmn2:endEvent> |
Yulian Han | b3641c2 | 2018-04-20 16:30:45 +0800 | [diff] [blame] | 156 | <bpmn2:scriptTask id="ScriptTask_1awrp72" name="Pre Process Exception" scriptFormat="groovy"> |
Yulian Han | 9e767c4 | 2018-03-19 19:16:18 +0800 | [diff] [blame] | 157 | <bpmn2:incoming>SequenceFlow_05j3sat</bpmn2:incoming> |
| 158 | <bpmn2:outgoing>SequenceFlow_19ly8h7</bpmn2:outgoing> |
| 159 | <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
|
| 160 | def dcsi = new DoCreateResources()
|
| 161 | dcsi.preProcessRollback(execution)
|
| 162 | ]]></bpmn2:script> |
| 163 | </bpmn2:scriptTask> |
Yulian Han | b3641c2 | 2018-04-20 16:30:45 +0800 | [diff] [blame] | 164 | <bpmn2:scriptTask id="ScriptTask_0vc9jgo" name="Post Process Exception" scriptFormat="groovy"> |
| 165 | <bpmn2:incoming>SequenceFlow_19ly8h7</bpmn2:incoming> |
Yulian Han | 9e767c4 | 2018-03-19 19:16:18 +0800 | [diff] [blame] | 166 | <bpmn2:outgoing>SequenceFlow_02znk15</bpmn2:outgoing> |
| 167 | <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
|
| 168 | def dcsi = new DoCreateResources()
|
| 169 | dcsi.postProcessRollback(execution)
|
| 170 | ]]></bpmn2:script> |
| 171 | </bpmn2:scriptTask> |
| 172 | <bpmn2:sequenceFlow id="SequenceFlow_05j3sat" sourceRef="StartEvent_06768u3" targetRef="ScriptTask_1awrp72" /> |
| 173 | <bpmn2:sequenceFlow id="SequenceFlow_02znk15" sourceRef="ScriptTask_0vc9jgo" targetRef="EndEvent_014jyvb" /> |
Yulian Han | b3641c2 | 2018-04-20 16:30:45 +0800 | [diff] [blame] | 174 | <bpmn2:sequenceFlow id="SequenceFlow_19ly8h7" sourceRef="ScriptTask_1awrp72" targetRef="ScriptTask_0vc9jgo" /> |
Yulian Han | 9e767c4 | 2018-03-19 19:16:18 +0800 | [diff] [blame] | 175 | </bpmn2:subProcess> |
Yulian Han | b3641c2 | 2018-04-20 16:30:45 +0800 | [diff] [blame] | 176 | <bpmn2:scriptTask id="ScriptTask_195nptq" name="Pre Process AAI GET" scriptFormat="groovy"> |
Yulian Han | 9e767c4 | 2018-03-19 19:16:18 +0800 | [diff] [blame] | 177 | <bpmn2:incoming>SequenceFlow_1demy08</bpmn2:incoming> |
| 178 | <bpmn2:outgoing>SequenceFlow_1cy5gq2</bpmn2:outgoing> |
| 179 | <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.* |
| 180 | def dcsi = new DoUpdateE2EServiceInstance() |
Yulian Han | b3641c2 | 2018-04-20 16:30:45 +0800 | [diff] [blame] | 181 | dcsi.preProcessAAIGET(execution)]]></bpmn2:script> |
Yulian Han | 9e767c4 | 2018-03-19 19:16:18 +0800 | [diff] [blame] | 182 | </bpmn2:scriptTask> |
| 183 | <bpmn2:sequenceFlow id="SequenceFlow_1cy5gq2" sourceRef="ScriptTask_195nptq" targetRef="CallActivity_069o6fn" /> |
| 184 | <bpmn2:callActivity id="CallActivity_069o6fn" name="Call AAI Generic GetService" calledElement="GenericGetService"> |
| 185 | <bpmn2:extensionElements> |
| 186 | <camunda:in source="serviceInstanceId" target="GENGS_serviceInstanceId" /> |
| 187 | <camunda:in sourceExpression="service-instance" target="GENGS_type" /> |
| 188 | <camunda:out source="GENGS_FoundIndicator" target="GENGS_FoundIndicator" /> |
| 189 | <camunda:out source="GENGS_SuccessIndicator" target="GENGS_SuccessIndicator" /> |
| 190 | <camunda:out source="WorkflowException" target="WorkflowException" /> |
| 191 | <camunda:out source="GENGS_siResourceLink" target="GENGS_siResourceLink" /> |
| 192 | <camunda:out source="GENGS_service" target="GENGS_service" /> |
| 193 | <camunda:in source="globalSubscriberId" target="GENGS_globalCustomerId" /> |
| 194 | <camunda:in source="serviceType" target="GENGS_serviceType" /> |
| 195 | </bpmn2:extensionElements> |
| 196 | <bpmn2:incoming>SequenceFlow_1cy5gq2</bpmn2:incoming> |
| 197 | <bpmn2:outgoing>SequenceFlow_1vy856f</bpmn2:outgoing> |
| 198 | </bpmn2:callActivity> |
Yulian Han | b3641c2 | 2018-04-20 16:30:45 +0800 | [diff] [blame] | 199 | <bpmn2:scriptTask id="ScriptTask_0lp9y03" name="Post Process AAI GET" scriptFormat="groovy"> |
Yulian Han | 9e767c4 | 2018-03-19 19:16:18 +0800 | [diff] [blame] | 200 | <bpmn2:incoming>SequenceFlow_1vy856f</bpmn2:incoming> |
| 201 | <bpmn2:outgoing>SequenceFlow_14ggluy</bpmn2:outgoing> |
| 202 | <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.* |
| 203 | def dcsi = new DoUpdateE2EServiceInstance() |
Yulian Han | b3641c2 | 2018-04-20 16:30:45 +0800 | [diff] [blame] | 204 | dcsi.postProcessAAIGET(execution)]]></bpmn2:script> |
Yulian Han | 9e767c4 | 2018-03-19 19:16:18 +0800 | [diff] [blame] | 205 | </bpmn2:scriptTask> |
| 206 | <bpmn2:sequenceFlow id="SequenceFlow_1vy856f" sourceRef="CallActivity_069o6fn" targetRef="ScriptTask_0lp9y03" /> |
| 207 | <bpmn2:sequenceFlow id="SequenceFlow_14ggluy" sourceRef="ScriptTask_0lp9y03" targetRef="ScriptTask_0sis7k0" /> |
| 208 | <bpmn2:scriptTask id="ScriptTask_0sis7k0" name="Pre Process AAI PUT" scriptFormat="groovy"> |
| 209 | <bpmn2:incoming>SequenceFlow_14ggluy</bpmn2:incoming> |
| 210 | <bpmn2:outgoing>SequenceFlow_1kx5ke9</bpmn2:outgoing> |
| 211 | <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.* |
| 212 | def dcsi = new DoUpdateE2EServiceInstance() |
| 213 | dcsi.preProcessAAIPUT(execution)]]></bpmn2:script> |
| 214 | </bpmn2:scriptTask> |
| 215 | <bpmn2:sequenceFlow id="SequenceFlow_1kx5ke9" sourceRef="ScriptTask_0sis7k0" targetRef="CallActivity_1nm9zq7" /> |
Yulian Han | b3641c2 | 2018-04-20 16:30:45 +0800 | [diff] [blame] | 216 | <bpmn2:sequenceFlow id="SequenceFlow_04xlw7s" sourceRef="preProcessRequest_ScriptTask" targetRef="ScriptTask_0acnvkp" /> |
Yulian Han | faac822 | 2018-04-21 17:56:14 +0800 | [diff] [blame] | 217 | <bpmn2:exclusiveGateway id="ExclusiveGateway_06gj84t" name="HasResourcetoAdd?" default="SequenceFlow_01po987"> |
Yulian Han | b3641c2 | 2018-04-20 16:30:45 +0800 | [diff] [blame] | 218 | <bpmn2:incoming>SequenceFlow_0yztz2p</bpmn2:incoming> |
| 219 | <bpmn2:outgoing>SequenceFlow_0ttlte0</bpmn2:outgoing> |
| 220 | <bpmn2:outgoing>SequenceFlow_01po987</bpmn2:outgoing> |
| 221 | </bpmn2:exclusiveGateway> |
Yulian Han | faac822 | 2018-04-21 17:56:14 +0800 | [diff] [blame] | 222 | <bpmn2:sequenceFlow id="SequenceFlow_0ttlte0" name="Yes" sourceRef="ExclusiveGateway_06gj84t" targetRef="CallActivity_07pl1uw"> |
| 223 | <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{execution.getVariable("hasResourcetoAdd") == true}]]></bpmn2:conditionExpression> |
| 224 | </bpmn2:sequenceFlow> |
Yulian Han | b3641c2 | 2018-04-20 16:30:45 +0800 | [diff] [blame] | 225 | <bpmn2:intermediateThrowEvent id="IntermediateThrowEvent_0xny7on" name="GoTo StartDeleteResources"> |
| 226 | <bpmn2:incoming>SequenceFlow_01po987</bpmn2:incoming> |
| 227 | <bpmn2:linkEventDefinition name="StartDeleteResources" /> |
| 228 | </bpmn2:intermediateThrowEvent> |
Yulian Han | faac822 | 2018-04-21 17:56:14 +0800 | [diff] [blame] | 229 | <bpmn2:sequenceFlow id="SequenceFlow_01po987" name="No" sourceRef="ExclusiveGateway_06gj84t" targetRef="IntermediateThrowEvent_0xny7on" /> |
Yulian Han | b3641c2 | 2018-04-20 16:30:45 +0800 | [diff] [blame] | 230 | <bpmn2:intermediateThrowEvent id="IntermediateThrowEvent_0y1ii4i" name="GoTo UpdateAAI"> |
Yulian Han | faac822 | 2018-04-21 17:56:14 +0800 | [diff] [blame] | 231 | <bpmn2:incoming>SequenceFlow_070o30v</bpmn2:incoming> |
Yulian Han | b3641c2 | 2018-04-20 16:30:45 +0800 | [diff] [blame] | 232 | <bpmn2:linkEventDefinition name="UpdateAAI" /> |
| 233 | </bpmn2:intermediateThrowEvent> |
| 234 | <bpmn2:sequenceFlow id="SequenceFlow_177wo8z" sourceRef="Task_0ag30bf" targetRef="IntermediateThrowEvent_0vneaao" /> |
Yulian Han | b3641c2 | 2018-04-20 16:30:45 +0800 | [diff] [blame] | 235 | <bpmn2:callActivity id="CallActivity_11obqi0" name="Call DoDeleteResources" calledElement="DoDeleteResourcesV1"> |
| 236 | <bpmn2:extensionElements> |
| 237 | <camunda:in source="msoRequestId" target="msoRequestId" /> |
| 238 | <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" /> |
| 239 | <camunda:in source="globalSubscriberId" target="globalSubscriberId" /> |
| 240 | <camunda:in source="serviceType" target="serviceType" /> |
| 241 | <camunda:in source="serviceInstanceId" target="serviceInstanceId" /> |
| 242 | <camunda:in source="URN_mso_workflow_sdncadapter_callback" target="URN_mso_workflow_sdncadapter_callback" /> |
Yulian Han | c7c76f0 | 2018-04-25 16:04:19 +0800 | [diff] [blame] | 243 | <camunda:in source="deleteResourceList" target="deleteResourceList" /> |
Yulian Han | b3641c2 | 2018-04-20 16:30:45 +0800 | [diff] [blame] | 244 | <camunda:in source="operationType" target="operationType" /> |
Yulian Han | abeeecf | 2018-04-23 17:40:44 +0800 | [diff] [blame] | 245 | <camunda:in source="operationId" target="operationId" /> |
Yulian Han | c7c76f0 | 2018-04-25 16:04:19 +0800 | [diff] [blame] | 246 | <camunda:in source="serviceDecomposition_Original" target="serviceDecomposition" /> |
Yulian Han | b3641c2 | 2018-04-20 16:30:45 +0800 | [diff] [blame] | 247 | </bpmn2:extensionElements> |
Yulian Han | faac822 | 2018-04-21 17:56:14 +0800 | [diff] [blame] | 248 | <bpmn2:incoming>SequenceFlow_0ur34hv</bpmn2:incoming> |
Yulian Han | b3641c2 | 2018-04-20 16:30:45 +0800 | [diff] [blame] | 249 | <bpmn2:outgoing>SequenceFlow_0w4t4ao</bpmn2:outgoing> |
| 250 | </bpmn2:callActivity> |
| 251 | <bpmn2:sequenceFlow id="SequenceFlow_0w4t4ao" sourceRef="CallActivity_11obqi0" targetRef="ScriptTask_00wgfrc" /> |
| 252 | <bpmn2:callActivity id="CallActivity_07pl1uw" name="Call DoCreateResources" calledElement="DoCreateResourcesV3"> |
| 253 | <bpmn2:extensionElements> |
Yulian Han | b3641c2 | 2018-04-20 16:30:45 +0800 | [diff] [blame] | 254 | <camunda:in source="serviceDescription" target="nsServiceDescription" /> |
| 255 | <camunda:in source="globalSubscriberId" target="globalSubscriberId" /> |
| 256 | <camunda:in source="serviceType" target="serviceType" /> |
| 257 | <camunda:in source="serviceInstanceId" target="serviceInstanceId" /> |
| 258 | <camunda:in source="operationId" target="operationId" /> |
Yulian Han | b3641c2 | 2018-04-20 16:30:45 +0800 | [diff] [blame] | 259 | <camunda:in source="operationType" target="operationType" /> |
| 260 | <camunda:in source="addResourceList" target="addResourceList" /> |
| 261 | <camunda:in source="serviceInstanceName" target="serviceInstanceName" /> |
| 262 | <camunda:in source="serviceDecomposition_Target" target="serviceDecomposition" /> |
| 263 | <camunda:in source="uuiRequest" target="uuiRequest" /> |
| 264 | <camunda:in source="msoRequestId" target="msoRequestId" /> |
| 265 | </bpmn2:extensionElements> |
| 266 | <bpmn2:incoming>SequenceFlow_0ttlte0</bpmn2:incoming> |
| 267 | <bpmn2:outgoing>SequenceFlow_1wwjugw</bpmn2:outgoing> |
| 268 | </bpmn2:callActivity> |
| 269 | <bpmn2:sequenceFlow id="SequenceFlow_1wwjugw" sourceRef="CallActivity_07pl1uw" targetRef="Task_0ag30bf" /> |
Yulian Han | faac822 | 2018-04-21 17:56:14 +0800 | [diff] [blame] | 270 | <bpmn2:exclusiveGateway id="ExclusiveGateway_1fcnq0g" name="HasResourcetoDelete?" default="SequenceFlow_070o30v"> |
| 271 | <bpmn2:incoming>SequenceFlow_1s799cp</bpmn2:incoming> |
| 272 | <bpmn2:outgoing>SequenceFlow_0ur34hv</bpmn2:outgoing> |
| 273 | <bpmn2:outgoing>SequenceFlow_070o30v</bpmn2:outgoing> |
| 274 | </bpmn2:exclusiveGateway> |
| 275 | <bpmn2:sequenceFlow id="SequenceFlow_1s799cp" sourceRef="ScriptTask_1xxvnst" targetRef="ExclusiveGateway_1fcnq0g" /> |
| 276 | <bpmn2:sequenceFlow id="SequenceFlow_0ur34hv" name="Yes" sourceRef="ExclusiveGateway_1fcnq0g" targetRef="CallActivity_11obqi0"> |
| 277 | <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{execution.getVariable("hasResourcetoDelete") == true}]]></bpmn2:conditionExpression> |
| 278 | </bpmn2:sequenceFlow> |
| 279 | <bpmn2:sequenceFlow id="SequenceFlow_070o30v" sourceRef="ExclusiveGateway_1fcnq0g" targetRef="IntermediateThrowEvent_0y1ii4i" /> |
Yulian Han | 610b671 | 2018-03-12 19:59:53 +0800 | [diff] [blame] | 280 | </bpmn2:process> |
| 281 | <bpmn2:error id="Error_2" name="MSOWorkflowException" errorCode="MSOWorkflowException" /> |
| 282 | <bpmn2:error id="Error_1" name="java.lang.Exception" errorCode="java.lang.Exception" /> |
| 283 | <bpmndi:BPMNDiagram id="BPMNDiagram_1"> |
| 284 | <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="DoUpdateE2EServiceInstance"> |
| 285 | <bpmndi:BPMNShape id="_BPMNShape_StartEvent_47" bpmnElement="createSI_startEvent"> |
Yulian Han | b3641c2 | 2018-04-20 16:30:45 +0800 | [diff] [blame] | 286 | <dc:Bounds x="74" y="622" width="36" height="36" /> |
Yulian Han | 610b671 | 2018-03-12 19:59:53 +0800 | [diff] [blame] | 287 | <bpmndi:BPMNLabel> |
Yulian Han | b3641c2 | 2018-04-20 16:30:45 +0800 | [diff] [blame] | 288 | <dc:Bounds x="68" y="663" width="50" height="12" /> |
Yulian Han | 610b671 | 2018-03-12 19:59:53 +0800 | [diff] [blame] | 289 | </bpmndi:BPMNLabel> |
| 290 | </bpmndi:BPMNShape> |
| 291 | <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_61" bpmnElement="preProcessRequest_ScriptTask"> |
Yulian Han | b3641c2 | 2018-04-20 16:30:45 +0800 | [diff] [blame] | 292 | <dc:Bounds x="293" y="600" width="100" height="80" /> |
Yulian Han | 610b671 | 2018-03-12 19:59:53 +0800 | [diff] [blame] | 293 | </bpmndi:BPMNShape> |
| 294 | <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_1" bpmnElement="SequenceFlow_1" sourceElement="_BPMNShape_StartEvent_47" targetElement="_BPMNShape_ScriptTask_61"> |
Yulian Han | b3641c2 | 2018-04-20 16:30:45 +0800 | [diff] [blame] | 295 | <di:waypoint xsi:type="dc:Point" x="110" y="640" /> |
| 296 | <di:waypoint xsi:type="dc:Point" x="293" y="640" /> |
Yulian Han | 610b671 | 2018-03-12 19:59:53 +0800 | [diff] [blame] | 297 | <bpmndi:BPMNLabel> |
Yulian Han | b3641c2 | 2018-04-20 16:30:45 +0800 | [diff] [blame] | 298 | <dc:Bounds x="156.5" y="625" width="90" height="0" /> |
Yulian Han | 610b671 | 2018-03-12 19:59:53 +0800 | [diff] [blame] | 299 | </bpmndi:BPMNLabel> |
| 300 | </bpmndi:BPMNEdge> |
Yulian Han | 610b671 | 2018-03-12 19:59:53 +0800 | [diff] [blame] | 301 | <bpmndi:BPMNShape id="ScriptTask_1azssf7_di" bpmnElement="Task_09laxun"> |
| 302 | <dc:Bounds x="293" y="828" width="100" height="80" /> |
| 303 | </bpmndi:BPMNShape> |
Yulian Han | 610b671 | 2018-03-12 19:59:53 +0800 | [diff] [blame] | 304 | <bpmndi:BPMNShape id="ScriptTask_1fj89ew_di" bpmnElement="Task_0ag30bf"> |
Yulian Han | b3641c2 | 2018-04-20 16:30:45 +0800 | [diff] [blame] | 305 | <dc:Bounds x="1229" y="828" width="100" height="80" /> |
Yulian Han | 610b671 | 2018-03-12 19:59:53 +0800 | [diff] [blame] | 306 | </bpmndi:BPMNShape> |
Yulian Han | 610b671 | 2018-03-12 19:59:53 +0800 | [diff] [blame] | 307 | <bpmndi:BPMNShape id="IntermediateCatchEvent_0jks7by_di" bpmnElement="StartEvent_StartResource"> |
Yulian Han | 9e767c4 | 2018-03-19 19:16:18 +0800 | [diff] [blame] | 308 | <dc:Bounds x="74" y="850" width="36" height="36" /> |
Yulian Han | 610b671 | 2018-03-12 19:59:53 +0800 | [diff] [blame] | 309 | <bpmndi:BPMNLabel> |
Yulian Han | 9e767c4 | 2018-03-19 19:16:18 +0800 | [diff] [blame] | 310 | <dc:Bounds x="50" y="895" width="84" height="24" /> |
Yulian Han | 610b671 | 2018-03-12 19:59:53 +0800 | [diff] [blame] | 311 | </bpmndi:BPMNLabel> |
| 312 | </bpmndi:BPMNShape> |
Yulian Han | 610b671 | 2018-03-12 19:59:53 +0800 | [diff] [blame] | 313 | <bpmndi:BPMNEdge id="SequenceFlow_115mdln_di" bpmnElement="SequenceFlow_115mdln"> |
Yulian Han | 9e767c4 | 2018-03-19 19:16:18 +0800 | [diff] [blame] | 314 | <di:waypoint xsi:type="dc:Point" x="110" y="868" /> |
Yulian Han | 610b671 | 2018-03-12 19:59:53 +0800 | [diff] [blame] | 315 | <di:waypoint xsi:type="dc:Point" x="293" y="868" /> |
| 316 | <bpmndi:BPMNLabel> |
Yulian Han | 9e767c4 | 2018-03-19 19:16:18 +0800 | [diff] [blame] | 317 | <dc:Bounds x="156.5" y="847" width="90" height="12" /> |
Yulian Han | 610b671 | 2018-03-12 19:59:53 +0800 | [diff] [blame] | 318 | </bpmndi:BPMNLabel> |
| 319 | </bpmndi:BPMNEdge> |
| 320 | <bpmndi:BPMNEdge id="SequenceFlow_0yztz2p_di" bpmnElement="SequenceFlow_0yztz2p"> |
| 321 | <di:waypoint xsi:type="dc:Point" x="393" y="868" /> |
Yulian Han | b3641c2 | 2018-04-20 16:30:45 +0800 | [diff] [blame] | 322 | <di:waypoint xsi:type="dc:Point" x="590" y="868" /> |
Yulian Han | 610b671 | 2018-03-12 19:59:53 +0800 | [diff] [blame] | 323 | <bpmndi:BPMNLabel> |
Yulian Han | b3641c2 | 2018-04-20 16:30:45 +0800 | [diff] [blame] | 324 | <dc:Bounds x="446.5" y="847" width="90" height="12" /> |
Yulian Han | 610b671 | 2018-03-12 19:59:53 +0800 | [diff] [blame] | 325 | </bpmndi:BPMNLabel> |
| 326 | </bpmndi:BPMNEdge> |
Yulian Han | 610b671 | 2018-03-12 19:59:53 +0800 | [diff] [blame] | 327 | <bpmndi:BPMNShape id="ScriptTask_1xxvnst_di" bpmnElement="ScriptTask_1xxvnst"> |
| 328 | <dc:Bounds x="293" y="1081" width="100" height="80" /> |
| 329 | </bpmndi:BPMNShape> |
Yulian Han | 610b671 | 2018-03-12 19:59:53 +0800 | [diff] [blame] | 330 | <bpmndi:BPMNShape id="ScriptTask_00wgfrc_di" bpmnElement="ScriptTask_00wgfrc"> |
Yulian Han | b3641c2 | 2018-04-20 16:30:45 +0800 | [diff] [blame] | 331 | <dc:Bounds x="1240" y="1081" width="100" height="80" /> |
Yulian Han | 610b671 | 2018-03-12 19:59:53 +0800 | [diff] [blame] | 332 | </bpmndi:BPMNShape> |
| 333 | <bpmndi:BPMNShape id="IntermediateCatchEvent_0h6d9jb_di" bpmnElement="IntermediateCatchEvent_0h6d9jb"> |
Yulian Han | 9e767c4 | 2018-03-19 19:16:18 +0800 | [diff] [blame] | 334 | <dc:Bounds x="74" y="1103" width="36" height="36" /> |
Yulian Han | 610b671 | 2018-03-12 19:59:53 +0800 | [diff] [blame] | 335 | <bpmndi:BPMNLabel> |
Yulian Han | 9e767c4 | 2018-03-19 19:16:18 +0800 | [diff] [blame] | 336 | <dc:Bounds x="50" y="1143" width="86" height="24" /> |
Yulian Han | 610b671 | 2018-03-12 19:59:53 +0800 | [diff] [blame] | 337 | </bpmndi:BPMNLabel> |
| 338 | </bpmndi:BPMNShape> |
| 339 | <bpmndi:BPMNEdge id="SequenceFlow_1qn0865_di" bpmnElement="SequenceFlow_1qn0865"> |
Yulian Han | 9e767c4 | 2018-03-19 19:16:18 +0800 | [diff] [blame] | 340 | <di:waypoint xsi:type="dc:Point" x="110" y="1121" /> |
| 341 | <di:waypoint xsi:type="dc:Point" x="202" y="1121" /> |
| 342 | <di:waypoint xsi:type="dc:Point" x="202" y="1121" /> |
Yulian Han | 610b671 | 2018-03-12 19:59:53 +0800 | [diff] [blame] | 343 | <di:waypoint xsi:type="dc:Point" x="293" y="1121" /> |
| 344 | <bpmndi:BPMNLabel> |
Yulian Han | 9e767c4 | 2018-03-19 19:16:18 +0800 | [diff] [blame] | 345 | <dc:Bounds x="172" y="1115" width="90" height="12" /> |
Yulian Han | 610b671 | 2018-03-12 19:59:53 +0800 | [diff] [blame] | 346 | </bpmndi:BPMNLabel> |
| 347 | </bpmndi:BPMNEdge> |
Yulian Han | 9e767c4 | 2018-03-19 19:16:18 +0800 | [diff] [blame] | 348 | <bpmndi:BPMNShape id="ScriptTask_0acnvkp_di" bpmnElement="ScriptTask_0acnvkp"> |
Yulian Han | b3641c2 | 2018-04-20 16:30:45 +0800 | [diff] [blame] | 349 | <dc:Bounds x="589" y="600" width="100" height="80" /> |
Yulian Han | 9e767c4 | 2018-03-19 19:16:18 +0800 | [diff] [blame] | 350 | </bpmndi:BPMNShape> |
| 351 | <bpmndi:BPMNShape id="ServiceTask_17u9q9u_di" bpmnElement="ServiceTask_17u9q9u"> |
Yulian Han | b3641c2 | 2018-04-20 16:30:45 +0800 | [diff] [blame] | 352 | <dc:Bounds x="872" y="600" width="100" height="80" /> |
Yulian Han | 9e767c4 | 2018-03-19 19:16:18 +0800 | [diff] [blame] | 353 | </bpmndi:BPMNShape> |
| 354 | <bpmndi:BPMNEdge id="SequenceFlow_0r6c0ci_di" bpmnElement="SequenceFlow_0r6c0ci"> |
Yulian Han | b3641c2 | 2018-04-20 16:30:45 +0800 | [diff] [blame] | 355 | <di:waypoint xsi:type="dc:Point" x="689" y="640" /> |
| 356 | <di:waypoint xsi:type="dc:Point" x="774" y="640" /> |
| 357 | <di:waypoint xsi:type="dc:Point" x="774" y="640" /> |
| 358 | <di:waypoint xsi:type="dc:Point" x="872" y="640" /> |
Yulian Han | 9e767c4 | 2018-03-19 19:16:18 +0800 | [diff] [blame] | 359 | <bpmndi:BPMNLabel> |
Yulian Han | b3641c2 | 2018-04-20 16:30:45 +0800 | [diff] [blame] | 360 | <dc:Bounds x="744" y="634" width="90" height="12" /> |
Yulian Han | 9e767c4 | 2018-03-19 19:16:18 +0800 | [diff] [blame] | 361 | </bpmndi:BPMNLabel> |
| 362 | </bpmndi:BPMNEdge> |
| 363 | <bpmndi:BPMNEdge id="SequenceFlow_1muxopq_di" bpmnElement="SequenceFlow_1muxopq"> |
Yulian Han | b3641c2 | 2018-04-20 16:30:45 +0800 | [diff] [blame] | 364 | <di:waypoint xsi:type="dc:Point" x="972" y="640" /> |
| 365 | <di:waypoint xsi:type="dc:Point" x="1762" y="640" /> |
Yulian Han | 9e767c4 | 2018-03-19 19:16:18 +0800 | [diff] [blame] | 366 | <bpmndi:BPMNLabel> |
Yulian Han | b3641c2 | 2018-04-20 16:30:45 +0800 | [diff] [blame] | 367 | <dc:Bounds x="1322" y="619" width="90" height="12" /> |
Yulian Han | 9e767c4 | 2018-03-19 19:16:18 +0800 | [diff] [blame] | 368 | </bpmndi:BPMNLabel> |
| 369 | </bpmndi:BPMNEdge> |
| 370 | <bpmndi:BPMNShape id="IntermediateThrowEvent_0vneaao_di" bpmnElement="IntermediateThrowEvent_0vneaao"> |
Yulian Han | b3641c2 | 2018-04-20 16:30:45 +0800 | [diff] [blame] | 371 | <dc:Bounds x="1762" y="850" width="36" height="36" /> |
Yulian Han | 9e767c4 | 2018-03-19 19:16:18 +0800 | [diff] [blame] | 372 | <bpmndi:BPMNLabel> |
Yulian Han | b3641c2 | 2018-04-20 16:30:45 +0800 | [diff] [blame] | 373 | <dc:Bounds x="1738" y="890" width="86" height="36" /> |
Yulian Han | 9e767c4 | 2018-03-19 19:16:18 +0800 | [diff] [blame] | 374 | </bpmndi:BPMNLabel> |
| 375 | </bpmndi:BPMNShape> |
Yulian Han | 9e767c4 | 2018-03-19 19:16:18 +0800 | [diff] [blame] | 376 | <bpmndi:BPMNShape id="CallActivity_1nm9zq7_di" bpmnElement="CallActivity_1nm9zq7"> |
Yulian Han | b3641c2 | 2018-04-20 16:30:45 +0800 | [diff] [blame] | 377 | <dc:Bounds x="1229" y="1333" width="100" height="80" /> |
Yulian Han | 9e767c4 | 2018-03-19 19:16:18 +0800 | [diff] [blame] | 378 | </bpmndi:BPMNShape> |
| 379 | <bpmndi:BPMNShape id="ScriptTask_0xtabf8_di" bpmnElement="ScriptTask_0xtabf8"> |
Yulian Han | b3641c2 | 2018-04-20 16:30:45 +0800 | [diff] [blame] | 380 | <dc:Bounds x="1473" y="1333" width="100" height="80" /> |
Yulian Han | 9e767c4 | 2018-03-19 19:16:18 +0800 | [diff] [blame] | 381 | </bpmndi:BPMNShape> |
| 382 | <bpmndi:BPMNShape id="IntermediateCatchEvent_0a9bdjw_di" bpmnElement="IntermediateCatchEvent_0a9bdjw"> |
| 383 | <dc:Bounds x="74" y="1355" width="36" height="36" /> |
| 384 | <bpmndi:BPMNLabel> |
| 385 | <dc:Bounds x="69" y="1391" width="52" height="12" /> |
| 386 | </bpmndi:BPMNLabel> |
| 387 | </bpmndi:BPMNShape> |
| 388 | <bpmndi:BPMNEdge id="SequenceFlow_1demy08_di" bpmnElement="SequenceFlow_1demy08"> |
| 389 | <di:waypoint xsi:type="dc:Point" x="110" y="1373" /> |
| 390 | <di:waypoint xsi:type="dc:Point" x="197" y="1373" /> |
| 391 | <di:waypoint xsi:type="dc:Point" x="197" y="1373" /> |
| 392 | <di:waypoint xsi:type="dc:Point" x="293" y="1373" /> |
| 393 | <bpmndi:BPMNLabel> |
| 394 | <dc:Bounds x="212" y="1367" width="0" height="12" /> |
| 395 | </bpmndi:BPMNLabel> |
| 396 | </bpmndi:BPMNEdge> |
| 397 | <bpmndi:BPMNEdge id="SequenceFlow_0f76thv_di" bpmnElement="SequenceFlow_0f76thv"> |
Yulian Han | b3641c2 | 2018-04-20 16:30:45 +0800 | [diff] [blame] | 398 | <di:waypoint xsi:type="dc:Point" x="1329" y="1373" /> |
| 399 | <di:waypoint xsi:type="dc:Point" x="1473" y="1373" /> |
Yulian Han | 9e767c4 | 2018-03-19 19:16:18 +0800 | [diff] [blame] | 400 | <bpmndi:BPMNLabel> |
Yulian Han | b3641c2 | 2018-04-20 16:30:45 +0800 | [diff] [blame] | 401 | <dc:Bounds x="1356" y="1352" width="90" height="12" /> |
Yulian Han | 9e767c4 | 2018-03-19 19:16:18 +0800 | [diff] [blame] | 402 | </bpmndi:BPMNLabel> |
| 403 | </bpmndi:BPMNEdge> |
| 404 | <bpmndi:BPMNShape id="ScriptTask_19v8l1w_di" bpmnElement="ScriptTask_19v8l1w"> |
Yulian Han | b3641c2 | 2018-04-20 16:30:45 +0800 | [diff] [blame] | 405 | <dc:Bounds x="858" y="1579" width="100" height="80" /> |
Yulian Han | 9e767c4 | 2018-03-19 19:16:18 +0800 | [diff] [blame] | 406 | </bpmndi:BPMNShape> |
| 407 | <bpmndi:BPMNShape id="IntermediateCatchEvent_0z04o3s_di" bpmnElement="IntermediateCatchEvent_0z04o3s"> |
Yulian Han | b3641c2 | 2018-04-20 16:30:45 +0800 | [diff] [blame] | 408 | <dc:Bounds x="74" y="1601" width="36" height="36" /> |
Yulian Han | 9e767c4 | 2018-03-19 19:16:18 +0800 | [diff] [blame] | 409 | <bpmndi:BPMNLabel> |
Yulian Han | b3641c2 | 2018-04-20 16:30:45 +0800 | [diff] [blame] | 410 | <dc:Bounds x="57" y="1641" width="70" height="12" /> |
Yulian Han | 9e767c4 | 2018-03-19 19:16:18 +0800 | [diff] [blame] | 411 | </bpmndi:BPMNLabel> |
| 412 | </bpmndi:BPMNShape> |
| 413 | <bpmndi:BPMNShape id="EndEvent_0exzmfn_di" bpmnElement="EndEvent_0exzmfn"> |
Yulian Han | b3641c2 | 2018-04-20 16:30:45 +0800 | [diff] [blame] | 414 | <dc:Bounds x="1772" y="1601" width="36" height="36" /> |
Yulian Han | 9e767c4 | 2018-03-19 19:16:18 +0800 | [diff] [blame] | 415 | <bpmndi:BPMNLabel> |
Yulian Han | b3641c2 | 2018-04-20 16:30:45 +0800 | [diff] [blame] | 416 | <dc:Bounds x="1700" y="1641" width="90" height="12" /> |
Yulian Han | 9e767c4 | 2018-03-19 19:16:18 +0800 | [diff] [blame] | 417 | </bpmndi:BPMNLabel> |
| 418 | </bpmndi:BPMNShape> |
Yulian Han | 9e767c4 | 2018-03-19 19:16:18 +0800 | [diff] [blame] | 419 | <bpmndi:BPMNEdge id="SequenceFlow_07aa121_di" bpmnElement="SequenceFlow_07aa121"> |
Yulian Han | b3641c2 | 2018-04-20 16:30:45 +0800 | [diff] [blame] | 420 | <di:waypoint xsi:type="dc:Point" x="958" y="1619" /> |
| 421 | <di:waypoint xsi:type="dc:Point" x="1772" y="1619" /> |
Yulian Han | 9e767c4 | 2018-03-19 19:16:18 +0800 | [diff] [blame] | 422 | <bpmndi:BPMNLabel> |
Yulian Han | b3641c2 | 2018-04-20 16:30:45 +0800 | [diff] [blame] | 423 | <dc:Bounds x="1320" y="1598" width="90" height="12" /> |
Yulian Han | 9e767c4 | 2018-03-19 19:16:18 +0800 | [diff] [blame] | 424 | </bpmndi:BPMNLabel> |
| 425 | </bpmndi:BPMNEdge> |
| 426 | <bpmndi:BPMNEdge id="SequenceFlow_0ku36oy_di" bpmnElement="SequenceFlow_0ku36oy"> |
Yulian Han | b3641c2 | 2018-04-20 16:30:45 +0800 | [diff] [blame] | 427 | <di:waypoint xsi:type="dc:Point" x="110" y="1619" /> |
| 428 | <di:waypoint xsi:type="dc:Point" x="858" y="1619" /> |
Yulian Han | 9e767c4 | 2018-03-19 19:16:18 +0800 | [diff] [blame] | 429 | <bpmndi:BPMNLabel> |
Yulian Han | b3641c2 | 2018-04-20 16:30:45 +0800 | [diff] [blame] | 430 | <dc:Bounds x="439" y="1598" width="90" height="12" /> |
Yulian Han | 9e767c4 | 2018-03-19 19:16:18 +0800 | [diff] [blame] | 431 | </bpmndi:BPMNLabel> |
| 432 | </bpmndi:BPMNEdge> |
| 433 | <bpmndi:BPMNShape id="IntermediateThrowEvent_06lo96a_di" bpmnElement="IntermediateThrowEvent_06lo96a"> |
Yulian Han | b3641c2 | 2018-04-20 16:30:45 +0800 | [diff] [blame] | 434 | <dc:Bounds x="1762" y="1103" width="36" height="36" /> |
Yulian Han | 9e767c4 | 2018-03-19 19:16:18 +0800 | [diff] [blame] | 435 | <bpmndi:BPMNLabel> |
Yulian Han | b3641c2 | 2018-04-20 16:30:45 +0800 | [diff] [blame] | 436 | <dc:Bounds x="1750" y="1143" width="82" height="12" /> |
Yulian Han | 9e767c4 | 2018-03-19 19:16:18 +0800 | [diff] [blame] | 437 | </bpmndi:BPMNLabel> |
| 438 | </bpmndi:BPMNShape> |
Yulian Han | 9e767c4 | 2018-03-19 19:16:18 +0800 | [diff] [blame] | 439 | <bpmndi:BPMNShape id="IntermediateThrowEvent_0hucdtk_di" bpmnElement="IntermediateThrowEvent_0hucdtk"> |
Yulian Han | b3641c2 | 2018-04-20 16:30:45 +0800 | [diff] [blame] | 440 | <dc:Bounds x="1762" y="1355" width="36" height="36" /> |
Yulian Han | 9e767c4 | 2018-03-19 19:16:18 +0800 | [diff] [blame] | 441 | <bpmndi:BPMNLabel> |
Yulian Han | b3641c2 | 2018-04-20 16:30:45 +0800 | [diff] [blame] | 442 | <dc:Bounds x="1756" y="1395" width="70" height="24" /> |
Yulian Han | 9e767c4 | 2018-03-19 19:16:18 +0800 | [diff] [blame] | 443 | </bpmndi:BPMNLabel> |
| 444 | </bpmndi:BPMNShape> |
| 445 | <bpmndi:BPMNEdge id="SequenceFlow_0x0mhlj_di" bpmnElement="SequenceFlow_0x0mhlj"> |
Yulian Han | b3641c2 | 2018-04-20 16:30:45 +0800 | [diff] [blame] | 446 | <di:waypoint xsi:type="dc:Point" x="1573" y="1373" /> |
| 447 | <di:waypoint xsi:type="dc:Point" x="1762" y="1373" /> |
Yulian Han | 9e767c4 | 2018-03-19 19:16:18 +0800 | [diff] [blame] | 448 | <bpmndi:BPMNLabel> |
Yulian Han | b3641c2 | 2018-04-20 16:30:45 +0800 | [diff] [blame] | 449 | <dc:Bounds x="1622.5" y="1352" width="90" height="12" /> |
Yulian Han | 9e767c4 | 2018-03-19 19:16:18 +0800 | [diff] [blame] | 450 | </bpmndi:BPMNLabel> |
| 451 | </bpmndi:BPMNEdge> |
| 452 | <bpmndi:BPMNShape id="IntermediateThrowEvent_09ur9ds_di" bpmnElement="IntermediateThrowEvent_09ur9ds"> |
Yulian Han | b3641c2 | 2018-04-20 16:30:45 +0800 | [diff] [blame] | 453 | <dc:Bounds x="1762" y="622" width="36" height="36" /> |
Yulian Han | 9e767c4 | 2018-03-19 19:16:18 +0800 | [diff] [blame] | 454 | <bpmndi:BPMNLabel> |
Yulian Han | b3641c2 | 2018-04-20 16:30:45 +0800 | [diff] [blame] | 455 | <dc:Bounds x="1738" y="663" width="84" height="36" /> |
Yulian Han | 610b671 | 2018-03-12 19:59:53 +0800 | [diff] [blame] | 456 | </bpmndi:BPMNLabel> |
| 457 | </bpmndi:BPMNShape> |
Yulian Han | 9e767c4 | 2018-03-19 19:16:18 +0800 | [diff] [blame] | 458 | <bpmndi:BPMNEdge id="SequenceFlow_1uu6uiu_di" bpmnElement="SequenceFlow_1uu6uiu"> |
Yulian Han | b3641c2 | 2018-04-20 16:30:45 +0800 | [diff] [blame] | 459 | <di:waypoint xsi:type="dc:Point" x="1340" y="1121" /> |
| 460 | <di:waypoint xsi:type="dc:Point" x="1762" y="1121" /> |
Yulian Han | 610b671 | 2018-03-12 19:59:53 +0800 | [diff] [blame] | 461 | <bpmndi:BPMNLabel> |
Yulian Han | b3641c2 | 2018-04-20 16:30:45 +0800 | [diff] [blame] | 462 | <dc:Bounds x="1506" y="1100" width="90" height="12" /> |
Yulian Han | 610b671 | 2018-03-12 19:59:53 +0800 | [diff] [blame] | 463 | </bpmndi:BPMNLabel> |
| 464 | </bpmndi:BPMNEdge> |
Yulian Han | 9e767c4 | 2018-03-19 19:16:18 +0800 | [diff] [blame] | 465 | <bpmndi:BPMNShape id="SubProcess_0jo0nms_di" bpmnElement="SubProcess_0jo0nms" isExpanded="true"> |
| 466 | <dc:Bounds x="236" y="1818" width="1428" height="210" /> |
| 467 | </bpmndi:BPMNShape> |
| 468 | <bpmndi:BPMNShape id="StartEvent_06768u3_di" bpmnElement="StartEvent_06768u3"> |
| 469 | <dc:Bounds x="266" y="1895" width="36" height="36" /> |
Yulian Han | 610b671 | 2018-03-12 19:59:53 +0800 | [diff] [blame] | 470 | <bpmndi:BPMNLabel> |
Yulian Han | b3641c2 | 2018-04-20 16:30:45 +0800 | [diff] [blame] | 471 | <dc:Bounds x="194" y="1936" width="90" height="12" /> |
Yulian Han | 610b671 | 2018-03-12 19:59:53 +0800 | [diff] [blame] | 472 | </bpmndi:BPMNLabel> |
| 473 | </bpmndi:BPMNShape> |
Yulian Han | 9e767c4 | 2018-03-19 19:16:18 +0800 | [diff] [blame] | 474 | <bpmndi:BPMNShape id="EndEvent_014jyvb_di" bpmnElement="EndEvent_014jyvb"> |
| 475 | <dc:Bounds x="1581" y="1895" width="36" height="36" /> |
Yulian Han | 610b671 | 2018-03-12 19:59:53 +0800 | [diff] [blame] | 476 | <bpmndi:BPMNLabel> |
Yulian Han | b3641c2 | 2018-04-20 16:30:45 +0800 | [diff] [blame] | 477 | <dc:Bounds x="1509" y="1936" width="90" height="12" /> |
Yulian Han | 610b671 | 2018-03-12 19:59:53 +0800 | [diff] [blame] | 478 | </bpmndi:BPMNLabel> |
| 479 | </bpmndi:BPMNShape> |
Yulian Han | 9e767c4 | 2018-03-19 19:16:18 +0800 | [diff] [blame] | 480 | <bpmndi:BPMNShape id="ScriptTask_1awrp72_di" bpmnElement="ScriptTask_1awrp72"> |
| 481 | <dc:Bounds x="557" y="1873" width="100" height="80" /> |
Yulian Han | 610b671 | 2018-03-12 19:59:53 +0800 | [diff] [blame] | 482 | </bpmndi:BPMNShape> |
Yulian Han | 9e767c4 | 2018-03-19 19:16:18 +0800 | [diff] [blame] | 483 | <bpmndi:BPMNShape id="ScriptTask_0vc9jgo_di" bpmnElement="ScriptTask_0vc9jgo"> |
| 484 | <dc:Bounds x="1248" y="1873" width="100" height="80" /> |
Yulian Han | 610b671 | 2018-03-12 19:59:53 +0800 | [diff] [blame] | 485 | </bpmndi:BPMNShape> |
Yulian Han | 9e767c4 | 2018-03-19 19:16:18 +0800 | [diff] [blame] | 486 | <bpmndi:BPMNEdge id="SequenceFlow_05j3sat_di" bpmnElement="SequenceFlow_05j3sat"> |
| 487 | <di:waypoint xsi:type="dc:Point" x="302" y="1913" /> |
| 488 | <di:waypoint xsi:type="dc:Point" x="557" y="1913" /> |
Yulian Han | 610b671 | 2018-03-12 19:59:53 +0800 | [diff] [blame] | 489 | <bpmndi:BPMNLabel> |
Yulian Han | b3641c2 | 2018-04-20 16:30:45 +0800 | [diff] [blame] | 490 | <dc:Bounds x="385" y="1892" width="90" height="12" /> |
Yulian Han | 610b671 | 2018-03-12 19:59:53 +0800 | [diff] [blame] | 491 | </bpmndi:BPMNLabel> |
| 492 | </bpmndi:BPMNEdge> |
Yulian Han | 9e767c4 | 2018-03-19 19:16:18 +0800 | [diff] [blame] | 493 | <bpmndi:BPMNEdge id="SequenceFlow_02znk15_di" bpmnElement="SequenceFlow_02znk15"> |
| 494 | <di:waypoint xsi:type="dc:Point" x="1348" y="1913" /> |
| 495 | <di:waypoint xsi:type="dc:Point" x="1581" y="1913" /> |
Yulian Han | 610b671 | 2018-03-12 19:59:53 +0800 | [diff] [blame] | 496 | <bpmndi:BPMNLabel> |
Yulian Han | b3641c2 | 2018-04-20 16:30:45 +0800 | [diff] [blame] | 497 | <dc:Bounds x="1376" y="1898" width="90" height="12" /> |
Yulian Han | 610b671 | 2018-03-12 19:59:53 +0800 | [diff] [blame] | 498 | </bpmndi:BPMNLabel> |
| 499 | </bpmndi:BPMNEdge> |
Yulian Han | 9e767c4 | 2018-03-19 19:16:18 +0800 | [diff] [blame] | 500 | <bpmndi:BPMNEdge id="SequenceFlow_19ly8h7_di" bpmnElement="SequenceFlow_19ly8h7"> |
| 501 | <di:waypoint xsi:type="dc:Point" x="657" y="1913" /> |
Yulian Han | b3641c2 | 2018-04-20 16:30:45 +0800 | [diff] [blame] | 502 | <di:waypoint xsi:type="dc:Point" x="1248" y="1913" /> |
Yulian Han | 610b671 | 2018-03-12 19:59:53 +0800 | [diff] [blame] | 503 | <bpmndi:BPMNLabel> |
Yulian Han | b3641c2 | 2018-04-20 16:30:45 +0800 | [diff] [blame] | 504 | <dc:Bounds x="907.5" y="1892" width="90" height="12" /> |
Yulian Han | 610b671 | 2018-03-12 19:59:53 +0800 | [diff] [blame] | 505 | </bpmndi:BPMNLabel> |
| 506 | </bpmndi:BPMNEdge> |
Yulian Han | 9e767c4 | 2018-03-19 19:16:18 +0800 | [diff] [blame] | 507 | <bpmndi:BPMNShape id="ScriptTask_195nptq_di" bpmnElement="ScriptTask_195nptq"> |
| 508 | <dc:Bounds x="293" y="1333" width="100" height="80" /> |
| 509 | </bpmndi:BPMNShape> |
| 510 | <bpmndi:BPMNEdge id="SequenceFlow_1cy5gq2_di" bpmnElement="SequenceFlow_1cy5gq2"> |
| 511 | <di:waypoint xsi:type="dc:Point" x="393" y="1373" /> |
Yulian Han | b3641c2 | 2018-04-20 16:30:45 +0800 | [diff] [blame] | 512 | <di:waypoint xsi:type="dc:Point" x="495" y="1373" /> |
Yulian Han | 610b671 | 2018-03-12 19:59:53 +0800 | [diff] [blame] | 513 | <bpmndi:BPMNLabel> |
Yulian Han | b3641c2 | 2018-04-20 16:30:45 +0800 | [diff] [blame] | 514 | <dc:Bounds x="399" y="1352" width="90" height="12" /> |
Yulian Han | 9e767c4 | 2018-03-19 19:16:18 +0800 | [diff] [blame] | 515 | </bpmndi:BPMNLabel> |
| 516 | </bpmndi:BPMNEdge> |
| 517 | <bpmndi:BPMNShape id="CallActivity_069o6fn_di" bpmnElement="CallActivity_069o6fn"> |
Yulian Han | b3641c2 | 2018-04-20 16:30:45 +0800 | [diff] [blame] | 518 | <dc:Bounds x="495" y="1333" width="100" height="80" /> |
Yulian Han | 9e767c4 | 2018-03-19 19:16:18 +0800 | [diff] [blame] | 519 | </bpmndi:BPMNShape> |
| 520 | <bpmndi:BPMNShape id="ScriptTask_0lp9y03_di" bpmnElement="ScriptTask_0lp9y03"> |
Yulian Han | b3641c2 | 2018-04-20 16:30:45 +0800 | [diff] [blame] | 521 | <dc:Bounds x="724" y="1333" width="100" height="80" /> |
Yulian Han | 9e767c4 | 2018-03-19 19:16:18 +0800 | [diff] [blame] | 522 | </bpmndi:BPMNShape> |
| 523 | <bpmndi:BPMNEdge id="SequenceFlow_1vy856f_di" bpmnElement="SequenceFlow_1vy856f"> |
Yulian Han | b3641c2 | 2018-04-20 16:30:45 +0800 | [diff] [blame] | 524 | <di:waypoint xsi:type="dc:Point" x="595" y="1373" /> |
| 525 | <di:waypoint xsi:type="dc:Point" x="724" y="1373" /> |
Yulian Han | 9e767c4 | 2018-03-19 19:16:18 +0800 | [diff] [blame] | 526 | <bpmndi:BPMNLabel> |
Yulian Han | b3641c2 | 2018-04-20 16:30:45 +0800 | [diff] [blame] | 527 | <dc:Bounds x="614.5" y="1352" width="90" height="12" /> |
Yulian Han | 9e767c4 | 2018-03-19 19:16:18 +0800 | [diff] [blame] | 528 | </bpmndi:BPMNLabel> |
| 529 | </bpmndi:BPMNEdge> |
| 530 | <bpmndi:BPMNEdge id="SequenceFlow_14ggluy_di" bpmnElement="SequenceFlow_14ggluy"> |
Yulian Han | b3641c2 | 2018-04-20 16:30:45 +0800 | [diff] [blame] | 531 | <di:waypoint xsi:type="dc:Point" x="824" y="1373" /> |
| 532 | <di:waypoint xsi:type="dc:Point" x="978" y="1373" /> |
Yulian Han | 9e767c4 | 2018-03-19 19:16:18 +0800 | [diff] [blame] | 533 | <bpmndi:BPMNLabel> |
Yulian Han | b3641c2 | 2018-04-20 16:30:45 +0800 | [diff] [blame] | 534 | <dc:Bounds x="856" y="1352" width="90" height="12" /> |
Yulian Han | 9e767c4 | 2018-03-19 19:16:18 +0800 | [diff] [blame] | 535 | </bpmndi:BPMNLabel> |
| 536 | </bpmndi:BPMNEdge> |
| 537 | <bpmndi:BPMNShape id="ScriptTask_0sis7k0_di" bpmnElement="ScriptTask_0sis7k0"> |
Yulian Han | b3641c2 | 2018-04-20 16:30:45 +0800 | [diff] [blame] | 538 | <dc:Bounds x="978" y="1333" width="100" height="80" /> |
Yulian Han | 9e767c4 | 2018-03-19 19:16:18 +0800 | [diff] [blame] | 539 | </bpmndi:BPMNShape> |
| 540 | <bpmndi:BPMNEdge id="SequenceFlow_1kx5ke9_di" bpmnElement="SequenceFlow_1kx5ke9"> |
Yulian Han | b3641c2 | 2018-04-20 16:30:45 +0800 | [diff] [blame] | 541 | <di:waypoint xsi:type="dc:Point" x="1078" y="1373" /> |
| 542 | <di:waypoint xsi:type="dc:Point" x="1229" y="1373" /> |
Yulian Han | 9e767c4 | 2018-03-19 19:16:18 +0800 | [diff] [blame] | 543 | <bpmndi:BPMNLabel> |
Yulian Han | b3641c2 | 2018-04-20 16:30:45 +0800 | [diff] [blame] | 544 | <dc:Bounds x="1108.5" y="1352" width="90" height="12" /> |
Yulian Han | 610b671 | 2018-03-12 19:59:53 +0800 | [diff] [blame] | 545 | </bpmndi:BPMNLabel> |
| 546 | </bpmndi:BPMNEdge> |
Yulian Han | b3641c2 | 2018-04-20 16:30:45 +0800 | [diff] [blame] | 547 | <bpmndi:BPMNEdge id="SequenceFlow_04xlw7s_di" bpmnElement="SequenceFlow_04xlw7s"> |
| 548 | <di:waypoint xsi:type="dc:Point" x="393" y="640" /> |
| 549 | <di:waypoint xsi:type="dc:Point" x="589" y="640" /> |
Yulian Han | 0873337 | 2018-04-19 10:41:55 +0800 | [diff] [blame] | 550 | <bpmndi:BPMNLabel> |
Yulian Han | b3641c2 | 2018-04-20 16:30:45 +0800 | [diff] [blame] | 551 | <dc:Bounds x="491" y="619" width="0" height="12" /> |
Yulian Han | 0873337 | 2018-04-19 10:41:55 +0800 | [diff] [blame] | 552 | </bpmndi:BPMNLabel> |
| 553 | </bpmndi:BPMNEdge> |
Yulian Han | b3641c2 | 2018-04-20 16:30:45 +0800 | [diff] [blame] | 554 | <bpmndi:BPMNShape id="ExclusiveGateway_06gj84t_di" bpmnElement="ExclusiveGateway_06gj84t" isMarkerVisible="true"> |
| 555 | <dc:Bounds x="590" y="843" width="50" height="50" /> |
Yulian Han | 0873337 | 2018-04-19 10:41:55 +0800 | [diff] [blame] | 556 | <bpmndi:BPMNLabel> |
Yulian Han | b3641c2 | 2018-04-20 16:30:45 +0800 | [diff] [blame] | 557 | <dc:Bounds x="573" y="815" width="85" height="24" /> |
| 558 | </bpmndi:BPMNLabel> |
| 559 | </bpmndi:BPMNShape> |
| 560 | <bpmndi:BPMNEdge id="SequenceFlow_0ttlte0_di" bpmnElement="SequenceFlow_0ttlte0"> |
| 561 | <di:waypoint xsi:type="dc:Point" x="640" y="868" /> |
| 562 | <di:waypoint xsi:type="dc:Point" x="756" y="868" /> |
| 563 | <di:waypoint xsi:type="dc:Point" x="756" y="868" /> |
| 564 | <di:waypoint xsi:type="dc:Point" x="858" y="868" /> |
| 565 | <bpmndi:BPMNLabel> |
| 566 | <dc:Bounds x="750" y="845" width="19" height="12" /> |
| 567 | </bpmndi:BPMNLabel> |
| 568 | </bpmndi:BPMNEdge> |
| 569 | <bpmndi:BPMNShape id="IntermediateThrowEvent_0xny7on_di" bpmnElement="IntermediateThrowEvent_0xny7on"> |
| 570 | <dc:Bounds x="597" y="955" width="36" height="36" /> |
| 571 | <bpmndi:BPMNLabel> |
| 572 | <dc:Bounds x="573" y="995" width="86" height="36" /> |
| 573 | </bpmndi:BPMNLabel> |
| 574 | </bpmndi:BPMNShape> |
| 575 | <bpmndi:BPMNEdge id="SequenceFlow_01po987_di" bpmnElement="SequenceFlow_01po987"> |
| 576 | <di:waypoint xsi:type="dc:Point" x="615" y="893" /> |
| 577 | <di:waypoint xsi:type="dc:Point" x="615" y="955" /> |
| 578 | <bpmndi:BPMNLabel> |
| 579 | <dc:Bounds x="623" y="918" width="14" height="12" /> |
| 580 | </bpmndi:BPMNLabel> |
| 581 | </bpmndi:BPMNEdge> |
Yulian Han | b3641c2 | 2018-04-20 16:30:45 +0800 | [diff] [blame] | 582 | <bpmndi:BPMNShape id="IntermediateThrowEvent_0y1ii4i_di" bpmnElement="IntermediateThrowEvent_0y1ii4i"> |
Yulian Han | faac822 | 2018-04-21 17:56:14 +0800 | [diff] [blame] | 583 | <dc:Bounds x="597" y="1215" width="36" height="36" /> |
Yulian Han | b3641c2 | 2018-04-20 16:30:45 +0800 | [diff] [blame] | 584 | <bpmndi:BPMNLabel> |
Yulian Han | faac822 | 2018-04-21 17:56:14 +0800 | [diff] [blame] | 585 | <dc:Bounds x="585" y="1255" width="82" height="12" /> |
Yulian Han | b3641c2 | 2018-04-20 16:30:45 +0800 | [diff] [blame] | 586 | </bpmndi:BPMNLabel> |
| 587 | </bpmndi:BPMNShape> |
| 588 | <bpmndi:BPMNEdge id="SequenceFlow_177wo8z_di" bpmnElement="SequenceFlow_177wo8z"> |
| 589 | <di:waypoint xsi:type="dc:Point" x="1329" y="868" /> |
| 590 | <di:waypoint xsi:type="dc:Point" x="1762" y="868" /> |
| 591 | <bpmndi:BPMNLabel> |
| 592 | <dc:Bounds x="1545.5" y="847" width="0" height="12" /> |
| 593 | </bpmndi:BPMNLabel> |
| 594 | </bpmndi:BPMNEdge> |
Yulian Han | b3641c2 | 2018-04-20 16:30:45 +0800 | [diff] [blame] | 595 | <bpmndi:BPMNShape id="CallActivity_11obqi0_di" bpmnElement="CallActivity_11obqi0"> |
| 596 | <dc:Bounds x="872" y="1081" width="100" height="80" /> |
| 597 | </bpmndi:BPMNShape> |
| 598 | <bpmndi:BPMNEdge id="SequenceFlow_0w4t4ao_di" bpmnElement="SequenceFlow_0w4t4ao"> |
| 599 | <di:waypoint xsi:type="dc:Point" x="972" y="1121" /> |
| 600 | <di:waypoint xsi:type="dc:Point" x="1240" y="1121" /> |
| 601 | <bpmndi:BPMNLabel> |
| 602 | <dc:Bounds x="1106" y="1100" width="0" height="12" /> |
| 603 | </bpmndi:BPMNLabel> |
| 604 | </bpmndi:BPMNEdge> |
| 605 | <bpmndi:BPMNShape id="CallActivity_07pl1uw_di" bpmnElement="CallActivity_07pl1uw"> |
| 606 | <dc:Bounds x="858" y="828" width="100" height="80" /> |
| 607 | </bpmndi:BPMNShape> |
| 608 | <bpmndi:BPMNEdge id="SequenceFlow_1wwjugw_di" bpmnElement="SequenceFlow_1wwjugw"> |
| 609 | <di:waypoint xsi:type="dc:Point" x="958" y="868" /> |
| 610 | <di:waypoint xsi:type="dc:Point" x="1101" y="868" /> |
| 611 | <di:waypoint xsi:type="dc:Point" x="1101" y="868" /> |
| 612 | <di:waypoint xsi:type="dc:Point" x="1229" y="868" /> |
| 613 | <bpmndi:BPMNLabel> |
| 614 | <dc:Bounds x="1116" y="862" width="0" height="12" /> |
Yulian Han | 0873337 | 2018-04-19 10:41:55 +0800 | [diff] [blame] | 615 | </bpmndi:BPMNLabel> |
| 616 | </bpmndi:BPMNEdge> |
Yulian Han | faac822 | 2018-04-21 17:56:14 +0800 | [diff] [blame] | 617 | <bpmndi:BPMNShape id="ExclusiveGateway_1fcnq0g_di" bpmnElement="ExclusiveGateway_1fcnq0g" isMarkerVisible="true"> |
| 618 | <dc:Bounds x="589.8479623824451" y="1096.0329153605016" width="50" height="50" /> |
| 619 | <bpmndi:BPMNLabel> |
| 620 | <dc:Bounds x="572" y="1062" width="85" height="24" /> |
| 621 | </bpmndi:BPMNLabel> |
| 622 | </bpmndi:BPMNShape> |
| 623 | <bpmndi:BPMNEdge id="SequenceFlow_1s799cp_di" bpmnElement="SequenceFlow_1s799cp"> |
| 624 | <di:waypoint xsi:type="dc:Point" x="393" y="1121" /> |
| 625 | <di:waypoint xsi:type="dc:Point" x="590" y="1121" /> |
| 626 | <bpmndi:BPMNLabel> |
| 627 | <dc:Bounds x="491.5" y="1100" width="0" height="12" /> |
| 628 | </bpmndi:BPMNLabel> |
| 629 | </bpmndi:BPMNEdge> |
| 630 | <bpmndi:BPMNEdge id="SequenceFlow_0ur34hv_di" bpmnElement="SequenceFlow_0ur34hv"> |
| 631 | <di:waypoint xsi:type="dc:Point" x="640" y="1121" /> |
| 632 | <di:waypoint xsi:type="dc:Point" x="872" y="1121" /> |
| 633 | <bpmndi:BPMNLabel> |
| 634 | <dc:Bounds x="746.9754098360655" y="1100" width="19" height="12" /> |
| 635 | </bpmndi:BPMNLabel> |
| 636 | </bpmndi:BPMNEdge> |
| 637 | <bpmndi:BPMNEdge id="SequenceFlow_070o30v_di" bpmnElement="SequenceFlow_070o30v"> |
| 638 | <di:waypoint xsi:type="dc:Point" x="615" y="1146" /> |
| 639 | <di:waypoint xsi:type="dc:Point" x="615" y="1182" /> |
| 640 | <di:waypoint xsi:type="dc:Point" x="615" y="1182" /> |
| 641 | <di:waypoint xsi:type="dc:Point" x="615" y="1215" /> |
| 642 | <bpmndi:BPMNLabel> |
| 643 | <dc:Bounds x="630" y="1176" width="0" height="12" /> |
| 644 | </bpmndi:BPMNLabel> |
| 645 | </bpmndi:BPMNEdge> |
Yulian Han | 610b671 | 2018-03-12 19:59:53 +0800 | [diff] [blame] | 646 | </bpmndi:BPMNPlane> |
| 647 | </bpmndi:BPMNDiagram> |
| 648 | </bpmn2:definitions> |