seshukm | a1a6cb4 | 2017-10-10 12:15:10 +0530 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
c00149107 | e137c11 | 2017-10-13 17:15:30 +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:camunda="http://camunda.org/schema/1.0/bpmn" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" id="Definitions_1" targetNamespace="http://bpmn.io/schema/bpmn" exporter="Camunda Modeler" exporterVersion="1.10.0"> |
Rob Daugherty | 13298c5 | 2017-10-10 20:30:28 -0400 | [diff] [blame] | 3 | <bpmn:process id="DoCustomDeleteE2EServiceInstance" isExecutable="true"> |
seshukm | a1a6cb4 | 2017-10-10 12:15:10 +0530 | [diff] [blame] | 4 | <bpmn:startEvent id="StartEvent_0212h2r" name="Start Flow"> |
| 5 | <bpmn:outgoing>SequenceFlow_0vz7cd9</bpmn:outgoing> |
| 6 | </bpmn:startEvent> |
| 7 | <bpmn:scriptTask id="ScriptTask_06phzgv" name="PreProcess Incoming Request" scriptFormat="groovy"> |
| 8 | <bpmn:incoming>SequenceFlow_0vz7cd9</bpmn:incoming> |
| 9 | <bpmn:outgoing>SequenceFlow_11e6bfy</bpmn:outgoing> |
| 10 | <bpmn:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.* |
| 11 | def ddsi = new DoCustomDeleteE2EServiceInstance() |
| 12 | ddsi.preProcessRequest(execution) |
| 13 | ]]></bpmn:script> |
| 14 | </bpmn:scriptTask> |
| 15 | <bpmn:endEvent id="EndEvent_1uqzt26"> |
| 16 | <bpmn:incoming>SequenceFlow_0e7inkl</bpmn:incoming> |
| 17 | </bpmn:endEvent> |
| 18 | <bpmn:callActivity id="CallActivity_06izbke" name="Call AAI GenericDelete Service " calledElement="GenericDeleteService"> |
| 19 | <bpmn:extensionElements> |
| 20 | <camunda:in source="serviceInstanceId" target="GENDS_serviceInstanceId" /> |
c00149107 | 8ec591c | 2017-11-10 13:48:29 +0800 | [diff] [blame] | 21 | <camunda:in source="serviceType" target="GENDS_serviceType" /> |
seshukm | a1a6cb4 | 2017-10-10 12:15:10 +0530 | [diff] [blame] | 22 | <camunda:in source="globalSubscriberId" target="GENDS_globalCustomerId" /> |
| 23 | <camunda:in sourceExpression="service-instance" target="GENDS_type" /> |
| 24 | <camunda:out source="GENDS_FoundIndicator" target="GENDS_FoundIndicator" /> |
| 25 | <camunda:in sourceExpression="""" target="GENGS_serviceType" /> |
| 26 | <camunda:out source="GENDS_SuccessIndicator" target="GENDS_SuccessIndicator" /> |
| 27 | <camunda:out source="WorkflowException" target="WorkflowExcpeton" /> |
| 28 | </bpmn:extensionElements> |
c00149107 | e137c11 | 2017-10-13 17:15:30 +0800 | [diff] [blame] | 29 | <bpmn:incoming>SequenceFlow_0vg4q7x</bpmn:incoming> |
seshukm | a1a6cb4 | 2017-10-10 12:15:10 +0530 | [diff] [blame] | 30 | <bpmn:outgoing>SequenceFlow_0g6bxqw</bpmn:outgoing> |
| 31 | </bpmn:callActivity> |
seshukm | a1a6cb4 | 2017-10-10 12:15:10 +0530 | [diff] [blame] | 32 | <bpmn:scriptTask id="ScriptTask_1rtnsh8" name="Post Process AAI GET" scriptFormat="groovy"> |
seshukm | bda9f91 | 2017-10-27 17:58:01 +0530 | [diff] [blame] | 33 | <bpmn:incoming>SequenceFlow_188ejvu</bpmn:incoming> |
seshukm | a1a6cb4 | 2017-10-10 12:15:10 +0530 | [diff] [blame] | 34 | <bpmn:outgoing>SequenceFlow_0vi0sv6</bpmn:outgoing> |
| 35 | <bpmn:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.* |
| 36 | def ddsi = new DoCustomDeleteE2EServiceInstance() |
| 37 | ddsi.postProcessAAIGET(execution)]]></bpmn:script> |
| 38 | </bpmn:scriptTask> |
| 39 | <bpmn:scriptTask id="ScriptTask_01erufg" name="Post Process AAI Delete" scriptFormat="groovy"> |
| 40 | <bpmn:incoming>SequenceFlow_0g6bxqw</bpmn:incoming> |
| 41 | <bpmn:outgoing>SequenceFlow_0e7inkl</bpmn:outgoing> |
| 42 | <bpmn:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.* |
| 43 | def ddsi = new DoCustomDeleteE2EServiceInstance() |
| 44 | ddsi.postProcessAAIDEL(execution)]]></bpmn:script> |
| 45 | </bpmn:scriptTask> |
| 46 | <bpmn:subProcess id="SubProcess_1u8zt9i" name="Sub-process for UnexpectedErrors" triggeredByEvent="true"> |
| 47 | <bpmn:startEvent id="StartEvent_0sf5lpt"> |
| 48 | <bpmn:outgoing>SequenceFlow_1921mo3</bpmn:outgoing> |
| 49 | <bpmn:errorEventDefinition /> |
| 50 | </bpmn:startEvent> |
| 51 | <bpmn:endEvent id="EndEvent_06utmg4"> |
| 52 | <bpmn:incoming>SequenceFlow_18vlzfo</bpmn:incoming> |
| 53 | </bpmn:endEvent> |
| 54 | <bpmn:scriptTask id="ScriptTask_0nha3pr" name="Log / Print Unexpected Error" scriptFormat="groovy"> |
| 55 | <bpmn:incoming>SequenceFlow_1921mo3</bpmn:incoming> |
| 56 | <bpmn:outgoing>SequenceFlow_18vlzfo</bpmn:outgoing> |
| 57 | <bpmn:script><![CDATA[import org.openecomp.mso.bpmn.common.scripts.* |
| 58 | ExceptionUtil ex = new ExceptionUtil() |
| 59 | ex.processJavaException(execution)]]></bpmn:script> |
| 60 | </bpmn:scriptTask> |
| 61 | <bpmn:sequenceFlow id="SequenceFlow_1921mo3" name="" sourceRef="StartEvent_0sf5lpt" targetRef="ScriptTask_0nha3pr" /> |
| 62 | <bpmn:sequenceFlow id="SequenceFlow_18vlzfo" name="" sourceRef="ScriptTask_0nha3pr" targetRef="EndEvent_06utmg4" /> |
| 63 | </bpmn:subProcess> |
| 64 | <bpmn:sequenceFlow id="SequenceFlow_0vz7cd9" sourceRef="StartEvent_0212h2r" targetRef="ScriptTask_06phzgv" /> |
seshukm | bda9f91 | 2017-10-27 17:58:01 +0530 | [diff] [blame] | 65 | <bpmn:sequenceFlow id="SequenceFlow_11e6bfy" sourceRef="ScriptTask_06phzgv" targetRef="CallActivity_076pc2z" /> |
seshukm | a1a6cb4 | 2017-10-10 12:15:10 +0530 | [diff] [blame] | 66 | <bpmn:sequenceFlow id="SequenceFlow_0e7inkl" sourceRef="ScriptTask_01erufg" targetRef="EndEvent_1uqzt26" /> |
| 67 | <bpmn:sequenceFlow id="SequenceFlow_0g6bxqw" sourceRef="CallActivity_06izbke" targetRef="ScriptTask_01erufg" /> |
seshukm | bda9f91 | 2017-10-27 17:58:01 +0530 | [diff] [blame] | 68 | <bpmn:sequenceFlow id="SequenceFlow_0vi0sv6" sourceRef="ScriptTask_1rtnsh8" targetRef="ScriptTask_146jt8v" /> |
c00149107 | d6b6b33 | 2017-11-07 16:45:30 +0800 | [diff] [blame] | 69 | <bpmn:callActivity id="CallActivity_Del_VFC" name="Call Network Service Delete for vEPC" calledElement="DoDeleteVFCNetworkServiceInstance"> |
seshukm | a1a6cb4 | 2017-10-10 12:15:10 +0530 | [diff] [blame] | 70 | <bpmn:extensionElements> |
c00149107 | e137c11 | 2017-10-13 17:15:30 +0800 | [diff] [blame] | 71 | <camunda:in source="globalSubscriberId" target="globalSubscriberId" /> |
| 72 | <camunda:in source="serviceType" target="serviceType" /> |
c00149107 | 8ec591c | 2017-11-10 13:48:29 +0800 | [diff] [blame] | 73 | <camunda:in source="serviceInstanceId" target="serviceId" /> |
c00149107 | e137c11 | 2017-10-13 17:15:30 +0800 | [diff] [blame] | 74 | <camunda:in source="operationId" target="operationId" /> |
c00149107 | 8ec591c | 2017-11-10 13:48:29 +0800 | [diff] [blame] | 75 | <camunda:in source="resourceTemplateId" target="resourceTemplateId" /> |
| 76 | <camunda:in source="resourceInstanceId" target="resourceInstanceId" /> |
c00149107 | e137c11 | 2017-10-13 17:15:30 +0800 | [diff] [blame] | 77 | <camunda:in source="resourceType" target="resourceType" /> |
| 78 | <camunda:in source="operationType" target="operationType" /> |
seshukm | a1a6cb4 | 2017-10-10 12:15:10 +0530 | [diff] [blame] | 79 | </bpmn:extensionElements> |
| 80 | <bpmn:incoming>SequenceFlow_1wmjau1</bpmn:incoming> |
| 81 | <bpmn:outgoing>SequenceFlow_0qquvgc</bpmn:outgoing> |
| 82 | </bpmn:callActivity> |
seshukm | a1a6cb4 | 2017-10-10 12:15:10 +0530 | [diff] [blame] | 83 | <bpmn:sequenceFlow id="SequenceFlow_0qquvgc" sourceRef="CallActivity_Del_VFC" targetRef="ScriptTask_0mdub03" /> |
c00149107 | e137c11 | 2017-10-13 17:15:30 +0800 | [diff] [blame] | 84 | <bpmn:scriptTask id="ScriptTask_0vcz9mj" name="Prepare Resource Delele For vEPC" scriptFormat="groovy"> |
| 85 | <bpmn:incoming>SequenceFlow_1931m8u</bpmn:incoming> |
seshukm | a1a6cb4 | 2017-10-10 12:15:10 +0530 | [diff] [blame] | 86 | <bpmn:outgoing>SequenceFlow_1wmjau1</bpmn:outgoing> |
| 87 | <bpmn:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.* |
c00149107 | e137c11 | 2017-10-13 17:15:30 +0800 | [diff] [blame] | 88 | String resourceName = "vEPC" |
seshukm | a1a6cb4 | 2017-10-10 12:15:10 +0530 | [diff] [blame] | 89 | def ddsi = new DoCustomDeleteE2EServiceInstance() |
c00149107 | e137c11 | 2017-10-13 17:15:30 +0800 | [diff] [blame] | 90 | ddsi.preResourceDelete(execution, resourceName )]]></bpmn:script> |
seshukm | a1a6cb4 | 2017-10-10 12:15:10 +0530 | [diff] [blame] | 91 | </bpmn:scriptTask> |
| 92 | <bpmn:sequenceFlow id="SequenceFlow_1wmjau1" sourceRef="ScriptTask_0vcz9mj" targetRef="CallActivity_Del_VFC" /> |
| 93 | <bpmn:scriptTask id="ScriptTask_0mdub03" name="Post Process VFC Delete" scriptFormat="groovy"> |
| 94 | <bpmn:incoming>SequenceFlow_0qquvgc</bpmn:incoming> |
c00149107 | e137c11 | 2017-10-13 17:15:30 +0800 | [diff] [blame] | 95 | <bpmn:outgoing>SequenceFlow_0vg4q7x</bpmn:outgoing> |
seshukm | a1a6cb4 | 2017-10-10 12:15:10 +0530 | [diff] [blame] | 96 | <bpmn:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.* |
| 97 | |
| 98 | String response = execution.getVariable("vfcDeleteResponse") |
| 99 | def ddsi = new DoCustomDeleteE2EServiceInstance() |
| 100 | ddsi.postProcessVFCDelete(execution, response, "delete")]]></bpmn:script> |
| 101 | </bpmn:scriptTask> |
| 102 | <bpmn:scriptTask id="ScriptTask_1g0tsto" name="Post Process SDNC Delete" scriptFormat="groovy"> |
c00149107 | e137c11 | 2017-10-13 17:15:30 +0800 | [diff] [blame] | 103 | <bpmn:incoming>SequenceFlow_0uc2beq</bpmn:incoming> |
| 104 | <bpmn:outgoing>SequenceFlow_1m7tont</bpmn:outgoing> |
seshukm | a1a6cb4 | 2017-10-10 12:15:10 +0530 | [diff] [blame] | 105 | <bpmn:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.* |
| 106 | |
| 107 | String response = execution.getVariable("sdncDeleteResponse") |
| 108 | def ddsi = new DoCustomDeleteE2EServiceInstance() |
| 109 | ddsi.postProcessSDNCDelete(execution, response, "delete")]]></bpmn:script> |
| 110 | </bpmn:scriptTask> |
c00149107 | e137c11 | 2017-10-13 17:15:30 +0800 | [diff] [blame] | 111 | <bpmn:scriptTask id="ScriptTask_0z30dax" name="Prepare Resource Delele For Overlay" scriptFormat="groovy"> |
seshukm | 5e83d43 | 2017-10-26 13:13:20 +0530 | [diff] [blame] | 112 | <bpmn:incoming>SequenceFlow_0l4w9nr</bpmn:incoming> |
seshukm | a1a6cb4 | 2017-10-10 12:15:10 +0530 | [diff] [blame] | 113 | <bpmn:outgoing>SequenceFlow_1dza4q4</bpmn:outgoing> |
| 114 | <bpmn:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.* |
c00149107 | e137c11 | 2017-10-13 17:15:30 +0800 | [diff] [blame] | 115 | String resourceName = "overlay" |
seshukm | a1a6cb4 | 2017-10-10 12:15:10 +0530 | [diff] [blame] | 116 | def ddsi = new DoCustomDeleteE2EServiceInstance() |
c00149107 | e137c11 | 2017-10-13 17:15:30 +0800 | [diff] [blame] | 117 | ddsi.preResourceDelete(execution, resourceName )]]></bpmn:script> |
seshukm | a1a6cb4 | 2017-10-10 12:15:10 +0530 | [diff] [blame] | 118 | </bpmn:scriptTask> |
seshukm | a1a6cb4 | 2017-10-10 12:15:10 +0530 | [diff] [blame] | 119 | <bpmn:sequenceFlow id="SequenceFlow_1dza4q4" sourceRef="ScriptTask_0z30dax" targetRef="CallActivity_Del_SDNC_cust" /> |
c00149107 | e137c11 | 2017-10-13 17:15:30 +0800 | [diff] [blame] | 120 | <bpmn:sequenceFlow id="SequenceFlow_0rpu756" sourceRef="CallActivity_Del_SDNC_cust" targetRef="Task_14erap6" /> |
c00149107 | e137c11 | 2017-10-13 17:15:30 +0800 | [diff] [blame] | 121 | <bpmn:sequenceFlow id="SequenceFlow_1wnkgpx" sourceRef="Task_0z1x3sg" targetRef="Task_0963dho" /> |
| 122 | <bpmn:sequenceFlow id="SequenceFlow_1931m8u" sourceRef="Task_0963dho" targetRef="ScriptTask_0vcz9mj" /> |
seshukm | bda9f91 | 2017-10-27 17:58:01 +0530 | [diff] [blame] | 123 | <bpmn:scriptTask id="Task_0z1x3sg" name="Prepare Resource Delele For vIMS" scriptFormat="groovy"> |
c00149107 | e137c11 | 2017-10-13 17:15:30 +0800 | [diff] [blame] | 124 | <bpmn:incoming>SequenceFlow_1m7tont</bpmn:incoming> |
| 125 | <bpmn:outgoing>SequenceFlow_1wnkgpx</bpmn:outgoing> |
| 126 | <bpmn:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.* |
| 127 | String resourceName = "vIMS" |
| 128 | def ddsi = new DoCustomDeleteE2EServiceInstance() |
| 129 | ddsi.preResourceDelete(execution, resourceName )]]></bpmn:script> |
| 130 | </bpmn:scriptTask> |
| 131 | <bpmn:sequenceFlow id="SequenceFlow_1m7tont" sourceRef="ScriptTask_1g0tsto" targetRef="Task_0z1x3sg" /> |
c00149107 | d6b6b33 | 2017-11-07 16:45:30 +0800 | [diff] [blame] | 132 | <bpmn:callActivity id="Task_0963dho" name="Call Network Service Delete for vIMS" calledElement="DoDeleteVFCNetworkServiceInstance"> |
c00149107 | e137c11 | 2017-10-13 17:15:30 +0800 | [diff] [blame] | 133 | <bpmn:extensionElements> |
| 134 | <camunda:in source="globalSubscriberId" target="globalSubscriberId" /> |
| 135 | <camunda:in source="serviceType" target="serviceType" /> |
c00149107 | 0abcd5d | 2017-11-10 10:03:50 +0800 | [diff] [blame] | 136 | <camunda:in source="serviceInstanceId" target="serviceId" /> |
c00149107 | e137c11 | 2017-10-13 17:15:30 +0800 | [diff] [blame] | 137 | <camunda:in source="operationId" target="operationId" /> |
c00149107 | 0abcd5d | 2017-11-10 10:03:50 +0800 | [diff] [blame] | 138 | <camunda:in source="resourceTemplateId" target="resourceTemplateId" /> |
| 139 | <camunda:in source="resourceInstanceId" target="resourceInstanceId" /> |
c00149107 | e137c11 | 2017-10-13 17:15:30 +0800 | [diff] [blame] | 140 | <camunda:in source="resourceType" target="resourceType" /> |
| 141 | <camunda:in source="operationType" target="operationType" /> |
| 142 | </bpmn:extensionElements> |
| 143 | <bpmn:incoming>SequenceFlow_1wnkgpx</bpmn:incoming> |
| 144 | <bpmn:outgoing>SequenceFlow_1931m8u</bpmn:outgoing> |
| 145 | </bpmn:callActivity> |
| 146 | <bpmn:sequenceFlow id="SequenceFlow_0vg4q7x" sourceRef="ScriptTask_0mdub03" targetRef="CallActivity_06izbke" /> |
| 147 | <bpmn:serviceTask id="CallActivity_Del_SDNC_cust" name="Call Custom Delete SDNC Overlay" camunda:class="org.openecomp.mso.bpmn.infrastructure.workflow.serviceTask.SdncNetworkTopologyOperationTask"> |
| 148 | <bpmn:incoming>SequenceFlow_1dza4q4</bpmn:incoming> |
| 149 | <bpmn:outgoing>SequenceFlow_0rpu756</bpmn:outgoing> |
| 150 | </bpmn:serviceTask> |
| 151 | <bpmn:sequenceFlow id="SequenceFlow_0d9lmlv" sourceRef="Task_14erap6" targetRef="Task_1j1u666" /> |
| 152 | <bpmn:sequenceFlow id="SequenceFlow_1g4djgh" sourceRef="Task_1j1u666" targetRef="Task_0edkv0m" /> |
| 153 | <bpmn:sequenceFlow id="SequenceFlow_0uc2beq" sourceRef="Task_0edkv0m" targetRef="ScriptTask_1g0tsto" /> |
seshukm | bda9f91 | 2017-10-27 17:58:01 +0530 | [diff] [blame] | 154 | <bpmn:scriptTask id="Task_14erap6" name="Prepare Resource Delele For Underlay" scriptFormat="groovy"> |
c00149107 | e137c11 | 2017-10-13 17:15:30 +0800 | [diff] [blame] | 155 | <bpmn:incoming>SequenceFlow_0rpu756</bpmn:incoming> |
| 156 | <bpmn:outgoing>SequenceFlow_0d9lmlv</bpmn:outgoing> |
| 157 | <bpmn:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.* |
| 158 | String resourceName = "underlay" |
| 159 | def ddsi = new DoCustomDeleteE2EServiceInstance() |
| 160 | ddsi.preResourceDelete(execution, resourceName )]]></bpmn:script> |
| 161 | </bpmn:scriptTask> |
| 162 | <bpmn:serviceTask id="Task_1j1u666" name="Call Custom Delete SDNC Underlay" camunda:class="org.openecomp.mso.bpmn.infrastructure.workflow.serviceTask.SdncNetworkTopologyOperationTask"> |
| 163 | <bpmn:incoming>SequenceFlow_0d9lmlv</bpmn:incoming> |
| 164 | <bpmn:outgoing>SequenceFlow_1g4djgh</bpmn:outgoing> |
| 165 | </bpmn:serviceTask> |
| 166 | <bpmn:serviceTask id="Task_0edkv0m" name="Call Delete SDNC Service Topology" camunda:class="org.openecomp.mso.bpmn.infrastructure.workflow.serviceTask.SdncServiceTopologyOperationTask"> |
| 167 | <bpmn:incoming>SequenceFlow_1g4djgh</bpmn:incoming> |
| 168 | <bpmn:outgoing>SequenceFlow_0uc2beq</bpmn:outgoing> |
| 169 | </bpmn:serviceTask> |
seshukm | bda9f91 | 2017-10-27 17:58:01 +0530 | [diff] [blame] | 170 | <bpmn:scriptTask id="ScriptTask_146jt8v" name="Prepare Resource Oper Status" scriptFormat="groovy"> |
| 171 | <bpmn:incoming>SequenceFlow_0vi0sv6</bpmn:incoming> |
seshukm | 5e83d43 | 2017-10-26 13:13:20 +0530 | [diff] [blame] | 172 | <bpmn:outgoing>SequenceFlow_1ym9otf</bpmn:outgoing> |
| 173 | <bpmn:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.* |
| 174 | def ddsi = new DoCustomDeleteE2EServiceInstance() |
| 175 | ddsi.preInitResourcesOperStatus(execution)]]></bpmn:script> |
| 176 | </bpmn:scriptTask> |
| 177 | <bpmn:serviceTask id="ServiceTask_00tg69u" name="Init Resource Oper Status"> |
| 178 | <bpmn:extensionElements> |
| 179 | <camunda:connector> |
| 180 | <camunda:inputOutput> |
| 181 | <camunda:inputParameter name="url">${URN_mso_openecomp_adapters_db_endpoint}</camunda:inputParameter> |
| 182 | <camunda:inputParameter name="headers"> |
| 183 | <camunda:map> |
| 184 | <camunda:entry key="content-type">application/soap+xml</camunda:entry> |
c00149107 | 1be6641 | 2017-11-07 16:04:40 +0800 | [diff] [blame] | 185 | <camunda:entry key="Authorization">Basic QlBFTENsaWVudDpwYXNzd29yZDEk</camunda:entry> |
seshukm | 5e83d43 | 2017-10-26 13:13:20 +0530 | [diff] [blame] | 186 | </camunda:map> |
| 187 | </camunda:inputParameter> |
| 188 | <camunda:inputParameter name="payload">${CVFMI_initResOperStatusRequest}</camunda:inputParameter> |
| 189 | <camunda:inputParameter name="method">POST</camunda:inputParameter> |
| 190 | <camunda:outputParameter name="CVFMI_dbResponseCode">${statusCode}</camunda:outputParameter> |
| 191 | <camunda:outputParameter name="CVFMI_dbResponse">${response}</camunda:outputParameter> |
| 192 | </camunda:inputOutput> |
| 193 | <camunda:connectorId>http-connector</camunda:connectorId> |
| 194 | </camunda:connector> |
| 195 | </bpmn:extensionElements> |
| 196 | <bpmn:incoming>SequenceFlow_1ym9otf</bpmn:incoming> |
| 197 | <bpmn:outgoing>SequenceFlow_0l4w9nr</bpmn:outgoing> |
| 198 | </bpmn:serviceTask> |
| 199 | <bpmn:sequenceFlow id="SequenceFlow_1ym9otf" sourceRef="ScriptTask_146jt8v" targetRef="ServiceTask_00tg69u" /> |
| 200 | <bpmn:sequenceFlow id="SequenceFlow_0l4w9nr" sourceRef="ServiceTask_00tg69u" targetRef="ScriptTask_0z30dax" /> |
seshukm | bda9f91 | 2017-10-27 17:58:01 +0530 | [diff] [blame] | 201 | <bpmn:callActivity id="CallActivity_076pc2z" name="Call AAI Generic GetService" calledElement="GenericGetService"> |
| 202 | <bpmn:extensionElements> |
| 203 | <camunda:in source="serviceInstanceId" target="GENGS_serviceInstanceId" /> |
| 204 | <camunda:in sourceExpression="service-instance" target="GENGS_type" /> |
| 205 | <camunda:out source="GENGS_FoundIndicator" target="GENGS_FoundIndicator" /> |
| 206 | <camunda:out source="GENGS_SuccessIndicator" target="GENGS_SuccessIndicator" /> |
| 207 | <camunda:out source="WorkflowException" target="WorkflowException" /> |
| 208 | <camunda:out source="GENGS_siResourceLink" target="GENGS_siResourceLink" /> |
| 209 | <camunda:out source="GENGS_service" target="GENGS_service" /> |
c00149107 | 1be6641 | 2017-11-07 16:04:40 +0800 | [diff] [blame] | 210 | <camunda:in source="globalSubscriberId" target="GENGS_globalCustomerId" /> |
| 211 | <camunda:in source="serviceType" target="GENGS_serviceType" /> |
seshukm | bda9f91 | 2017-10-27 17:58:01 +0530 | [diff] [blame] | 212 | </bpmn:extensionElements> |
| 213 | <bpmn:incoming>SequenceFlow_11e6bfy</bpmn:incoming> |
| 214 | <bpmn:outgoing>SequenceFlow_188ejvu</bpmn:outgoing> |
| 215 | </bpmn:callActivity> |
| 216 | <bpmn:sequenceFlow id="SequenceFlow_188ejvu" sourceRef="CallActivity_076pc2z" targetRef="ScriptTask_1rtnsh8" /> |
seshukm | a1a6cb4 | 2017-10-10 12:15:10 +0530 | [diff] [blame] | 217 | </bpmn:process> |
| 218 | <bpmndi:BPMNDiagram id="BPMNDiagram_1"> |
c00149107 | e137c11 | 2017-10-13 17:15:30 +0800 | [diff] [blame] | 219 | <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="DoCustomDeleteE2EServiceInstance"> |
seshukm | a1a6cb4 | 2017-10-10 12:15:10 +0530 | [diff] [blame] | 220 | <bpmndi:BPMNShape id="StartEvent_0212h2r_di" bpmnElement="StartEvent_0212h2r"> |
c00149107 | e137c11 | 2017-10-13 17:15:30 +0800 | [diff] [blame] | 221 | <dc:Bounds x="-612" y="-35" width="36" height="36" /> |
seshukm | a1a6cb4 | 2017-10-10 12:15:10 +0530 | [diff] [blame] | 222 | <bpmndi:BPMNLabel> |
c00149107 | e137c11 | 2017-10-13 17:15:30 +0800 | [diff] [blame] | 223 | <dc:Bounds x="-618" y="6" width="50" height="12" /> |
seshukm | a1a6cb4 | 2017-10-10 12:15:10 +0530 | [diff] [blame] | 224 | </bpmndi:BPMNLabel> |
| 225 | </bpmndi:BPMNShape> |
| 226 | <bpmndi:BPMNShape id="ScriptTask_06phzgv_di" bpmnElement="ScriptTask_06phzgv"> |
c00149107 | e137c11 | 2017-10-13 17:15:30 +0800 | [diff] [blame] | 227 | <dc:Bounds x="-519" y="-57" width="100" height="80" /> |
seshukm | a1a6cb4 | 2017-10-10 12:15:10 +0530 | [diff] [blame] | 228 | </bpmndi:BPMNShape> |
| 229 | <bpmndi:BPMNShape id="EndEvent_1uqzt26_di" bpmnElement="EndEvent_1uqzt26"> |
c00149107 | e137c11 | 2017-10-13 17:15:30 +0800 | [diff] [blame] | 230 | <dc:Bounds x="1220" y="1109" width="36" height="36" /> |
seshukm | a1a6cb4 | 2017-10-10 12:15:10 +0530 | [diff] [blame] | 231 | <bpmndi:BPMNLabel> |
c00149107 | e137c11 | 2017-10-13 17:15:30 +0800 | [diff] [blame] | 232 | <dc:Bounds x="1148" y="1150" width="90" height="12" /> |
seshukm | a1a6cb4 | 2017-10-10 12:15:10 +0530 | [diff] [blame] | 233 | </bpmndi:BPMNLabel> |
| 234 | </bpmndi:BPMNShape> |
| 235 | <bpmndi:BPMNShape id="CallActivity_06izbke_di" bpmnElement="CallActivity_06izbke"> |
c00149107 | e137c11 | 2017-10-13 17:15:30 +0800 | [diff] [blame] | 236 | <dc:Bounds x="1188" y="779" width="100" height="80" /> |
seshukm | a1a6cb4 | 2017-10-10 12:15:10 +0530 | [diff] [blame] | 237 | </bpmndi:BPMNShape> |
seshukm | a1a6cb4 | 2017-10-10 12:15:10 +0530 | [diff] [blame] | 238 | <bpmndi:BPMNShape id="ScriptTask_1rtnsh8_di" bpmnElement="ScriptTask_1rtnsh8"> |
seshukm | bda9f91 | 2017-10-27 17:58:01 +0530 | [diff] [blame] | 239 | <dc:Bounds x="-193" y="-57" width="100" height="80" /> |
seshukm | a1a6cb4 | 2017-10-10 12:15:10 +0530 | [diff] [blame] | 240 | </bpmndi:BPMNShape> |
| 241 | <bpmndi:BPMNShape id="ScriptTask_01erufg_di" bpmnElement="ScriptTask_01erufg"> |
c00149107 | e137c11 | 2017-10-13 17:15:30 +0800 | [diff] [blame] | 242 | <dc:Bounds x="1188" y="915" width="100" height="80" /> |
seshukm | a1a6cb4 | 2017-10-10 12:15:10 +0530 | [diff] [blame] | 243 | </bpmndi:BPMNShape> |
| 244 | <bpmndi:BPMNShape id="SubProcess_1u8zt9i_di" bpmnElement="SubProcess_1u8zt9i" isExpanded="true"> |
c00149107 | e137c11 | 2017-10-13 17:15:30 +0800 | [diff] [blame] | 245 | <dc:Bounds x="445" y="320" width="467" height="193" /> |
seshukm | a1a6cb4 | 2017-10-10 12:15:10 +0530 | [diff] [blame] | 246 | </bpmndi:BPMNShape> |
| 247 | <bpmndi:BPMNEdge id="SequenceFlow_0vz7cd9_di" bpmnElement="SequenceFlow_0vz7cd9"> |
c00149107 | e137c11 | 2017-10-13 17:15:30 +0800 | [diff] [blame] | 248 | <di:waypoint xsi:type="dc:Point" x="-576" y="-17" /> |
| 249 | <di:waypoint xsi:type="dc:Point" x="-519" y="-17" /> |
seshukm | a1a6cb4 | 2017-10-10 12:15:10 +0530 | [diff] [blame] | 250 | <bpmndi:BPMNLabel> |
c00149107 | e137c11 | 2017-10-13 17:15:30 +0800 | [diff] [blame] | 251 | <dc:Bounds x="-592.5" y="-38" width="90" height="12" /> |
seshukm | a1a6cb4 | 2017-10-10 12:15:10 +0530 | [diff] [blame] | 252 | </bpmndi:BPMNLabel> |
| 253 | </bpmndi:BPMNEdge> |
| 254 | <bpmndi:BPMNEdge id="SequenceFlow_11e6bfy_di" bpmnElement="SequenceFlow_11e6bfy"> |
c00149107 | e137c11 | 2017-10-13 17:15:30 +0800 | [diff] [blame] | 255 | <di:waypoint xsi:type="dc:Point" x="-419" y="-17" /> |
seshukm | bda9f91 | 2017-10-27 17:58:01 +0530 | [diff] [blame] | 256 | <di:waypoint xsi:type="dc:Point" x="-357" y="-17" /> |
seshukm | a1a6cb4 | 2017-10-10 12:15:10 +0530 | [diff] [blame] | 257 | <bpmndi:BPMNLabel> |
seshukm | bda9f91 | 2017-10-27 17:58:01 +0530 | [diff] [blame] | 258 | <dc:Bounds x="-433" y="-38" width="90" height="12" /> |
seshukm | a1a6cb4 | 2017-10-10 12:15:10 +0530 | [diff] [blame] | 259 | </bpmndi:BPMNLabel> |
| 260 | </bpmndi:BPMNEdge> |
| 261 | <bpmndi:BPMNEdge id="SequenceFlow_0e7inkl_di" bpmnElement="SequenceFlow_0e7inkl"> |
c00149107 | e137c11 | 2017-10-13 17:15:30 +0800 | [diff] [blame] | 262 | <di:waypoint xsi:type="dc:Point" x="1238" y="995" /> |
| 263 | <di:waypoint xsi:type="dc:Point" x="1238" y="1109" /> |
seshukm | a1a6cb4 | 2017-10-10 12:15:10 +0530 | [diff] [blame] | 264 | <bpmndi:BPMNLabel> |
c00149107 | e137c11 | 2017-10-13 17:15:30 +0800 | [diff] [blame] | 265 | <dc:Bounds x="1208" y="1046" width="90" height="12" /> |
seshukm | a1a6cb4 | 2017-10-10 12:15:10 +0530 | [diff] [blame] | 266 | </bpmndi:BPMNLabel> |
| 267 | </bpmndi:BPMNEdge> |
| 268 | <bpmndi:BPMNEdge id="SequenceFlow_0g6bxqw_di" bpmnElement="SequenceFlow_0g6bxqw"> |
c00149107 | e137c11 | 2017-10-13 17:15:30 +0800 | [diff] [blame] | 269 | <di:waypoint xsi:type="dc:Point" x="1238" y="859" /> |
| 270 | <di:waypoint xsi:type="dc:Point" x="1238" y="915" /> |
seshukm | a1a6cb4 | 2017-10-10 12:15:10 +0530 | [diff] [blame] | 271 | <bpmndi:BPMNLabel> |
c00149107 | e137c11 | 2017-10-13 17:15:30 +0800 | [diff] [blame] | 272 | <dc:Bounds x="1208" y="881" width="90" height="12" /> |
seshukm | a1a6cb4 | 2017-10-10 12:15:10 +0530 | [diff] [blame] | 273 | </bpmndi:BPMNLabel> |
| 274 | </bpmndi:BPMNEdge> |
| 275 | <bpmndi:BPMNEdge id="SequenceFlow_0vi0sv6_di" bpmnElement="SequenceFlow_0vi0sv6"> |
seshukm | bda9f91 | 2017-10-27 17:58:01 +0530 | [diff] [blame] | 276 | <di:waypoint xsi:type="dc:Point" x="-93" y="-17" /> |
| 277 | <di:waypoint xsi:type="dc:Point" x="-26" y="-17" /> |
seshukm | a1a6cb4 | 2017-10-10 12:15:10 +0530 | [diff] [blame] | 278 | <bpmndi:BPMNLabel> |
seshukm | bda9f91 | 2017-10-27 17:58:01 +0530 | [diff] [blame] | 279 | <dc:Bounds x="-104.5" y="-38" width="90" height="12" /> |
seshukm | a1a6cb4 | 2017-10-10 12:15:10 +0530 | [diff] [blame] | 280 | </bpmndi:BPMNLabel> |
| 281 | </bpmndi:BPMNEdge> |
| 282 | <bpmndi:BPMNShape id="StartEvent_0sf5lpt_di" bpmnElement="StartEvent_0sf5lpt"> |
c00149107 | e137c11 | 2017-10-13 17:15:30 +0800 | [diff] [blame] | 283 | <dc:Bounds x="513" y="387" width="36" height="36" /> |
seshukm | a1a6cb4 | 2017-10-10 12:15:10 +0530 | [diff] [blame] | 284 | <bpmndi:BPMNLabel> |
c00149107 | e137c11 | 2017-10-13 17:15:30 +0800 | [diff] [blame] | 285 | <dc:Bounds x="441" y="428" width="90" height="12" /> |
seshukm | a1a6cb4 | 2017-10-10 12:15:10 +0530 | [diff] [blame] | 286 | </bpmndi:BPMNLabel> |
| 287 | </bpmndi:BPMNShape> |
| 288 | <bpmndi:BPMNShape id="EndEvent_06utmg4_di" bpmnElement="EndEvent_06utmg4"> |
c00149107 | e137c11 | 2017-10-13 17:15:30 +0800 | [diff] [blame] | 289 | <dc:Bounds x="806" y="387" width="36" height="36" /> |
seshukm | a1a6cb4 | 2017-10-10 12:15:10 +0530 | [diff] [blame] | 290 | <bpmndi:BPMNLabel> |
c00149107 | e137c11 | 2017-10-13 17:15:30 +0800 | [diff] [blame] | 291 | <dc:Bounds x="734" y="428" width="90" height="12" /> |
seshukm | a1a6cb4 | 2017-10-10 12:15:10 +0530 | [diff] [blame] | 292 | </bpmndi:BPMNLabel> |
| 293 | </bpmndi:BPMNShape> |
| 294 | <bpmndi:BPMNShape id="ScriptTask_0nha3pr_di" bpmnElement="ScriptTask_0nha3pr"> |
c00149107 | e137c11 | 2017-10-13 17:15:30 +0800 | [diff] [blame] | 295 | <dc:Bounds x="617" y="365" width="100" height="80" /> |
seshukm | a1a6cb4 | 2017-10-10 12:15:10 +0530 | [diff] [blame] | 296 | </bpmndi:BPMNShape> |
| 297 | <bpmndi:BPMNEdge id="SequenceFlow_1921mo3_di" bpmnElement="SequenceFlow_1921mo3"> |
c00149107 | e137c11 | 2017-10-13 17:15:30 +0800 | [diff] [blame] | 298 | <di:waypoint xsi:type="dc:Point" x="549" y="405" /> |
| 299 | <di:waypoint xsi:type="dc:Point" x="617" y="405" /> |
seshukm | a1a6cb4 | 2017-10-10 12:15:10 +0530 | [diff] [blame] | 300 | <bpmndi:BPMNLabel> |
c00149107 | e137c11 | 2017-10-13 17:15:30 +0800 | [diff] [blame] | 301 | <dc:Bounds x="493" y="390" width="90" height="12" /> |
seshukm | a1a6cb4 | 2017-10-10 12:15:10 +0530 | [diff] [blame] | 302 | </bpmndi:BPMNLabel> |
| 303 | </bpmndi:BPMNEdge> |
| 304 | <bpmndi:BPMNEdge id="SequenceFlow_18vlzfo_di" bpmnElement="SequenceFlow_18vlzfo"> |
c00149107 | e137c11 | 2017-10-13 17:15:30 +0800 | [diff] [blame] | 305 | <di:waypoint xsi:type="dc:Point" x="717" y="405" /> |
| 306 | <di:waypoint xsi:type="dc:Point" x="806" y="405" /> |
seshukm | a1a6cb4 | 2017-10-10 12:15:10 +0530 | [diff] [blame] | 307 | <bpmndi:BPMNLabel> |
c00149107 | e137c11 | 2017-10-13 17:15:30 +0800 | [diff] [blame] | 308 | <dc:Bounds x="673" y="390" width="90" height="12" /> |
seshukm | a1a6cb4 | 2017-10-10 12:15:10 +0530 | [diff] [blame] | 309 | </bpmndi:BPMNLabel> |
| 310 | </bpmndi:BPMNEdge> |
| 311 | <bpmndi:BPMNShape id="CallActivity_1x56smn_di" bpmnElement="CallActivity_Del_VFC"> |
c00149107 | e137c11 | 2017-10-13 17:15:30 +0800 | [diff] [blame] | 312 | <dc:Bounds x="1188" y="483" width="100" height="80" /> |
seshukm | a1a6cb4 | 2017-10-10 12:15:10 +0530 | [diff] [blame] | 313 | </bpmndi:BPMNShape> |
seshukm | a1a6cb4 | 2017-10-10 12:15:10 +0530 | [diff] [blame] | 314 | <bpmndi:BPMNEdge id="SequenceFlow_0qquvgc_di" bpmnElement="SequenceFlow_0qquvgc"> |
c00149107 | e137c11 | 2017-10-13 17:15:30 +0800 | [diff] [blame] | 315 | <di:waypoint xsi:type="dc:Point" x="1238" y="563" /> |
| 316 | <di:waypoint xsi:type="dc:Point" x="1238" y="642" /> |
seshukm | a1a6cb4 | 2017-10-10 12:15:10 +0530 | [diff] [blame] | 317 | <bpmndi:BPMNLabel> |
c00149107 | e137c11 | 2017-10-13 17:15:30 +0800 | [diff] [blame] | 318 | <dc:Bounds x="1208" y="596.5" width="90" height="12" /> |
seshukm | a1a6cb4 | 2017-10-10 12:15:10 +0530 | [diff] [blame] | 319 | </bpmndi:BPMNLabel> |
| 320 | </bpmndi:BPMNEdge> |
| 321 | <bpmndi:BPMNShape id="ScriptTask_0vcz9mj_di" bpmnElement="ScriptTask_0vcz9mj"> |
c00149107 | e137c11 | 2017-10-13 17:15:30 +0800 | [diff] [blame] | 322 | <dc:Bounds x="1188" y="338" width="100" height="80" /> |
seshukm | a1a6cb4 | 2017-10-10 12:15:10 +0530 | [diff] [blame] | 323 | </bpmndi:BPMNShape> |
| 324 | <bpmndi:BPMNEdge id="SequenceFlow_1wmjau1_di" bpmnElement="SequenceFlow_1wmjau1"> |
c00149107 | e137c11 | 2017-10-13 17:15:30 +0800 | [diff] [blame] | 325 | <di:waypoint xsi:type="dc:Point" x="1238" y="418" /> |
| 326 | <di:waypoint xsi:type="dc:Point" x="1238" y="483" /> |
seshukm | a1a6cb4 | 2017-10-10 12:15:10 +0530 | [diff] [blame] | 327 | <bpmndi:BPMNLabel> |
c00149107 | e137c11 | 2017-10-13 17:15:30 +0800 | [diff] [blame] | 328 | <dc:Bounds x="1208" y="444.5" width="90" height="12" /> |
seshukm | a1a6cb4 | 2017-10-10 12:15:10 +0530 | [diff] [blame] | 329 | </bpmndi:BPMNLabel> |
| 330 | </bpmndi:BPMNEdge> |
| 331 | <bpmndi:BPMNShape id="ScriptTask_0mdub03_di" bpmnElement="ScriptTask_0mdub03"> |
c00149107 | e137c11 | 2017-10-13 17:15:30 +0800 | [diff] [blame] | 332 | <dc:Bounds x="1188" y="642" width="100" height="80" /> |
seshukm | a1a6cb4 | 2017-10-10 12:15:10 +0530 | [diff] [blame] | 333 | </bpmndi:BPMNShape> |
| 334 | <bpmndi:BPMNShape id="ScriptTask_1g0tsto_di" bpmnElement="ScriptTask_1g0tsto"> |
c00149107 | e137c11 | 2017-10-13 17:15:30 +0800 | [diff] [blame] | 335 | <dc:Bounds x="1188" y="-57" width="100" height="80" /> |
seshukm | a1a6cb4 | 2017-10-10 12:15:10 +0530 | [diff] [blame] | 336 | </bpmndi:BPMNShape> |
| 337 | <bpmndi:BPMNShape id="ScriptTask_0z30dax_di" bpmnElement="ScriptTask_0z30dax"> |
seshukm | bda9f91 | 2017-10-27 17:58:01 +0530 | [diff] [blame] | 338 | <dc:Bounds x="316" y="-57" width="100" height="80" /> |
seshukm | a1a6cb4 | 2017-10-10 12:15:10 +0530 | [diff] [blame] | 339 | </bpmndi:BPMNShape> |
seshukm | a1a6cb4 | 2017-10-10 12:15:10 +0530 | [diff] [blame] | 340 | <bpmndi:BPMNEdge id="SequenceFlow_1dza4q4_di" bpmnElement="SequenceFlow_1dza4q4"> |
seshukm | bda9f91 | 2017-10-27 17:58:01 +0530 | [diff] [blame] | 341 | <di:waypoint xsi:type="dc:Point" x="416" y="-17" /> |
| 342 | <di:waypoint xsi:type="dc:Point" x="499" y="-17" /> |
seshukm | a1a6cb4 | 2017-10-10 12:15:10 +0530 | [diff] [blame] | 343 | <bpmndi:BPMNLabel> |
seshukm | bda9f91 | 2017-10-27 17:58:01 +0530 | [diff] [blame] | 344 | <dc:Bounds x="412.5" y="-38" width="90" height="12" /> |
seshukm | a1a6cb4 | 2017-10-10 12:15:10 +0530 | [diff] [blame] | 345 | </bpmndi:BPMNLabel> |
| 346 | </bpmndi:BPMNEdge> |
| 347 | <bpmndi:BPMNEdge id="SequenceFlow_0rpu756_di" bpmnElement="SequenceFlow_0rpu756"> |
seshukm | bda9f91 | 2017-10-27 17:58:01 +0530 | [diff] [blame] | 348 | <di:waypoint xsi:type="dc:Point" x="599" y="-17" /> |
| 349 | <di:waypoint xsi:type="dc:Point" x="679" y="-16" /> |
seshukm | a1a6cb4 | 2017-10-10 12:15:10 +0530 | [diff] [blame] | 350 | <bpmndi:BPMNLabel> |
seshukm | bda9f91 | 2017-10-27 17:58:01 +0530 | [diff] [blame] | 351 | <dc:Bounds x="594" y="-37.5" width="90" height="12" /> |
seshukm | a1a6cb4 | 2017-10-10 12:15:10 +0530 | [diff] [blame] | 352 | </bpmndi:BPMNLabel> |
| 353 | </bpmndi:BPMNEdge> |
c00149107 | e137c11 | 2017-10-13 17:15:30 +0800 | [diff] [blame] | 354 | <bpmndi:BPMNEdge id="SequenceFlow_1wnkgpx_di" bpmnElement="SequenceFlow_1wnkgpx"> |
| 355 | <di:waypoint xsi:type="dc:Point" x="1237" y="134" /> |
| 356 | <di:waypoint xsi:type="dc:Point" x="1238" y="192" /> |
| 357 | <bpmndi:BPMNLabel> |
| 358 | <dc:Bounds x="1237.5" y="142" width="0" height="12" /> |
| 359 | </bpmndi:BPMNLabel> |
| 360 | </bpmndi:BPMNEdge> |
| 361 | <bpmndi:BPMNEdge id="SequenceFlow_1931m8u_di" bpmnElement="SequenceFlow_1931m8u"> |
| 362 | <di:waypoint xsi:type="dc:Point" x="1237" y="272" /> |
| 363 | <di:waypoint xsi:type="dc:Point" x="1238" y="338" /> |
| 364 | <bpmndi:BPMNLabel> |
| 365 | <dc:Bounds x="1237.5" y="284" width="0" height="12" /> |
| 366 | </bpmndi:BPMNLabel> |
| 367 | </bpmndi:BPMNEdge> |
| 368 | <bpmndi:BPMNShape id="ScriptTask_00301ai_di" bpmnElement="Task_0z1x3sg"> |
| 369 | <dc:Bounds x="1188" y="54" width="100" height="80" /> |
| 370 | </bpmndi:BPMNShape> |
| 371 | <bpmndi:BPMNEdge id="SequenceFlow_1m7tont_di" bpmnElement="SequenceFlow_1m7tont"> |
| 372 | <di:waypoint xsi:type="dc:Point" x="1238" y="23" /> |
| 373 | <di:waypoint xsi:type="dc:Point" x="1238" y="54" /> |
| 374 | <bpmndi:BPMNLabel> |
| 375 | <dc:Bounds x="1253" y="32.5" width="0" height="12" /> |
| 376 | </bpmndi:BPMNLabel> |
| 377 | </bpmndi:BPMNEdge> |
c00149107 | e137c11 | 2017-10-13 17:15:30 +0800 | [diff] [blame] | 378 | <bpmndi:BPMNShape id="CallActivity_1mwacgl_di" bpmnElement="Task_0963dho"> |
| 379 | <dc:Bounds x="1188" y="192" width="100" height="80" /> |
| 380 | </bpmndi:BPMNShape> |
| 381 | <bpmndi:BPMNEdge id="SequenceFlow_0vg4q7x_di" bpmnElement="SequenceFlow_0vg4q7x"> |
| 382 | <di:waypoint xsi:type="dc:Point" x="1238" y="722" /> |
| 383 | <di:waypoint xsi:type="dc:Point" x="1238" y="779" /> |
| 384 | <bpmndi:BPMNLabel> |
| 385 | <dc:Bounds x="1253" y="744.5" width="0" height="12" /> |
| 386 | </bpmndi:BPMNLabel> |
| 387 | </bpmndi:BPMNEdge> |
| 388 | <bpmndi:BPMNShape id="ServiceTask_0v9q75y_di" bpmnElement="CallActivity_Del_SDNC_cust"> |
seshukm | bda9f91 | 2017-10-27 17:58:01 +0530 | [diff] [blame] | 389 | <dc:Bounds x="499" y="-57" width="100" height="80" /> |
c00149107 | e137c11 | 2017-10-13 17:15:30 +0800 | [diff] [blame] | 390 | </bpmndi:BPMNShape> |
| 391 | <bpmndi:BPMNEdge id="SequenceFlow_0d9lmlv_di" bpmnElement="SequenceFlow_0d9lmlv"> |
seshukm | bda9f91 | 2017-10-27 17:58:01 +0530 | [diff] [blame] | 392 | <di:waypoint xsi:type="dc:Point" x="779" y="-16" /> |
seshukm | 5e83d43 | 2017-10-26 13:13:20 +0530 | [diff] [blame] | 393 | <di:waypoint xsi:type="dc:Point" x="855" y="-17" /> |
c00149107 | e137c11 | 2017-10-13 17:15:30 +0800 | [diff] [blame] | 394 | <bpmndi:BPMNLabel> |
seshukm | bda9f91 | 2017-10-27 17:58:01 +0530 | [diff] [blame] | 395 | <dc:Bounds x="772" y="-37.5" width="90" height="12" /> |
c00149107 | e137c11 | 2017-10-13 17:15:30 +0800 | [diff] [blame] | 396 | </bpmndi:BPMNLabel> |
| 397 | </bpmndi:BPMNEdge> |
| 398 | <bpmndi:BPMNEdge id="SequenceFlow_1g4djgh_di" bpmnElement="SequenceFlow_1g4djgh"> |
seshukm | 5e83d43 | 2017-10-26 13:13:20 +0530 | [diff] [blame] | 399 | <di:waypoint xsi:type="dc:Point" x="955" y="-17" /> |
| 400 | <di:waypoint xsi:type="dc:Point" x="1021" y="-17" /> |
c00149107 | e137c11 | 2017-10-13 17:15:30 +0800 | [diff] [blame] | 401 | <bpmndi:BPMNLabel> |
seshukm | 5e83d43 | 2017-10-26 13:13:20 +0530 | [diff] [blame] | 402 | <dc:Bounds x="943" y="-38" width="90" height="12" /> |
c00149107 | e137c11 | 2017-10-13 17:15:30 +0800 | [diff] [blame] | 403 | </bpmndi:BPMNLabel> |
| 404 | </bpmndi:BPMNEdge> |
| 405 | <bpmndi:BPMNEdge id="SequenceFlow_0uc2beq_di" bpmnElement="SequenceFlow_0uc2beq"> |
seshukm | 5e83d43 | 2017-10-26 13:13:20 +0530 | [diff] [blame] | 406 | <di:waypoint xsi:type="dc:Point" x="1121" y="-17" /> |
c00149107 | e137c11 | 2017-10-13 17:15:30 +0800 | [diff] [blame] | 407 | <di:waypoint xsi:type="dc:Point" x="1188" y="-17" /> |
| 408 | <bpmndi:BPMNLabel> |
seshukm | 5e83d43 | 2017-10-26 13:13:20 +0530 | [diff] [blame] | 409 | <dc:Bounds x="1109.5" y="-38" width="90" height="12" /> |
c00149107 | e137c11 | 2017-10-13 17:15:30 +0800 | [diff] [blame] | 410 | </bpmndi:BPMNLabel> |
| 411 | </bpmndi:BPMNEdge> |
| 412 | <bpmndi:BPMNShape id="ScriptTask_1e5z0wu_di" bpmnElement="Task_14erap6"> |
seshukm | bda9f91 | 2017-10-27 17:58:01 +0530 | [diff] [blame] | 413 | <dc:Bounds x="679" y="-56" width="100" height="80" /> |
c00149107 | e137c11 | 2017-10-13 17:15:30 +0800 | [diff] [blame] | 414 | </bpmndi:BPMNShape> |
| 415 | <bpmndi:BPMNShape id="ServiceTask_0f0965f_di" bpmnElement="Task_1j1u666"> |
seshukm | 5e83d43 | 2017-10-26 13:13:20 +0530 | [diff] [blame] | 416 | <dc:Bounds x="855" y="-57" width="100" height="80" /> |
c00149107 | e137c11 | 2017-10-13 17:15:30 +0800 | [diff] [blame] | 417 | </bpmndi:BPMNShape> |
| 418 | <bpmndi:BPMNShape id="ServiceTask_0p4b7e1_di" bpmnElement="Task_0edkv0m"> |
seshukm | 5e83d43 | 2017-10-26 13:13:20 +0530 | [diff] [blame] | 419 | <dc:Bounds x="1021" y="-57" width="100" height="80" /> |
c00149107 | e137c11 | 2017-10-13 17:15:30 +0800 | [diff] [blame] | 420 | </bpmndi:BPMNShape> |
seshukm | 5e83d43 | 2017-10-26 13:13:20 +0530 | [diff] [blame] | 421 | <bpmndi:BPMNShape id="ScriptTask_146jt8v_di" bpmnElement="ScriptTask_146jt8v"> |
seshukm | bda9f91 | 2017-10-27 17:58:01 +0530 | [diff] [blame] | 422 | <dc:Bounds x="-26" y="-57" width="100" height="80" /> |
seshukm | 5e83d43 | 2017-10-26 13:13:20 +0530 | [diff] [blame] | 423 | </bpmndi:BPMNShape> |
| 424 | <bpmndi:BPMNShape id="ServiceTask_00tg69u_di" bpmnElement="ServiceTask_00tg69u"> |
seshukm | bda9f91 | 2017-10-27 17:58:01 +0530 | [diff] [blame] | 425 | <dc:Bounds x="144" y="-57" width="100" height="80" /> |
seshukm | 5e83d43 | 2017-10-26 13:13:20 +0530 | [diff] [blame] | 426 | </bpmndi:BPMNShape> |
| 427 | <bpmndi:BPMNEdge id="SequenceFlow_1ym9otf_di" bpmnElement="SequenceFlow_1ym9otf"> |
seshukm | bda9f91 | 2017-10-27 17:58:01 +0530 | [diff] [blame] | 428 | <di:waypoint xsi:type="dc:Point" x="74" y="-17" /> |
| 429 | <di:waypoint xsi:type="dc:Point" x="144" y="-17" /> |
seshukm | 5e83d43 | 2017-10-26 13:13:20 +0530 | [diff] [blame] | 430 | <bpmndi:BPMNLabel> |
seshukm | bda9f91 | 2017-10-27 17:58:01 +0530 | [diff] [blame] | 431 | <dc:Bounds x="64" y="-38" width="90" height="12" /> |
seshukm | 5e83d43 | 2017-10-26 13:13:20 +0530 | [diff] [blame] | 432 | </bpmndi:BPMNLabel> |
| 433 | </bpmndi:BPMNEdge> |
| 434 | <bpmndi:BPMNEdge id="SequenceFlow_0l4w9nr_di" bpmnElement="SequenceFlow_0l4w9nr"> |
seshukm | bda9f91 | 2017-10-27 17:58:01 +0530 | [diff] [blame] | 435 | <di:waypoint xsi:type="dc:Point" x="244" y="-17" /> |
| 436 | <di:waypoint xsi:type="dc:Point" x="316" y="-17" /> |
seshukm | 5e83d43 | 2017-10-26 13:13:20 +0530 | [diff] [blame] | 437 | <bpmndi:BPMNLabel> |
seshukm | bda9f91 | 2017-10-27 17:58:01 +0530 | [diff] [blame] | 438 | <dc:Bounds x="235" y="-38" width="90" height="12" /> |
| 439 | </bpmndi:BPMNLabel> |
| 440 | </bpmndi:BPMNEdge> |
| 441 | <bpmndi:BPMNShape id="CallActivity_076pc2z_di" bpmnElement="CallActivity_076pc2z"> |
| 442 | <dc:Bounds x="-357" y="-57" width="100" height="80" /> |
| 443 | </bpmndi:BPMNShape> |
| 444 | <bpmndi:BPMNEdge id="SequenceFlow_188ejvu_di" bpmnElement="SequenceFlow_188ejvu"> |
| 445 | <di:waypoint xsi:type="dc:Point" x="-257" y="-17" /> |
| 446 | <di:waypoint xsi:type="dc:Point" x="-193" y="-17" /> |
| 447 | <bpmndi:BPMNLabel> |
| 448 | <dc:Bounds x="-225" y="-38" width="0" height="12" /> |
seshukm | 5e83d43 | 2017-10-26 13:13:20 +0530 | [diff] [blame] | 449 | </bpmndi:BPMNLabel> |
| 450 | </bpmndi:BPMNEdge> |
seshukm | a1a6cb4 | 2017-10-10 12:15:10 +0530 | [diff] [blame] | 451 | </bpmndi:BPMNPlane> |
| 452 | </bpmndi:BPMNDiagram> |
| 453 | </bpmn:definitions> |