Seshu-Kumar-M | 5709d43 | 2017-09-18 15:08:16 +0530 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
c00149107 | 73bd66b | 2017-10-11 16:46:50 +0800 | [diff] [blame] | 2 | <bpmn2:definitions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:bpmn2="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI" xmlns:camunda="http://camunda.org/schema/1.0/bpmn" xmlns:dc="http://www.omg.org/spec/DD/20100524/DC" xmlns:di="http://www.omg.org/spec/DD/20100524/DI" id="_MagIIMOUEeW8asg-vCEgWQ" targetNamespace="http://camunda.org/schema/1.0/bpmn" exporter="Camunda Modeler" exporterVersion="1.10.0" xsi:schemaLocation="http://www.omg.org/spec/BPMN/20100524/MODEL BPMN20.xsd"> |
c00149107 | 2c9049b | 2018-02-23 16:10:56 +0800 | [diff] [blame] | 3 | <bpmn2:process id="DoCreateE2EServiceInstanceV3" name="DoCreateE2EServiceInstanceV3" isExecutable="true"> |
Seshu-Kumar-M | 5709d43 | 2017-09-18 15:08:16 +0530 | [diff] [blame] | 4 | <bpmn2:startEvent id="createSI_startEvent" name="Start Flow"> |
c00149107 | e6a0b6e | 2018-03-05 11:17:12 +0800 | [diff] [blame] | 5 | <bpmn2:outgoing>SequenceFlow_1qiiycn</bpmn2:outgoing> |
Seshu-Kumar-M | 5709d43 | 2017-09-18 15:08:16 +0530 | [diff] [blame] | 6 | </bpmn2:startEvent> |
Seshu-Kumar-M | 5709d43 | 2017-09-18 15:08:16 +0530 | [diff] [blame] | 7 | <bpmn2:scriptTask id="preProcessRequest_ScriptTask" name="PreProcess Incoming Request" scriptFormat="groovy"> |
c00149107 | e6a0b6e | 2018-03-05 11:17:12 +0800 | [diff] [blame] | 8 | <bpmn2:incoming>SequenceFlow_1qiiycn</bpmn2:incoming> |
| 9 | <bpmn2:outgoing>SequenceFlow_0w9t6tc</bpmn2:outgoing> |
Seshu-Kumar-M | 5709d43 | 2017-09-18 15:08:16 +0530 | [diff] [blame] | 10 | <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.* |
| 11 | def dcsi = new DoCreateE2EServiceInstance() |
| 12 | dcsi.preProcessRequest(execution) |
| 13 | ]]></bpmn2:script> |
| 14 | </bpmn2:scriptTask> |
Seshu-Kumar-M | 35a826b | 2017-09-20 14:02:28 +0800 | [diff] [blame] | 15 | <bpmn2:sequenceFlow id="SequenceFlow_4" name="" sourceRef="CustomE2EGetService" targetRef="ScriptTask_0i8cqdy" /> |
Seshu-Kumar-M | 35a826b | 2017-09-20 14:02:28 +0800 | [diff] [blame] | 16 | <bpmn2:callActivity id="CustomE2EGetService" name="Call Custom E2E Get Service" calledElement="CustomE2EGetService"> |
Seshu-Kumar-M | 5709d43 | 2017-09-18 15:08:16 +0530 | [diff] [blame] | 17 | <bpmn2:extensionElements> |
| 18 | <camunda:in source="serviceInstanceName" target="GENGS_serviceInstanceName" /> |
| 19 | <camunda:in source="globalSubscriberId" target="GENGS_globalCustomerId" /> |
| 20 | <camunda:in sourceExpression="service-instance" target="GENGS_type" /> |
| 21 | <camunda:out source="GENGS_FoundIndicator" target="GENGS_FoundIndicator" /> |
| 22 | <camunda:out source="GENGS_SuccessIndicator" target="GENGS_SuccessIndicator" /> |
| 23 | <camunda:out source="WorkflowException" target="WorkflowException" /> |
c00149107 | 1fd78f9 | 2017-10-26 18:00:07 +0800 | [diff] [blame] | 24 | <camunda:in source="serviceType" target="GENGS_serviceType" /> |
Seshu-Kumar-M | 5709d43 | 2017-09-18 15:08:16 +0530 | [diff] [blame] | 25 | </bpmn2:extensionElements> |
c00149107 | e6a0b6e | 2018-03-05 11:17:12 +0800 | [diff] [blame] | 26 | <bpmn2:incoming>SequenceFlow_1i7t9hq</bpmn2:incoming> |
Seshu-Kumar-M | 5709d43 | 2017-09-18 15:08:16 +0530 | [diff] [blame] | 27 | <bpmn2:outgoing>SequenceFlow_4</bpmn2:outgoing> |
| 28 | </bpmn2:callActivity> |
Seshu-Kumar-M | 35a826b | 2017-09-20 14:02:28 +0800 | [diff] [blame] | 29 | <bpmn2:callActivity id="CustomE2EPutService" name="Call Custom E2E Put Service" calledElement="CustomE2EPutService"> |
Seshu-Kumar-M | 5709d43 | 2017-09-18 15:08:16 +0530 | [diff] [blame] | 30 | <bpmn2:extensionElements> |
| 31 | <camunda:in source="globalSubscriberId" target="GENPS_globalSubscriberId" /> |
| 32 | <camunda:in source="serviceInstanceId" target="GENPS_serviceInstanceId" /> |
c00149107 | 1fd78f9 | 2017-10-26 18:00:07 +0800 | [diff] [blame] | 33 | <camunda:in source="serviceType" target="GENPS_serviceType" /> |
Seshu-Kumar-M | 5709d43 | 2017-09-18 15:08:16 +0530 | [diff] [blame] | 34 | <camunda:in sourceExpression="service-instance" target="GENPS_type" /> |
| 35 | <camunda:in source="serviceInstanceData" target="GENPS_payload" /> |
| 36 | <camunda:out source="GENPS_SuccessIndicator" target="GENPS_SuccessIndicator" /> |
| 37 | <camunda:in source="msoRequestId" target="GENPS_requesId" /> |
| 38 | <camunda:out source="WorkflowException" target="WorkflowException" /> |
| 39 | </bpmn2:extensionElements> |
Seshu-Kumar-M | 5709d43 | 2017-09-18 15:08:16 +0530 | [diff] [blame] | 40 | <bpmn2:incoming>SequenceFlow_1w01tqs</bpmn2:incoming> |
| 41 | <bpmn2:outgoing>SequenceFlow_129ih1g</bpmn2:outgoing> |
| 42 | </bpmn2:callActivity> |
Seshu-Kumar-M | 35a826b | 2017-09-20 14:02:28 +0800 | [diff] [blame] | 43 | <bpmn2:sequenceFlow id="SequenceFlow_129ih1g" sourceRef="CustomE2EPutService" targetRef="ScriptTask_0q37vn9" /> |
Seshu-Kumar-M | 5709d43 | 2017-09-18 15:08:16 +0530 | [diff] [blame] | 44 | <bpmn2:subProcess id="SubProcess_06d8lk8" name="Sub-process for Application Errors" triggeredByEvent="true"> |
| 45 | <bpmn2:startEvent id="StartEvent_0yljq9y"> |
| 46 | <bpmn2:outgoing>SequenceFlow_0tgrn11</bpmn2:outgoing> |
| 47 | <bpmn2:errorEventDefinition /> |
| 48 | </bpmn2:startEvent> |
| 49 | <bpmn2:endEvent id="EndEvent_117lkk3"> |
| 50 | <bpmn2:incoming>SequenceFlow_1xzgv5k</bpmn2:incoming> |
| 51 | </bpmn2:endEvent> |
| 52 | <bpmn2:callActivity id="CallActivity_1srx6p6" name="Call DoCreateE2EServiceInstanceRollback" calledElement="DoCreateE2EServiceInstanceRollback"> |
| 53 | <bpmn2:extensionElements> |
| 54 | <camunda:in source="msoRequestId" target="mso-request-id" /> |
| 55 | <camunda:in source="rollbackData" target="rollbackData" /> |
| 56 | <camunda:out source="rolledBack" target="rolledBack" /> |
| 57 | <camunda:in source="disableRollback" target="disableRollback" /> |
| 58 | <camunda:out source="rollbackError" target="rollbackErrror" /> |
| 59 | </bpmn2:extensionElements> |
| 60 | <bpmn2:incoming>SequenceFlow_1lqktwf</bpmn2:incoming> |
| 61 | <bpmn2:outgoing>SequenceFlow_0eumzpf</bpmn2:outgoing> |
| 62 | </bpmn2:callActivity> |
| 63 | <bpmn2:sequenceFlow id="SequenceFlow_0eumzpf" sourceRef="CallActivity_1srx6p6" targetRef="ScriptTask_1p0vyip" /> |
| 64 | <bpmn2:sequenceFlow id="SequenceFlow_0tgrn11" sourceRef="StartEvent_0yljq9y" targetRef="ScriptTask_0ocetux" /> |
| 65 | <bpmn2:scriptTask id="ScriptTask_0ocetux" name="Pre Process Rollback" scriptFormat="groovy"> |
| 66 | <bpmn2:incoming>SequenceFlow_0tgrn11</bpmn2:incoming> |
| 67 | <bpmn2:outgoing>SequenceFlow_1lqktwf</bpmn2:outgoing> |
| 68 | <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.* |
| 69 | def dcsi = new DoCreateE2EServiceInstance() |
| 70 | dcsi.preProcessRollback(execution) |
| 71 | ]]></bpmn2:script> |
| 72 | </bpmn2:scriptTask> |
| 73 | <bpmn2:sequenceFlow id="SequenceFlow_1lqktwf" sourceRef="ScriptTask_0ocetux" targetRef="CallActivity_1srx6p6" /> |
| 74 | <bpmn2:scriptTask id="ScriptTask_1p0vyip" name="Post Process Rollback" scriptFormat="groovy"> |
| 75 | <bpmn2:incoming>SequenceFlow_0eumzpf</bpmn2:incoming> |
| 76 | <bpmn2:outgoing>SequenceFlow_1xzgv5k</bpmn2:outgoing> |
| 77 | <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.* |
| 78 | def dcsi = new DoCreateE2EServiceInstance() |
| 79 | dcsi.postProcessRollback(execution) |
| 80 | ]]></bpmn2:script> |
| 81 | </bpmn2:scriptTask> |
| 82 | <bpmn2:sequenceFlow id="SequenceFlow_1xzgv5k" sourceRef="ScriptTask_1p0vyip" targetRef="EndEvent_117lkk3" /> |
| 83 | </bpmn2:subProcess> |
Seshu-Kumar-M | 5709d43 | 2017-09-18 15:08:16 +0530 | [diff] [blame] | 84 | <bpmn2:scriptTask id="ScriptTask_0i8cqdy" name="Post Process AAI GET" scriptFormat="groovy"> |
| 85 | <bpmn2:incoming>SequenceFlow_4</bpmn2:incoming> |
| 86 | <bpmn2:outgoing>SequenceFlow_1w01tqs</bpmn2:outgoing> |
| 87 | <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.* |
| 88 | def dcsi = new DoCreateE2EServiceInstance() |
| 89 | dcsi.postProcessAAIGET(execution)]]></bpmn2:script> |
| 90 | </bpmn2:scriptTask> |
Seshu-Kumar-M | 35a826b | 2017-09-20 14:02:28 +0800 | [diff] [blame] | 91 | <bpmn2:sequenceFlow id="SequenceFlow_1w01tqs" sourceRef="ScriptTask_0i8cqdy" targetRef="CustomE2EPutService" /> |
Seshu-Kumar-M | 5709d43 | 2017-09-18 15:08:16 +0530 | [diff] [blame] | 92 | <bpmn2:scriptTask id="ScriptTask_0q37vn9" name="Post Process AAI PUT" scriptFormat="groovy"> |
| 93 | <bpmn2:incoming>SequenceFlow_129ih1g</bpmn2:incoming> |
c00149107 | e6a0b6e | 2018-03-05 11:17:12 +0800 | [diff] [blame] | 94 | <bpmn2:outgoing>SequenceFlow_1tkgqu3</bpmn2:outgoing> |
Seshu-Kumar-M | 5709d43 | 2017-09-18 15:08:16 +0530 | [diff] [blame] | 95 | <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.* |
| 96 | def ddsi = new DoCreateE2EServiceInstance() |
| 97 | ddsi.postProcessAAIPUT(execution)]]></bpmn2:script> |
| 98 | </bpmn2:scriptTask> |
Seshu-Kumar-M | 35a826b | 2017-09-20 14:02:28 +0800 | [diff] [blame] | 99 | <bpmn2:scriptTask id="ScriptTask_1xdjlzm" name="Post Config Service Instance Creation" scriptFormat="groovy"> |
c00149107 | e6a0b6e | 2018-03-05 11:17:12 +0800 | [diff] [blame] | 100 | <bpmn2:incoming>SequenceFlow_16nxl6h</bpmn2:incoming> |
| 101 | <bpmn2:outgoing>SequenceFlow_0vbznai</bpmn2:outgoing> |
Seshu-Kumar-M | 35a826b | 2017-09-20 14:02:28 +0800 | [diff] [blame] | 102 | <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.* |
| 103 | def csi = new DoCreateE2EServiceInstance() |
| 104 | csi.postConfigRequest(execution)]]></bpmn2:script> |
| 105 | </bpmn2:scriptTask> |
Seshu-Kumar-M | b23cf7b | 2017-09-20 20:14:28 +0800 | [diff] [blame] | 106 | <bpmn2:endEvent id="EndEvent_0kbbt94"> |
c00149107 | e6a0b6e | 2018-03-05 11:17:12 +0800 | [diff] [blame] | 107 | <bpmn2:incoming>SequenceFlow_0vbznai</bpmn2:incoming> |
Seshu-Kumar-M | b23cf7b | 2017-09-20 20:14:28 +0800 | [diff] [blame] | 108 | </bpmn2:endEvent> |
c00149107 | 73bd66b | 2017-10-11 16:46:50 +0800 | [diff] [blame] | 109 | <bpmn2:sequenceFlow id="SequenceFlow_1qctzm0" sourceRef="Task_0uiekmn" targetRef="Task_0raqlqc" /> |
c00149107 | 1fd78f9 | 2017-10-26 18:00:07 +0800 | [diff] [blame] | 110 | <bpmn2:scriptTask id="Task_0uiekmn" name="Prepare Resource Oper Status" scriptFormat="groovy"> |
c00149107 | e6a0b6e | 2018-03-05 11:17:12 +0800 | [diff] [blame] | 111 | <bpmn2:incoming>SequenceFlow_1hbesp9</bpmn2:incoming> |
c00149107 | 73bd66b | 2017-10-11 16:46:50 +0800 | [diff] [blame] | 112 | <bpmn2:outgoing>SequenceFlow_1qctzm0</bpmn2:outgoing> |
| 113 | <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.* |
| 114 | def ddsi = new DoCreateE2EServiceInstance() |
| 115 | ddsi.preInitResourcesOperStatus(execution)]]></bpmn2:script> |
| 116 | </bpmn2:scriptTask> |
c00149107 | 73bd66b | 2017-10-11 16:46:50 +0800 | [diff] [blame] | 117 | <bpmn2:serviceTask id="Task_0raqlqc" name="Init Resource Oper Status"> |
| 118 | <bpmn2:extensionElements> |
| 119 | <camunda:connector> |
| 120 | <camunda:inputOutput> |
c00149107 | 949db5c | 2017-10-23 14:52:52 +0800 | [diff] [blame] | 121 | <camunda:inputParameter name="url">${CVFMI_dbAdapterEndpoint}</camunda:inputParameter> |
c00149107 | 73bd66b | 2017-10-11 16:46:50 +0800 | [diff] [blame] | 122 | <camunda:inputParameter name="headers"> |
| 123 | <camunda:map> |
| 124 | <camunda:entry key="content-type">application/soap+xml</camunda:entry> |
c00149107 | 95812d1 | 2017-10-19 17:46:02 +0800 | [diff] [blame] | 125 | <camunda:entry key="Authorization">Basic QlBFTENsaWVudDpwYXNzd29yZDEk</camunda:entry> |
c00149107 | 73bd66b | 2017-10-11 16:46:50 +0800 | [diff] [blame] | 126 | </camunda:map> |
| 127 | </camunda:inputParameter> |
| 128 | <camunda:inputParameter name="payload">${CVFMI_initResOperStatusRequest}</camunda:inputParameter> |
| 129 | <camunda:inputParameter name="method">POST</camunda:inputParameter> |
| 130 | <camunda:outputParameter name="CVFMI_dbResponseCode">${statusCode}</camunda:outputParameter> |
| 131 | <camunda:outputParameter name="CVFMI_dbResponse">${response}</camunda:outputParameter> |
| 132 | </camunda:inputOutput> |
| 133 | <camunda:connectorId>http-connector</camunda:connectorId> |
| 134 | </camunda:connector> |
| 135 | </bpmn2:extensionElements> |
| 136 | <bpmn2:incoming>SequenceFlow_1qctzm0</bpmn2:incoming> |
c00149107 | 2c9049b | 2018-02-23 16:10:56 +0800 | [diff] [blame] | 137 | <bpmn2:outgoing>SequenceFlow_10reo7r</bpmn2:outgoing> |
c00149107 | 73bd66b | 2017-10-11 16:46:50 +0800 | [diff] [blame] | 138 | </bpmn2:serviceTask> |
c00149107 | e137c11 | 2017-10-13 17:15:30 +0800 | [diff] [blame] | 139 | <bpmn2:serviceTask id="Task_0io5qby" name="Call Sync SDNC service Create " camunda:class="org.openecomp.mso.bpmn.infrastructure.workflow.serviceTask.SdncServiceTopologyOperationTask"> |
c00149107 | e6a0b6e | 2018-03-05 11:17:12 +0800 | [diff] [blame] | 140 | <bpmn2:incoming>SequenceFlow_1vprtt9</bpmn2:incoming> |
c00149107 | 2c9049b | 2018-02-23 16:10:56 +0800 | [diff] [blame] | 141 | <bpmn2:outgoing>SequenceFlow_11f2zuu</bpmn2:outgoing> |
c00149107 | e137c11 | 2017-10-13 17:15:30 +0800 | [diff] [blame] | 142 | </bpmn2:serviceTask> |
c00149107 | 2c9049b | 2018-02-23 16:10:56 +0800 | [diff] [blame] | 143 | <bpmn2:sequenceFlow id="SequenceFlow_10reo7r" sourceRef="Task_0raqlqc" targetRef="ScriptTask_1y0los4" /> |
c00149107 | e6a0b6e | 2018-03-05 11:17:12 +0800 | [diff] [blame] | 144 | <bpmn2:sequenceFlow id="SequenceFlow_11f2zuu" sourceRef="Task_0io5qby" targetRef="IntermediateThrowEvent_0f2w7aj" /> |
c00149107 | 2c9049b | 2018-02-23 16:10:56 +0800 | [diff] [blame] | 145 | <bpmn2:scriptTask id="ScriptTask_1y0los4" name="Sequence Resource" scriptFormat="groovy"> |
| 146 | <bpmn2:incoming>SequenceFlow_10reo7r</bpmn2:incoming> |
| 147 | <bpmn2:outgoing>SequenceFlow_13d9g1n</bpmn2:outgoing> |
| 148 | <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.* |
| 149 | def ddsi = new DoCreateE2EServiceInstance() |
| 150 | ddsi.sequenceResoure(execution)]]></bpmn2:script> |
| 151 | </bpmn2:scriptTask> |
| 152 | <bpmn2:sequenceFlow id="SequenceFlow_13d9g1n" sourceRef="ScriptTask_1y0los4" targetRef="ExclusiveGateway_07rr3wp" /> |
| 153 | <bpmn2:exclusiveGateway id="ExclusiveGateway_0n9y4du" name="All ResourceFinished?"> |
| 154 | <bpmn2:incoming>SequenceFlow_1jenxlp</bpmn2:incoming> |
c00149107 | 2c9049b | 2018-02-23 16:10:56 +0800 | [diff] [blame] | 155 | <bpmn2:outgoing>SequenceFlow_0q6uy30</bpmn2:outgoing> |
c00149107 | e6a0b6e | 2018-03-05 11:17:12 +0800 | [diff] [blame] | 156 | <bpmn2:outgoing>SequenceFlow_16nxl6h</bpmn2:outgoing> |
c00149107 | 2c9049b | 2018-02-23 16:10:56 +0800 | [diff] [blame] | 157 | </bpmn2:exclusiveGateway> |
c00149107 | 2c9049b | 2018-02-23 16:10:56 +0800 | [diff] [blame] | 158 | <bpmn2:sequenceFlow id="SequenceFlow_0q6uy30" name="no" sourceRef="ExclusiveGateway_0n9y4du" targetRef="ScriptTask_0l4nkqr"> |
| 159 | <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{(execution.getVariable("allResourceFinished" ) == "false" )}]]></bpmn2:conditionExpression> |
| 160 | </bpmn2:sequenceFlow> |
| 161 | <bpmn2:scriptTask id="ScriptTask_0y4u2ty" name="Parse Next Resource" scriptFormat="groovy"> |
c00149107 | e6a0b6e | 2018-03-05 11:17:12 +0800 | [diff] [blame] | 162 | <bpmn2:incoming>SequenceFlow_13c7bhn</bpmn2:incoming> |
c00149107 | 2c9049b | 2018-02-23 16:10:56 +0800 | [diff] [blame] | 163 | <bpmn2:outgoing>SequenceFlow_1jenxlp</bpmn2:outgoing> |
| 164 | <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.* |
| 165 | def ddsi = new DoCreateE2EServiceInstance() |
| 166 | ddsi.parseNextResource(execution)]]></bpmn2:script> |
| 167 | </bpmn2:scriptTask> |
c00149107 | 2c9049b | 2018-02-23 16:10:56 +0800 | [diff] [blame] | 168 | <bpmn2:sequenceFlow id="SequenceFlow_1jenxlp" sourceRef="ScriptTask_0y4u2ty" targetRef="ExclusiveGateway_0n9y4du" /> |
| 169 | <bpmn2:scriptTask id="ScriptTask_0l4nkqr" name="Get Current Resource" scriptFormat="groovy"> |
c00149107 | 2c9049b | 2018-02-23 16:10:56 +0800 | [diff] [blame] | 170 | <bpmn2:incoming>SequenceFlow_0q6uy30</bpmn2:incoming> |
c00149107 | e6a0b6e | 2018-03-05 11:17:12 +0800 | [diff] [blame] | 171 | <bpmn2:incoming>SequenceFlow_1qozd66</bpmn2:incoming> |
| 172 | <bpmn2:outgoing>SequenceFlow_0uiygod</bpmn2:outgoing> |
c00149107 | 2c9049b | 2018-02-23 16:10:56 +0800 | [diff] [blame] | 173 | <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.* |
| 174 | def ddsi = new DoCreateE2EServiceInstance() |
| 175 | ddsi.getCurrentResoure(execution)]]></bpmn2:script> |
| 176 | </bpmn2:scriptTask> |
c00149107 | 2c9049b | 2018-02-23 16:10:56 +0800 | [diff] [blame] | 177 | <bpmn2:exclusiveGateway id="ExclusiveGateway_07rr3wp" name="Is SDN-C Service Needed"> |
| 178 | <bpmn2:incoming>SequenceFlow_13d9g1n</bpmn2:incoming> |
c00149107 | 2c9049b | 2018-02-23 16:10:56 +0800 | [diff] [blame] | 179 | <bpmn2:outgoing>SequenceFlow_18wj44x</bpmn2:outgoing> |
c00149107 | e6a0b6e | 2018-03-05 11:17:12 +0800 | [diff] [blame] | 180 | <bpmn2:outgoing>SequenceFlow_1vprtt9</bpmn2:outgoing> |
c00149107 | 2c9049b | 2018-02-23 16:10:56 +0800 | [diff] [blame] | 181 | </bpmn2:exclusiveGateway> |
c00149107 | e6a0b6e | 2018-03-05 11:17:12 +0800 | [diff] [blame] | 182 | <bpmn2:sequenceFlow id="SequenceFlow_18wj44x" name="no" sourceRef="ExclusiveGateway_07rr3wp" targetRef="IntermediateThrowEvent_0f2w7aj"> |
c00149107 | 2c9049b | 2018-02-23 16:10:56 +0800 | [diff] [blame] | 183 | <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{(execution.getVariable("isContainsWanResource" ) == "false" )}]]></bpmn2:conditionExpression> |
| 184 | </bpmn2:sequenceFlow> |
c00149107 | e6a0b6e | 2018-03-05 11:17:12 +0800 | [diff] [blame] | 185 | <bpmn2:scriptTask id="Task_0qlkmvt" name="Prepare resource recipe Request" scriptFormat="groovy"> |
| 186 | <bpmn2:incoming>SequenceFlow_0uiygod</bpmn2:incoming> |
| 187 | <bpmn2:outgoing>SequenceFlow_1u9k0dm</bpmn2:outgoing> |
| 188 | <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.* |
| 189 | def ddsi = new DoCreateE2EServiceInstance() |
| 190 | ddsi.prepareResourceRecipeRequest(execution)]]></bpmn2:script> |
| 191 | </bpmn2:scriptTask> |
| 192 | <bpmn2:scriptTask id="Task_12ghoph" name="Execute Resource Recipe"> |
| 193 | <bpmn2:incoming>SequenceFlow_1u9k0dm</bpmn2:incoming> |
| 194 | <bpmn2:outgoing>SequenceFlow_13c7bhn</bpmn2:outgoing> |
| 195 | <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.* |
| 196 | def ddsi = new DoCreateE2EServiceInstance() |
| 197 | ddsi.executeResourceRecipe(execution)]]></bpmn2:script> |
| 198 | </bpmn2:scriptTask> |
| 199 | <bpmn2:intermediateThrowEvent id="IntermediateThrowEvent_0bq4fxs" name="Go to Decompose_Service"> |
| 200 | <bpmn2:incoming>SequenceFlow_0w9t6tc</bpmn2:incoming> |
| 201 | <bpmn2:linkEventDefinition name="Decompose_Service" /> |
| 202 | </bpmn2:intermediateThrowEvent> |
| 203 | <bpmn2:intermediateThrowEvent id="IntermediateThrowEvent_1mlbhmt" name="GoTo StartService"> |
| 204 | <bpmn2:incoming>SequenceFlow_1gusrvp</bpmn2:incoming> |
| 205 | <bpmn2:linkEventDefinition name="StartService" /> |
| 206 | </bpmn2:intermediateThrowEvent> |
| 207 | <bpmn2:scriptTask id="ScriptTask_1o01d7d" name="PostProcess Decompose Service " scriptFormat="groovy"> |
| 208 | <bpmn2:incoming>SequenceFlow_0xjwb45</bpmn2:incoming> |
| 209 | <bpmn2:outgoing>SequenceFlow_027owbf</bpmn2:outgoing> |
| 210 | <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.* |
| 211 | def dcsi= new DoCreateE2EServiceInstance() |
| 212 | dcsi.processDecomposition(execution)]]></bpmn2:script> |
| 213 | </bpmn2:scriptTask> |
| 214 | <bpmn2:callActivity id="CallActivity_0biblpc" name="Call Decompose Service" calledElement="DecomposeService"> |
| 215 | <bpmn2:extensionElements> |
| 216 | <camunda:in source="msoRequestId" target="msoRequestId" /> |
| 217 | <camunda:in source="serviceInstanceId" target="serviceInstanceId" /> |
| 218 | <camunda:in source="serviceModelInfo" target="serviceModelInfo" /> |
| 219 | <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" /> |
| 220 | <camunda:out source="serviceDecomposition" target="serviceDecomposition" /> |
| 221 | <camunda:out source="WorkflowException" target="WorkflowException" /> |
| 222 | </bpmn2:extensionElements> |
| 223 | <bpmn2:incoming>SequenceFlow_0qxzgvq</bpmn2:incoming> |
| 224 | <bpmn2:outgoing>SequenceFlow_0xjwb45</bpmn2:outgoing> |
| 225 | </bpmn2:callActivity> |
| 226 | <bpmn2:scriptTask id="ScriptTask_1cllqk3" name="Prepare Decompose Service " scriptFormat="groovy"> |
| 227 | <bpmn2:incoming>SequenceFlow_166w91p</bpmn2:incoming> |
| 228 | <bpmn2:outgoing>SequenceFlow_0qxzgvq</bpmn2:outgoing> |
| 229 | <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.* |
| 230 | def dcsi= new DoCreateE2EServiceInstance() |
| 231 | dcsi.prepareDecomposeService(execution)]]></bpmn2:script> |
| 232 | </bpmn2:scriptTask> |
| 233 | <bpmn2:intermediateCatchEvent id="IntermediateCatchEvent_0tv85pg" name="Decompose_Service"> |
| 234 | <bpmn2:outgoing>SequenceFlow_166w91p</bpmn2:outgoing> |
| 235 | <bpmn2:linkEventDefinition name="Decompose_Service" /> |
| 236 | </bpmn2:intermediateCatchEvent> |
| 237 | <bpmn2:sequenceFlow id="SequenceFlow_027owbf" sourceRef="ScriptTask_1o01d7d" targetRef="Task_0ush1g4" /> |
| 238 | <bpmn2:sequenceFlow id="SequenceFlow_0xjwb45" sourceRef="CallActivity_0biblpc" targetRef="ScriptTask_1o01d7d" /> |
| 239 | <bpmn2:sequenceFlow id="SequenceFlow_0qxzgvq" sourceRef="ScriptTask_1cllqk3" targetRef="CallActivity_0biblpc" /> |
| 240 | <bpmn2:sequenceFlow id="SequenceFlow_1qiiycn" sourceRef="createSI_startEvent" targetRef="preProcessRequest_ScriptTask" /> |
| 241 | <bpmn2:sequenceFlow id="SequenceFlow_166w91p" sourceRef="IntermediateCatchEvent_0tv85pg" targetRef="ScriptTask_1cllqk3" /> |
| 242 | <bpmn2:intermediateThrowEvent id="IntermediateThrowEvent_16okck2" name="GoTo StartPrepareResource"> |
| 243 | <bpmn2:incoming>SequenceFlow_1tkgqu3</bpmn2:incoming> |
| 244 | <bpmn2:linkEventDefinition name="StartPrepareResource" /> |
| 245 | </bpmn2:intermediateThrowEvent> |
| 246 | <bpmn2:sequenceFlow id="SequenceFlow_1tkgqu3" sourceRef="ScriptTask_0q37vn9" targetRef="IntermediateThrowEvent_16okck2" /> |
| 247 | <bpmn2:sequenceFlow id="SequenceFlow_0w9t6tc" sourceRef="preProcessRequest_ScriptTask" targetRef="IntermediateThrowEvent_0bq4fxs" /> |
| 248 | <bpmn2:intermediateCatchEvent id="IntermediateCatchEvent_0jrb3xu" name="StartService"> |
| 249 | <bpmn2:outgoing>SequenceFlow_1i7t9hq</bpmn2:outgoing> |
| 250 | <bpmn2:linkEventDefinition name="StartService" /> |
| 251 | </bpmn2:intermediateCatchEvent> |
| 252 | <bpmn2:sequenceFlow id="SequenceFlow_1i7t9hq" sourceRef="IntermediateCatchEvent_0jrb3xu" targetRef="CustomE2EGetService" /> |
| 253 | <bpmn2:intermediateThrowEvent id="IntermediateThrowEvent_0f2w7aj" name="GoTo ResourceLoop"> |
| 254 | <bpmn2:incoming>SequenceFlow_18wj44x</bpmn2:incoming> |
| 255 | <bpmn2:incoming>SequenceFlow_11f2zuu</bpmn2:incoming> |
| 256 | <bpmn2:linkEventDefinition name="ResourceLoop" /> |
| 257 | </bpmn2:intermediateThrowEvent> |
| 258 | <bpmn2:sequenceFlow id="SequenceFlow_1vprtt9" name="yes" sourceRef="ExclusiveGateway_07rr3wp" targetRef="Task_0io5qby"> |
| 259 | <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{(execution.getVariable("isContainsWanResource" ) == "true" )}]]></bpmn2:conditionExpression> |
| 260 | </bpmn2:sequenceFlow> |
| 261 | <bpmn2:intermediateCatchEvent id="IntermediateCatchEvent_05dus9b" name="StartPrepareResource"> |
| 262 | <bpmn2:outgoing>SequenceFlow_1hbesp9</bpmn2:outgoing> |
| 263 | <bpmn2:linkEventDefinition name="StartPrepareResource" /> |
| 264 | </bpmn2:intermediateCatchEvent> |
| 265 | <bpmn2:sequenceFlow id="SequenceFlow_1hbesp9" sourceRef="IntermediateCatchEvent_05dus9b" targetRef="Task_0uiekmn" /> |
| 266 | <bpmn2:intermediateCatchEvent id="IntermediateCatchEvent_02bah5m" name="ResourceLoop"> |
| 267 | <bpmn2:outgoing>SequenceFlow_1qozd66</bpmn2:outgoing> |
| 268 | <bpmn2:linkEventDefinition name="ResourceLoop" /> |
| 269 | </bpmn2:intermediateCatchEvent> |
| 270 | <bpmn2:sequenceFlow id="SequenceFlow_16nxl6h" name="yes" sourceRef="ExclusiveGateway_0n9y4du" targetRef="ScriptTask_1xdjlzm"> |
| 271 | <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{(execution.getVariable("allResourceFinished" ) == "true" )}]]></bpmn2:conditionExpression> |
| 272 | </bpmn2:sequenceFlow> |
| 273 | <bpmn2:sequenceFlow id="SequenceFlow_0uiygod" sourceRef="ScriptTask_0l4nkqr" targetRef="Task_0qlkmvt" /> |
| 274 | <bpmn2:sequenceFlow id="SequenceFlow_1u9k0dm" sourceRef="Task_0qlkmvt" targetRef="Task_12ghoph" /> |
| 275 | <bpmn2:sequenceFlow id="SequenceFlow_13c7bhn" sourceRef="Task_12ghoph" targetRef="ScriptTask_0y4u2ty" /> |
| 276 | <bpmn2:sequenceFlow id="SequenceFlow_0vbznai" sourceRef="ScriptTask_1xdjlzm" targetRef="EndEvent_0kbbt94" /> |
| 277 | <bpmn2:sequenceFlow id="SequenceFlow_1qozd66" sourceRef="IntermediateCatchEvent_02bah5m" targetRef="ScriptTask_0l4nkqr" /> |
| 278 | <bpmn2:sequenceFlow id="SequenceFlow_1gusrvp" sourceRef="Task_0ush1g4" targetRef="IntermediateThrowEvent_1mlbhmt" /> |
| 279 | <bpmn2:scriptTask id="Task_0ush1g4" name="Call Homing(To be Done)" scriptFormat="groovy"> |
| 280 | <bpmn2:incoming>SequenceFlow_027owbf</bpmn2:incoming> |
| 281 | <bpmn2:outgoing>SequenceFlow_1gusrvp</bpmn2:outgoing> |
| 282 | <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.* |
| 283 | def dcsi= new DoCreateE2EServiceInstance() |
| 284 | dcsi.doServiceHoming(execution)]]></bpmn2:script> |
| 285 | </bpmn2:scriptTask> |
Seshu-Kumar-M | 5709d43 | 2017-09-18 15:08:16 +0530 | [diff] [blame] | 286 | </bpmn2:process> |
| 287 | <bpmn2:error id="Error_2" name="MSOWorkflowException" errorCode="MSOWorkflowException" /> |
| 288 | <bpmn2:error id="Error_1" name="java.lang.Exception" errorCode="java.lang.Exception" /> |
| 289 | <bpmndi:BPMNDiagram id="BPMNDiagram_1"> |
c00149107 | 2c9049b | 2018-02-23 16:10:56 +0800 | [diff] [blame] | 290 | <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="DoCreateE2EServiceInstanceV3"> |
Seshu-Kumar-M | 5709d43 | 2017-09-18 15:08:16 +0530 | [diff] [blame] | 291 | <bpmndi:BPMNShape id="_BPMNShape_StartEvent_47" bpmnElement="createSI_startEvent"> |
c00149107 | e6a0b6e | 2018-03-05 11:17:12 +0800 | [diff] [blame] | 292 | <dc:Bounds x="18" y="-207" width="36" height="36" /> |
Seshu-Kumar-M | 5709d43 | 2017-09-18 15:08:16 +0530 | [diff] [blame] | 293 | <bpmndi:BPMNLabel> |
c00149107 | e6a0b6e | 2018-03-05 11:17:12 +0800 | [diff] [blame] | 294 | <dc:Bounds x="12" y="-166" width="50" height="12" /> |
Seshu-Kumar-M | 5709d43 | 2017-09-18 15:08:16 +0530 | [diff] [blame] | 295 | </bpmndi:BPMNLabel> |
| 296 | </bpmndi:BPMNShape> |
| 297 | <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_61" bpmnElement="preProcessRequest_ScriptTask"> |
c00149107 | e6a0b6e | 2018-03-05 11:17:12 +0800 | [diff] [blame] | 298 | <dc:Bounds x="126" y="-229" width="100" height="80" /> |
Seshu-Kumar-M | 5709d43 | 2017-09-18 15:08:16 +0530 | [diff] [blame] | 299 | </bpmndi:BPMNShape> |
Seshu-Kumar-M | 5709d43 | 2017-09-18 15:08:16 +0530 | [diff] [blame] | 300 | <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_10" bpmnElement="SequenceFlow_4"> |
c00149107 | e6a0b6e | 2018-03-05 11:17:12 +0800 | [diff] [blame] | 301 | <di:waypoint xsi:type="dc:Point" x="296" y="94" /> |
| 302 | <di:waypoint xsi:type="dc:Point" x="387" y="94" /> |
| 303 | <di:waypoint xsi:type="dc:Point" x="387" y="94" /> |
| 304 | <di:waypoint xsi:type="dc:Point" x="478" y="94" /> |
Seshu-Kumar-M | 5709d43 | 2017-09-18 15:08:16 +0530 | [diff] [blame] | 305 | <bpmndi:BPMNLabel> |
c00149107 | e6a0b6e | 2018-03-05 11:17:12 +0800 | [diff] [blame] | 306 | <dc:Bounds x="357" y="94" width="90" height="0" /> |
Seshu-Kumar-M | 5709d43 | 2017-09-18 15:08:16 +0530 | [diff] [blame] | 307 | </bpmndi:BPMNLabel> |
| 308 | </bpmndi:BPMNEdge> |
Seshu-Kumar-M | 35a826b | 2017-09-20 14:02:28 +0800 | [diff] [blame] | 309 | <bpmndi:BPMNShape id="CallActivity_1md4kyb_di" bpmnElement="CustomE2EGetService"> |
c00149107 | e6a0b6e | 2018-03-05 11:17:12 +0800 | [diff] [blame] | 310 | <dc:Bounds x="196" y="57" width="100" height="80" /> |
Seshu-Kumar-M | 5709d43 | 2017-09-18 15:08:16 +0530 | [diff] [blame] | 311 | </bpmndi:BPMNShape> |
Seshu-Kumar-M | 35a826b | 2017-09-20 14:02:28 +0800 | [diff] [blame] | 312 | <bpmndi:BPMNShape id="CallActivity_0khp0qc_di" bpmnElement="CustomE2EPutService"> |
c00149107 | e6a0b6e | 2018-03-05 11:17:12 +0800 | [diff] [blame] | 313 | <dc:Bounds x="713" y="54" width="100" height="80" /> |
Seshu-Kumar-M | 5709d43 | 2017-09-18 15:08:16 +0530 | [diff] [blame] | 314 | </bpmndi:BPMNShape> |
| 315 | <bpmndi:BPMNEdge id="SequenceFlow_129ih1g_di" bpmnElement="SequenceFlow_129ih1g"> |
c00149107 | e6a0b6e | 2018-03-05 11:17:12 +0800 | [diff] [blame] | 316 | <di:waypoint xsi:type="dc:Point" x="813" y="94" /> |
| 317 | <di:waypoint xsi:type="dc:Point" x="941" y="94" /> |
| 318 | <di:waypoint xsi:type="dc:Point" x="941" y="94" /> |
| 319 | <di:waypoint xsi:type="dc:Point" x="1068" y="94" /> |
Seshu-Kumar-M | 5709d43 | 2017-09-18 15:08:16 +0530 | [diff] [blame] | 320 | <bpmndi:BPMNLabel> |
c00149107 | e6a0b6e | 2018-03-05 11:17:12 +0800 | [diff] [blame] | 321 | <dc:Bounds x="911" y="94" width="90" height="0" /> |
Seshu-Kumar-M | 5709d43 | 2017-09-18 15:08:16 +0530 | [diff] [blame] | 322 | </bpmndi:BPMNLabel> |
| 323 | </bpmndi:BPMNEdge> |
Seshu-Kumar-M | 5709d43 | 2017-09-18 15:08:16 +0530 | [diff] [blame] | 324 | <bpmndi:BPMNShape id="SubProcess_06d8lk8_di" bpmnElement="SubProcess_06d8lk8" isExpanded="true"> |
c00149107 | e6a0b6e | 2018-03-05 11:17:12 +0800 | [diff] [blame] | 325 | <dc:Bounds x="15" y="865" width="783" height="195" /> |
Seshu-Kumar-M | 5709d43 | 2017-09-18 15:08:16 +0530 | [diff] [blame] | 326 | </bpmndi:BPMNShape> |
| 327 | <bpmndi:BPMNShape id="StartEvent_0yljq9y_di" bpmnElement="StartEvent_0yljq9y"> |
c00149107 | e6a0b6e | 2018-03-05 11:17:12 +0800 | [diff] [blame] | 328 | <dc:Bounds x="111" y="942" width="36" height="36" /> |
Seshu-Kumar-M | 5709d43 | 2017-09-18 15:08:16 +0530 | [diff] [blame] | 329 | <bpmndi:BPMNLabel> |
c00149107 | e6a0b6e | 2018-03-05 11:17:12 +0800 | [diff] [blame] | 330 | <dc:Bounds x="84" y="983" width="90" height="0" /> |
Seshu-Kumar-M | 5709d43 | 2017-09-18 15:08:16 +0530 | [diff] [blame] | 331 | </bpmndi:BPMNLabel> |
| 332 | </bpmndi:BPMNShape> |
| 333 | <bpmndi:BPMNShape id="EndEvent_117lkk3_di" bpmnElement="EndEvent_117lkk3"> |
c00149107 | e6a0b6e | 2018-03-05 11:17:12 +0800 | [diff] [blame] | 334 | <dc:Bounds x="744" y="942" width="36" height="36" /> |
Seshu-Kumar-M | 5709d43 | 2017-09-18 15:08:16 +0530 | [diff] [blame] | 335 | <bpmndi:BPMNLabel> |
c00149107 | e6a0b6e | 2018-03-05 11:17:12 +0800 | [diff] [blame] | 336 | <dc:Bounds x="717" y="983" width="90" height="0" /> |
Seshu-Kumar-M | 5709d43 | 2017-09-18 15:08:16 +0530 | [diff] [blame] | 337 | </bpmndi:BPMNLabel> |
| 338 | </bpmndi:BPMNShape> |
| 339 | <bpmndi:BPMNShape id="CallActivity_1srx6p6_di" bpmnElement="CallActivity_1srx6p6"> |
c00149107 | e6a0b6e | 2018-03-05 11:17:12 +0800 | [diff] [blame] | 340 | <dc:Bounds x="409" y="920" width="100" height="80" /> |
Seshu-Kumar-M | 5709d43 | 2017-09-18 15:08:16 +0530 | [diff] [blame] | 341 | </bpmndi:BPMNShape> |
| 342 | <bpmndi:BPMNEdge id="SequenceFlow_0eumzpf_di" bpmnElement="SequenceFlow_0eumzpf"> |
c00149107 | e6a0b6e | 2018-03-05 11:17:12 +0800 | [diff] [blame] | 343 | <di:waypoint xsi:type="dc:Point" x="509" y="960" /> |
| 344 | <di:waypoint xsi:type="dc:Point" x="577" y="960" /> |
Seshu-Kumar-M | 5709d43 | 2017-09-18 15:08:16 +0530 | [diff] [blame] | 345 | <bpmndi:BPMNLabel> |
c00149107 | e6a0b6e | 2018-03-05 11:17:12 +0800 | [diff] [blame] | 346 | <dc:Bounds x="498" y="945" width="90" height="0" /> |
Seshu-Kumar-M | 5709d43 | 2017-09-18 15:08:16 +0530 | [diff] [blame] | 347 | </bpmndi:BPMNLabel> |
| 348 | </bpmndi:BPMNEdge> |
| 349 | <bpmndi:BPMNEdge id="SequenceFlow_0tgrn11_di" bpmnElement="SequenceFlow_0tgrn11"> |
c00149107 | e6a0b6e | 2018-03-05 11:17:12 +0800 | [diff] [blame] | 350 | <di:waypoint xsi:type="dc:Point" x="147" y="960" /> |
| 351 | <di:waypoint xsi:type="dc:Point" x="246" y="960" /> |
Seshu-Kumar-M | 5709d43 | 2017-09-18 15:08:16 +0530 | [diff] [blame] | 352 | <bpmndi:BPMNLabel> |
c00149107 | e6a0b6e | 2018-03-05 11:17:12 +0800 | [diff] [blame] | 353 | <dc:Bounds x="152" y="945" width="90" height="0" /> |
Seshu-Kumar-M | 5709d43 | 2017-09-18 15:08:16 +0530 | [diff] [blame] | 354 | </bpmndi:BPMNLabel> |
| 355 | </bpmndi:BPMNEdge> |
Seshu-Kumar-M | 5709d43 | 2017-09-18 15:08:16 +0530 | [diff] [blame] | 356 | <bpmndi:BPMNShape id="ScriptTask_0i8cqdy_di" bpmnElement="ScriptTask_0i8cqdy"> |
c00149107 | e6a0b6e | 2018-03-05 11:17:12 +0800 | [diff] [blame] | 357 | <dc:Bounds x="478" y="54" width="100" height="80" /> |
Seshu-Kumar-M | 5709d43 | 2017-09-18 15:08:16 +0530 | [diff] [blame] | 358 | </bpmndi:BPMNShape> |
| 359 | <bpmndi:BPMNEdge id="SequenceFlow_1w01tqs_di" bpmnElement="SequenceFlow_1w01tqs"> |
c00149107 | e6a0b6e | 2018-03-05 11:17:12 +0800 | [diff] [blame] | 360 | <di:waypoint xsi:type="dc:Point" x="578" y="94" /> |
| 361 | <di:waypoint xsi:type="dc:Point" x="646" y="94" /> |
| 362 | <di:waypoint xsi:type="dc:Point" x="646" y="94" /> |
| 363 | <di:waypoint xsi:type="dc:Point" x="713" y="94" /> |
Seshu-Kumar-M | 5709d43 | 2017-09-18 15:08:16 +0530 | [diff] [blame] | 364 | <bpmndi:BPMNLabel> |
c00149107 | e6a0b6e | 2018-03-05 11:17:12 +0800 | [diff] [blame] | 365 | <dc:Bounds x="616" y="94" width="90" height="0" /> |
Seshu-Kumar-M | 5709d43 | 2017-09-18 15:08:16 +0530 | [diff] [blame] | 366 | </bpmndi:BPMNLabel> |
| 367 | </bpmndi:BPMNEdge> |
| 368 | <bpmndi:BPMNShape id="ScriptTask_0q37vn9_di" bpmnElement="ScriptTask_0q37vn9"> |
c00149107 | e6a0b6e | 2018-03-05 11:17:12 +0800 | [diff] [blame] | 369 | <dc:Bounds x="1068" y="54" width="100" height="80" /> |
Seshu-Kumar-M | 5709d43 | 2017-09-18 15:08:16 +0530 | [diff] [blame] | 370 | </bpmndi:BPMNShape> |
Seshu-Kumar-M | 5709d43 | 2017-09-18 15:08:16 +0530 | [diff] [blame] | 371 | <bpmndi:BPMNShape id="ScriptTask_0ocetux_di" bpmnElement="ScriptTask_0ocetux"> |
c00149107 | e6a0b6e | 2018-03-05 11:17:12 +0800 | [diff] [blame] | 372 | <dc:Bounds x="246" y="920" width="100" height="80" /> |
Seshu-Kumar-M | 5709d43 | 2017-09-18 15:08:16 +0530 | [diff] [blame] | 373 | </bpmndi:BPMNShape> |
| 374 | <bpmndi:BPMNEdge id="SequenceFlow_1lqktwf_di" bpmnElement="SequenceFlow_1lqktwf"> |
c00149107 | e6a0b6e | 2018-03-05 11:17:12 +0800 | [diff] [blame] | 375 | <di:waypoint xsi:type="dc:Point" x="346" y="960" /> |
| 376 | <di:waypoint xsi:type="dc:Point" x="409" y="960" /> |
Seshu-Kumar-M | 5709d43 | 2017-09-18 15:08:16 +0530 | [diff] [blame] | 377 | <bpmndi:BPMNLabel> |
c00149107 | e6a0b6e | 2018-03-05 11:17:12 +0800 | [diff] [blame] | 378 | <dc:Bounds x="333" y="945" width="90" height="0" /> |
Seshu-Kumar-M | 5709d43 | 2017-09-18 15:08:16 +0530 | [diff] [blame] | 379 | </bpmndi:BPMNLabel> |
| 380 | </bpmndi:BPMNEdge> |
| 381 | <bpmndi:BPMNShape id="ScriptTask_1p0vyip_di" bpmnElement="ScriptTask_1p0vyip"> |
c00149107 | e6a0b6e | 2018-03-05 11:17:12 +0800 | [diff] [blame] | 382 | <dc:Bounds x="577" y="920" width="100" height="80" /> |
Seshu-Kumar-M | 5709d43 | 2017-09-18 15:08:16 +0530 | [diff] [blame] | 383 | </bpmndi:BPMNShape> |
| 384 | <bpmndi:BPMNEdge id="SequenceFlow_1xzgv5k_di" bpmnElement="SequenceFlow_1xzgv5k"> |
c00149107 | e6a0b6e | 2018-03-05 11:17:12 +0800 | [diff] [blame] | 385 | <di:waypoint xsi:type="dc:Point" x="677" y="960" /> |
| 386 | <di:waypoint xsi:type="dc:Point" x="709" y="960" /> |
| 387 | <di:waypoint xsi:type="dc:Point" x="709" y="960" /> |
| 388 | <di:waypoint xsi:type="dc:Point" x="744" y="960" /> |
Seshu-Kumar-M | 5709d43 | 2017-09-18 15:08:16 +0530 | [diff] [blame] | 389 | <bpmndi:BPMNLabel> |
c00149107 | e6a0b6e | 2018-03-05 11:17:12 +0800 | [diff] [blame] | 390 | <dc:Bounds x="679" y="960" width="90" height="0" /> |
Seshu-Kumar-M | 5709d43 | 2017-09-18 15:08:16 +0530 | [diff] [blame] | 391 | </bpmndi:BPMNLabel> |
| 392 | </bpmndi:BPMNEdge> |
Seshu-Kumar-M | 35a826b | 2017-09-20 14:02:28 +0800 | [diff] [blame] | 393 | <bpmndi:BPMNShape id="ScriptTask_1xdjlzm_di" bpmnElement="ScriptTask_1xdjlzm"> |
c00149107 | e6a0b6e | 2018-03-05 11:17:12 +0800 | [diff] [blame] | 394 | <dc:Bounds x="1119" y="485" width="100" height="80" /> |
Seshu-Kumar-M | 35a826b | 2017-09-20 14:02:28 +0800 | [diff] [blame] | 395 | </bpmndi:BPMNShape> |
Seshu-Kumar-M | b23cf7b | 2017-09-20 20:14:28 +0800 | [diff] [blame] | 396 | <bpmndi:BPMNShape id="EndEvent_01p249c_di" bpmnElement="EndEvent_0kbbt94"> |
c00149107 | e6a0b6e | 2018-03-05 11:17:12 +0800 | [diff] [blame] | 397 | <dc:Bounds x="1315" y="507" width="36" height="36" /> |
Seshu-Kumar-M | b23cf7b | 2017-09-20 20:14:28 +0800 | [diff] [blame] | 398 | <bpmndi:BPMNLabel> |
c00149107 | e6a0b6e | 2018-03-05 11:17:12 +0800 | [diff] [blame] | 399 | <dc:Bounds x="1197" y="547" width="90" height="12" /> |
Seshu-Kumar-M | b23cf7b | 2017-09-20 20:14:28 +0800 | [diff] [blame] | 400 | </bpmndi:BPMNLabel> |
| 401 | </bpmndi:BPMNShape> |
c00149107 | 73bd66b | 2017-10-11 16:46:50 +0800 | [diff] [blame] | 402 | <bpmndi:BPMNEdge id="SequenceFlow_1qctzm0_di" bpmnElement="SequenceFlow_1qctzm0"> |
c00149107 | e6a0b6e | 2018-03-05 11:17:12 +0800 | [diff] [blame] | 403 | <di:waypoint xsi:type="dc:Point" x="296" y="300" /> |
| 404 | <di:waypoint xsi:type="dc:Point" x="402" y="300" /> |
c00149107 | 73bd66b | 2017-10-11 16:46:50 +0800 | [diff] [blame] | 405 | <bpmndi:BPMNLabel> |
c00149107 | e6a0b6e | 2018-03-05 11:17:12 +0800 | [diff] [blame] | 406 | <dc:Bounds x="304" y="279" width="90" height="12" /> |
c00149107 | 73bd66b | 2017-10-11 16:46:50 +0800 | [diff] [blame] | 407 | </bpmndi:BPMNLabel> |
| 408 | </bpmndi:BPMNEdge> |
| 409 | <bpmndi:BPMNShape id="ScriptTask_0v81r5h_di" bpmnElement="Task_0uiekmn"> |
c00149107 | e6a0b6e | 2018-03-05 11:17:12 +0800 | [diff] [blame] | 410 | <dc:Bounds x="196" y="260" width="100" height="80" /> |
c00149107 | 73bd66b | 2017-10-11 16:46:50 +0800 | [diff] [blame] | 411 | </bpmndi:BPMNShape> |
c00149107 | 73bd66b | 2017-10-11 16:46:50 +0800 | [diff] [blame] | 412 | <bpmndi:BPMNShape id="ServiceTask_14tnuxf_di" bpmnElement="Task_0raqlqc"> |
c00149107 | e6a0b6e | 2018-03-05 11:17:12 +0800 | [diff] [blame] | 413 | <dc:Bounds x="402" y="260" width="100" height="80" /> |
c00149107 | 73bd66b | 2017-10-11 16:46:50 +0800 | [diff] [blame] | 414 | </bpmndi:BPMNShape> |
c00149107 | e137c11 | 2017-10-13 17:15:30 +0800 | [diff] [blame] | 415 | <bpmndi:BPMNShape id="ServiceTask_0qi8cgg_di" bpmnElement="Task_0io5qby"> |
c00149107 | e6a0b6e | 2018-03-05 11:17:12 +0800 | [diff] [blame] | 416 | <dc:Bounds x="944" y="353" width="100" height="80" /> |
c00149107 | e137c11 | 2017-10-13 17:15:30 +0800 | [diff] [blame] | 417 | </bpmndi:BPMNShape> |
c00149107 | 2c9049b | 2018-02-23 16:10:56 +0800 | [diff] [blame] | 418 | <bpmndi:BPMNEdge id="SequenceFlow_10reo7r_di" bpmnElement="SequenceFlow_10reo7r"> |
c00149107 | e6a0b6e | 2018-03-05 11:17:12 +0800 | [diff] [blame] | 419 | <di:waypoint xsi:type="dc:Point" x="502" y="300" /> |
| 420 | <di:waypoint xsi:type="dc:Point" x="583" y="300" /> |
c00149107 | 2c9049b | 2018-02-23 16:10:56 +0800 | [diff] [blame] | 421 | <bpmndi:BPMNLabel> |
c00149107 | e6a0b6e | 2018-03-05 11:17:12 +0800 | [diff] [blame] | 422 | <dc:Bounds x="497.5" y="279" width="90" height="12" /> |
c00149107 | 2c9049b | 2018-02-23 16:10:56 +0800 | [diff] [blame] | 423 | </bpmndi:BPMNLabel> |
| 424 | </bpmndi:BPMNEdge> |
c00149107 | 2c9049b | 2018-02-23 16:10:56 +0800 | [diff] [blame] | 425 | <bpmndi:BPMNEdge id="SequenceFlow_11f2zuu_di" bpmnElement="SequenceFlow_11f2zuu"> |
c00149107 | e6a0b6e | 2018-03-05 11:17:12 +0800 | [diff] [blame] | 426 | <di:waypoint xsi:type="dc:Point" x="1044" y="393" /> |
| 427 | <di:waypoint xsi:type="dc:Point" x="1090" y="393" /> |
| 428 | <di:waypoint xsi:type="dc:Point" x="1090" y="300" /> |
| 429 | <di:waypoint xsi:type="dc:Point" x="1315" y="300" /> |
c00149107 | 2c9049b | 2018-02-23 16:10:56 +0800 | [diff] [blame] | 430 | <bpmndi:BPMNLabel> |
c00149107 | e6a0b6e | 2018-03-05 11:17:12 +0800 | [diff] [blame] | 431 | <dc:Bounds x="1060" y="340.5" width="90" height="12" /> |
c00149107 | 2c9049b | 2018-02-23 16:10:56 +0800 | [diff] [blame] | 432 | </bpmndi:BPMNLabel> |
| 433 | </bpmndi:BPMNEdge> |
| 434 | <bpmndi:BPMNShape id="ScriptTask_1y0los4_di" bpmnElement="ScriptTask_1y0los4"> |
c00149107 | e6a0b6e | 2018-03-05 11:17:12 +0800 | [diff] [blame] | 435 | <dc:Bounds x="583" y="260" width="100" height="80" /> |
c00149107 | 2c9049b | 2018-02-23 16:10:56 +0800 | [diff] [blame] | 436 | </bpmndi:BPMNShape> |
| 437 | <bpmndi:BPMNEdge id="SequenceFlow_13d9g1n_di" bpmnElement="SequenceFlow_13d9g1n"> |
c00149107 | e6a0b6e | 2018-03-05 11:17:12 +0800 | [diff] [blame] | 438 | <di:waypoint xsi:type="dc:Point" x="683" y="300" /> |
| 439 | <di:waypoint xsi:type="dc:Point" x="753" y="300" /> |
c00149107 | 2c9049b | 2018-02-23 16:10:56 +0800 | [diff] [blame] | 440 | <bpmndi:BPMNLabel> |
c00149107 | e6a0b6e | 2018-03-05 11:17:12 +0800 | [diff] [blame] | 441 | <dc:Bounds x="673" y="279" width="90" height="12" /> |
c00149107 | 2c9049b | 2018-02-23 16:10:56 +0800 | [diff] [blame] | 442 | </bpmndi:BPMNLabel> |
| 443 | </bpmndi:BPMNEdge> |
| 444 | <bpmndi:BPMNShape id="ExclusiveGateway_0n9y4du_di" bpmnElement="ExclusiveGateway_0n9y4du" isMarkerVisible="true"> |
c00149107 | e6a0b6e | 2018-03-05 11:17:12 +0800 | [diff] [blame] | 445 | <dc:Bounds x="929" y="500" width="50" height="50" /> |
c00149107 | 2c9049b | 2018-02-23 16:10:56 +0800 | [diff] [blame] | 446 | <bpmndi:BPMNLabel> |
c00149107 | e6a0b6e | 2018-03-05 11:17:12 +0800 | [diff] [blame] | 447 | <dc:Bounds x="912" y="554" width="83" height="36" /> |
c00149107 | 2c9049b | 2018-02-23 16:10:56 +0800 | [diff] [blame] | 448 | </bpmndi:BPMNLabel> |
| 449 | </bpmndi:BPMNShape> |
c00149107 | 2c9049b | 2018-02-23 16:10:56 +0800 | [diff] [blame] | 450 | <bpmndi:BPMNEdge id="SequenceFlow_0q6uy30_di" bpmnElement="SequenceFlow_0q6uy30"> |
c00149107 | e6a0b6e | 2018-03-05 11:17:12 +0800 | [diff] [blame] | 451 | <di:waypoint xsi:type="dc:Point" x="954" y="550" /> |
| 452 | <di:waypoint xsi:type="dc:Point" x="954" y="691" /> |
| 453 | <di:waypoint xsi:type="dc:Point" x="246" y="691" /> |
| 454 | <di:waypoint xsi:type="dc:Point" x="246" y="565" /> |
c00149107 | 2c9049b | 2018-02-23 16:10:56 +0800 | [diff] [blame] | 455 | <bpmndi:BPMNLabel> |
c00149107 | e6a0b6e | 2018-03-05 11:17:12 +0800 | [diff] [blame] | 456 | <dc:Bounds x="594" y="670" width="12" height="12" /> |
c00149107 | 2c9049b | 2018-02-23 16:10:56 +0800 | [diff] [blame] | 457 | </bpmndi:BPMNLabel> |
| 458 | </bpmndi:BPMNEdge> |
| 459 | <bpmndi:BPMNShape id="ScriptTask_0y4u2ty_di" bpmnElement="ScriptTask_0y4u2ty"> |
c00149107 | e6a0b6e | 2018-03-05 11:17:12 +0800 | [diff] [blame] | 460 | <dc:Bounds x="728" y="485" width="100" height="80" /> |
c00149107 | 2c9049b | 2018-02-23 16:10:56 +0800 | [diff] [blame] | 461 | </bpmndi:BPMNShape> |
c00149107 | 2c9049b | 2018-02-23 16:10:56 +0800 | [diff] [blame] | 462 | <bpmndi:BPMNEdge id="SequenceFlow_1jenxlp_di" bpmnElement="SequenceFlow_1jenxlp"> |
c00149107 | e6a0b6e | 2018-03-05 11:17:12 +0800 | [diff] [blame] | 463 | <di:waypoint xsi:type="dc:Point" x="828" y="525" /> |
| 464 | <di:waypoint xsi:type="dc:Point" x="929" y="525" /> |
c00149107 | 2c9049b | 2018-02-23 16:10:56 +0800 | [diff] [blame] | 465 | <bpmndi:BPMNLabel> |
c00149107 | e6a0b6e | 2018-03-05 11:17:12 +0800 | [diff] [blame] | 466 | <dc:Bounds x="833.5" y="504" width="90" height="12" /> |
c00149107 | 2c9049b | 2018-02-23 16:10:56 +0800 | [diff] [blame] | 467 | </bpmndi:BPMNLabel> |
| 468 | </bpmndi:BPMNEdge> |
| 469 | <bpmndi:BPMNShape id="ScriptTask_0l4nkqr_di" bpmnElement="ScriptTask_0l4nkqr"> |
c00149107 | e6a0b6e | 2018-03-05 11:17:12 +0800 | [diff] [blame] | 470 | <dc:Bounds x="196" y="485" width="100" height="80" /> |
c00149107 | 2c9049b | 2018-02-23 16:10:56 +0800 | [diff] [blame] | 471 | </bpmndi:BPMNShape> |
c00149107 | 2c9049b | 2018-02-23 16:10:56 +0800 | [diff] [blame] | 472 | <bpmndi:BPMNShape id="ExclusiveGateway_07rr3wp_di" bpmnElement="ExclusiveGateway_07rr3wp" isMarkerVisible="true"> |
c00149107 | e6a0b6e | 2018-03-05 11:17:12 +0800 | [diff] [blame] | 473 | <dc:Bounds x="753" y="275" width="50" height="50" /> |
c00149107 | 2c9049b | 2018-02-23 16:10:56 +0800 | [diff] [blame] | 474 | <bpmndi:BPMNLabel> |
c00149107 | e6a0b6e | 2018-03-05 11:17:12 +0800 | [diff] [blame] | 475 | <dc:Bounds x="736" y="329" width="87" height="24" /> |
c00149107 | 2c9049b | 2018-02-23 16:10:56 +0800 | [diff] [blame] | 476 | </bpmndi:BPMNLabel> |
| 477 | </bpmndi:BPMNShape> |
c00149107 | 2c9049b | 2018-02-23 16:10:56 +0800 | [diff] [blame] | 478 | <bpmndi:BPMNEdge id="SequenceFlow_18wj44x_di" bpmnElement="SequenceFlow_18wj44x"> |
c00149107 | e6a0b6e | 2018-03-05 11:17:12 +0800 | [diff] [blame] | 479 | <di:waypoint xsi:type="dc:Point" x="803" y="300" /> |
| 480 | <di:waypoint xsi:type="dc:Point" x="1315" y="300" /> |
c00149107 | 2c9049b | 2018-02-23 16:10:56 +0800 | [diff] [blame] | 481 | <bpmndi:BPMNLabel> |
c00149107 | e6a0b6e | 2018-03-05 11:17:12 +0800 | [diff] [blame] | 482 | <dc:Bounds x="832.3633633633633" y="294" width="12" height="12" /> |
c00149107 | 2c9049b | 2018-02-23 16:10:56 +0800 | [diff] [blame] | 483 | </bpmndi:BPMNLabel> |
| 484 | </bpmndi:BPMNEdge> |
c00149107 | e6a0b6e | 2018-03-05 11:17:12 +0800 | [diff] [blame] | 485 | <bpmndi:BPMNShape id="ScriptTask_0u88n0f_di" bpmnElement="Task_0qlkmvt"> |
| 486 | <dc:Bounds x="357" y="485" width="100" height="80" /> |
| 487 | </bpmndi:BPMNShape> |
| 488 | <bpmndi:BPMNShape id="ScriptTask_1y17r20_di" bpmnElement="Task_12ghoph"> |
| 489 | <dc:Bounds x="551" y="485" width="100" height="80" /> |
| 490 | </bpmndi:BPMNShape> |
| 491 | <bpmndi:BPMNShape id="IntermediateThrowEvent_11saqvj_di" bpmnElement="IntermediateThrowEvent_0bq4fxs"> |
| 492 | <dc:Bounds x="1315" y="-207" width="36" height="36" /> |
| 493 | <bpmndi:BPMNLabel> |
| 494 | <dc:Bounds x="1290" y="-167" width="88" height="36" /> |
| 495 | </bpmndi:BPMNLabel> |
| 496 | </bpmndi:BPMNShape> |
| 497 | <bpmndi:BPMNShape id="IntermediateThrowEvent_1mlbhmt_di" bpmnElement="IntermediateThrowEvent_1mlbhmt"> |
| 498 | <dc:Bounds x="1315" y="-57" width="36" height="36" /> |
| 499 | <bpmndi:BPMNLabel> |
| 500 | <dc:Bounds x="1288" y="-16" width="90" height="12" /> |
| 501 | </bpmndi:BPMNLabel> |
| 502 | </bpmndi:BPMNShape> |
| 503 | <bpmndi:BPMNShape id="ScriptTask_1o01d7d_di" bpmnElement="ScriptTask_1o01d7d"> |
| 504 | <dc:Bounds x="713" y="-79" width="100" height="80" /> |
| 505 | </bpmndi:BPMNShape> |
| 506 | <bpmndi:BPMNShape id="CallActivity_0biblpc_di" bpmnElement="CallActivity_0biblpc"> |
| 507 | <dc:Bounds x="478" y="-79" width="100" height="80" /> |
| 508 | </bpmndi:BPMNShape> |
| 509 | <bpmndi:BPMNShape id="ScriptTask_1cllqk3_di" bpmnElement="ScriptTask_1cllqk3"> |
| 510 | <dc:Bounds x="196" y="-79" width="100" height="80" /> |
| 511 | </bpmndi:BPMNShape> |
| 512 | <bpmndi:BPMNShape id="IntermediateCatchEvent_0tv85pg_di" bpmnElement="IntermediateCatchEvent_0tv85pg"> |
| 513 | <dc:Bounds x="26" y="-57" width="36" height="36" /> |
| 514 | <bpmndi:BPMNLabel> |
| 515 | <dc:Bounds x="2" y="-21" width="88" height="24" /> |
| 516 | </bpmndi:BPMNLabel> |
| 517 | </bpmndi:BPMNShape> |
| 518 | <bpmndi:BPMNEdge id="SequenceFlow_027owbf_di" bpmnElement="SequenceFlow_027owbf"> |
| 519 | <di:waypoint xsi:type="dc:Point" x="813" y="-39" /> |
| 520 | <di:waypoint xsi:type="dc:Point" x="1057" y="-39" /> |
| 521 | <bpmndi:BPMNLabel> |
| 522 | <dc:Bounds x="890" y="-60" width="90" height="12" /> |
| 523 | </bpmndi:BPMNLabel> |
| 524 | </bpmndi:BPMNEdge> |
| 525 | <bpmndi:BPMNEdge id="SequenceFlow_0xjwb45_di" bpmnElement="SequenceFlow_0xjwb45"> |
| 526 | <di:waypoint xsi:type="dc:Point" x="578" y="-39" /> |
| 527 | <di:waypoint xsi:type="dc:Point" x="713" y="-39" /> |
| 528 | <bpmndi:BPMNLabel> |
| 529 | <dc:Bounds x="645.5" y="-60" width="0" height="12" /> |
| 530 | </bpmndi:BPMNLabel> |
| 531 | </bpmndi:BPMNEdge> |
| 532 | <bpmndi:BPMNEdge id="SequenceFlow_0qxzgvq_di" bpmnElement="SequenceFlow_0qxzgvq"> |
| 533 | <di:waypoint xsi:type="dc:Point" x="296" y="-39" /> |
| 534 | <di:waypoint xsi:type="dc:Point" x="478" y="-39" /> |
| 535 | <bpmndi:BPMNLabel> |
| 536 | <dc:Bounds x="387" y="-60" width="0" height="12" /> |
| 537 | </bpmndi:BPMNLabel> |
| 538 | </bpmndi:BPMNEdge> |
| 539 | <bpmndi:BPMNEdge id="SequenceFlow_1qiiycn_di" bpmnElement="SequenceFlow_1qiiycn"> |
| 540 | <di:waypoint xsi:type="dc:Point" x="54" y="-189" /> |
| 541 | <di:waypoint xsi:type="dc:Point" x="126" y="-189" /> |
| 542 | <bpmndi:BPMNLabel> |
| 543 | <dc:Bounds x="90" y="-210" width="0" height="12" /> |
| 544 | </bpmndi:BPMNLabel> |
| 545 | </bpmndi:BPMNEdge> |
| 546 | <bpmndi:BPMNEdge id="SequenceFlow_166w91p_di" bpmnElement="SequenceFlow_166w91p"> |
| 547 | <di:waypoint xsi:type="dc:Point" x="62" y="-39" /> |
| 548 | <di:waypoint xsi:type="dc:Point" x="196" y="-39" /> |
| 549 | <bpmndi:BPMNLabel> |
| 550 | <dc:Bounds x="129" y="-60" width="0" height="12" /> |
| 551 | </bpmndi:BPMNLabel> |
| 552 | </bpmndi:BPMNEdge> |
| 553 | <bpmndi:BPMNShape id="IntermediateThrowEvent_16okck2_di" bpmnElement="IntermediateThrowEvent_16okck2"> |
| 554 | <dc:Bounds x="1315" y="76" width="36" height="36" /> |
| 555 | <bpmndi:BPMNLabel> |
| 556 | <dc:Bounds x="1299" y="117" width="71" height="24" /> |
| 557 | </bpmndi:BPMNLabel> |
| 558 | </bpmndi:BPMNShape> |
| 559 | <bpmndi:BPMNEdge id="SequenceFlow_1tkgqu3_di" bpmnElement="SequenceFlow_1tkgqu3"> |
| 560 | <di:waypoint xsi:type="dc:Point" x="1168" y="94" /> |
| 561 | <di:waypoint xsi:type="dc:Point" x="1242" y="94" /> |
| 562 | <di:waypoint xsi:type="dc:Point" x="1242" y="94" /> |
| 563 | <di:waypoint xsi:type="dc:Point" x="1315" y="94" /> |
| 564 | <bpmndi:BPMNLabel> |
| 565 | <dc:Bounds x="1257" y="88" width="0" height="12" /> |
| 566 | </bpmndi:BPMNLabel> |
| 567 | </bpmndi:BPMNEdge> |
| 568 | <bpmndi:BPMNEdge id="SequenceFlow_0w9t6tc_di" bpmnElement="SequenceFlow_0w9t6tc"> |
| 569 | <di:waypoint xsi:type="dc:Point" x="226" y="-189" /> |
| 570 | <di:waypoint xsi:type="dc:Point" x="771" y="-189" /> |
| 571 | <di:waypoint xsi:type="dc:Point" x="771" y="-189" /> |
| 572 | <di:waypoint xsi:type="dc:Point" x="1315" y="-189" /> |
| 573 | <bpmndi:BPMNLabel> |
| 574 | <dc:Bounds x="786" y="-195" width="0" height="12" /> |
| 575 | </bpmndi:BPMNLabel> |
| 576 | </bpmndi:BPMNEdge> |
| 577 | <bpmndi:BPMNShape id="IntermediateCatchEvent_0jrb3xu_di" bpmnElement="IntermediateCatchEvent_0jrb3xu"> |
| 578 | <dc:Bounds x="18" y="79" width="36" height="36" /> |
| 579 | <bpmndi:BPMNLabel> |
| 580 | <dc:Bounds x="8" y="115" width="60" height="12" /> |
| 581 | </bpmndi:BPMNLabel> |
| 582 | </bpmndi:BPMNShape> |
| 583 | <bpmndi:BPMNEdge id="SequenceFlow_1i7t9hq_di" bpmnElement="SequenceFlow_1i7t9hq"> |
| 584 | <di:waypoint xsi:type="dc:Point" x="54" y="97" /> |
| 585 | <di:waypoint xsi:type="dc:Point" x="196" y="97" /> |
| 586 | <bpmndi:BPMNLabel> |
| 587 | <dc:Bounds x="125" y="76" width="0" height="12" /> |
| 588 | </bpmndi:BPMNLabel> |
| 589 | </bpmndi:BPMNEdge> |
| 590 | <bpmndi:BPMNShape id="IntermediateThrowEvent_0f2w7aj_di" bpmnElement="IntermediateThrowEvent_0f2w7aj"> |
| 591 | <dc:Bounds x="1315" y="282" width="36" height="36" /> |
| 592 | <bpmndi:BPMNLabel> |
| 593 | <dc:Bounds x="1299" y="323" width="73" height="24" /> |
| 594 | </bpmndi:BPMNLabel> |
| 595 | </bpmndi:BPMNShape> |
| 596 | <bpmndi:BPMNEdge id="SequenceFlow_1vprtt9_di" bpmnElement="SequenceFlow_1vprtt9"> |
| 597 | <di:waypoint xsi:type="dc:Point" x="778" y="325" /> |
| 598 | <di:waypoint xsi:type="dc:Point" x="778" y="393" /> |
| 599 | <di:waypoint xsi:type="dc:Point" x="944" y="393" /> |
| 600 | <bpmndi:BPMNLabel> |
| 601 | <dc:Bounds x="784" y="353" width="19" height="12" /> |
| 602 | </bpmndi:BPMNLabel> |
| 603 | </bpmndi:BPMNEdge> |
| 604 | <bpmndi:BPMNShape id="IntermediateCatchEvent_05dus9b_di" bpmnElement="IntermediateCatchEvent_05dus9b"> |
| 605 | <dc:Bounds x="18" y="282" width="36" height="36" /> |
| 606 | <bpmndi:BPMNLabel> |
| 607 | <dc:Bounds x="-3" y="318" width="82" height="24" /> |
| 608 | </bpmndi:BPMNLabel> |
| 609 | </bpmndi:BPMNShape> |
| 610 | <bpmndi:BPMNEdge id="SequenceFlow_1hbesp9_di" bpmnElement="SequenceFlow_1hbesp9"> |
| 611 | <di:waypoint xsi:type="dc:Point" x="54" y="300" /> |
| 612 | <di:waypoint xsi:type="dc:Point" x="196" y="300" /> |
| 613 | <bpmndi:BPMNLabel> |
| 614 | <dc:Bounds x="125" y="279" width="0" height="12" /> |
| 615 | </bpmndi:BPMNLabel> |
| 616 | </bpmndi:BPMNEdge> |
| 617 | <bpmndi:BPMNShape id="IntermediateCatchEvent_02bah5m_di" bpmnElement="IntermediateCatchEvent_02bah5m"> |
| 618 | <dc:Bounds x="18" y="507" width="36" height="36" /> |
| 619 | <bpmndi:BPMNLabel> |
| 620 | <dc:Bounds x="2" y="543" width="73" height="12" /> |
| 621 | </bpmndi:BPMNLabel> |
| 622 | </bpmndi:BPMNShape> |
| 623 | <bpmndi:BPMNEdge id="SequenceFlow_16nxl6h_di" bpmnElement="SequenceFlow_16nxl6h"> |
| 624 | <di:waypoint xsi:type="dc:Point" x="979" y="525" /> |
| 625 | <di:waypoint xsi:type="dc:Point" x="1119" y="525" /> |
| 626 | <bpmndi:BPMNLabel> |
| 627 | <dc:Bounds x="1040" y="504" width="19" height="12" /> |
| 628 | </bpmndi:BPMNLabel> |
| 629 | </bpmndi:BPMNEdge> |
| 630 | <bpmndi:BPMNEdge id="SequenceFlow_0uiygod_di" bpmnElement="SequenceFlow_0uiygod"> |
| 631 | <di:waypoint xsi:type="dc:Point" x="296" y="525" /> |
| 632 | <di:waypoint xsi:type="dc:Point" x="357" y="525" /> |
| 633 | <bpmndi:BPMNLabel> |
| 634 | <dc:Bounds x="326.5" y="504" width="0" height="12" /> |
| 635 | </bpmndi:BPMNLabel> |
| 636 | </bpmndi:BPMNEdge> |
| 637 | <bpmndi:BPMNEdge id="SequenceFlow_1u9k0dm_di" bpmnElement="SequenceFlow_1u9k0dm"> |
| 638 | <di:waypoint xsi:type="dc:Point" x="457" y="525" /> |
| 639 | <di:waypoint xsi:type="dc:Point" x="551" y="525" /> |
| 640 | <bpmndi:BPMNLabel> |
| 641 | <dc:Bounds x="504" y="504" width="0" height="12" /> |
| 642 | </bpmndi:BPMNLabel> |
| 643 | </bpmndi:BPMNEdge> |
| 644 | <bpmndi:BPMNEdge id="SequenceFlow_13c7bhn_di" bpmnElement="SequenceFlow_13c7bhn"> |
| 645 | <di:waypoint xsi:type="dc:Point" x="651" y="525" /> |
| 646 | <di:waypoint xsi:type="dc:Point" x="728" y="525" /> |
| 647 | <bpmndi:BPMNLabel> |
| 648 | <dc:Bounds x="689.5" y="504" width="0" height="12" /> |
| 649 | </bpmndi:BPMNLabel> |
| 650 | </bpmndi:BPMNEdge> |
| 651 | <bpmndi:BPMNEdge id="SequenceFlow_0vbznai_di" bpmnElement="SequenceFlow_0vbznai"> |
| 652 | <di:waypoint xsi:type="dc:Point" x="1219" y="525" /> |
| 653 | <di:waypoint xsi:type="dc:Point" x="1315" y="525" /> |
| 654 | <bpmndi:BPMNLabel> |
| 655 | <dc:Bounds x="1267" y="504" width="0" height="12" /> |
| 656 | </bpmndi:BPMNLabel> |
| 657 | </bpmndi:BPMNEdge> |
| 658 | <bpmndi:BPMNEdge id="SequenceFlow_1qozd66_di" bpmnElement="SequenceFlow_1qozd66"> |
| 659 | <di:waypoint xsi:type="dc:Point" x="54" y="525" /> |
| 660 | <di:waypoint xsi:type="dc:Point" x="196" y="525" /> |
| 661 | <bpmndi:BPMNLabel> |
| 662 | <dc:Bounds x="125" y="504" width="0" height="12" /> |
| 663 | </bpmndi:BPMNLabel> |
| 664 | </bpmndi:BPMNEdge> |
| 665 | <bpmndi:BPMNEdge id="SequenceFlow_1gusrvp_di" bpmnElement="SequenceFlow_1gusrvp"> |
| 666 | <di:waypoint xsi:type="dc:Point" x="1157" y="-39" /> |
| 667 | <di:waypoint xsi:type="dc:Point" x="1315" y="-39" /> |
| 668 | <bpmndi:BPMNLabel> |
| 669 | <dc:Bounds x="1236" y="-60" width="0" height="12" /> |
| 670 | </bpmndi:BPMNLabel> |
| 671 | </bpmndi:BPMNEdge> |
| 672 | <bpmndi:BPMNShape id="ScriptTask_0wr11dt_di" bpmnElement="Task_0ush1g4"> |
| 673 | <dc:Bounds x="1057" y="-79" width="100" height="80" /> |
| 674 | </bpmndi:BPMNShape> |
Seshu-Kumar-M | 5709d43 | 2017-09-18 15:08:16 +0530 | [diff] [blame] | 675 | </bpmndi:BPMNPlane> |
| 676 | </bpmndi:BPMNDiagram> |
Seshu-Kumar-M | b23cf7b | 2017-09-20 20:14:28 +0800 | [diff] [blame] | 677 | </bpmn2:definitions> |