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