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> |
| 38 | <bpmn2:outgoing>SequenceFlow_14rubz2</bpmn2:outgoing> |
| 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 | b3641c2 | 2018-04-20 16:30:45 +0800 | [diff] [blame^] | 55 | <bpmn2:sequenceFlow id="SequenceFlow_14rubz2" sourceRef="ScriptTask_1xxvnst" targetRef="ExclusiveGateway_0ae22y8" /> |
Yulian Han | c63706f | 2018-03-27 18:25:20 +0800 | [diff] [blame] | 56 | <bpmn2:scriptTask id="ScriptTask_0acnvkp" name="Prepare Resource Oper Status" scriptFormat="groovy"> |
Yulian Han | b3641c2 | 2018-04-20 16:30:45 +0800 | [diff] [blame^] | 57 | <bpmn2:incoming>SequenceFlow_04xlw7s</bpmn2:incoming> |
Yulian Han | 610b671 | 2018-03-12 19:59:53 +0800 | [diff] [blame] | 58 | <bpmn2:outgoing>SequenceFlow_0r6c0ci</bpmn2:outgoing> |
| 59 | <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.* |
Yulian Han | 610b671 | 2018-03-12 19:59:53 +0800 | [diff] [blame] | 60 | def ddsi = new DoUpdateE2EServiceInstance() |
Yulian Han | c63706f | 2018-03-27 18:25:20 +0800 | [diff] [blame] | 61 | ddsi.preInitResourcesOperStatus(execution)]]></bpmn2:script> |
Yulian Han | 610b671 | 2018-03-12 19:59:53 +0800 | [diff] [blame] | 62 | </bpmn2:scriptTask> |
| 63 | <bpmn2:serviceTask id="ServiceTask_17u9q9u" name="Init Resource Oper Status"> |
| 64 | <bpmn2:extensionElements> |
| 65 | <camunda:connector> |
| 66 | <camunda:inputOutput> |
| 67 | <camunda:inputParameter name="url">${CVFMI_dbAdapterEndpoint}</camunda:inputParameter> |
| 68 | <camunda:inputParameter name="headers"> |
| 69 | <camunda:map> |
| 70 | <camunda:entry key="content-type">application/soap+xml</camunda:entry> |
| 71 | <camunda:entry key="Authorization">Basic QlBFTENsaWVudDpwYXNzd29yZDEk</camunda:entry> |
| 72 | </camunda:map> |
| 73 | </camunda:inputParameter> |
| 74 | <camunda:inputParameter name="payload">${CVFMI_initResOperStatusRequest}</camunda:inputParameter> |
| 75 | <camunda:inputParameter name="method">POST</camunda:inputParameter> |
| 76 | <camunda:outputParameter name="CVFMI_dbResponseCode">${statusCode}</camunda:outputParameter> |
| 77 | <camunda:outputParameter name="CVFMI_dbResponse">${response}</camunda:outputParameter> |
| 78 | </camunda:inputOutput> |
| 79 | <camunda:connectorId>http-connector</camunda:connectorId> |
| 80 | </camunda:connector> |
| 81 | </bpmn2:extensionElements> |
| 82 | <bpmn2:incoming>SequenceFlow_0r6c0ci</bpmn2:incoming> |
| 83 | <bpmn2:outgoing>SequenceFlow_1muxopq</bpmn2:outgoing> |
| 84 | </bpmn2:serviceTask> |
Yulian Han | 610b671 | 2018-03-12 19:59:53 +0800 | [diff] [blame] | 85 | <bpmn2:sequenceFlow id="SequenceFlow_0r6c0ci" sourceRef="ScriptTask_0acnvkp" targetRef="ServiceTask_17u9q9u" /> |
Yulian Han | b3641c2 | 2018-04-20 16:30:45 +0800 | [diff] [blame^] | 86 | <bpmn2:sequenceFlow id="SequenceFlow_1muxopq" sourceRef="ServiceTask_17u9q9u" targetRef="IntermediateThrowEvent_09ur9ds" /> |
Yulian Han | 9e767c4 | 2018-03-19 19:16:18 +0800 | [diff] [blame] | 87 | <bpmn2:intermediateThrowEvent id="IntermediateThrowEvent_0vneaao" name="GoTo StartDeleteResources"> |
Yulian Han | b3641c2 | 2018-04-20 16:30:45 +0800 | [diff] [blame^] | 88 | <bpmn2:incoming>SequenceFlow_177wo8z</bpmn2:incoming> |
Yulian Han | 9e767c4 | 2018-03-19 19:16:18 +0800 | [diff] [blame] | 89 | <bpmn2:linkEventDefinition name="StartDeleteResources" /> |
Yulian Han | 610b671 | 2018-03-12 19:59:53 +0800 | [diff] [blame] | 90 | </bpmn2:intermediateThrowEvent> |
Yulian Han | 9e767c4 | 2018-03-19 19:16:18 +0800 | [diff] [blame] | 91 | <bpmn2:callActivity id="CallActivity_1nm9zq7" name="Call Custom E2E Put Service" calledElement="CustomE2EPutService"> |
| 92 | <bpmn2:extensionElements> |
| 93 | <camunda:in source="globalSubscriberId" target="GENPS_globalSubscriberId" /> |
| 94 | <camunda:in source="serviceInstanceId" target="GENPS_serviceInstanceId" /> |
| 95 | <camunda:in source="serviceType" target="GENPS_serviceType" /> |
| 96 | <camunda:in sourceExpression="service-instance" target="GENPS_type" /> |
| 97 | <camunda:in source="serviceInstanceData" target="GENPS_payload" /> |
| 98 | <camunda:out source="GENPS_SuccessIndicator" target="GENPS_SuccessIndicator" /> |
| 99 | <camunda:in source="msoRequestId" target="GENPS_requesId" /> |
| 100 | <camunda:out source="WorkflowException" target="WorkflowException" /> |
| 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" /> |
| 217 | <bpmn2:exclusiveGateway id="ExclusiveGateway_06gj84t" name="HasResourcetoAdd?"> |
| 218 | <bpmn2:incoming>SequenceFlow_0yztz2p</bpmn2:incoming> |
| 219 | <bpmn2:outgoing>SequenceFlow_0ttlte0</bpmn2:outgoing> |
| 220 | <bpmn2:outgoing>SequenceFlow_01po987</bpmn2:outgoing> |
| 221 | </bpmn2:exclusiveGateway> |
| 222 | <bpmn2:sequenceFlow id="SequenceFlow_0ttlte0" name="Yes" sourceRef="ExclusiveGateway_06gj84t" targetRef="CallActivity_07pl1uw" /> |
| 223 | <bpmn2:intermediateThrowEvent id="IntermediateThrowEvent_0xny7on" name="GoTo StartDeleteResources"> |
| 224 | <bpmn2:incoming>SequenceFlow_01po987</bpmn2:incoming> |
| 225 | <bpmn2:linkEventDefinition name="StartDeleteResources" /> |
| 226 | </bpmn2:intermediateThrowEvent> |
| 227 | <bpmn2:sequenceFlow id="SequenceFlow_01po987" name="No" sourceRef="ExclusiveGateway_06gj84t" targetRef="IntermediateThrowEvent_0xny7on"> |
| 228 | <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{execution.getVariable("hasResourcetoAdd")== false}]]></bpmn2:conditionExpression> |
| 229 | </bpmn2:sequenceFlow> |
| 230 | <bpmn2:exclusiveGateway id="ExclusiveGateway_0ae22y8" name="HasResourcetoDelete?"> |
| 231 | <bpmn2:incoming>SequenceFlow_14rubz2</bpmn2:incoming> |
| 232 | <bpmn2:outgoing>SequenceFlow_0vjx5a2</bpmn2:outgoing> |
| 233 | <bpmn2:outgoing>SequenceFlow_1do7kq0</bpmn2:outgoing> |
| 234 | </bpmn2:exclusiveGateway> |
| 235 | <bpmn2:intermediateThrowEvent id="IntermediateThrowEvent_0y1ii4i" name="GoTo UpdateAAI"> |
| 236 | <bpmn2:incoming>SequenceFlow_1do7kq0</bpmn2:incoming> |
| 237 | <bpmn2:linkEventDefinition name="UpdateAAI" /> |
| 238 | </bpmn2:intermediateThrowEvent> |
| 239 | <bpmn2:sequenceFlow id="SequenceFlow_177wo8z" sourceRef="Task_0ag30bf" targetRef="IntermediateThrowEvent_0vneaao" /> |
| 240 | <bpmn2:sequenceFlow id="SequenceFlow_0vjx5a2" name="Yes" sourceRef="ExclusiveGateway_0ae22y8" targetRef="CallActivity_11obqi0" /> |
| 241 | <bpmn2:sequenceFlow id="SequenceFlow_1do7kq0" name="No" sourceRef="ExclusiveGateway_0ae22y8" targetRef="IntermediateThrowEvent_0y1ii4i"> |
| 242 | <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{execution.getVariable("hasResourcetoDelete")== false}]]></bpmn2:conditionExpression> |
| 243 | </bpmn2:sequenceFlow> |
| 244 | <bpmn2:callActivity id="CallActivity_11obqi0" name="Call DoDeleteResources" calledElement="DoDeleteResourcesV1"> |
| 245 | <bpmn2:extensionElements> |
| 246 | <camunda:in source="msoRequestId" target="msoRequestId" /> |
| 247 | <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" /> |
| 248 | <camunda:in source="globalSubscriberId" target="globalSubscriberId" /> |
| 249 | <camunda:in source="serviceType" target="serviceType" /> |
| 250 | <camunda:in source="serviceInstanceId" target="serviceInstanceId" /> |
| 251 | <camunda:in source="URN_mso_workflow_sdncadapter_callback" target="URN_mso_workflow_sdncadapter_callback" /> |
| 252 | <camunda:in source="serviceInputParams" target="serviceInputParams" /> |
| 253 | <camunda:in source="deleteResourceList" target="deleteResourceList" /> |
| 254 | <camunda:in source="resourceInstanceIDs" target="resourceInstanceIDs" /> |
| 255 | <camunda:in source="operationType" target="operationType" /> |
| 256 | </bpmn2:extensionElements> |
| 257 | <bpmn2:incoming>SequenceFlow_0vjx5a2</bpmn2:incoming> |
| 258 | <bpmn2:outgoing>SequenceFlow_0w4t4ao</bpmn2:outgoing> |
| 259 | </bpmn2:callActivity> |
| 260 | <bpmn2:sequenceFlow id="SequenceFlow_0w4t4ao" sourceRef="CallActivity_11obqi0" targetRef="ScriptTask_00wgfrc" /> |
| 261 | <bpmn2:callActivity id="CallActivity_07pl1uw" name="Call DoCreateResources" calledElement="DoCreateResourcesV3"> |
| 262 | <bpmn2:extensionElements> |
| 263 | <camunda:in source="nsServiceName" target="nsServiceName" /> |
| 264 | <camunda:in source="serviceDescription" target="nsServiceDescription" /> |
| 265 | <camunda:in source="globalSubscriberId" target="globalSubscriberId" /> |
| 266 | <camunda:in source="serviceType" target="serviceType" /> |
| 267 | <camunda:in source="serviceInstanceId" target="serviceInstanceId" /> |
| 268 | <camunda:in source="operationId" target="operationId" /> |
| 269 | <camunda:in source="resourceType" target="resourceType" /> |
| 270 | <camunda:in source="resourceUUID" target="resourceUUID" /> |
| 271 | <camunda:in source="resourceParameters" target="resourceParameters" /> |
| 272 | <camunda:in source="operationType" target="operationType" /> |
| 273 | <camunda:in source="addResourceList" target="addResourceList" /> |
| 274 | <camunda:in source="serviceInstanceName" target="serviceInstanceName" /> |
| 275 | <camunda:in source="serviceDecomposition_Target" target="serviceDecomposition" /> |
| 276 | <camunda:in source="uuiRequest" target="uuiRequest" /> |
| 277 | <camunda:in source="msoRequestId" target="msoRequestId" /> |
| 278 | </bpmn2:extensionElements> |
| 279 | <bpmn2:incoming>SequenceFlow_0ttlte0</bpmn2:incoming> |
| 280 | <bpmn2:outgoing>SequenceFlow_1wwjugw</bpmn2:outgoing> |
| 281 | </bpmn2:callActivity> |
| 282 | <bpmn2:sequenceFlow id="SequenceFlow_1wwjugw" sourceRef="CallActivity_07pl1uw" targetRef="Task_0ag30bf" /> |
Yulian Han | 610b671 | 2018-03-12 19:59:53 +0800 | [diff] [blame] | 283 | </bpmn2:process> |
| 284 | <bpmn2:error id="Error_2" name="MSOWorkflowException" errorCode="MSOWorkflowException" /> |
| 285 | <bpmn2:error id="Error_1" name="java.lang.Exception" errorCode="java.lang.Exception" /> |
| 286 | <bpmndi:BPMNDiagram id="BPMNDiagram_1"> |
| 287 | <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="DoUpdateE2EServiceInstance"> |
| 288 | <bpmndi:BPMNShape id="_BPMNShape_StartEvent_47" bpmnElement="createSI_startEvent"> |
Yulian Han | b3641c2 | 2018-04-20 16:30:45 +0800 | [diff] [blame^] | 289 | <dc:Bounds x="74" y="622" width="36" height="36" /> |
Yulian Han | 610b671 | 2018-03-12 19:59:53 +0800 | [diff] [blame] | 290 | <bpmndi:BPMNLabel> |
Yulian Han | b3641c2 | 2018-04-20 16:30:45 +0800 | [diff] [blame^] | 291 | <dc:Bounds x="68" y="663" width="50" height="12" /> |
Yulian Han | 610b671 | 2018-03-12 19:59:53 +0800 | [diff] [blame] | 292 | </bpmndi:BPMNLabel> |
| 293 | </bpmndi:BPMNShape> |
| 294 | <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_61" bpmnElement="preProcessRequest_ScriptTask"> |
Yulian Han | b3641c2 | 2018-04-20 16:30:45 +0800 | [diff] [blame^] | 295 | <dc:Bounds x="293" y="600" width="100" height="80" /> |
Yulian Han | 610b671 | 2018-03-12 19:59:53 +0800 | [diff] [blame] | 296 | </bpmndi:BPMNShape> |
| 297 | <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^] | 298 | <di:waypoint xsi:type="dc:Point" x="110" y="640" /> |
| 299 | <di:waypoint xsi:type="dc:Point" x="293" y="640" /> |
Yulian Han | 610b671 | 2018-03-12 19:59:53 +0800 | [diff] [blame] | 300 | <bpmndi:BPMNLabel> |
Yulian Han | b3641c2 | 2018-04-20 16:30:45 +0800 | [diff] [blame^] | 301 | <dc:Bounds x="156.5" y="625" width="90" height="0" /> |
Yulian Han | 610b671 | 2018-03-12 19:59:53 +0800 | [diff] [blame] | 302 | </bpmndi:BPMNLabel> |
| 303 | </bpmndi:BPMNEdge> |
Yulian Han | 610b671 | 2018-03-12 19:59:53 +0800 | [diff] [blame] | 304 | <bpmndi:BPMNShape id="ScriptTask_1azssf7_di" bpmnElement="Task_09laxun"> |
| 305 | <dc:Bounds x="293" y="828" width="100" height="80" /> |
| 306 | </bpmndi:BPMNShape> |
Yulian Han | 610b671 | 2018-03-12 19:59:53 +0800 | [diff] [blame] | 307 | <bpmndi:BPMNShape id="ScriptTask_1fj89ew_di" bpmnElement="Task_0ag30bf"> |
Yulian Han | b3641c2 | 2018-04-20 16:30:45 +0800 | [diff] [blame^] | 308 | <dc:Bounds x="1229" y="828" width="100" height="80" /> |
Yulian Han | 610b671 | 2018-03-12 19:59:53 +0800 | [diff] [blame] | 309 | </bpmndi:BPMNShape> |
Yulian Han | 610b671 | 2018-03-12 19:59:53 +0800 | [diff] [blame] | 310 | <bpmndi:BPMNShape id="IntermediateCatchEvent_0jks7by_di" bpmnElement="StartEvent_StartResource"> |
Yulian Han | 9e767c4 | 2018-03-19 19:16:18 +0800 | [diff] [blame] | 311 | <dc:Bounds x="74" y="850" width="36" height="36" /> |
Yulian Han | 610b671 | 2018-03-12 19:59:53 +0800 | [diff] [blame] | 312 | <bpmndi:BPMNLabel> |
Yulian Han | 9e767c4 | 2018-03-19 19:16:18 +0800 | [diff] [blame] | 313 | <dc:Bounds x="50" y="895" width="84" height="24" /> |
Yulian Han | 610b671 | 2018-03-12 19:59:53 +0800 | [diff] [blame] | 314 | </bpmndi:BPMNLabel> |
| 315 | </bpmndi:BPMNShape> |
Yulian Han | 610b671 | 2018-03-12 19:59:53 +0800 | [diff] [blame] | 316 | <bpmndi:BPMNEdge id="SequenceFlow_115mdln_di" bpmnElement="SequenceFlow_115mdln"> |
Yulian Han | 9e767c4 | 2018-03-19 19:16:18 +0800 | [diff] [blame] | 317 | <di:waypoint xsi:type="dc:Point" x="110" y="868" /> |
Yulian Han | 610b671 | 2018-03-12 19:59:53 +0800 | [diff] [blame] | 318 | <di:waypoint xsi:type="dc:Point" x="293" y="868" /> |
| 319 | <bpmndi:BPMNLabel> |
Yulian Han | 9e767c4 | 2018-03-19 19:16:18 +0800 | [diff] [blame] | 320 | <dc:Bounds x="156.5" y="847" width="90" height="12" /> |
Yulian Han | 610b671 | 2018-03-12 19:59:53 +0800 | [diff] [blame] | 321 | </bpmndi:BPMNLabel> |
| 322 | </bpmndi:BPMNEdge> |
| 323 | <bpmndi:BPMNEdge id="SequenceFlow_0yztz2p_di" bpmnElement="SequenceFlow_0yztz2p"> |
| 324 | <di:waypoint xsi:type="dc:Point" x="393" y="868" /> |
Yulian Han | b3641c2 | 2018-04-20 16:30:45 +0800 | [diff] [blame^] | 325 | <di:waypoint xsi:type="dc:Point" x="590" y="868" /> |
Yulian Han | 610b671 | 2018-03-12 19:59:53 +0800 | [diff] [blame] | 326 | <bpmndi:BPMNLabel> |
Yulian Han | b3641c2 | 2018-04-20 16:30:45 +0800 | [diff] [blame^] | 327 | <dc:Bounds x="446.5" y="847" width="90" height="12" /> |
Yulian Han | 610b671 | 2018-03-12 19:59:53 +0800 | [diff] [blame] | 328 | </bpmndi:BPMNLabel> |
| 329 | </bpmndi:BPMNEdge> |
Yulian Han | 610b671 | 2018-03-12 19:59:53 +0800 | [diff] [blame] | 330 | <bpmndi:BPMNShape id="ScriptTask_1xxvnst_di" bpmnElement="ScriptTask_1xxvnst"> |
| 331 | <dc:Bounds x="293" y="1081" width="100" height="80" /> |
| 332 | </bpmndi:BPMNShape> |
Yulian Han | 610b671 | 2018-03-12 19:59:53 +0800 | [diff] [blame] | 333 | <bpmndi:BPMNShape id="ScriptTask_00wgfrc_di" bpmnElement="ScriptTask_00wgfrc"> |
Yulian Han | b3641c2 | 2018-04-20 16:30:45 +0800 | [diff] [blame^] | 334 | <dc:Bounds x="1240" y="1081" width="100" height="80" /> |
Yulian Han | 610b671 | 2018-03-12 19:59:53 +0800 | [diff] [blame] | 335 | </bpmndi:BPMNShape> |
| 336 | <bpmndi:BPMNShape id="IntermediateCatchEvent_0h6d9jb_di" bpmnElement="IntermediateCatchEvent_0h6d9jb"> |
Yulian Han | 9e767c4 | 2018-03-19 19:16:18 +0800 | [diff] [blame] | 337 | <dc:Bounds x="74" y="1103" width="36" height="36" /> |
Yulian Han | 610b671 | 2018-03-12 19:59:53 +0800 | [diff] [blame] | 338 | <bpmndi:BPMNLabel> |
Yulian Han | 9e767c4 | 2018-03-19 19:16:18 +0800 | [diff] [blame] | 339 | <dc:Bounds x="50" y="1143" width="86" height="24" /> |
Yulian Han | 610b671 | 2018-03-12 19:59:53 +0800 | [diff] [blame] | 340 | </bpmndi:BPMNLabel> |
| 341 | </bpmndi:BPMNShape> |
| 342 | <bpmndi:BPMNEdge id="SequenceFlow_1qn0865_di" bpmnElement="SequenceFlow_1qn0865"> |
Yulian Han | 9e767c4 | 2018-03-19 19:16:18 +0800 | [diff] [blame] | 343 | <di:waypoint xsi:type="dc:Point" x="110" y="1121" /> |
| 344 | <di:waypoint xsi:type="dc:Point" x="202" y="1121" /> |
| 345 | <di:waypoint xsi:type="dc:Point" x="202" y="1121" /> |
Yulian Han | 610b671 | 2018-03-12 19:59:53 +0800 | [diff] [blame] | 346 | <di:waypoint xsi:type="dc:Point" x="293" y="1121" /> |
| 347 | <bpmndi:BPMNLabel> |
Yulian Han | 9e767c4 | 2018-03-19 19:16:18 +0800 | [diff] [blame] | 348 | <dc:Bounds x="172" y="1115" width="90" height="12" /> |
Yulian Han | 610b671 | 2018-03-12 19:59:53 +0800 | [diff] [blame] | 349 | </bpmndi:BPMNLabel> |
| 350 | </bpmndi:BPMNEdge> |
| 351 | <bpmndi:BPMNEdge id="SequenceFlow_14rubz2_di" bpmnElement="SequenceFlow_14rubz2"> |
| 352 | <di:waypoint xsi:type="dc:Point" x="393" y="1121" /> |
Yulian Han | b3641c2 | 2018-04-20 16:30:45 +0800 | [diff] [blame^] | 353 | <di:waypoint xsi:type="dc:Point" x="590" y="1121" /> |
Yulian Han | 610b671 | 2018-03-12 19:59:53 +0800 | [diff] [blame] | 354 | <bpmndi:BPMNLabel> |
Yulian Han | b3641c2 | 2018-04-20 16:30:45 +0800 | [diff] [blame^] | 355 | <dc:Bounds x="446.5" y="1100" width="90" height="12" /> |
Yulian Han | 9e767c4 | 2018-03-19 19:16:18 +0800 | [diff] [blame] | 356 | </bpmndi:BPMNLabel> |
| 357 | </bpmndi:BPMNEdge> |
Yulian Han | 9e767c4 | 2018-03-19 19:16:18 +0800 | [diff] [blame] | 358 | <bpmndi:BPMNShape id="ScriptTask_0acnvkp_di" bpmnElement="ScriptTask_0acnvkp"> |
Yulian Han | b3641c2 | 2018-04-20 16:30:45 +0800 | [diff] [blame^] | 359 | <dc:Bounds x="589" y="600" width="100" height="80" /> |
Yulian Han | 9e767c4 | 2018-03-19 19:16:18 +0800 | [diff] [blame] | 360 | </bpmndi:BPMNShape> |
| 361 | <bpmndi:BPMNShape id="ServiceTask_17u9q9u_di" bpmnElement="ServiceTask_17u9q9u"> |
Yulian Han | b3641c2 | 2018-04-20 16:30:45 +0800 | [diff] [blame^] | 362 | <dc:Bounds x="872" y="600" width="100" height="80" /> |
Yulian Han | 9e767c4 | 2018-03-19 19:16:18 +0800 | [diff] [blame] | 363 | </bpmndi:BPMNShape> |
| 364 | <bpmndi:BPMNEdge id="SequenceFlow_0r6c0ci_di" bpmnElement="SequenceFlow_0r6c0ci"> |
Yulian Han | b3641c2 | 2018-04-20 16:30:45 +0800 | [diff] [blame^] | 365 | <di:waypoint xsi:type="dc:Point" x="689" y="640" /> |
| 366 | <di:waypoint xsi:type="dc:Point" x="774" y="640" /> |
| 367 | <di:waypoint xsi:type="dc:Point" x="774" y="640" /> |
| 368 | <di:waypoint xsi:type="dc:Point" x="872" y="640" /> |
Yulian Han | 9e767c4 | 2018-03-19 19:16:18 +0800 | [diff] [blame] | 369 | <bpmndi:BPMNLabel> |
Yulian Han | b3641c2 | 2018-04-20 16:30:45 +0800 | [diff] [blame^] | 370 | <dc:Bounds x="744" y="634" width="90" height="12" /> |
Yulian Han | 9e767c4 | 2018-03-19 19:16:18 +0800 | [diff] [blame] | 371 | </bpmndi:BPMNLabel> |
| 372 | </bpmndi:BPMNEdge> |
| 373 | <bpmndi:BPMNEdge id="SequenceFlow_1muxopq_di" bpmnElement="SequenceFlow_1muxopq"> |
Yulian Han | b3641c2 | 2018-04-20 16:30:45 +0800 | [diff] [blame^] | 374 | <di:waypoint xsi:type="dc:Point" x="972" y="640" /> |
| 375 | <di:waypoint xsi:type="dc:Point" x="1762" y="640" /> |
Yulian Han | 9e767c4 | 2018-03-19 19:16:18 +0800 | [diff] [blame] | 376 | <bpmndi:BPMNLabel> |
Yulian Han | b3641c2 | 2018-04-20 16:30:45 +0800 | [diff] [blame^] | 377 | <dc:Bounds x="1322" y="619" width="90" height="12" /> |
Yulian Han | 9e767c4 | 2018-03-19 19:16:18 +0800 | [diff] [blame] | 378 | </bpmndi:BPMNLabel> |
| 379 | </bpmndi:BPMNEdge> |
| 380 | <bpmndi:BPMNShape id="IntermediateThrowEvent_0vneaao_di" bpmnElement="IntermediateThrowEvent_0vneaao"> |
Yulian Han | b3641c2 | 2018-04-20 16:30:45 +0800 | [diff] [blame^] | 381 | <dc:Bounds x="1762" y="850" width="36" height="36" /> |
Yulian Han | 9e767c4 | 2018-03-19 19:16:18 +0800 | [diff] [blame] | 382 | <bpmndi:BPMNLabel> |
Yulian Han | b3641c2 | 2018-04-20 16:30:45 +0800 | [diff] [blame^] | 383 | <dc:Bounds x="1738" y="890" width="86" height="36" /> |
Yulian Han | 9e767c4 | 2018-03-19 19:16:18 +0800 | [diff] [blame] | 384 | </bpmndi:BPMNLabel> |
| 385 | </bpmndi:BPMNShape> |
Yulian Han | 9e767c4 | 2018-03-19 19:16:18 +0800 | [diff] [blame] | 386 | <bpmndi:BPMNShape id="CallActivity_1nm9zq7_di" bpmnElement="CallActivity_1nm9zq7"> |
Yulian Han | b3641c2 | 2018-04-20 16:30:45 +0800 | [diff] [blame^] | 387 | <dc:Bounds x="1229" y="1333" width="100" height="80" /> |
Yulian Han | 9e767c4 | 2018-03-19 19:16:18 +0800 | [diff] [blame] | 388 | </bpmndi:BPMNShape> |
| 389 | <bpmndi:BPMNShape id="ScriptTask_0xtabf8_di" bpmnElement="ScriptTask_0xtabf8"> |
Yulian Han | b3641c2 | 2018-04-20 16:30:45 +0800 | [diff] [blame^] | 390 | <dc:Bounds x="1473" y="1333" width="100" height="80" /> |
Yulian Han | 9e767c4 | 2018-03-19 19:16:18 +0800 | [diff] [blame] | 391 | </bpmndi:BPMNShape> |
| 392 | <bpmndi:BPMNShape id="IntermediateCatchEvent_0a9bdjw_di" bpmnElement="IntermediateCatchEvent_0a9bdjw"> |
| 393 | <dc:Bounds x="74" y="1355" width="36" height="36" /> |
| 394 | <bpmndi:BPMNLabel> |
| 395 | <dc:Bounds x="69" y="1391" width="52" height="12" /> |
| 396 | </bpmndi:BPMNLabel> |
| 397 | </bpmndi:BPMNShape> |
| 398 | <bpmndi:BPMNEdge id="SequenceFlow_1demy08_di" bpmnElement="SequenceFlow_1demy08"> |
| 399 | <di:waypoint xsi:type="dc:Point" x="110" y="1373" /> |
| 400 | <di:waypoint xsi:type="dc:Point" x="197" y="1373" /> |
| 401 | <di:waypoint xsi:type="dc:Point" x="197" y="1373" /> |
| 402 | <di:waypoint xsi:type="dc:Point" x="293" y="1373" /> |
| 403 | <bpmndi:BPMNLabel> |
| 404 | <dc:Bounds x="212" y="1367" width="0" height="12" /> |
| 405 | </bpmndi:BPMNLabel> |
| 406 | </bpmndi:BPMNEdge> |
| 407 | <bpmndi:BPMNEdge id="SequenceFlow_0f76thv_di" bpmnElement="SequenceFlow_0f76thv"> |
Yulian Han | b3641c2 | 2018-04-20 16:30:45 +0800 | [diff] [blame^] | 408 | <di:waypoint xsi:type="dc:Point" x="1329" y="1373" /> |
| 409 | <di:waypoint xsi:type="dc:Point" x="1473" y="1373" /> |
Yulian Han | 9e767c4 | 2018-03-19 19:16:18 +0800 | [diff] [blame] | 410 | <bpmndi:BPMNLabel> |
Yulian Han | b3641c2 | 2018-04-20 16:30:45 +0800 | [diff] [blame^] | 411 | <dc:Bounds x="1356" y="1352" width="90" height="12" /> |
Yulian Han | 9e767c4 | 2018-03-19 19:16:18 +0800 | [diff] [blame] | 412 | </bpmndi:BPMNLabel> |
| 413 | </bpmndi:BPMNEdge> |
| 414 | <bpmndi:BPMNShape id="ScriptTask_19v8l1w_di" bpmnElement="ScriptTask_19v8l1w"> |
Yulian Han | b3641c2 | 2018-04-20 16:30:45 +0800 | [diff] [blame^] | 415 | <dc:Bounds x="858" y="1579" width="100" height="80" /> |
Yulian Han | 9e767c4 | 2018-03-19 19:16:18 +0800 | [diff] [blame] | 416 | </bpmndi:BPMNShape> |
| 417 | <bpmndi:BPMNShape id="IntermediateCatchEvent_0z04o3s_di" bpmnElement="IntermediateCatchEvent_0z04o3s"> |
Yulian Han | b3641c2 | 2018-04-20 16:30:45 +0800 | [diff] [blame^] | 418 | <dc:Bounds x="74" y="1601" width="36" height="36" /> |
Yulian Han | 9e767c4 | 2018-03-19 19:16:18 +0800 | [diff] [blame] | 419 | <bpmndi:BPMNLabel> |
Yulian Han | b3641c2 | 2018-04-20 16:30:45 +0800 | [diff] [blame^] | 420 | <dc:Bounds x="57" y="1641" width="70" height="12" /> |
Yulian Han | 9e767c4 | 2018-03-19 19:16:18 +0800 | [diff] [blame] | 421 | </bpmndi:BPMNLabel> |
| 422 | </bpmndi:BPMNShape> |
| 423 | <bpmndi:BPMNShape id="EndEvent_0exzmfn_di" bpmnElement="EndEvent_0exzmfn"> |
Yulian Han | b3641c2 | 2018-04-20 16:30:45 +0800 | [diff] [blame^] | 424 | <dc:Bounds x="1772" y="1601" width="36" height="36" /> |
Yulian Han | 9e767c4 | 2018-03-19 19:16:18 +0800 | [diff] [blame] | 425 | <bpmndi:BPMNLabel> |
Yulian Han | b3641c2 | 2018-04-20 16:30:45 +0800 | [diff] [blame^] | 426 | <dc:Bounds x="1700" y="1641" width="90" height="12" /> |
Yulian Han | 9e767c4 | 2018-03-19 19:16:18 +0800 | [diff] [blame] | 427 | </bpmndi:BPMNLabel> |
| 428 | </bpmndi:BPMNShape> |
Yulian Han | 9e767c4 | 2018-03-19 19:16:18 +0800 | [diff] [blame] | 429 | <bpmndi:BPMNEdge id="SequenceFlow_07aa121_di" bpmnElement="SequenceFlow_07aa121"> |
Yulian Han | b3641c2 | 2018-04-20 16:30:45 +0800 | [diff] [blame^] | 430 | <di:waypoint xsi:type="dc:Point" x="958" y="1619" /> |
| 431 | <di:waypoint xsi:type="dc:Point" x="1772" y="1619" /> |
Yulian Han | 9e767c4 | 2018-03-19 19:16:18 +0800 | [diff] [blame] | 432 | <bpmndi:BPMNLabel> |
Yulian Han | b3641c2 | 2018-04-20 16:30:45 +0800 | [diff] [blame^] | 433 | <dc:Bounds x="1320" y="1598" width="90" height="12" /> |
Yulian Han | 9e767c4 | 2018-03-19 19:16:18 +0800 | [diff] [blame] | 434 | </bpmndi:BPMNLabel> |
| 435 | </bpmndi:BPMNEdge> |
| 436 | <bpmndi:BPMNEdge id="SequenceFlow_0ku36oy_di" bpmnElement="SequenceFlow_0ku36oy"> |
Yulian Han | b3641c2 | 2018-04-20 16:30:45 +0800 | [diff] [blame^] | 437 | <di:waypoint xsi:type="dc:Point" x="110" y="1619" /> |
| 438 | <di:waypoint xsi:type="dc:Point" x="858" y="1619" /> |
Yulian Han | 9e767c4 | 2018-03-19 19:16:18 +0800 | [diff] [blame] | 439 | <bpmndi:BPMNLabel> |
Yulian Han | b3641c2 | 2018-04-20 16:30:45 +0800 | [diff] [blame^] | 440 | <dc:Bounds x="439" y="1598" width="90" height="12" /> |
Yulian Han | 9e767c4 | 2018-03-19 19:16:18 +0800 | [diff] [blame] | 441 | </bpmndi:BPMNLabel> |
| 442 | </bpmndi:BPMNEdge> |
| 443 | <bpmndi:BPMNShape id="IntermediateThrowEvent_06lo96a_di" bpmnElement="IntermediateThrowEvent_06lo96a"> |
Yulian Han | b3641c2 | 2018-04-20 16:30:45 +0800 | [diff] [blame^] | 444 | <dc:Bounds x="1762" y="1103" width="36" height="36" /> |
Yulian Han | 9e767c4 | 2018-03-19 19:16:18 +0800 | [diff] [blame] | 445 | <bpmndi:BPMNLabel> |
Yulian Han | b3641c2 | 2018-04-20 16:30:45 +0800 | [diff] [blame^] | 446 | <dc:Bounds x="1750" y="1143" width="82" height="12" /> |
Yulian Han | 9e767c4 | 2018-03-19 19:16:18 +0800 | [diff] [blame] | 447 | </bpmndi:BPMNLabel> |
| 448 | </bpmndi:BPMNShape> |
Yulian Han | 9e767c4 | 2018-03-19 19:16:18 +0800 | [diff] [blame] | 449 | <bpmndi:BPMNShape id="IntermediateThrowEvent_0hucdtk_di" bpmnElement="IntermediateThrowEvent_0hucdtk"> |
Yulian Han | b3641c2 | 2018-04-20 16:30:45 +0800 | [diff] [blame^] | 450 | <dc:Bounds x="1762" y="1355" width="36" height="36" /> |
Yulian Han | 9e767c4 | 2018-03-19 19:16:18 +0800 | [diff] [blame] | 451 | <bpmndi:BPMNLabel> |
Yulian Han | b3641c2 | 2018-04-20 16:30:45 +0800 | [diff] [blame^] | 452 | <dc:Bounds x="1756" y="1395" width="70" height="24" /> |
Yulian Han | 9e767c4 | 2018-03-19 19:16:18 +0800 | [diff] [blame] | 453 | </bpmndi:BPMNLabel> |
| 454 | </bpmndi:BPMNShape> |
| 455 | <bpmndi:BPMNEdge id="SequenceFlow_0x0mhlj_di" bpmnElement="SequenceFlow_0x0mhlj"> |
Yulian Han | b3641c2 | 2018-04-20 16:30:45 +0800 | [diff] [blame^] | 456 | <di:waypoint xsi:type="dc:Point" x="1573" y="1373" /> |
| 457 | <di:waypoint xsi:type="dc:Point" x="1762" y="1373" /> |
Yulian Han | 9e767c4 | 2018-03-19 19:16:18 +0800 | [diff] [blame] | 458 | <bpmndi:BPMNLabel> |
Yulian Han | b3641c2 | 2018-04-20 16:30:45 +0800 | [diff] [blame^] | 459 | <dc:Bounds x="1622.5" y="1352" width="90" height="12" /> |
Yulian Han | 9e767c4 | 2018-03-19 19:16:18 +0800 | [diff] [blame] | 460 | </bpmndi:BPMNLabel> |
| 461 | </bpmndi:BPMNEdge> |
| 462 | <bpmndi:BPMNShape id="IntermediateThrowEvent_09ur9ds_di" bpmnElement="IntermediateThrowEvent_09ur9ds"> |
Yulian Han | b3641c2 | 2018-04-20 16:30:45 +0800 | [diff] [blame^] | 463 | <dc:Bounds x="1762" y="622" width="36" height="36" /> |
Yulian Han | 9e767c4 | 2018-03-19 19:16:18 +0800 | [diff] [blame] | 464 | <bpmndi:BPMNLabel> |
Yulian Han | b3641c2 | 2018-04-20 16:30:45 +0800 | [diff] [blame^] | 465 | <dc:Bounds x="1738" y="663" width="84" height="36" /> |
Yulian Han | 610b671 | 2018-03-12 19:59:53 +0800 | [diff] [blame] | 466 | </bpmndi:BPMNLabel> |
| 467 | </bpmndi:BPMNShape> |
Yulian Han | 9e767c4 | 2018-03-19 19:16:18 +0800 | [diff] [blame] | 468 | <bpmndi:BPMNEdge id="SequenceFlow_1uu6uiu_di" bpmnElement="SequenceFlow_1uu6uiu"> |
Yulian Han | b3641c2 | 2018-04-20 16:30:45 +0800 | [diff] [blame^] | 469 | <di:waypoint xsi:type="dc:Point" x="1340" y="1121" /> |
| 470 | <di:waypoint xsi:type="dc:Point" x="1762" y="1121" /> |
Yulian Han | 610b671 | 2018-03-12 19:59:53 +0800 | [diff] [blame] | 471 | <bpmndi:BPMNLabel> |
Yulian Han | b3641c2 | 2018-04-20 16:30:45 +0800 | [diff] [blame^] | 472 | <dc:Bounds x="1506" y="1100" width="90" height="12" /> |
Yulian Han | 610b671 | 2018-03-12 19:59:53 +0800 | [diff] [blame] | 473 | </bpmndi:BPMNLabel> |
| 474 | </bpmndi:BPMNEdge> |
Yulian Han | 9e767c4 | 2018-03-19 19:16:18 +0800 | [diff] [blame] | 475 | <bpmndi:BPMNShape id="SubProcess_0jo0nms_di" bpmnElement="SubProcess_0jo0nms" isExpanded="true"> |
| 476 | <dc:Bounds x="236" y="1818" width="1428" height="210" /> |
| 477 | </bpmndi:BPMNShape> |
| 478 | <bpmndi:BPMNShape id="StartEvent_06768u3_di" bpmnElement="StartEvent_06768u3"> |
| 479 | <dc:Bounds x="266" y="1895" width="36" height="36" /> |
Yulian Han | 610b671 | 2018-03-12 19:59:53 +0800 | [diff] [blame] | 480 | <bpmndi:BPMNLabel> |
Yulian Han | b3641c2 | 2018-04-20 16:30:45 +0800 | [diff] [blame^] | 481 | <dc:Bounds x="194" y="1936" width="90" height="12" /> |
Yulian Han | 610b671 | 2018-03-12 19:59:53 +0800 | [diff] [blame] | 482 | </bpmndi:BPMNLabel> |
| 483 | </bpmndi:BPMNShape> |
Yulian Han | 9e767c4 | 2018-03-19 19:16:18 +0800 | [diff] [blame] | 484 | <bpmndi:BPMNShape id="EndEvent_014jyvb_di" bpmnElement="EndEvent_014jyvb"> |
| 485 | <dc:Bounds x="1581" y="1895" width="36" height="36" /> |
Yulian Han | 610b671 | 2018-03-12 19:59:53 +0800 | [diff] [blame] | 486 | <bpmndi:BPMNLabel> |
Yulian Han | b3641c2 | 2018-04-20 16:30:45 +0800 | [diff] [blame^] | 487 | <dc:Bounds x="1509" y="1936" width="90" height="12" /> |
Yulian Han | 610b671 | 2018-03-12 19:59:53 +0800 | [diff] [blame] | 488 | </bpmndi:BPMNLabel> |
| 489 | </bpmndi:BPMNShape> |
Yulian Han | 9e767c4 | 2018-03-19 19:16:18 +0800 | [diff] [blame] | 490 | <bpmndi:BPMNShape id="ScriptTask_1awrp72_di" bpmnElement="ScriptTask_1awrp72"> |
| 491 | <dc:Bounds x="557" y="1873" width="100" height="80" /> |
Yulian Han | 610b671 | 2018-03-12 19:59:53 +0800 | [diff] [blame] | 492 | </bpmndi:BPMNShape> |
Yulian Han | 9e767c4 | 2018-03-19 19:16:18 +0800 | [diff] [blame] | 493 | <bpmndi:BPMNShape id="ScriptTask_0vc9jgo_di" bpmnElement="ScriptTask_0vc9jgo"> |
| 494 | <dc:Bounds x="1248" y="1873" width="100" height="80" /> |
Yulian Han | 610b671 | 2018-03-12 19:59:53 +0800 | [diff] [blame] | 495 | </bpmndi:BPMNShape> |
Yulian Han | 9e767c4 | 2018-03-19 19:16:18 +0800 | [diff] [blame] | 496 | <bpmndi:BPMNEdge id="SequenceFlow_05j3sat_di" bpmnElement="SequenceFlow_05j3sat"> |
| 497 | <di:waypoint xsi:type="dc:Point" x="302" y="1913" /> |
| 498 | <di:waypoint xsi:type="dc:Point" x="557" y="1913" /> |
Yulian Han | 610b671 | 2018-03-12 19:59:53 +0800 | [diff] [blame] | 499 | <bpmndi:BPMNLabel> |
Yulian Han | b3641c2 | 2018-04-20 16:30:45 +0800 | [diff] [blame^] | 500 | <dc:Bounds x="385" y="1892" width="90" height="12" /> |
Yulian Han | 610b671 | 2018-03-12 19:59:53 +0800 | [diff] [blame] | 501 | </bpmndi:BPMNLabel> |
| 502 | </bpmndi:BPMNEdge> |
Yulian Han | 9e767c4 | 2018-03-19 19:16:18 +0800 | [diff] [blame] | 503 | <bpmndi:BPMNEdge id="SequenceFlow_02znk15_di" bpmnElement="SequenceFlow_02znk15"> |
| 504 | <di:waypoint xsi:type="dc:Point" x="1348" y="1913" /> |
| 505 | <di:waypoint xsi:type="dc:Point" x="1581" y="1913" /> |
Yulian Han | 610b671 | 2018-03-12 19:59:53 +0800 | [diff] [blame] | 506 | <bpmndi:BPMNLabel> |
Yulian Han | b3641c2 | 2018-04-20 16:30:45 +0800 | [diff] [blame^] | 507 | <dc:Bounds x="1376" y="1898" width="90" height="12" /> |
Yulian Han | 610b671 | 2018-03-12 19:59:53 +0800 | [diff] [blame] | 508 | </bpmndi:BPMNLabel> |
| 509 | </bpmndi:BPMNEdge> |
Yulian Han | 9e767c4 | 2018-03-19 19:16:18 +0800 | [diff] [blame] | 510 | <bpmndi:BPMNEdge id="SequenceFlow_19ly8h7_di" bpmnElement="SequenceFlow_19ly8h7"> |
| 511 | <di:waypoint xsi:type="dc:Point" x="657" y="1913" /> |
Yulian Han | b3641c2 | 2018-04-20 16:30:45 +0800 | [diff] [blame^] | 512 | <di:waypoint xsi:type="dc:Point" x="1248" y="1913" /> |
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="907.5" y="1892" width="90" height="12" /> |
Yulian Han | 610b671 | 2018-03-12 19:59:53 +0800 | [diff] [blame] | 515 | </bpmndi:BPMNLabel> |
| 516 | </bpmndi:BPMNEdge> |
Yulian Han | 9e767c4 | 2018-03-19 19:16:18 +0800 | [diff] [blame] | 517 | <bpmndi:BPMNShape id="ScriptTask_195nptq_di" bpmnElement="ScriptTask_195nptq"> |
| 518 | <dc:Bounds x="293" y="1333" width="100" height="80" /> |
| 519 | </bpmndi:BPMNShape> |
| 520 | <bpmndi:BPMNEdge id="SequenceFlow_1cy5gq2_di" bpmnElement="SequenceFlow_1cy5gq2"> |
| 521 | <di:waypoint xsi:type="dc:Point" x="393" y="1373" /> |
Yulian Han | b3641c2 | 2018-04-20 16:30:45 +0800 | [diff] [blame^] | 522 | <di:waypoint xsi:type="dc:Point" x="495" y="1373" /> |
Yulian Han | 610b671 | 2018-03-12 19:59:53 +0800 | [diff] [blame] | 523 | <bpmndi:BPMNLabel> |
Yulian Han | b3641c2 | 2018-04-20 16:30:45 +0800 | [diff] [blame^] | 524 | <dc:Bounds x="399" y="1352" width="90" height="12" /> |
Yulian Han | 9e767c4 | 2018-03-19 19:16:18 +0800 | [diff] [blame] | 525 | </bpmndi:BPMNLabel> |
| 526 | </bpmndi:BPMNEdge> |
| 527 | <bpmndi:BPMNShape id="CallActivity_069o6fn_di" bpmnElement="CallActivity_069o6fn"> |
Yulian Han | b3641c2 | 2018-04-20 16:30:45 +0800 | [diff] [blame^] | 528 | <dc:Bounds x="495" y="1333" width="100" height="80" /> |
Yulian Han | 9e767c4 | 2018-03-19 19:16:18 +0800 | [diff] [blame] | 529 | </bpmndi:BPMNShape> |
| 530 | <bpmndi:BPMNShape id="ScriptTask_0lp9y03_di" bpmnElement="ScriptTask_0lp9y03"> |
Yulian Han | b3641c2 | 2018-04-20 16:30:45 +0800 | [diff] [blame^] | 531 | <dc:Bounds x="724" y="1333" width="100" height="80" /> |
Yulian Han | 9e767c4 | 2018-03-19 19:16:18 +0800 | [diff] [blame] | 532 | </bpmndi:BPMNShape> |
| 533 | <bpmndi:BPMNEdge id="SequenceFlow_1vy856f_di" bpmnElement="SequenceFlow_1vy856f"> |
Yulian Han | b3641c2 | 2018-04-20 16:30:45 +0800 | [diff] [blame^] | 534 | <di:waypoint xsi:type="dc:Point" x="595" y="1373" /> |
| 535 | <di:waypoint xsi:type="dc:Point" x="724" y="1373" /> |
Yulian Han | 9e767c4 | 2018-03-19 19:16:18 +0800 | [diff] [blame] | 536 | <bpmndi:BPMNLabel> |
Yulian Han | b3641c2 | 2018-04-20 16:30:45 +0800 | [diff] [blame^] | 537 | <dc:Bounds x="614.5" y="1352" width="90" height="12" /> |
Yulian Han | 9e767c4 | 2018-03-19 19:16:18 +0800 | [diff] [blame] | 538 | </bpmndi:BPMNLabel> |
| 539 | </bpmndi:BPMNEdge> |
| 540 | <bpmndi:BPMNEdge id="SequenceFlow_14ggluy_di" bpmnElement="SequenceFlow_14ggluy"> |
Yulian Han | b3641c2 | 2018-04-20 16:30:45 +0800 | [diff] [blame^] | 541 | <di:waypoint xsi:type="dc:Point" x="824" y="1373" /> |
| 542 | <di:waypoint xsi:type="dc:Point" x="978" 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="856" y="1352" width="90" height="12" /> |
Yulian Han | 9e767c4 | 2018-03-19 19:16:18 +0800 | [diff] [blame] | 545 | </bpmndi:BPMNLabel> |
| 546 | </bpmndi:BPMNEdge> |
| 547 | <bpmndi:BPMNShape id="ScriptTask_0sis7k0_di" bpmnElement="ScriptTask_0sis7k0"> |
Yulian Han | b3641c2 | 2018-04-20 16:30:45 +0800 | [diff] [blame^] | 548 | <dc:Bounds x="978" y="1333" width="100" height="80" /> |
Yulian Han | 9e767c4 | 2018-03-19 19:16:18 +0800 | [diff] [blame] | 549 | </bpmndi:BPMNShape> |
| 550 | <bpmndi:BPMNEdge id="SequenceFlow_1kx5ke9_di" bpmnElement="SequenceFlow_1kx5ke9"> |
Yulian Han | b3641c2 | 2018-04-20 16:30:45 +0800 | [diff] [blame^] | 551 | <di:waypoint xsi:type="dc:Point" x="1078" y="1373" /> |
| 552 | <di:waypoint xsi:type="dc:Point" x="1229" y="1373" /> |
Yulian Han | 9e767c4 | 2018-03-19 19:16:18 +0800 | [diff] [blame] | 553 | <bpmndi:BPMNLabel> |
Yulian Han | b3641c2 | 2018-04-20 16:30:45 +0800 | [diff] [blame^] | 554 | <dc:Bounds x="1108.5" y="1352" width="90" height="12" /> |
Yulian Han | 610b671 | 2018-03-12 19:59:53 +0800 | [diff] [blame] | 555 | </bpmndi:BPMNLabel> |
| 556 | </bpmndi:BPMNEdge> |
Yulian Han | b3641c2 | 2018-04-20 16:30:45 +0800 | [diff] [blame^] | 557 | <bpmndi:BPMNEdge id="SequenceFlow_04xlw7s_di" bpmnElement="SequenceFlow_04xlw7s"> |
| 558 | <di:waypoint xsi:type="dc:Point" x="393" y="640" /> |
| 559 | <di:waypoint xsi:type="dc:Point" x="589" y="640" /> |
Yulian Han | 0873337 | 2018-04-19 10:41:55 +0800 | [diff] [blame] | 560 | <bpmndi:BPMNLabel> |
Yulian Han | b3641c2 | 2018-04-20 16:30:45 +0800 | [diff] [blame^] | 561 | <dc:Bounds x="491" y="619" width="0" height="12" /> |
Yulian Han | 0873337 | 2018-04-19 10:41:55 +0800 | [diff] [blame] | 562 | </bpmndi:BPMNLabel> |
| 563 | </bpmndi:BPMNEdge> |
Yulian Han | b3641c2 | 2018-04-20 16:30:45 +0800 | [diff] [blame^] | 564 | <bpmndi:BPMNShape id="ExclusiveGateway_06gj84t_di" bpmnElement="ExclusiveGateway_06gj84t" isMarkerVisible="true"> |
| 565 | <dc:Bounds x="590" y="843" width="50" height="50" /> |
Yulian Han | 0873337 | 2018-04-19 10:41:55 +0800 | [diff] [blame] | 566 | <bpmndi:BPMNLabel> |
Yulian Han | b3641c2 | 2018-04-20 16:30:45 +0800 | [diff] [blame^] | 567 | <dc:Bounds x="573" y="815" width="85" height="24" /> |
| 568 | </bpmndi:BPMNLabel> |
| 569 | </bpmndi:BPMNShape> |
| 570 | <bpmndi:BPMNEdge id="SequenceFlow_0ttlte0_di" bpmnElement="SequenceFlow_0ttlte0"> |
| 571 | <di:waypoint xsi:type="dc:Point" x="640" y="868" /> |
| 572 | <di:waypoint xsi:type="dc:Point" x="756" y="868" /> |
| 573 | <di:waypoint xsi:type="dc:Point" x="756" y="868" /> |
| 574 | <di:waypoint xsi:type="dc:Point" x="858" y="868" /> |
| 575 | <bpmndi:BPMNLabel> |
| 576 | <dc:Bounds x="750" y="845" width="19" height="12" /> |
| 577 | </bpmndi:BPMNLabel> |
| 578 | </bpmndi:BPMNEdge> |
| 579 | <bpmndi:BPMNShape id="IntermediateThrowEvent_0xny7on_di" bpmnElement="IntermediateThrowEvent_0xny7on"> |
| 580 | <dc:Bounds x="597" y="955" width="36" height="36" /> |
| 581 | <bpmndi:BPMNLabel> |
| 582 | <dc:Bounds x="573" y="995" width="86" height="36" /> |
| 583 | </bpmndi:BPMNLabel> |
| 584 | </bpmndi:BPMNShape> |
| 585 | <bpmndi:BPMNEdge id="SequenceFlow_01po987_di" bpmnElement="SequenceFlow_01po987"> |
| 586 | <di:waypoint xsi:type="dc:Point" x="615" y="893" /> |
| 587 | <di:waypoint xsi:type="dc:Point" x="615" y="955" /> |
| 588 | <bpmndi:BPMNLabel> |
| 589 | <dc:Bounds x="623" y="918" width="14" height="12" /> |
| 590 | </bpmndi:BPMNLabel> |
| 591 | </bpmndi:BPMNEdge> |
| 592 | <bpmndi:BPMNShape id="ExclusiveGateway_0ae22y8_di" bpmnElement="ExclusiveGateway_0ae22y8" isMarkerVisible="true"> |
| 593 | <dc:Bounds x="590" y="1096" width="50" height="50" /> |
| 594 | <bpmndi:BPMNLabel> |
| 595 | <dc:Bounds x="573" y="1068" width="85" height="24" /> |
| 596 | </bpmndi:BPMNLabel> |
| 597 | </bpmndi:BPMNShape> |
| 598 | <bpmndi:BPMNShape id="IntermediateThrowEvent_0y1ii4i_di" bpmnElement="IntermediateThrowEvent_0y1ii4i"> |
| 599 | <dc:Bounds x="597" y="1218" width="36" height="36" /> |
| 600 | <bpmndi:BPMNLabel> |
| 601 | <dc:Bounds x="585" y="1258" width="82" height="12" /> |
| 602 | </bpmndi:BPMNLabel> |
| 603 | </bpmndi:BPMNShape> |
| 604 | <bpmndi:BPMNEdge id="SequenceFlow_177wo8z_di" bpmnElement="SequenceFlow_177wo8z"> |
| 605 | <di:waypoint xsi:type="dc:Point" x="1329" y="868" /> |
| 606 | <di:waypoint xsi:type="dc:Point" x="1762" y="868" /> |
| 607 | <bpmndi:BPMNLabel> |
| 608 | <dc:Bounds x="1545.5" y="847" width="0" height="12" /> |
| 609 | </bpmndi:BPMNLabel> |
| 610 | </bpmndi:BPMNEdge> |
| 611 | <bpmndi:BPMNEdge id="SequenceFlow_0vjx5a2_di" bpmnElement="SequenceFlow_0vjx5a2"> |
| 612 | <di:waypoint xsi:type="dc:Point" x="640" y="1121" /> |
| 613 | <di:waypoint xsi:type="dc:Point" x="872" y="1121" /> |
| 614 | <bpmndi:BPMNLabel> |
| 615 | <dc:Bounds x="747" y="1100" width="19" height="12" /> |
| 616 | </bpmndi:BPMNLabel> |
| 617 | </bpmndi:BPMNEdge> |
| 618 | <bpmndi:BPMNEdge id="SequenceFlow_1do7kq0_di" bpmnElement="SequenceFlow_1do7kq0"> |
| 619 | <di:waypoint xsi:type="dc:Point" x="615" y="1146" /> |
| 620 | <di:waypoint xsi:type="dc:Point" x="615" y="1218" /> |
| 621 | <bpmndi:BPMNLabel> |
| 622 | <dc:Bounds x="623" y="1176" width="14" height="12" /> |
| 623 | </bpmndi:BPMNLabel> |
| 624 | </bpmndi:BPMNEdge> |
| 625 | <bpmndi:BPMNShape id="CallActivity_11obqi0_di" bpmnElement="CallActivity_11obqi0"> |
| 626 | <dc:Bounds x="872" y="1081" width="100" height="80" /> |
| 627 | </bpmndi:BPMNShape> |
| 628 | <bpmndi:BPMNEdge id="SequenceFlow_0w4t4ao_di" bpmnElement="SequenceFlow_0w4t4ao"> |
| 629 | <di:waypoint xsi:type="dc:Point" x="972" y="1121" /> |
| 630 | <di:waypoint xsi:type="dc:Point" x="1240" y="1121" /> |
| 631 | <bpmndi:BPMNLabel> |
| 632 | <dc:Bounds x="1106" y="1100" width="0" height="12" /> |
| 633 | </bpmndi:BPMNLabel> |
| 634 | </bpmndi:BPMNEdge> |
| 635 | <bpmndi:BPMNShape id="CallActivity_07pl1uw_di" bpmnElement="CallActivity_07pl1uw"> |
| 636 | <dc:Bounds x="858" y="828" width="100" height="80" /> |
| 637 | </bpmndi:BPMNShape> |
| 638 | <bpmndi:BPMNEdge id="SequenceFlow_1wwjugw_di" bpmnElement="SequenceFlow_1wwjugw"> |
| 639 | <di:waypoint xsi:type="dc:Point" x="958" y="868" /> |
| 640 | <di:waypoint xsi:type="dc:Point" x="1101" y="868" /> |
| 641 | <di:waypoint xsi:type="dc:Point" x="1101" y="868" /> |
| 642 | <di:waypoint xsi:type="dc:Point" x="1229" y="868" /> |
| 643 | <bpmndi:BPMNLabel> |
| 644 | <dc:Bounds x="1116" y="862" width="0" height="12" /> |
Yulian Han | 0873337 | 2018-04-19 10:41:55 +0800 | [diff] [blame] | 645 | </bpmndi:BPMNLabel> |
| 646 | </bpmndi:BPMNEdge> |
Yulian Han | 610b671 | 2018-03-12 19:59:53 +0800 | [diff] [blame] | 647 | </bpmndi:BPMNPlane> |
| 648 | </bpmndi:BPMNDiagram> |
| 649 | </bpmn2:definitions> |