Yulian Han | 6d0f024 | 2018-03-12 10:08:59 +0800 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <bpmn:definitions xmlns:bpmn="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI" xmlns:di="http://www.omg.org/spec/DD/20100524/DI" xmlns:dc="http://www.omg.org/spec/DD/20100524/DC" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:camunda="http://camunda.org/schema/1.0/bpmn" id="Definitions_1" targetNamespace="http://bpmn.io/schema/bpmn" exporter="Camunda Modeler" exporterVersion="1.11.3"> |
| 3 | <bpmn:process id="UpdateCustomE2EServiceInstance" name="UpdateCustomE2EServiceInstance" isExecutable="true"> |
| 4 | <bpmn:startEvent id="StartEvent_00qj6ro" name="Update SI Start Flow"> |
| 5 | <bpmn:outgoing>SequenceFlow_0s2spoq</bpmn:outgoing> |
| 6 | </bpmn:startEvent> |
| 7 | <bpmn:subProcess id="SubProcess_0ka59nc" name="Sub-process for UnexpectedErrors" triggeredByEvent="true"> |
| 8 | <bpmn:scriptTask id="ScriptTask_0u3lw39" name="Handle Unexpected Error" scriptFormat="groovy"> |
| 9 | <bpmn:incoming>SequenceFlow_1dsbjjb</bpmn:incoming> |
| 10 | <bpmn:outgoing>SequenceFlow_1yay321</bpmn:outgoing> |
| 11 | <bpmn:script><![CDATA[import org.openecomp.mso.bpmn.common.scripts.*
|
| 12 | ExceptionUtil ex = new ExceptionUtil()
|
| 13 | ex.processJavaException(execution)]]></bpmn:script> |
| 14 | </bpmn:scriptTask> |
| 15 | <bpmn:startEvent id="StartEvent_0v1ffn4"> |
| 16 | <bpmn:outgoing>SequenceFlow_1dsbjjb</bpmn:outgoing> |
| 17 | <bpmn:errorEventDefinition /> |
| 18 | </bpmn:startEvent> |
| 19 | <bpmn:endEvent id="EndEvent_0eznq6x"> |
| 20 | <bpmn:incoming>SequenceFlow_1yay321</bpmn:incoming> |
| 21 | </bpmn:endEvent> |
| 22 | <bpmn:sequenceFlow id="SequenceFlow_1dsbjjb" name="" sourceRef="StartEvent_0v1ffn4" targetRef="ScriptTask_0u3lw39" /> |
| 23 | <bpmn:sequenceFlow id="SequenceFlow_1yay321" name="" sourceRef="ScriptTask_0u3lw39" targetRef="EndEvent_0eznq6x" /> |
| 24 | </bpmn:subProcess> |
| 25 | <bpmn:callActivity id="DoUpdateE2EServiceInstance" name="Call DoUpdateE2EServiceInstance " calledElement="DoUpdateE2EServiceInstance"> |
| 26 | <bpmn:extensionElements> |
| 27 | <camunda:out source="WorkflowException" target="WorkflowException" /> |
| 28 | <camunda:in source="msoRequestId" target="msoRequestId" /> |
| 29 | <camunda:out source="rollbackData" target="rollbackData" /> |
| 30 | <camunda:in source="serviceInstanceId" target="serviceInstanceId" /> |
| 31 | <camunda:in source="serviceInstanceName" target="serviceInstanceName" /> |
| 32 | <camunda:in source="productFamilyId" target="productFamilyId" /> |
| 33 | <camunda:in source="disableRollback" target="disableRollback" /> |
| 34 | <camunda:in source="uuiRequest" target="uuiRequest" /> |
| 35 | <camunda:out source="rolledBack" target="rolledBack" /> |
| 36 | <camunda:out source="serviceInstanceName" target="serviceInstanceName" /> |
| 37 | <camunda:in source="failIfExists" target="failIfExists" /> |
| 38 | <camunda:in source="globalSubscriberId" target="globalSubscriberId" /> |
| 39 | <camunda:in source="serviceType" target="serviceType" /> |
| 40 | <camunda:in source="initialStatus" target="initialStatus" /> |
| 41 | <camunda:in source="operationId" target="operationId" /> |
| 42 | <camunda:in source="operationType" target="operationType" /> |
| 43 | <camunda:in source="URN_mso_adapters_openecomp_db_endpoint" target="URN_mso_adapters_openecomp_db_endpoint" /> |
| 44 | </bpmn:extensionElements> |
| 45 | <bpmn:incoming>SequenceFlow_19eilro</bpmn:incoming> |
| 46 | <bpmn:outgoing>SequenceFlow_0klbpxx</bpmn:outgoing> |
| 47 | </bpmn:callActivity> |
| 48 | <bpmn:endEvent id="EndEvent_0bpd6c0" name="End"> |
| 49 | <bpmn:incoming>SequenceFlow_0yayvrf</bpmn:incoming> |
| 50 | </bpmn:endEvent> |
| 51 | <bpmn:scriptTask id="ScriptTask_1s09c7d" name="Pre Process Incoming Request" scriptFormat="groovy"> |
| 52 | <bpmn:incoming>SequenceFlow_0s2spoq</bpmn:incoming> |
| 53 | <bpmn:outgoing>SequenceFlow_0z4faf9</bpmn:outgoing> |
| 54 | <bpmn:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
|
| 55 | def csi= new UpdateCustomE2EServiceInstance()
|
| 56 | csi.preProcessRequest(execution)]]></bpmn:script> |
| 57 | </bpmn:scriptTask> |
| 58 | <bpmn:scriptTask id="ScriptTask_0ttvn8r" name="Prepare Completion Request" scriptFormat="groovy"> |
| 59 | <bpmn:incoming>SequenceFlow_14zu6wr</bpmn:incoming> |
| 60 | <bpmn:outgoing>SequenceFlow_0je30si</bpmn:outgoing> |
| 61 | <bpmn:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
|
| 62 | def csi = new UpdateCustomE2EServiceInstance()
|
| 63 | csi.prepareCompletionRequest(execution)]]></bpmn:script> |
| 64 | </bpmn:scriptTask> |
| 65 | <bpmn:callActivity id="CallActivity_02fyxz0" name="Call CompleteMsoProcess" calledElement="CompleteMsoProcess"> |
| 66 | <bpmn:extensionElements> |
| 67 | <camunda:in source="completionRequest" target="CompleteMsoProcessRequest" /> |
| 68 | <camunda:in source="mso-request-id" target="mso-request-id" /> |
| 69 | <camunda:in source="mso-service-instance-id" target="mso-service-instance-id" /> |
| 70 | <camunda:out source="CMSO_ResponseCode" target="CMSO_ResponseCode" /> |
| 71 | <camunda:out source="CompleteMsoProcessResponse" target="CompleteMsoProcessResponse" /> |
| 72 | <camunda:out source="CMSO_ErrorResponse" target="CMSO_ErrorResponse" /> |
| 73 | </bpmn:extensionElements> |
| 74 | <bpmn:incoming>SequenceFlow_0je30si</bpmn:incoming> |
| 75 | <bpmn:outgoing>SequenceFlow_0yayvrf</bpmn:outgoing> |
| 76 | </bpmn:callActivity> |
| 77 | <bpmn:subProcess id="SubProcess_0vaws86" name="Sub-process for FalloutHandler and Rollback" triggeredByEvent="true"> |
| 78 | <bpmn:startEvent id="StartEvent_0dug28e"> |
| 79 | <bpmn:outgoing>SequenceFlow_0e1r62n</bpmn:outgoing> |
| 80 | <bpmn:errorEventDefinition /> |
| 81 | </bpmn:startEvent> |
| 82 | <bpmn:endEvent id="EndEvent_03wysuk"> |
| 83 | <bpmn:incoming>SequenceFlow_1ysapam</bpmn:incoming> |
| 84 | </bpmn:endEvent> |
| 85 | <bpmn:scriptTask id="ScriptTask_0u8o9p2" name="Prepare Fallout Request" scriptFormat="groovy"> |
| 86 | <bpmn:incoming>SequenceFlow_0n9pexp</bpmn:incoming> |
| 87 | <bpmn:outgoing>SequenceFlow_01umodj</bpmn:outgoing> |
| 88 | <bpmn:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
|
| 89 | def csi = new UpdateCustomE2EServiceInstance()
|
| 90 | csi.prepareFalloutRequest(execution)]]></bpmn:script> |
| 91 | </bpmn:scriptTask> |
| 92 | <bpmn:callActivity id="CallActivity_1ang7q8" name="Call FalloutHandler" calledElement="FalloutHandler"> |
| 93 | <bpmn:extensionElements> |
| 94 | <camunda:in source="falloutRequest" target="FalloutHandlerRequest" /> |
| 95 | <camunda:in source="mso-request-id" target="mso-request-id" /> |
| 96 | <camunda:in source="mso-service-instance-id" target="mso-service-instance-id" /> |
| 97 | <camunda:out source="FH_ResponseCode" target="FH_ResponseCode" /> |
| 98 | <camunda:out source="FalloutHandlerResponse" target="FalloutHandlerResponse" /> |
| 99 | <camunda:out source="FH_ErrorResponse" target="FH_ErrorResponse" /> |
| 100 | </bpmn:extensionElements> |
| 101 | <bpmn:incoming>SequenceFlow_01umodj</bpmn:incoming> |
| 102 | <bpmn:outgoing>SequenceFlow_1ysapam</bpmn:outgoing> |
| 103 | </bpmn:callActivity> |
| 104 | <bpmn:scriptTask id="ScriptTask_1rn6nqi" name="Send Error Response"> |
| 105 | <bpmn:incoming>SequenceFlow_0e1r62n</bpmn:incoming> |
| 106 | <bpmn:outgoing>SequenceFlow_0n9pexp</bpmn:outgoing> |
| 107 | <bpmn:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
|
| 108 | def csi = new UpdateCustomE2EServiceInstance()
|
| 109 | csi.sendSyncError(execution)]]></bpmn:script> |
| 110 | </bpmn:scriptTask> |
| 111 | <bpmn:sequenceFlow id="SequenceFlow_0e1r62n" sourceRef="StartEvent_0dug28e" targetRef="ScriptTask_1rn6nqi" /> |
| 112 | <bpmn:sequenceFlow id="SequenceFlow_1ysapam" sourceRef="CallActivity_1ang7q8" targetRef="EndEvent_03wysuk" /> |
| 113 | <bpmn:sequenceFlow id="SequenceFlow_0n9pexp" sourceRef="ScriptTask_1rn6nqi" targetRef="ScriptTask_0u8o9p2" /> |
| 114 | <bpmn:sequenceFlow id="SequenceFlow_01umodj" sourceRef="ScriptTask_0u8o9p2" targetRef="CallActivity_1ang7q8" /> |
| 115 | </bpmn:subProcess> |
| 116 | <bpmn:scriptTask id="ScriptTask_0xupxj9" name="Send Sync Ack Response" scriptFormat="groovy"> |
Yulian Han | c63706f | 2018-03-27 18:25:20 +0800 | [diff] [blame] | 117 | <bpmn:incoming>SequenceFlow_1853xxi</bpmn:incoming> |
Yulian Han | 6d0f024 | 2018-03-12 10:08:59 +0800 | [diff] [blame] | 118 | <bpmn:outgoing>SequenceFlow_19eilro</bpmn:outgoing> |
| 119 | <bpmn:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
|
| 120 | def csi = new UpdateCustomE2EServiceInstance()
|
| 121 | csi.sendSyncResponse(execution)]]></bpmn:script> |
| 122 | </bpmn:scriptTask> |
| 123 | <bpmn:exclusiveGateway id="ExclusiveGateway_0aqn64l" name="Success?"> |
| 124 | <bpmn:incoming>SequenceFlow_0klbpxx</bpmn:incoming> |
| 125 | <bpmn:outgoing>SequenceFlow_14zu6wr</bpmn:outgoing> |
| 126 | <bpmn:outgoing>SequenceFlow_1fueo69</bpmn:outgoing> |
| 127 | </bpmn:exclusiveGateway> |
| 128 | <bpmn:endEvent id="EndEvent_07uk5iy"> |
| 129 | <bpmn:incoming>SequenceFlow_1fueo69</bpmn:incoming> |
| 130 | <bpmn:errorEventDefinition errorRef="Error_0nbdy47" /> |
| 131 | </bpmn:endEvent> |
| 132 | <bpmn:sequenceFlow id="SequenceFlow_0s2spoq" sourceRef="StartEvent_00qj6ro" targetRef="ScriptTask_1s09c7d" /> |
| 133 | <bpmn:sequenceFlow id="SequenceFlow_19eilro" sourceRef="ScriptTask_0xupxj9" targetRef="DoUpdateE2EServiceInstance" /> |
| 134 | <bpmn:sequenceFlow id="SequenceFlow_0klbpxx" sourceRef="DoUpdateE2EServiceInstance" targetRef="ExclusiveGateway_0aqn64l" /> |
| 135 | <bpmn:sequenceFlow id="SequenceFlow_0yayvrf" sourceRef="CallActivity_02fyxz0" targetRef="EndEvent_0bpd6c0" /> |
Yulian Han | c63706f | 2018-03-27 18:25:20 +0800 | [diff] [blame] | 136 | <bpmn:sequenceFlow id="SequenceFlow_0z4faf9" sourceRef="ScriptTask_1s09c7d" targetRef="ScriptTask_09rx901" /> |
Yulian Han | 6d0f024 | 2018-03-12 10:08:59 +0800 | [diff] [blame] | 137 | <bpmn:sequenceFlow id="SequenceFlow_14zu6wr" name="yes" sourceRef="ExclusiveGateway_0aqn64l" targetRef="ScriptTask_0ttvn8r"> |
| 138 | <bpmn:conditionExpression xsi:type="bpmn:tFormalExpression"><![CDATA[#{execution.getVariable("WorkflowException") == null}]]></bpmn:conditionExpression> |
| 139 | </bpmn:sequenceFlow> |
| 140 | <bpmn:sequenceFlow id="SequenceFlow_0je30si" sourceRef="ScriptTask_0ttvn8r" targetRef="CallActivity_02fyxz0" /> |
| 141 | <bpmn:sequenceFlow id="SequenceFlow_1fueo69" name="no" sourceRef="ExclusiveGateway_0aqn64l" targetRef="EndEvent_07uk5iy"> |
| 142 | <bpmn:conditionExpression xsi:type="bpmn:tFormalExpression"><![CDATA[#{execution.getVariable("WorkflowException") != null}]]></bpmn:conditionExpression> |
| 143 | </bpmn:sequenceFlow> |
Yulian Han | c63706f | 2018-03-27 18:25:20 +0800 | [diff] [blame] | 144 | <bpmn:scriptTask id="ScriptTask_09rx901" name="Init Service Operation Status" scriptFormat="groovy"> |
| 145 | <bpmn:incoming>SequenceFlow_0z4faf9</bpmn:incoming> |
| 146 | <bpmn:outgoing>SequenceFlow_0utlsnd</bpmn:outgoing> |
| 147 | <bpmn:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.* |
| 148 | def csi= new UpdateCustomE2EServiceInstance() |
| 149 | csi.prepareInitServiceOperationStatus(execution)]]></bpmn:script> |
| 150 | </bpmn:scriptTask> |
| 151 | <bpmn:serviceTask id="ServiceTask_0mr5k9q" name="Update Service Operation Status"> |
| 152 | <bpmn:extensionElements> |
| 153 | <camunda:connector> |
| 154 | <camunda:inputOutput> |
| 155 | <camunda:inputParameter name="url">${CVFMI_dbAdapterEndpoint}</camunda:inputParameter> |
| 156 | <camunda:inputParameter name="headers"> |
| 157 | <camunda:map> |
| 158 | <camunda:entry key="content-type">application/soap+xml</camunda:entry> |
| 159 | <camunda:entry key="Authorization">Basic QlBFTENsaWVudDpwYXNzd29yZDEk</camunda:entry> |
| 160 | </camunda:map> |
| 161 | </camunda:inputParameter> |
| 162 | <camunda:inputParameter name="payload">${CVFMI_updateServiceOperStatusRequest}</camunda:inputParameter> |
| 163 | <camunda:inputParameter name="method">POST</camunda:inputParameter> |
| 164 | <camunda:outputParameter name="CVFMI_dbResponseCode">${statusCode}</camunda:outputParameter> |
| 165 | <camunda:outputParameter name="CVFMI_dbResponse">${response}</camunda:outputParameter> |
| 166 | </camunda:inputOutput> |
| 167 | <camunda:connectorId>http-connector</camunda:connectorId> |
| 168 | </camunda:connector> |
| 169 | </bpmn:extensionElements> |
| 170 | <bpmn:incoming>SequenceFlow_0utlsnd</bpmn:incoming> |
| 171 | <bpmn:outgoing>SequenceFlow_1853xxi</bpmn:outgoing> |
| 172 | </bpmn:serviceTask> |
| 173 | <bpmn:sequenceFlow id="SequenceFlow_0utlsnd" sourceRef="ScriptTask_09rx901" targetRef="ServiceTask_0mr5k9q" /> |
| 174 | <bpmn:sequenceFlow id="SequenceFlow_1853xxi" sourceRef="ServiceTask_0mr5k9q" targetRef="ScriptTask_0xupxj9" /> |
Yulian Han | 6d0f024 | 2018-03-12 10:08:59 +0800 | [diff] [blame] | 175 | </bpmn:process> |
| 176 | <bpmn:error id="Error_0nbdy47" name="MSOWorkflowException" errorCode="MSOWorkflowException" /> |
| 177 | <bpmndi:BPMNDiagram id="BPMNDiagram_1"> |
| 178 | <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="UpdateCustomE2EServiceInstance"> |
| 179 | <bpmndi:BPMNShape id="StartEvent_00qj6ro_di" bpmnElement="StartEvent_00qj6ro"> |
| 180 | <dc:Bounds x="-6" y="180" width="36" height="36" /> |
| 181 | <bpmndi:BPMNLabel> |
| 182 | <dc:Bounds x="-24" y="221" width="73" height="24" /> |
| 183 | </bpmndi:BPMNLabel> |
| 184 | </bpmndi:BPMNShape> |
| 185 | <bpmndi:BPMNShape id="SubProcess_0ka59nc_di" bpmnElement="SubProcess_0ka59nc" isExpanded="true"> |
| 186 | <dc:Bounds x="463" y="632" width="394" height="188" /> |
| 187 | </bpmndi:BPMNShape> |
| 188 | <bpmndi:BPMNShape id="CallActivity_0rhljy8_di" bpmnElement="DoUpdateE2EServiceInstance"> |
Yulian Han | c63706f | 2018-03-27 18:25:20 +0800 | [diff] [blame] | 189 | <dc:Bounds x="767" y="158" width="100" height="80" /> |
Yulian Han | 6d0f024 | 2018-03-12 10:08:59 +0800 | [diff] [blame] | 190 | </bpmndi:BPMNShape> |
| 191 | <bpmndi:BPMNShape id="EndEvent_0bpd6c0_di" bpmnElement="EndEvent_0bpd6c0"> |
| 192 | <dc:Bounds x="1258" y="286" width="36" height="36" /> |
| 193 | <bpmndi:BPMNLabel> |
| 194 | <dc:Bounds x="1268" y="322" width="22" height="12" /> |
| 195 | </bpmndi:BPMNLabel> |
| 196 | </bpmndi:BPMNShape> |
| 197 | <bpmndi:BPMNShape id="ScriptTask_1s09c7d_di" bpmnElement="ScriptTask_1s09c7d"> |
Yulian Han | c63706f | 2018-03-27 18:25:20 +0800 | [diff] [blame] | 198 | <dc:Bounds x="105" y="158" width="100" height="80" /> |
Yulian Han | 6d0f024 | 2018-03-12 10:08:59 +0800 | [diff] [blame] | 199 | </bpmndi:BPMNShape> |
| 200 | <bpmndi:BPMNShape id="ScriptTask_0ttvn8r_di" bpmnElement="ScriptTask_0ttvn8r"> |
Yulian Han | c63706f | 2018-03-27 18:25:20 +0800 | [diff] [blame] | 201 | <dc:Bounds x="1073" y="158" width="100" height="80" /> |
Yulian Han | 6d0f024 | 2018-03-12 10:08:59 +0800 | [diff] [blame] | 202 | </bpmndi:BPMNShape> |
| 203 | <bpmndi:BPMNShape id="CallActivity_02fyxz0_di" bpmnElement="CallActivity_02fyxz0"> |
| 204 | <dc:Bounds x="1226" y="158" width="100" height="80" /> |
| 205 | </bpmndi:BPMNShape> |
| 206 | <bpmndi:BPMNShape id="SubProcess_0vaws86_di" bpmnElement="SubProcess_0vaws86" isExpanded="true"> |
| 207 | <dc:Bounds x="348" y="370" width="679" height="194" /> |
| 208 | </bpmndi:BPMNShape> |
| 209 | <bpmndi:BPMNShape id="ScriptTask_0xupxj9_di" bpmnElement="ScriptTask_0xupxj9"> |
Yulian Han | c63706f | 2018-03-27 18:25:20 +0800 | [diff] [blame] | 210 | <dc:Bounds x="600" y="158" width="100" height="80" /> |
Yulian Han | 6d0f024 | 2018-03-12 10:08:59 +0800 | [diff] [blame] | 211 | </bpmndi:BPMNShape> |
| 212 | <bpmndi:BPMNShape id="ExclusiveGateway_0aqn64l_di" bpmnElement="ExclusiveGateway_0aqn64l" isMarkerVisible="true"> |
Yulian Han | c63706f | 2018-03-27 18:25:20 +0800 | [diff] [blame] | 213 | <dc:Bounds x="942" y="173" width="50" height="50" /> |
Yulian Han | 6d0f024 | 2018-03-12 10:08:59 +0800 | [diff] [blame] | 214 | <bpmndi:BPMNLabel> |
Yulian Han | c63706f | 2018-03-27 18:25:20 +0800 | [diff] [blame] | 215 | <dc:Bounds x="943" y="145" width="49" height="12" /> |
Yulian Han | 6d0f024 | 2018-03-12 10:08:59 +0800 | [diff] [blame] | 216 | </bpmndi:BPMNLabel> |
| 217 | </bpmndi:BPMNShape> |
| 218 | <bpmndi:BPMNShape id="EndEvent_07uk5iy_di" bpmnElement="EndEvent_07uk5iy"> |
Yulian Han | c63706f | 2018-03-27 18:25:20 +0800 | [diff] [blame] | 219 | <dc:Bounds x="949" y="286" width="36" height="36" /> |
Yulian Han | 6d0f024 | 2018-03-12 10:08:59 +0800 | [diff] [blame] | 220 | <bpmndi:BPMNLabel> |
Yulian Han | c63706f | 2018-03-27 18:25:20 +0800 | [diff] [blame] | 221 | <dc:Bounds x="877" y="322" width="90" height="12" /> |
Yulian Han | 6d0f024 | 2018-03-12 10:08:59 +0800 | [diff] [blame] | 222 | </bpmndi:BPMNLabel> |
| 223 | </bpmndi:BPMNShape> |
| 224 | <bpmndi:BPMNEdge id="SequenceFlow_0s2spoq_di" bpmnElement="SequenceFlow_0s2spoq"> |
| 225 | <di:waypoint xsi:type="dc:Point" x="30" y="198" /> |
Yulian Han | c63706f | 2018-03-27 18:25:20 +0800 | [diff] [blame] | 226 | <di:waypoint xsi:type="dc:Point" x="105" y="198" /> |
Yulian Han | 6d0f024 | 2018-03-12 10:08:59 +0800 | [diff] [blame] | 227 | <bpmndi:BPMNLabel> |
Yulian Han | c63706f | 2018-03-27 18:25:20 +0800 | [diff] [blame] | 228 | <dc:Bounds x="22.5" y="177" width="90" height="12" /> |
Yulian Han | 6d0f024 | 2018-03-12 10:08:59 +0800 | [diff] [blame] | 229 | </bpmndi:BPMNLabel> |
| 230 | </bpmndi:BPMNEdge> |
| 231 | <bpmndi:BPMNEdge id="SequenceFlow_19eilro_di" bpmnElement="SequenceFlow_19eilro"> |
Yulian Han | c63706f | 2018-03-27 18:25:20 +0800 | [diff] [blame] | 232 | <di:waypoint xsi:type="dc:Point" x="700" y="198" /> |
| 233 | <di:waypoint xsi:type="dc:Point" x="767" y="198" /> |
Yulian Han | 6d0f024 | 2018-03-12 10:08:59 +0800 | [diff] [blame] | 234 | <bpmndi:BPMNLabel> |
Yulian Han | c63706f | 2018-03-27 18:25:20 +0800 | [diff] [blame] | 235 | <dc:Bounds x="688.5" y="177" width="90" height="12" /> |
Yulian Han | 6d0f024 | 2018-03-12 10:08:59 +0800 | [diff] [blame] | 236 | </bpmndi:BPMNLabel> |
| 237 | </bpmndi:BPMNEdge> |
| 238 | <bpmndi:BPMNEdge id="SequenceFlow_0klbpxx_di" bpmnElement="SequenceFlow_0klbpxx"> |
Yulian Han | c63706f | 2018-03-27 18:25:20 +0800 | [diff] [blame] | 239 | <di:waypoint xsi:type="dc:Point" x="867" y="198" /> |
| 240 | <di:waypoint xsi:type="dc:Point" x="942" y="198" /> |
Yulian Han | 6d0f024 | 2018-03-12 10:08:59 +0800 | [diff] [blame] | 241 | <bpmndi:BPMNLabel> |
Yulian Han | c63706f | 2018-03-27 18:25:20 +0800 | [diff] [blame] | 242 | <dc:Bounds x="859.5" y="177" width="90" height="12" /> |
Yulian Han | 6d0f024 | 2018-03-12 10:08:59 +0800 | [diff] [blame] | 243 | </bpmndi:BPMNLabel> |
| 244 | </bpmndi:BPMNEdge> |
| 245 | <bpmndi:BPMNEdge id="SequenceFlow_0yayvrf_di" bpmnElement="SequenceFlow_0yayvrf"> |
| 246 | <di:waypoint xsi:type="dc:Point" x="1276" y="238" /> |
| 247 | <di:waypoint xsi:type="dc:Point" x="1276" y="286" /> |
| 248 | <bpmndi:BPMNLabel> |
| 249 | <dc:Bounds x="1246" y="262" width="0" height="12" /> |
| 250 | </bpmndi:BPMNLabel> |
| 251 | </bpmndi:BPMNEdge> |
| 252 | <bpmndi:BPMNEdge id="SequenceFlow_0z4faf9_di" bpmnElement="SequenceFlow_0z4faf9"> |
Yulian Han | c63706f | 2018-03-27 18:25:20 +0800 | [diff] [blame] | 253 | <di:waypoint xsi:type="dc:Point" x="205" y="198" /> |
| 254 | <di:waypoint xsi:type="dc:Point" x="274" y="198" /> |
Yulian Han | 6d0f024 | 2018-03-12 10:08:59 +0800 | [diff] [blame] | 255 | <bpmndi:BPMNLabel> |
Yulian Han | c63706f | 2018-03-27 18:25:20 +0800 | [diff] [blame] | 256 | <dc:Bounds x="194.5" y="177" width="90" height="12" /> |
Yulian Han | 6d0f024 | 2018-03-12 10:08:59 +0800 | [diff] [blame] | 257 | </bpmndi:BPMNLabel> |
| 258 | </bpmndi:BPMNEdge> |
| 259 | <bpmndi:BPMNEdge id="SequenceFlow_14zu6wr_di" bpmnElement="SequenceFlow_14zu6wr"> |
Yulian Han | c63706f | 2018-03-27 18:25:20 +0800 | [diff] [blame] | 260 | <di:waypoint xsi:type="dc:Point" x="992" y="198" /> |
| 261 | <di:waypoint xsi:type="dc:Point" x="1073" y="198" /> |
Yulian Han | 6d0f024 | 2018-03-12 10:08:59 +0800 | [diff] [blame] | 262 | <bpmndi:BPMNLabel> |
Yulian Han | c63706f | 2018-03-27 18:25:20 +0800 | [diff] [blame] | 263 | <dc:Bounds x="1023.5062499999999" y="195" width="19" height="12" /> |
Yulian Han | 6d0f024 | 2018-03-12 10:08:59 +0800 | [diff] [blame] | 264 | </bpmndi:BPMNLabel> |
| 265 | </bpmndi:BPMNEdge> |
| 266 | <bpmndi:BPMNEdge id="SequenceFlow_0je30si_di" bpmnElement="SequenceFlow_0je30si"> |
Yulian Han | c63706f | 2018-03-27 18:25:20 +0800 | [diff] [blame] | 267 | <di:waypoint xsi:type="dc:Point" x="1173" y="198" /> |
Yulian Han | 6d0f024 | 2018-03-12 10:08:59 +0800 | [diff] [blame] | 268 | <di:waypoint xsi:type="dc:Point" x="1226" y="198" /> |
| 269 | <bpmndi:BPMNLabel> |
Yulian Han | c63706f | 2018-03-27 18:25:20 +0800 | [diff] [blame] | 270 | <dc:Bounds x="1154.5" y="177" width="90" height="12" /> |
Yulian Han | 6d0f024 | 2018-03-12 10:08:59 +0800 | [diff] [blame] | 271 | </bpmndi:BPMNLabel> |
| 272 | </bpmndi:BPMNEdge> |
| 273 | <bpmndi:BPMNEdge id="SequenceFlow_1fueo69_di" bpmnElement="SequenceFlow_1fueo69"> |
Yulian Han | c63706f | 2018-03-27 18:25:20 +0800 | [diff] [blame] | 274 | <di:waypoint xsi:type="dc:Point" x="967" y="223" /> |
| 275 | <di:waypoint xsi:type="dc:Point" x="967" y="250" /> |
| 276 | <di:waypoint xsi:type="dc:Point" x="967" y="250" /> |
| 277 | <di:waypoint xsi:type="dc:Point" x="967" y="286" /> |
Yulian Han | 6d0f024 | 2018-03-12 10:08:59 +0800 | [diff] [blame] | 278 | <bpmndi:BPMNLabel> |
Yulian Han | c63706f | 2018-03-27 18:25:20 +0800 | [diff] [blame] | 279 | <dc:Bounds x="942" y="228" width="12" height="12" /> |
Yulian Han | 6d0f024 | 2018-03-12 10:08:59 +0800 | [diff] [blame] | 280 | </bpmndi:BPMNLabel> |
| 281 | </bpmndi:BPMNEdge> |
| 282 | <bpmndi:BPMNShape id="ScriptTask_0u3lw39_di" bpmnElement="ScriptTask_0u3lw39"> |
| 283 | <dc:Bounds x="611" y="687" width="100" height="80" /> |
| 284 | </bpmndi:BPMNShape> |
| 285 | <bpmndi:BPMNShape id="StartEvent_0v1ffn4_di" bpmnElement="StartEvent_0v1ffn4"> |
| 286 | <dc:Bounds x="496" y="709" width="36" height="36" /> |
| 287 | <bpmndi:BPMNLabel> |
| 288 | <dc:Bounds x="469" y="750" width="0" height="12" /> |
| 289 | </bpmndi:BPMNLabel> |
| 290 | </bpmndi:BPMNShape> |
| 291 | <bpmndi:BPMNShape id="EndEvent_0eznq6x_di" bpmnElement="EndEvent_0eznq6x"> |
| 292 | <dc:Bounds x="772" y="709" width="36" height="36" /> |
| 293 | <bpmndi:BPMNLabel> |
| 294 | <dc:Bounds x="745" y="750" width="0" height="12" /> |
| 295 | </bpmndi:BPMNLabel> |
| 296 | </bpmndi:BPMNShape> |
| 297 | <bpmndi:BPMNShape id="StartEvent_0dug28e_di" bpmnElement="StartEvent_0dug28e"> |
| 298 | <dc:Bounds x="363" y="456" width="36" height="36" /> |
| 299 | <bpmndi:BPMNLabel> |
| 300 | <dc:Bounds x="336" y="497" width="0" height="12" /> |
| 301 | </bpmndi:BPMNLabel> |
| 302 | </bpmndi:BPMNShape> |
| 303 | <bpmndi:BPMNShape id="EndEvent_03wysuk_di" bpmnElement="EndEvent_03wysuk"> |
| 304 | <dc:Bounds x="942" y="456" width="36" height="36" /> |
| 305 | <bpmndi:BPMNLabel> |
| 306 | <dc:Bounds x="915" y="497" width="0" height="12" /> |
| 307 | </bpmndi:BPMNLabel> |
| 308 | </bpmndi:BPMNShape> |
| 309 | <bpmndi:BPMNShape id="ScriptTask_0u8o9p2_di" bpmnElement="ScriptTask_0u8o9p2"> |
| 310 | <dc:Bounds x="621" y="434" width="100" height="80" /> |
| 311 | </bpmndi:BPMNShape> |
| 312 | <bpmndi:BPMNShape id="CallActivity_1ang7q8_di" bpmnElement="CallActivity_1ang7q8"> |
| 313 | <dc:Bounds x="798" y="434" width="100" height="80" /> |
| 314 | </bpmndi:BPMNShape> |
| 315 | <bpmndi:BPMNShape id="ScriptTask_1rn6nqi_di" bpmnElement="ScriptTask_1rn6nqi"> |
| 316 | <dc:Bounds x="443" y="434" width="100" height="80" /> |
| 317 | </bpmndi:BPMNShape> |
| 318 | <bpmndi:BPMNEdge id="SequenceFlow_1dsbjjb_di" bpmnElement="SequenceFlow_1dsbjjb"> |
| 319 | <di:waypoint xsi:type="dc:Point" x="532" y="727" /> |
| 320 | <di:waypoint xsi:type="dc:Point" x="611" y="727" /> |
| 321 | <bpmndi:BPMNLabel> |
| 322 | <dc:Bounds x="529.5" y="727" width="0" height="12" /> |
| 323 | </bpmndi:BPMNLabel> |
| 324 | </bpmndi:BPMNEdge> |
| 325 | <bpmndi:BPMNEdge id="SequenceFlow_1yay321_di" bpmnElement="SequenceFlow_1yay321"> |
| 326 | <di:waypoint xsi:type="dc:Point" x="711" y="727" /> |
| 327 | <di:waypoint xsi:type="dc:Point" x="772" y="727" /> |
| 328 | <bpmndi:BPMNLabel> |
| 329 | <dc:Bounds x="701.5" y="727" width="0" height="12" /> |
| 330 | </bpmndi:BPMNLabel> |
| 331 | </bpmndi:BPMNEdge> |
| 332 | <bpmndi:BPMNEdge id="SequenceFlow_0e1r62n_di" bpmnElement="SequenceFlow_0e1r62n"> |
| 333 | <di:waypoint xsi:type="dc:Point" x="399" y="474" /> |
| 334 | <di:waypoint xsi:type="dc:Point" x="421" y="474" /> |
| 335 | <di:waypoint xsi:type="dc:Point" x="421" y="474" /> |
| 336 | <di:waypoint xsi:type="dc:Point" x="442" y="474" /> |
| 337 | <bpmndi:BPMNLabel> |
| 338 | <dc:Bounds x="391" y="474" width="0" height="12" /> |
| 339 | </bpmndi:BPMNLabel> |
| 340 | </bpmndi:BPMNEdge> |
| 341 | <bpmndi:BPMNEdge id="SequenceFlow_1ysapam_di" bpmnElement="SequenceFlow_1ysapam"> |
| 342 | <di:waypoint xsi:type="dc:Point" x="898" y="474" /> |
| 343 | <di:waypoint xsi:type="dc:Point" x="942" y="474" /> |
| 344 | <bpmndi:BPMNLabel> |
| 345 | <dc:Bounds x="875" y="459" width="0" height="12" /> |
| 346 | </bpmndi:BPMNLabel> |
| 347 | </bpmndi:BPMNEdge> |
| 348 | <bpmndi:BPMNEdge id="SequenceFlow_0n9pexp_di" bpmnElement="SequenceFlow_0n9pexp"> |
| 349 | <di:waypoint xsi:type="dc:Point" x="543" y="474" /> |
| 350 | <di:waypoint xsi:type="dc:Point" x="570" y="474" /> |
| 351 | <di:waypoint xsi:type="dc:Point" x="570" y="474" /> |
| 352 | <di:waypoint xsi:type="dc:Point" x="621" y="474" /> |
| 353 | <bpmndi:BPMNLabel> |
| 354 | <dc:Bounds x="540" y="474" width="0" height="12" /> |
| 355 | </bpmndi:BPMNLabel> |
| 356 | </bpmndi:BPMNEdge> |
| 357 | <bpmndi:BPMNEdge id="SequenceFlow_01umodj_di" bpmnElement="SequenceFlow_01umodj"> |
| 358 | <di:waypoint xsi:type="dc:Point" x="721" y="474" /> |
| 359 | <di:waypoint xsi:type="dc:Point" x="798" y="474" /> |
| 360 | <bpmndi:BPMNLabel> |
| 361 | <dc:Bounds x="715.5" y="459" width="0" height="12" /> |
| 362 | </bpmndi:BPMNLabel> |
| 363 | </bpmndi:BPMNEdge> |
Yulian Han | c63706f | 2018-03-27 18:25:20 +0800 | [diff] [blame] | 364 | <bpmndi:BPMNShape id="ScriptTask_09rx901_di" bpmnElement="ScriptTask_09rx901"> |
| 365 | <dc:Bounds x="274" y="158" width="100" height="80" /> |
| 366 | </bpmndi:BPMNShape> |
| 367 | <bpmndi:BPMNShape id="ServiceTask_0mr5k9q_di" bpmnElement="ServiceTask_0mr5k9q"> |
| 368 | <dc:Bounds x="444" y="158" width="100" height="80" /> |
| 369 | </bpmndi:BPMNShape> |
| 370 | <bpmndi:BPMNEdge id="SequenceFlow_0utlsnd_di" bpmnElement="SequenceFlow_0utlsnd"> |
| 371 | <di:waypoint xsi:type="dc:Point" x="374" y="198" /> |
| 372 | <di:waypoint xsi:type="dc:Point" x="444" y="198" /> |
| 373 | <bpmndi:BPMNLabel> |
| 374 | <dc:Bounds x="409" y="177" width="0" height="12" /> |
| 375 | </bpmndi:BPMNLabel> |
| 376 | </bpmndi:BPMNEdge> |
| 377 | <bpmndi:BPMNEdge id="SequenceFlow_1853xxi_di" bpmnElement="SequenceFlow_1853xxi"> |
| 378 | <di:waypoint xsi:type="dc:Point" x="544" y="198" /> |
| 379 | <di:waypoint xsi:type="dc:Point" x="600" y="198" /> |
| 380 | <bpmndi:BPMNLabel> |
| 381 | <dc:Bounds x="572" y="177" width="0" height="12" /> |
| 382 | </bpmndi:BPMNLabel> |
| 383 | </bpmndi:BPMNEdge> |
Yulian Han | 6d0f024 | 2018-03-12 10:08:59 +0800 | [diff] [blame] | 384 | </bpmndi:BPMNPlane> |
| 385 | </bpmndi:BPMNDiagram> |
| 386 | </bpmn:definitions> |