Seshu-Kumar-M | 5709d43 | 2017-09-18 15:08:16 +0530 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
Yulian Han | c63706f | 2018-03-27 18:25:20 +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.11.3" 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" /> |
subhash kumar singh | 0e5f8a6 | 2018-04-05 12:19:56 +0000 | [diff] [blame] | 25 | <camunda:in source="serviceInstanceId" target="GENGS_serviceInstanceId" /> |
Seshu-Kumar-M | 5709d43 | 2017-09-18 15:08:16 +0530 | [diff] [blame] | 26 | </bpmn2:extensionElements> |
c00149107 | e6a0b6e | 2018-03-05 11:17:12 +0800 | [diff] [blame] | 27 | <bpmn2:incoming>SequenceFlow_1i7t9hq</bpmn2:incoming> |
Seshu-Kumar-M | 5709d43 | 2017-09-18 15:08:16 +0530 | [diff] [blame] | 28 | <bpmn2:outgoing>SequenceFlow_4</bpmn2:outgoing> |
| 29 | </bpmn2:callActivity> |
Seshu-Kumar-M | 35a826b | 2017-09-20 14:02:28 +0800 | [diff] [blame] | 30 | <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] | 31 | <bpmn2:extensionElements> |
| 32 | <camunda:in source="globalSubscriberId" target="GENPS_globalSubscriberId" /> |
| 33 | <camunda:in source="serviceInstanceId" target="GENPS_serviceInstanceId" /> |
c00149107 | 1fd78f9 | 2017-10-26 18:00:07 +0800 | [diff] [blame] | 34 | <camunda:in source="serviceType" target="GENPS_serviceType" /> |
Seshu-Kumar-M | 5709d43 | 2017-09-18 15:08:16 +0530 | [diff] [blame] | 35 | <camunda:in sourceExpression="service-instance" target="GENPS_type" /> |
| 36 | <camunda:in source="serviceInstanceData" target="GENPS_payload" /> |
| 37 | <camunda:out source="GENPS_SuccessIndicator" target="GENPS_SuccessIndicator" /> |
| 38 | <camunda:in source="msoRequestId" target="GENPS_requesId" /> |
| 39 | <camunda:out source="WorkflowException" target="WorkflowException" /> |
| 40 | </bpmn2:extensionElements> |
Seshu-Kumar-M | 5709d43 | 2017-09-18 15:08:16 +0530 | [diff] [blame] | 41 | <bpmn2:incoming>SequenceFlow_1w01tqs</bpmn2:incoming> |
| 42 | <bpmn2:outgoing>SequenceFlow_129ih1g</bpmn2:outgoing> |
| 43 | </bpmn2:callActivity> |
Seshu-Kumar-M | 35a826b | 2017-09-20 14:02:28 +0800 | [diff] [blame] | 44 | <bpmn2:sequenceFlow id="SequenceFlow_129ih1g" sourceRef="CustomE2EPutService" targetRef="ScriptTask_0q37vn9" /> |
Seshu-Kumar-M | 5709d43 | 2017-09-18 15:08:16 +0530 | [diff] [blame] | 45 | <bpmn2:subProcess id="SubProcess_06d8lk8" name="Sub-process for Application Errors" triggeredByEvent="true"> |
| 46 | <bpmn2:startEvent id="StartEvent_0yljq9y"> |
| 47 | <bpmn2:outgoing>SequenceFlow_0tgrn11</bpmn2:outgoing> |
| 48 | <bpmn2:errorEventDefinition /> |
| 49 | </bpmn2:startEvent> |
| 50 | <bpmn2:endEvent id="EndEvent_117lkk3"> |
| 51 | <bpmn2:incoming>SequenceFlow_1xzgv5k</bpmn2:incoming> |
| 52 | </bpmn2:endEvent> |
| 53 | <bpmn2:callActivity id="CallActivity_1srx6p6" name="Call DoCreateE2EServiceInstanceRollback" calledElement="DoCreateE2EServiceInstanceRollback"> |
| 54 | <bpmn2:extensionElements> |
| 55 | <camunda:in source="msoRequestId" target="mso-request-id" /> |
| 56 | <camunda:in source="rollbackData" target="rollbackData" /> |
| 57 | <camunda:out source="rolledBack" target="rolledBack" /> |
| 58 | <camunda:in source="disableRollback" target="disableRollback" /> |
| 59 | <camunda:out source="rollbackError" target="rollbackErrror" /> |
| 60 | </bpmn2:extensionElements> |
| 61 | <bpmn2:incoming>SequenceFlow_1lqktwf</bpmn2:incoming> |
| 62 | <bpmn2:outgoing>SequenceFlow_0eumzpf</bpmn2:outgoing> |
| 63 | </bpmn2:callActivity> |
| 64 | <bpmn2:sequenceFlow id="SequenceFlow_0eumzpf" sourceRef="CallActivity_1srx6p6" targetRef="ScriptTask_1p0vyip" /> |
| 65 | <bpmn2:sequenceFlow id="SequenceFlow_0tgrn11" sourceRef="StartEvent_0yljq9y" targetRef="ScriptTask_0ocetux" /> |
| 66 | <bpmn2:scriptTask id="ScriptTask_0ocetux" name="Pre Process Rollback" scriptFormat="groovy"> |
| 67 | <bpmn2:incoming>SequenceFlow_0tgrn11</bpmn2:incoming> |
| 68 | <bpmn2:outgoing>SequenceFlow_1lqktwf</bpmn2:outgoing> |
| 69 | <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.* |
| 70 | def dcsi = new DoCreateE2EServiceInstance() |
| 71 | dcsi.preProcessRollback(execution) |
| 72 | ]]></bpmn2:script> |
| 73 | </bpmn2:scriptTask> |
| 74 | <bpmn2:sequenceFlow id="SequenceFlow_1lqktwf" sourceRef="ScriptTask_0ocetux" targetRef="CallActivity_1srx6p6" /> |
| 75 | <bpmn2:scriptTask id="ScriptTask_1p0vyip" name="Post Process Rollback" scriptFormat="groovy"> |
| 76 | <bpmn2:incoming>SequenceFlow_0eumzpf</bpmn2:incoming> |
| 77 | <bpmn2:outgoing>SequenceFlow_1xzgv5k</bpmn2:outgoing> |
| 78 | <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.* |
| 79 | def dcsi = new DoCreateE2EServiceInstance() |
| 80 | dcsi.postProcessRollback(execution) |
| 81 | ]]></bpmn2:script> |
| 82 | </bpmn2:scriptTask> |
| 83 | <bpmn2:sequenceFlow id="SequenceFlow_1xzgv5k" sourceRef="ScriptTask_1p0vyip" targetRef="EndEvent_117lkk3" /> |
| 84 | </bpmn2:subProcess> |
Seshu-Kumar-M | 5709d43 | 2017-09-18 15:08:16 +0530 | [diff] [blame] | 85 | <bpmn2:scriptTask id="ScriptTask_0i8cqdy" name="Post Process AAI GET" scriptFormat="groovy"> |
| 86 | <bpmn2:incoming>SequenceFlow_4</bpmn2:incoming> |
| 87 | <bpmn2:outgoing>SequenceFlow_1w01tqs</bpmn2:outgoing> |
| 88 | <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.* |
| 89 | def dcsi = new DoCreateE2EServiceInstance() |
| 90 | dcsi.postProcessAAIGET(execution)]]></bpmn2:script> |
| 91 | </bpmn2:scriptTask> |
Seshu-Kumar-M | 35a826b | 2017-09-20 14:02:28 +0800 | [diff] [blame] | 92 | <bpmn2:sequenceFlow id="SequenceFlow_1w01tqs" sourceRef="ScriptTask_0i8cqdy" targetRef="CustomE2EPutService" /> |
Seshu-Kumar-M | 5709d43 | 2017-09-18 15:08:16 +0530 | [diff] [blame] | 93 | <bpmn2:scriptTask id="ScriptTask_0q37vn9" name="Post Process AAI PUT" scriptFormat="groovy"> |
| 94 | <bpmn2:incoming>SequenceFlow_129ih1g</bpmn2:incoming> |
c00149107 | e6a0b6e | 2018-03-05 11:17:12 +0800 | [diff] [blame] | 95 | <bpmn2:outgoing>SequenceFlow_1tkgqu3</bpmn2:outgoing> |
Seshu-Kumar-M | 5709d43 | 2017-09-18 15:08:16 +0530 | [diff] [blame] | 96 | <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.* |
| 97 | def ddsi = new DoCreateE2EServiceInstance() |
| 98 | ddsi.postProcessAAIPUT(execution)]]></bpmn2:script> |
| 99 | </bpmn2:scriptTask> |
c00149107 | 73bd66b | 2017-10-11 16:46:50 +0800 | [diff] [blame] | 100 | <bpmn2:sequenceFlow id="SequenceFlow_1qctzm0" sourceRef="Task_0uiekmn" targetRef="Task_0raqlqc" /> |
c00149107 | 1fd78f9 | 2017-10-26 18:00:07 +0800 | [diff] [blame] | 101 | <bpmn2:scriptTask id="Task_0uiekmn" name="Prepare Resource Oper Status" scriptFormat="groovy"> |
c00149107 | e6a0b6e | 2018-03-05 11:17:12 +0800 | [diff] [blame] | 102 | <bpmn2:incoming>SequenceFlow_1hbesp9</bpmn2:incoming> |
c00149107 | 73bd66b | 2017-10-11 16:46:50 +0800 | [diff] [blame] | 103 | <bpmn2:outgoing>SequenceFlow_1qctzm0</bpmn2:outgoing> |
| 104 | <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.* |
| 105 | def ddsi = new DoCreateE2EServiceInstance() |
| 106 | ddsi.preInitResourcesOperStatus(execution)]]></bpmn2:script> |
| 107 | </bpmn2:scriptTask> |
c00149107 | 73bd66b | 2017-10-11 16:46:50 +0800 | [diff] [blame] | 108 | <bpmn2:serviceTask id="Task_0raqlqc" name="Init Resource Oper Status"> |
| 109 | <bpmn2:extensionElements> |
| 110 | <camunda:connector> |
| 111 | <camunda:inputOutput> |
c00149107 | 949db5c | 2017-10-23 14:52:52 +0800 | [diff] [blame] | 112 | <camunda:inputParameter name="url">${CVFMI_dbAdapterEndpoint}</camunda:inputParameter> |
c00149107 | 73bd66b | 2017-10-11 16:46:50 +0800 | [diff] [blame] | 113 | <camunda:inputParameter name="headers"> |
| 114 | <camunda:map> |
| 115 | <camunda:entry key="content-type">application/soap+xml</camunda:entry> |
c00149107 | 95812d1 | 2017-10-19 17:46:02 +0800 | [diff] [blame] | 116 | <camunda:entry key="Authorization">Basic QlBFTENsaWVudDpwYXNzd29yZDEk</camunda:entry> |
c00149107 | 73bd66b | 2017-10-11 16:46:50 +0800 | [diff] [blame] | 117 | </camunda:map> |
| 118 | </camunda:inputParameter> |
| 119 | <camunda:inputParameter name="payload">${CVFMI_initResOperStatusRequest}</camunda:inputParameter> |
| 120 | <camunda:inputParameter name="method">POST</camunda:inputParameter> |
| 121 | <camunda:outputParameter name="CVFMI_dbResponseCode">${statusCode}</camunda:outputParameter> |
| 122 | <camunda:outputParameter name="CVFMI_dbResponse">${response}</camunda:outputParameter> |
| 123 | </camunda:inputOutput> |
| 124 | <camunda:connectorId>http-connector</camunda:connectorId> |
| 125 | </camunda:connector> |
| 126 | </bpmn2:extensionElements> |
| 127 | <bpmn2:incoming>SequenceFlow_1qctzm0</bpmn2:incoming> |
Yulian Han | c63706f | 2018-03-27 18:25:20 +0800 | [diff] [blame] | 128 | <bpmn2:outgoing>SequenceFlow_13xfsff</bpmn2:outgoing> |
c00149107 | 73bd66b | 2017-10-11 16:46:50 +0800 | [diff] [blame] | 129 | </bpmn2:serviceTask> |
c00149107 | e6a0b6e | 2018-03-05 11:17:12 +0800 | [diff] [blame] | 130 | <bpmn2:intermediateThrowEvent id="IntermediateThrowEvent_0bq4fxs" name="Go to Decompose_Service"> |
| 131 | <bpmn2:incoming>SequenceFlow_0w9t6tc</bpmn2:incoming> |
| 132 | <bpmn2:linkEventDefinition name="Decompose_Service" /> |
| 133 | </bpmn2:intermediateThrowEvent> |
| 134 | <bpmn2:intermediateThrowEvent id="IntermediateThrowEvent_1mlbhmt" name="GoTo StartService"> |
| 135 | <bpmn2:incoming>SequenceFlow_1gusrvp</bpmn2:incoming> |
| 136 | <bpmn2:linkEventDefinition name="StartService" /> |
| 137 | </bpmn2:intermediateThrowEvent> |
| 138 | <bpmn2:scriptTask id="ScriptTask_1o01d7d" name="PostProcess Decompose Service " scriptFormat="groovy"> |
| 139 | <bpmn2:incoming>SequenceFlow_0xjwb45</bpmn2:incoming> |
| 140 | <bpmn2:outgoing>SequenceFlow_027owbf</bpmn2:outgoing> |
| 141 | <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.* |
| 142 | def dcsi= new DoCreateE2EServiceInstance() |
| 143 | dcsi.processDecomposition(execution)]]></bpmn2:script> |
| 144 | </bpmn2:scriptTask> |
| 145 | <bpmn2:callActivity id="CallActivity_0biblpc" name="Call Decompose Service" calledElement="DecomposeService"> |
| 146 | <bpmn2:extensionElements> |
| 147 | <camunda:in source="msoRequestId" target="msoRequestId" /> |
| 148 | <camunda:in source="serviceInstanceId" target="serviceInstanceId" /> |
| 149 | <camunda:in source="serviceModelInfo" target="serviceModelInfo" /> |
| 150 | <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" /> |
| 151 | <camunda:out source="serviceDecomposition" target="serviceDecomposition" /> |
| 152 | <camunda:out source="WorkflowException" target="WorkflowException" /> |
| 153 | </bpmn2:extensionElements> |
| 154 | <bpmn2:incoming>SequenceFlow_0qxzgvq</bpmn2:incoming> |
| 155 | <bpmn2:outgoing>SequenceFlow_0xjwb45</bpmn2:outgoing> |
| 156 | </bpmn2:callActivity> |
| 157 | <bpmn2:scriptTask id="ScriptTask_1cllqk3" name="Prepare Decompose Service " scriptFormat="groovy"> |
| 158 | <bpmn2:incoming>SequenceFlow_166w91p</bpmn2:incoming> |
| 159 | <bpmn2:outgoing>SequenceFlow_0qxzgvq</bpmn2:outgoing> |
| 160 | <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.* |
| 161 | def dcsi= new DoCreateE2EServiceInstance() |
| 162 | dcsi.prepareDecomposeService(execution)]]></bpmn2:script> |
| 163 | </bpmn2:scriptTask> |
| 164 | <bpmn2:intermediateCatchEvent id="IntermediateCatchEvent_0tv85pg" name="Decompose_Service"> |
| 165 | <bpmn2:outgoing>SequenceFlow_166w91p</bpmn2:outgoing> |
| 166 | <bpmn2:linkEventDefinition name="Decompose_Service" /> |
| 167 | </bpmn2:intermediateCatchEvent> |
| 168 | <bpmn2:sequenceFlow id="SequenceFlow_027owbf" sourceRef="ScriptTask_1o01d7d" targetRef="Task_0ush1g4" /> |
| 169 | <bpmn2:sequenceFlow id="SequenceFlow_0xjwb45" sourceRef="CallActivity_0biblpc" targetRef="ScriptTask_1o01d7d" /> |
| 170 | <bpmn2:sequenceFlow id="SequenceFlow_0qxzgvq" sourceRef="ScriptTask_1cllqk3" targetRef="CallActivity_0biblpc" /> |
| 171 | <bpmn2:sequenceFlow id="SequenceFlow_1qiiycn" sourceRef="createSI_startEvent" targetRef="preProcessRequest_ScriptTask" /> |
| 172 | <bpmn2:sequenceFlow id="SequenceFlow_166w91p" sourceRef="IntermediateCatchEvent_0tv85pg" targetRef="ScriptTask_1cllqk3" /> |
| 173 | <bpmn2:intermediateThrowEvent id="IntermediateThrowEvent_16okck2" name="GoTo StartPrepareResource"> |
| 174 | <bpmn2:incoming>SequenceFlow_1tkgqu3</bpmn2:incoming> |
| 175 | <bpmn2:linkEventDefinition name="StartPrepareResource" /> |
| 176 | </bpmn2:intermediateThrowEvent> |
| 177 | <bpmn2:sequenceFlow id="SequenceFlow_1tkgqu3" sourceRef="ScriptTask_0q37vn9" targetRef="IntermediateThrowEvent_16okck2" /> |
| 178 | <bpmn2:sequenceFlow id="SequenceFlow_0w9t6tc" sourceRef="preProcessRequest_ScriptTask" targetRef="IntermediateThrowEvent_0bq4fxs" /> |
| 179 | <bpmn2:intermediateCatchEvent id="IntermediateCatchEvent_0jrb3xu" name="StartService"> |
| 180 | <bpmn2:outgoing>SequenceFlow_1i7t9hq</bpmn2:outgoing> |
| 181 | <bpmn2:linkEventDefinition name="StartService" /> |
| 182 | </bpmn2:intermediateCatchEvent> |
| 183 | <bpmn2:sequenceFlow id="SequenceFlow_1i7t9hq" sourceRef="IntermediateCatchEvent_0jrb3xu" targetRef="CustomE2EGetService" /> |
c00149107 | e6a0b6e | 2018-03-05 11:17:12 +0800 | [diff] [blame] | 184 | <bpmn2:intermediateCatchEvent id="IntermediateCatchEvent_05dus9b" name="StartPrepareResource"> |
| 185 | <bpmn2:outgoing>SequenceFlow_1hbesp9</bpmn2:outgoing> |
| 186 | <bpmn2:linkEventDefinition name="StartPrepareResource" /> |
| 187 | </bpmn2:intermediateCatchEvent> |
| 188 | <bpmn2:sequenceFlow id="SequenceFlow_1hbesp9" sourceRef="IntermediateCatchEvent_05dus9b" targetRef="Task_0uiekmn" /> |
c00149107 | e6a0b6e | 2018-03-05 11:17:12 +0800 | [diff] [blame] | 189 | <bpmn2:sequenceFlow id="SequenceFlow_1gusrvp" sourceRef="Task_0ush1g4" targetRef="IntermediateThrowEvent_1mlbhmt" /> |
| 190 | <bpmn2:scriptTask id="Task_0ush1g4" name="Call Homing(To be Done)" scriptFormat="groovy"> |
| 191 | <bpmn2:incoming>SequenceFlow_027owbf</bpmn2:incoming> |
| 192 | <bpmn2:outgoing>SequenceFlow_1gusrvp</bpmn2:outgoing> |
| 193 | <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.* |
| 194 | def dcsi= new DoCreateE2EServiceInstance() |
| 195 | dcsi.doServiceHoming(execution)]]></bpmn2:script> |
| 196 | </bpmn2:scriptTask> |
subhash kumar singh | 71070bf | 2018-04-05 12:41:29 +0000 | [diff] [blame] | 197 | <bpmn2:callActivity id="CallActivity_1ojtwas" name="Call DoCreateResources" calledElement="DoCreateResourcesV3"> |
Yulian Han | c63706f | 2018-03-27 18:25:20 +0800 | [diff] [blame] | 198 | <bpmn2:extensionElements> |
| 199 | <camunda:in source="nsServiceName" target="nsServiceName" /> |
| 200 | <camunda:in source="nsServiceDescription" target="nsServiceDescription" /> |
| 201 | <camunda:in source="globalSubscriberId" target="globalSubscriberId" /> |
| 202 | <camunda:in source="serviceType" target="serviceType" /> |
| 203 | <camunda:in source="serviceId" target="serviceId" /> |
| 204 | <camunda:in source="operationId" target="operationId" /> |
| 205 | <camunda:in source="resourceType" target="resourceType" /> |
| 206 | <camunda:in source="resourceUUID" target="resourceUUID" /> |
| 207 | <camunda:in source="resourceParameters" target="resourceParameters" /> |
| 208 | <camunda:in source="operationType" target="operationType" /> |
subhash kumar singh | 71070bf | 2018-04-05 12:41:29 +0000 | [diff] [blame] | 209 | <camunda:in source="addResourceList" target="addResourceList" /> |
subhash kumar singh | 842b453 | 2018-04-05 14:25:53 +0000 | [diff] [blame] | 210 | <camunda:in source="serviceInstanceName" target="serviceInstanceName" /> |
| 211 | <camunda:in source="serviceDecomposition" target="serviceDecomposition" /> |
subhash kumar singh | 9c1a828 | 2018-04-06 08:21:51 +0000 | [diff] [blame] | 212 | <camunda:in source="uuiRequest" target="uuiRequest" /> |
Yulian Han | c63706f | 2018-03-27 18:25:20 +0800 | [diff] [blame] | 213 | </bpmn2:extensionElements> |
| 214 | <bpmn2:incoming>SequenceFlow_0bf6bzp</bpmn2:incoming> |
| 215 | <bpmn2:outgoing>SequenceFlow_0d0c20n</bpmn2:outgoing> |
| 216 | </bpmn2:callActivity> |
| 217 | <bpmn2:scriptTask id="ScriptTask_04b21gb" name="PreProcess for Add Resources" scriptFormat="groovy"> |
| 218 | <bpmn2:incoming>SequenceFlow_13xfsff</bpmn2:incoming> |
| 219 | <bpmn2:outgoing>SequenceFlow_0bf6bzp</bpmn2:outgoing> |
| 220 | <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.* |
| 221 | def csi = new DoCreateE2EServiceInstance() |
| 222 | csi.preProcessForAddResource(execution)]]></bpmn2:script> |
| 223 | </bpmn2:scriptTask> |
| 224 | <bpmn2:scriptTask id="ScriptTask_1y7jr4t" name="PostProcess for Add Resource" scriptFormat="groovy"> |
| 225 | <bpmn2:incoming>SequenceFlow_0d0c20n</bpmn2:incoming> |
Yulian Han | 3a0ca45 | 2018-03-28 15:21:52 +0800 | [diff] [blame] | 226 | <bpmn2:outgoing>SequenceFlow_0a6vgsu</bpmn2:outgoing> |
Yulian Han | c63706f | 2018-03-27 18:25:20 +0800 | [diff] [blame] | 227 | <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.* |
| 228 | def csi = new DoCreateE2EServiceInstance() |
| 229 | csi.postProcessForAddResource(execution)]]></bpmn2:script> |
| 230 | </bpmn2:scriptTask> |
| 231 | <bpmn2:sequenceFlow id="SequenceFlow_13xfsff" sourceRef="Task_0raqlqc" targetRef="ScriptTask_04b21gb" /> |
| 232 | <bpmn2:sequenceFlow id="SequenceFlow_0bf6bzp" sourceRef="ScriptTask_04b21gb" targetRef="CallActivity_1ojtwas" /> |
| 233 | <bpmn2:sequenceFlow id="SequenceFlow_0d0c20n" sourceRef="CallActivity_1ojtwas" targetRef="ScriptTask_1y7jr4t" /> |
Yulian Han | 3a0ca45 | 2018-03-28 15:21:52 +0800 | [diff] [blame] | 234 | <bpmn2:endEvent id="EndEvent_0hzmoug"> |
| 235 | <bpmn2:incoming>SequenceFlow_0a6vgsu</bpmn2:incoming> |
| 236 | </bpmn2:endEvent> |
| 237 | <bpmn2:sequenceFlow id="SequenceFlow_0a6vgsu" sourceRef="ScriptTask_1y7jr4t" targetRef="EndEvent_0hzmoug" /> |
Seshu-Kumar-M | 5709d43 | 2017-09-18 15:08:16 +0530 | [diff] [blame] | 238 | </bpmn2:process> |
| 239 | <bpmn2:error id="Error_2" name="MSOWorkflowException" errorCode="MSOWorkflowException" /> |
| 240 | <bpmn2:error id="Error_1" name="java.lang.Exception" errorCode="java.lang.Exception" /> |
| 241 | <bpmndi:BPMNDiagram id="BPMNDiagram_1"> |
c00149107 | 2c9049b | 2018-02-23 16:10:56 +0800 | [diff] [blame] | 242 | <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="DoCreateE2EServiceInstanceV3"> |
Seshu-Kumar-M | 5709d43 | 2017-09-18 15:08:16 +0530 | [diff] [blame] | 243 | <bpmndi:BPMNShape id="_BPMNShape_StartEvent_47" bpmnElement="createSI_startEvent"> |
c00149107 | e6a0b6e | 2018-03-05 11:17:12 +0800 | [diff] [blame] | 244 | <dc:Bounds x="18" y="-207" width="36" height="36" /> |
Seshu-Kumar-M | 5709d43 | 2017-09-18 15:08:16 +0530 | [diff] [blame] | 245 | <bpmndi:BPMNLabel> |
c00149107 | e6a0b6e | 2018-03-05 11:17:12 +0800 | [diff] [blame] | 246 | <dc:Bounds x="12" y="-166" width="50" height="12" /> |
Seshu-Kumar-M | 5709d43 | 2017-09-18 15:08:16 +0530 | [diff] [blame] | 247 | </bpmndi:BPMNLabel> |
| 248 | </bpmndi:BPMNShape> |
| 249 | <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_61" bpmnElement="preProcessRequest_ScriptTask"> |
c00149107 | e6a0b6e | 2018-03-05 11:17:12 +0800 | [diff] [blame] | 250 | <dc:Bounds x="126" y="-229" width="100" height="80" /> |
Seshu-Kumar-M | 5709d43 | 2017-09-18 15:08:16 +0530 | [diff] [blame] | 251 | </bpmndi:BPMNShape> |
Seshu-Kumar-M | 5709d43 | 2017-09-18 15:08:16 +0530 | [diff] [blame] | 252 | <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_10" bpmnElement="SequenceFlow_4"> |
c00149107 | e6a0b6e | 2018-03-05 11:17:12 +0800 | [diff] [blame] | 253 | <di:waypoint xsi:type="dc:Point" x="296" y="94" /> |
| 254 | <di:waypoint xsi:type="dc:Point" x="387" y="94" /> |
| 255 | <di:waypoint xsi:type="dc:Point" x="387" y="94" /> |
| 256 | <di:waypoint xsi:type="dc:Point" x="478" y="94" /> |
Seshu-Kumar-M | 5709d43 | 2017-09-18 15:08:16 +0530 | [diff] [blame] | 257 | <bpmndi:BPMNLabel> |
c00149107 | e6a0b6e | 2018-03-05 11:17:12 +0800 | [diff] [blame] | 258 | <dc:Bounds x="357" y="94" width="90" height="0" /> |
Seshu-Kumar-M | 5709d43 | 2017-09-18 15:08:16 +0530 | [diff] [blame] | 259 | </bpmndi:BPMNLabel> |
| 260 | </bpmndi:BPMNEdge> |
Seshu-Kumar-M | 35a826b | 2017-09-20 14:02:28 +0800 | [diff] [blame] | 261 | <bpmndi:BPMNShape id="CallActivity_1md4kyb_di" bpmnElement="CustomE2EGetService"> |
c00149107 | e6a0b6e | 2018-03-05 11:17:12 +0800 | [diff] [blame] | 262 | <dc:Bounds x="196" y="57" width="100" height="80" /> |
Seshu-Kumar-M | 5709d43 | 2017-09-18 15:08:16 +0530 | [diff] [blame] | 263 | </bpmndi:BPMNShape> |
Seshu-Kumar-M | 35a826b | 2017-09-20 14:02:28 +0800 | [diff] [blame] | 264 | <bpmndi:BPMNShape id="CallActivity_0khp0qc_di" bpmnElement="CustomE2EPutService"> |
c00149107 | e6a0b6e | 2018-03-05 11:17:12 +0800 | [diff] [blame] | 265 | <dc:Bounds x="713" y="54" width="100" height="80" /> |
Seshu-Kumar-M | 5709d43 | 2017-09-18 15:08:16 +0530 | [diff] [blame] | 266 | </bpmndi:BPMNShape> |
| 267 | <bpmndi:BPMNEdge id="SequenceFlow_129ih1g_di" bpmnElement="SequenceFlow_129ih1g"> |
c00149107 | e6a0b6e | 2018-03-05 11:17:12 +0800 | [diff] [blame] | 268 | <di:waypoint xsi:type="dc:Point" x="813" y="94" /> |
| 269 | <di:waypoint xsi:type="dc:Point" x="941" y="94" /> |
| 270 | <di:waypoint xsi:type="dc:Point" x="941" y="94" /> |
| 271 | <di:waypoint xsi:type="dc:Point" x="1068" y="94" /> |
Seshu-Kumar-M | 5709d43 | 2017-09-18 15:08:16 +0530 | [diff] [blame] | 272 | <bpmndi:BPMNLabel> |
c00149107 | e6a0b6e | 2018-03-05 11:17:12 +0800 | [diff] [blame] | 273 | <dc:Bounds x="911" y="94" width="90" height="0" /> |
Seshu-Kumar-M | 5709d43 | 2017-09-18 15:08:16 +0530 | [diff] [blame] | 274 | </bpmndi:BPMNLabel> |
| 275 | </bpmndi:BPMNEdge> |
Seshu-Kumar-M | 5709d43 | 2017-09-18 15:08:16 +0530 | [diff] [blame] | 276 | <bpmndi:BPMNShape id="SubProcess_06d8lk8_di" bpmnElement="SubProcess_06d8lk8" isExpanded="true"> |
c00149107 | e6a0b6e | 2018-03-05 11:17:12 +0800 | [diff] [blame] | 277 | <dc:Bounds x="15" y="865" width="783" height="195" /> |
Seshu-Kumar-M | 5709d43 | 2017-09-18 15:08:16 +0530 | [diff] [blame] | 278 | </bpmndi:BPMNShape> |
| 279 | <bpmndi:BPMNShape id="StartEvent_0yljq9y_di" bpmnElement="StartEvent_0yljq9y"> |
c00149107 | e6a0b6e | 2018-03-05 11:17:12 +0800 | [diff] [blame] | 280 | <dc:Bounds x="111" y="942" width="36" height="36" /> |
Seshu-Kumar-M | 5709d43 | 2017-09-18 15:08:16 +0530 | [diff] [blame] | 281 | <bpmndi:BPMNLabel> |
c00149107 | e6a0b6e | 2018-03-05 11:17:12 +0800 | [diff] [blame] | 282 | <dc:Bounds x="84" y="983" width="90" height="0" /> |
Seshu-Kumar-M | 5709d43 | 2017-09-18 15:08:16 +0530 | [diff] [blame] | 283 | </bpmndi:BPMNLabel> |
| 284 | </bpmndi:BPMNShape> |
| 285 | <bpmndi:BPMNShape id="EndEvent_117lkk3_di" bpmnElement="EndEvent_117lkk3"> |
c00149107 | e6a0b6e | 2018-03-05 11:17:12 +0800 | [diff] [blame] | 286 | <dc:Bounds x="744" y="942" width="36" height="36" /> |
Seshu-Kumar-M | 5709d43 | 2017-09-18 15:08:16 +0530 | [diff] [blame] | 287 | <bpmndi:BPMNLabel> |
c00149107 | e6a0b6e | 2018-03-05 11:17:12 +0800 | [diff] [blame] | 288 | <dc:Bounds x="717" y="983" width="90" height="0" /> |
Seshu-Kumar-M | 5709d43 | 2017-09-18 15:08:16 +0530 | [diff] [blame] | 289 | </bpmndi:BPMNLabel> |
| 290 | </bpmndi:BPMNShape> |
| 291 | <bpmndi:BPMNShape id="CallActivity_1srx6p6_di" bpmnElement="CallActivity_1srx6p6"> |
c00149107 | e6a0b6e | 2018-03-05 11:17:12 +0800 | [diff] [blame] | 292 | <dc:Bounds x="409" y="920" width="100" height="80" /> |
Seshu-Kumar-M | 5709d43 | 2017-09-18 15:08:16 +0530 | [diff] [blame] | 293 | </bpmndi:BPMNShape> |
| 294 | <bpmndi:BPMNEdge id="SequenceFlow_0eumzpf_di" bpmnElement="SequenceFlow_0eumzpf"> |
c00149107 | e6a0b6e | 2018-03-05 11:17:12 +0800 | [diff] [blame] | 295 | <di:waypoint xsi:type="dc:Point" x="509" y="960" /> |
| 296 | <di:waypoint xsi:type="dc:Point" x="577" y="960" /> |
Seshu-Kumar-M | 5709d43 | 2017-09-18 15:08:16 +0530 | [diff] [blame] | 297 | <bpmndi:BPMNLabel> |
c00149107 | e6a0b6e | 2018-03-05 11:17:12 +0800 | [diff] [blame] | 298 | <dc:Bounds x="498" y="945" width="90" height="0" /> |
Seshu-Kumar-M | 5709d43 | 2017-09-18 15:08:16 +0530 | [diff] [blame] | 299 | </bpmndi:BPMNLabel> |
| 300 | </bpmndi:BPMNEdge> |
| 301 | <bpmndi:BPMNEdge id="SequenceFlow_0tgrn11_di" bpmnElement="SequenceFlow_0tgrn11"> |
c00149107 | e6a0b6e | 2018-03-05 11:17:12 +0800 | [diff] [blame] | 302 | <di:waypoint xsi:type="dc:Point" x="147" y="960" /> |
| 303 | <di:waypoint xsi:type="dc:Point" x="246" y="960" /> |
Seshu-Kumar-M | 5709d43 | 2017-09-18 15:08:16 +0530 | [diff] [blame] | 304 | <bpmndi:BPMNLabel> |
c00149107 | e6a0b6e | 2018-03-05 11:17:12 +0800 | [diff] [blame] | 305 | <dc:Bounds x="152" y="945" width="90" height="0" /> |
Seshu-Kumar-M | 5709d43 | 2017-09-18 15:08:16 +0530 | [diff] [blame] | 306 | </bpmndi:BPMNLabel> |
| 307 | </bpmndi:BPMNEdge> |
Seshu-Kumar-M | 5709d43 | 2017-09-18 15:08:16 +0530 | [diff] [blame] | 308 | <bpmndi:BPMNShape id="ScriptTask_0i8cqdy_di" bpmnElement="ScriptTask_0i8cqdy"> |
c00149107 | e6a0b6e | 2018-03-05 11:17:12 +0800 | [diff] [blame] | 309 | <dc:Bounds x="478" y="54" width="100" height="80" /> |
Seshu-Kumar-M | 5709d43 | 2017-09-18 15:08:16 +0530 | [diff] [blame] | 310 | </bpmndi:BPMNShape> |
| 311 | <bpmndi:BPMNEdge id="SequenceFlow_1w01tqs_di" bpmnElement="SequenceFlow_1w01tqs"> |
c00149107 | e6a0b6e | 2018-03-05 11:17:12 +0800 | [diff] [blame] | 312 | <di:waypoint xsi:type="dc:Point" x="578" y="94" /> |
| 313 | <di:waypoint xsi:type="dc:Point" x="646" y="94" /> |
| 314 | <di:waypoint xsi:type="dc:Point" x="646" y="94" /> |
| 315 | <di:waypoint xsi:type="dc:Point" x="713" y="94" /> |
Seshu-Kumar-M | 5709d43 | 2017-09-18 15:08:16 +0530 | [diff] [blame] | 316 | <bpmndi:BPMNLabel> |
c00149107 | e6a0b6e | 2018-03-05 11:17:12 +0800 | [diff] [blame] | 317 | <dc:Bounds x="616" y="94" width="90" height="0" /> |
Seshu-Kumar-M | 5709d43 | 2017-09-18 15:08:16 +0530 | [diff] [blame] | 318 | </bpmndi:BPMNLabel> |
| 319 | </bpmndi:BPMNEdge> |
| 320 | <bpmndi:BPMNShape id="ScriptTask_0q37vn9_di" bpmnElement="ScriptTask_0q37vn9"> |
c00149107 | e6a0b6e | 2018-03-05 11:17:12 +0800 | [diff] [blame] | 321 | <dc:Bounds x="1068" y="54" width="100" height="80" /> |
Seshu-Kumar-M | 5709d43 | 2017-09-18 15:08:16 +0530 | [diff] [blame] | 322 | </bpmndi:BPMNShape> |
Seshu-Kumar-M | 5709d43 | 2017-09-18 15:08:16 +0530 | [diff] [blame] | 323 | <bpmndi:BPMNShape id="ScriptTask_0ocetux_di" bpmnElement="ScriptTask_0ocetux"> |
c00149107 | e6a0b6e | 2018-03-05 11:17:12 +0800 | [diff] [blame] | 324 | <dc:Bounds x="246" y="920" width="100" height="80" /> |
Seshu-Kumar-M | 5709d43 | 2017-09-18 15:08:16 +0530 | [diff] [blame] | 325 | </bpmndi:BPMNShape> |
| 326 | <bpmndi:BPMNEdge id="SequenceFlow_1lqktwf_di" bpmnElement="SequenceFlow_1lqktwf"> |
c00149107 | e6a0b6e | 2018-03-05 11:17:12 +0800 | [diff] [blame] | 327 | <di:waypoint xsi:type="dc:Point" x="346" y="960" /> |
| 328 | <di:waypoint xsi:type="dc:Point" x="409" y="960" /> |
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="333" y="945" width="90" height="0" /> |
Seshu-Kumar-M | 5709d43 | 2017-09-18 15:08:16 +0530 | [diff] [blame] | 331 | </bpmndi:BPMNLabel> |
| 332 | </bpmndi:BPMNEdge> |
| 333 | <bpmndi:BPMNShape id="ScriptTask_1p0vyip_di" bpmnElement="ScriptTask_1p0vyip"> |
c00149107 | e6a0b6e | 2018-03-05 11:17:12 +0800 | [diff] [blame] | 334 | <dc:Bounds x="577" y="920" width="100" height="80" /> |
Seshu-Kumar-M | 5709d43 | 2017-09-18 15:08:16 +0530 | [diff] [blame] | 335 | </bpmndi:BPMNShape> |
| 336 | <bpmndi:BPMNEdge id="SequenceFlow_1xzgv5k_di" bpmnElement="SequenceFlow_1xzgv5k"> |
c00149107 | e6a0b6e | 2018-03-05 11:17:12 +0800 | [diff] [blame] | 337 | <di:waypoint xsi:type="dc:Point" x="677" y="960" /> |
| 338 | <di:waypoint xsi:type="dc:Point" x="709" y="960" /> |
| 339 | <di:waypoint xsi:type="dc:Point" x="709" y="960" /> |
| 340 | <di:waypoint xsi:type="dc:Point" x="744" y="960" /> |
Seshu-Kumar-M | 5709d43 | 2017-09-18 15:08:16 +0530 | [diff] [blame] | 341 | <bpmndi:BPMNLabel> |
c00149107 | e6a0b6e | 2018-03-05 11:17:12 +0800 | [diff] [blame] | 342 | <dc:Bounds x="679" y="960" width="90" height="0" /> |
Seshu-Kumar-M | 5709d43 | 2017-09-18 15:08:16 +0530 | [diff] [blame] | 343 | </bpmndi:BPMNLabel> |
| 344 | </bpmndi:BPMNEdge> |
c00149107 | 73bd66b | 2017-10-11 16:46:50 +0800 | [diff] [blame] | 345 | <bpmndi:BPMNEdge id="SequenceFlow_1qctzm0_di" bpmnElement="SequenceFlow_1qctzm0"> |
c00149107 | e6a0b6e | 2018-03-05 11:17:12 +0800 | [diff] [blame] | 346 | <di:waypoint xsi:type="dc:Point" x="296" y="300" /> |
| 347 | <di:waypoint xsi:type="dc:Point" x="402" y="300" /> |
c00149107 | 73bd66b | 2017-10-11 16:46:50 +0800 | [diff] [blame] | 348 | <bpmndi:BPMNLabel> |
c00149107 | e6a0b6e | 2018-03-05 11:17:12 +0800 | [diff] [blame] | 349 | <dc:Bounds x="304" y="279" width="90" height="12" /> |
c00149107 | 73bd66b | 2017-10-11 16:46:50 +0800 | [diff] [blame] | 350 | </bpmndi:BPMNLabel> |
| 351 | </bpmndi:BPMNEdge> |
| 352 | <bpmndi:BPMNShape id="ScriptTask_0v81r5h_di" bpmnElement="Task_0uiekmn"> |
c00149107 | e6a0b6e | 2018-03-05 11:17:12 +0800 | [diff] [blame] | 353 | <dc:Bounds x="196" y="260" width="100" height="80" /> |
c00149107 | 73bd66b | 2017-10-11 16:46:50 +0800 | [diff] [blame] | 354 | </bpmndi:BPMNShape> |
c00149107 | 73bd66b | 2017-10-11 16:46:50 +0800 | [diff] [blame] | 355 | <bpmndi:BPMNShape id="ServiceTask_14tnuxf_di" bpmnElement="Task_0raqlqc"> |
c00149107 | e6a0b6e | 2018-03-05 11:17:12 +0800 | [diff] [blame] | 356 | <dc:Bounds x="402" y="260" width="100" height="80" /> |
c00149107 | 73bd66b | 2017-10-11 16:46:50 +0800 | [diff] [blame] | 357 | </bpmndi:BPMNShape> |
c00149107 | e6a0b6e | 2018-03-05 11:17:12 +0800 | [diff] [blame] | 358 | <bpmndi:BPMNShape id="IntermediateThrowEvent_11saqvj_di" bpmnElement="IntermediateThrowEvent_0bq4fxs"> |
| 359 | <dc:Bounds x="1315" y="-207" width="36" height="36" /> |
| 360 | <bpmndi:BPMNLabel> |
| 361 | <dc:Bounds x="1290" y="-167" width="88" height="36" /> |
| 362 | </bpmndi:BPMNLabel> |
| 363 | </bpmndi:BPMNShape> |
| 364 | <bpmndi:BPMNShape id="IntermediateThrowEvent_1mlbhmt_di" bpmnElement="IntermediateThrowEvent_1mlbhmt"> |
| 365 | <dc:Bounds x="1315" y="-57" width="36" height="36" /> |
| 366 | <bpmndi:BPMNLabel> |
| 367 | <dc:Bounds x="1288" y="-16" width="90" height="12" /> |
| 368 | </bpmndi:BPMNLabel> |
| 369 | </bpmndi:BPMNShape> |
| 370 | <bpmndi:BPMNShape id="ScriptTask_1o01d7d_di" bpmnElement="ScriptTask_1o01d7d"> |
| 371 | <dc:Bounds x="713" y="-79" width="100" height="80" /> |
| 372 | </bpmndi:BPMNShape> |
| 373 | <bpmndi:BPMNShape id="CallActivity_0biblpc_di" bpmnElement="CallActivity_0biblpc"> |
| 374 | <dc:Bounds x="478" y="-79" width="100" height="80" /> |
| 375 | </bpmndi:BPMNShape> |
| 376 | <bpmndi:BPMNShape id="ScriptTask_1cllqk3_di" bpmnElement="ScriptTask_1cllqk3"> |
| 377 | <dc:Bounds x="196" y="-79" width="100" height="80" /> |
| 378 | </bpmndi:BPMNShape> |
| 379 | <bpmndi:BPMNShape id="IntermediateCatchEvent_0tv85pg_di" bpmnElement="IntermediateCatchEvent_0tv85pg"> |
| 380 | <dc:Bounds x="26" y="-57" width="36" height="36" /> |
| 381 | <bpmndi:BPMNLabel> |
| 382 | <dc:Bounds x="2" y="-21" width="88" height="24" /> |
| 383 | </bpmndi:BPMNLabel> |
| 384 | </bpmndi:BPMNShape> |
| 385 | <bpmndi:BPMNEdge id="SequenceFlow_027owbf_di" bpmnElement="SequenceFlow_027owbf"> |
| 386 | <di:waypoint xsi:type="dc:Point" x="813" y="-39" /> |
| 387 | <di:waypoint xsi:type="dc:Point" x="1057" y="-39" /> |
| 388 | <bpmndi:BPMNLabel> |
| 389 | <dc:Bounds x="890" y="-60" width="90" height="12" /> |
| 390 | </bpmndi:BPMNLabel> |
| 391 | </bpmndi:BPMNEdge> |
| 392 | <bpmndi:BPMNEdge id="SequenceFlow_0xjwb45_di" bpmnElement="SequenceFlow_0xjwb45"> |
| 393 | <di:waypoint xsi:type="dc:Point" x="578" y="-39" /> |
| 394 | <di:waypoint xsi:type="dc:Point" x="713" y="-39" /> |
| 395 | <bpmndi:BPMNLabel> |
| 396 | <dc:Bounds x="645.5" y="-60" width="0" height="12" /> |
| 397 | </bpmndi:BPMNLabel> |
| 398 | </bpmndi:BPMNEdge> |
| 399 | <bpmndi:BPMNEdge id="SequenceFlow_0qxzgvq_di" bpmnElement="SequenceFlow_0qxzgvq"> |
| 400 | <di:waypoint xsi:type="dc:Point" x="296" y="-39" /> |
| 401 | <di:waypoint xsi:type="dc:Point" x="478" y="-39" /> |
| 402 | <bpmndi:BPMNLabel> |
| 403 | <dc:Bounds x="387" y="-60" width="0" height="12" /> |
| 404 | </bpmndi:BPMNLabel> |
| 405 | </bpmndi:BPMNEdge> |
| 406 | <bpmndi:BPMNEdge id="SequenceFlow_1qiiycn_di" bpmnElement="SequenceFlow_1qiiycn"> |
| 407 | <di:waypoint xsi:type="dc:Point" x="54" y="-189" /> |
| 408 | <di:waypoint xsi:type="dc:Point" x="126" y="-189" /> |
| 409 | <bpmndi:BPMNLabel> |
| 410 | <dc:Bounds x="90" y="-210" width="0" height="12" /> |
| 411 | </bpmndi:BPMNLabel> |
| 412 | </bpmndi:BPMNEdge> |
| 413 | <bpmndi:BPMNEdge id="SequenceFlow_166w91p_di" bpmnElement="SequenceFlow_166w91p"> |
| 414 | <di:waypoint xsi:type="dc:Point" x="62" y="-39" /> |
| 415 | <di:waypoint xsi:type="dc:Point" x="196" y="-39" /> |
| 416 | <bpmndi:BPMNLabel> |
| 417 | <dc:Bounds x="129" y="-60" width="0" height="12" /> |
| 418 | </bpmndi:BPMNLabel> |
| 419 | </bpmndi:BPMNEdge> |
| 420 | <bpmndi:BPMNShape id="IntermediateThrowEvent_16okck2_di" bpmnElement="IntermediateThrowEvent_16okck2"> |
| 421 | <dc:Bounds x="1315" y="76" width="36" height="36" /> |
| 422 | <bpmndi:BPMNLabel> |
| 423 | <dc:Bounds x="1299" y="117" width="71" height="24" /> |
| 424 | </bpmndi:BPMNLabel> |
| 425 | </bpmndi:BPMNShape> |
| 426 | <bpmndi:BPMNEdge id="SequenceFlow_1tkgqu3_di" bpmnElement="SequenceFlow_1tkgqu3"> |
| 427 | <di:waypoint xsi:type="dc:Point" x="1168" y="94" /> |
| 428 | <di:waypoint xsi:type="dc:Point" x="1242" y="94" /> |
| 429 | <di:waypoint xsi:type="dc:Point" x="1242" y="94" /> |
| 430 | <di:waypoint xsi:type="dc:Point" x="1315" y="94" /> |
| 431 | <bpmndi:BPMNLabel> |
| 432 | <dc:Bounds x="1257" y="88" width="0" height="12" /> |
| 433 | </bpmndi:BPMNLabel> |
| 434 | </bpmndi:BPMNEdge> |
| 435 | <bpmndi:BPMNEdge id="SequenceFlow_0w9t6tc_di" bpmnElement="SequenceFlow_0w9t6tc"> |
| 436 | <di:waypoint xsi:type="dc:Point" x="226" y="-189" /> |
| 437 | <di:waypoint xsi:type="dc:Point" x="771" y="-189" /> |
| 438 | <di:waypoint xsi:type="dc:Point" x="771" y="-189" /> |
| 439 | <di:waypoint xsi:type="dc:Point" x="1315" y="-189" /> |
| 440 | <bpmndi:BPMNLabel> |
| 441 | <dc:Bounds x="786" y="-195" width="0" height="12" /> |
| 442 | </bpmndi:BPMNLabel> |
| 443 | </bpmndi:BPMNEdge> |
| 444 | <bpmndi:BPMNShape id="IntermediateCatchEvent_0jrb3xu_di" bpmnElement="IntermediateCatchEvent_0jrb3xu"> |
| 445 | <dc:Bounds x="18" y="79" width="36" height="36" /> |
| 446 | <bpmndi:BPMNLabel> |
| 447 | <dc:Bounds x="8" y="115" width="60" height="12" /> |
| 448 | </bpmndi:BPMNLabel> |
| 449 | </bpmndi:BPMNShape> |
| 450 | <bpmndi:BPMNEdge id="SequenceFlow_1i7t9hq_di" bpmnElement="SequenceFlow_1i7t9hq"> |
| 451 | <di:waypoint xsi:type="dc:Point" x="54" y="97" /> |
| 452 | <di:waypoint xsi:type="dc:Point" x="196" y="97" /> |
| 453 | <bpmndi:BPMNLabel> |
| 454 | <dc:Bounds x="125" y="76" width="0" height="12" /> |
| 455 | </bpmndi:BPMNLabel> |
| 456 | </bpmndi:BPMNEdge> |
c00149107 | e6a0b6e | 2018-03-05 11:17:12 +0800 | [diff] [blame] | 457 | <bpmndi:BPMNShape id="IntermediateCatchEvent_05dus9b_di" bpmnElement="IntermediateCatchEvent_05dus9b"> |
| 458 | <dc:Bounds x="18" y="282" width="36" height="36" /> |
| 459 | <bpmndi:BPMNLabel> |
| 460 | <dc:Bounds x="-3" y="318" width="82" height="24" /> |
| 461 | </bpmndi:BPMNLabel> |
| 462 | </bpmndi:BPMNShape> |
| 463 | <bpmndi:BPMNEdge id="SequenceFlow_1hbesp9_di" bpmnElement="SequenceFlow_1hbesp9"> |
| 464 | <di:waypoint xsi:type="dc:Point" x="54" y="300" /> |
| 465 | <di:waypoint xsi:type="dc:Point" x="196" y="300" /> |
| 466 | <bpmndi:BPMNLabel> |
| 467 | <dc:Bounds x="125" y="279" width="0" height="12" /> |
| 468 | </bpmndi:BPMNLabel> |
| 469 | </bpmndi:BPMNEdge> |
c00149107 | e6a0b6e | 2018-03-05 11:17:12 +0800 | [diff] [blame] | 470 | <bpmndi:BPMNEdge id="SequenceFlow_1gusrvp_di" bpmnElement="SequenceFlow_1gusrvp"> |
| 471 | <di:waypoint xsi:type="dc:Point" x="1157" y="-39" /> |
| 472 | <di:waypoint xsi:type="dc:Point" x="1315" y="-39" /> |
| 473 | <bpmndi:BPMNLabel> |
| 474 | <dc:Bounds x="1236" y="-60" width="0" height="12" /> |
| 475 | </bpmndi:BPMNLabel> |
| 476 | </bpmndi:BPMNEdge> |
| 477 | <bpmndi:BPMNShape id="ScriptTask_0wr11dt_di" bpmnElement="Task_0ush1g4"> |
| 478 | <dc:Bounds x="1057" y="-79" width="100" height="80" /> |
| 479 | </bpmndi:BPMNShape> |
Yulian Han | c63706f | 2018-03-27 18:25:20 +0800 | [diff] [blame] | 480 | <bpmndi:BPMNShape id="CallActivity_1ojtwas_di" bpmnElement="CallActivity_1ojtwas"> |
| 481 | <dc:Bounds x="852" y="260" width="100" height="80" /> |
| 482 | </bpmndi:BPMNShape> |
| 483 | <bpmndi:BPMNShape id="ScriptTask_04b21gb_di" bpmnElement="ScriptTask_04b21gb"> |
| 484 | <dc:Bounds x="629" y="260" width="100" height="80" /> |
| 485 | </bpmndi:BPMNShape> |
| 486 | <bpmndi:BPMNShape id="ScriptTask_1y7jr4t_di" bpmnElement="ScriptTask_1y7jr4t"> |
| 487 | <dc:Bounds x="1068" y="260" width="100" height="80" /> |
| 488 | </bpmndi:BPMNShape> |
| 489 | <bpmndi:BPMNEdge id="SequenceFlow_13xfsff_di" bpmnElement="SequenceFlow_13xfsff"> |
| 490 | <di:waypoint xsi:type="dc:Point" x="502" y="300" /> |
| 491 | <di:waypoint xsi:type="dc:Point" x="629" y="300" /> |
| 492 | <bpmndi:BPMNLabel> |
| 493 | <dc:Bounds x="565.5" y="279" width="0" height="12" /> |
| 494 | </bpmndi:BPMNLabel> |
| 495 | </bpmndi:BPMNEdge> |
| 496 | <bpmndi:BPMNEdge id="SequenceFlow_0bf6bzp_di" bpmnElement="SequenceFlow_0bf6bzp"> |
| 497 | <di:waypoint xsi:type="dc:Point" x="729" y="300" /> |
| 498 | <di:waypoint xsi:type="dc:Point" x="789" y="300" /> |
| 499 | <di:waypoint xsi:type="dc:Point" x="789" y="300" /> |
| 500 | <di:waypoint xsi:type="dc:Point" x="852" y="300" /> |
| 501 | <bpmndi:BPMNLabel> |
| 502 | <dc:Bounds x="804" y="294" width="0" height="12" /> |
| 503 | </bpmndi:BPMNLabel> |
| 504 | </bpmndi:BPMNEdge> |
| 505 | <bpmndi:BPMNEdge id="SequenceFlow_0d0c20n_di" bpmnElement="SequenceFlow_0d0c20n"> |
| 506 | <di:waypoint xsi:type="dc:Point" x="952" y="300" /> |
| 507 | <di:waypoint xsi:type="dc:Point" x="1009" y="300" /> |
| 508 | <di:waypoint xsi:type="dc:Point" x="1009" y="300" /> |
| 509 | <di:waypoint xsi:type="dc:Point" x="1068" y="300" /> |
| 510 | <bpmndi:BPMNLabel> |
| 511 | <dc:Bounds x="1024" y="294" width="0" height="12" /> |
| 512 | </bpmndi:BPMNLabel> |
| 513 | </bpmndi:BPMNEdge> |
Yulian Han | 3a0ca45 | 2018-03-28 15:21:52 +0800 | [diff] [blame] | 514 | <bpmndi:BPMNShape id="EndEvent_0hzmoug_di" bpmnElement="EndEvent_0hzmoug"> |
| 515 | <dc:Bounds x="1315" y="282.4076655052265" width="36" height="36" /> |
| 516 | <bpmndi:BPMNLabel> |
| 517 | <dc:Bounds x="1333" y="322.4076655052265" width="0" height="12" /> |
| 518 | </bpmndi:BPMNLabel> |
| 519 | </bpmndi:BPMNShape> |
| 520 | <bpmndi:BPMNEdge id="SequenceFlow_0a6vgsu_di" bpmnElement="SequenceFlow_0a6vgsu"> |
Yulian Han | c63706f | 2018-03-27 18:25:20 +0800 | [diff] [blame] | 521 | <di:waypoint xsi:type="dc:Point" x="1168" y="300" /> |
Yulian Han | 3a0ca45 | 2018-03-28 15:21:52 +0800 | [diff] [blame] | 522 | <di:waypoint xsi:type="dc:Point" x="1242" y="300" /> |
| 523 | <di:waypoint xsi:type="dc:Point" x="1242" y="300" /> |
Yulian Han | c63706f | 2018-03-27 18:25:20 +0800 | [diff] [blame] | 524 | <di:waypoint xsi:type="dc:Point" x="1315" y="300" /> |
| 525 | <bpmndi:BPMNLabel> |
Yulian Han | 3a0ca45 | 2018-03-28 15:21:52 +0800 | [diff] [blame] | 526 | <dc:Bounds x="1257" y="294" width="0" height="12" /> |
Yulian Han | c63706f | 2018-03-27 18:25:20 +0800 | [diff] [blame] | 527 | </bpmndi:BPMNLabel> |
| 528 | </bpmndi:BPMNEdge> |
Seshu-Kumar-M | 5709d43 | 2017-09-18 15:08:16 +0530 | [diff] [blame] | 529 | </bpmndi:BPMNPlane> |
| 530 | </bpmndi:BPMNDiagram> |
Seshu-Kumar-M | b23cf7b | 2017-09-20 20:14:28 +0800 | [diff] [blame] | 531 | </bpmn2:definitions> |