blob: 125f08c49e1cb08e093ed093d8353d81d7a30e3b [file] [log] [blame]
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -04001<?xml version="1.0" encoding="UTF-8"?>
sarada prasad sahoof4bf9e72019-06-07 14:46:36 +05302<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="3.1.0" xsi:schemaLocation="http://www.omg.org/spec/BPMN/20100524/MODEL BPMN20.xsd">
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -04003 <bpmn2:process id="DoCreateE2EServiceInstanceV3" name="DoCreateE2EServiceInstanceV3" isExecutable="true">
4 <bpmn2:startEvent id="createSI_startEvent" name="Start Flow">
5 <bpmn2:outgoing>SequenceFlow_1qiiycn</bpmn2:outgoing>
6 </bpmn2:startEvent>
7 <bpmn2:scriptTask id="preProcessRequest_ScriptTask" name="PreProcess Incoming Request" scriptFormat="groovy">
8 <bpmn2:incoming>SequenceFlow_1qiiycn</bpmn2:incoming>
9 <bpmn2:outgoing>SequenceFlow_0w9t6tc</bpmn2:outgoing>
marios.iakovidis6f0f3ab2019-06-03 00:31:21 +030010 <bpmn2:script>import org.onap.so.bpmn.infrastructure.scripts.*
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -040011def dcsi = new DoCreateE2EServiceInstance()
sarada prasad sahoof4bf9e72019-06-07 14:46:36 +053012dcsi.preProcessRequest(execution)</bpmn2:script>
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -040013 </bpmn2:scriptTask>
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -040014 <bpmn2:subProcess id="SubProcess_06d8lk8" name="Sub-process for Application Errors" triggeredByEvent="true">
15 <bpmn2:startEvent id="StartEvent_0yljq9y">
16 <bpmn2:outgoing>SequenceFlow_0tgrn11</bpmn2:outgoing>
17 <bpmn2:errorEventDefinition />
18 </bpmn2:startEvent>
19 <bpmn2:endEvent id="EndEvent_117lkk3">
20 <bpmn2:incoming>SequenceFlow_1xzgv5k</bpmn2:incoming>
21 </bpmn2:endEvent>
22 <bpmn2:callActivity id="CallActivity_1srx6p6" name="Call DoCreateE2EServiceInstanceRollback" calledElement="DoCreateE2EServiceInstanceRollback">
23 <bpmn2:extensionElements>
24 <camunda:in source="msoRequestId" target="mso-request-id" />
25 <camunda:in source="rollbackData" target="rollbackData" />
26 <camunda:out source="rolledBack" target="rolledBack" />
27 <camunda:in source="disableRollback" target="disableRollback" />
28 <camunda:out source="rollbackError" target="rollbackErrror" />
29 </bpmn2:extensionElements>
30 <bpmn2:incoming>SequenceFlow_1lqktwf</bpmn2:incoming>
31 <bpmn2:outgoing>SequenceFlow_0eumzpf</bpmn2:outgoing>
32 </bpmn2:callActivity>
33 <bpmn2:sequenceFlow id="SequenceFlow_0eumzpf" sourceRef="CallActivity_1srx6p6" targetRef="ScriptTask_1p0vyip" />
34 <bpmn2:sequenceFlow id="SequenceFlow_0tgrn11" sourceRef="StartEvent_0yljq9y" targetRef="ScriptTask_0ocetux" />
35 <bpmn2:scriptTask id="ScriptTask_0ocetux" name="Pre Process Rollback" scriptFormat="groovy">
36 <bpmn2:incoming>SequenceFlow_0tgrn11</bpmn2:incoming>
37 <bpmn2:outgoing>SequenceFlow_1lqktwf</bpmn2:outgoing>
marios.iakovidis6f0f3ab2019-06-03 00:31:21 +030038 <bpmn2:script>import org.onap.so.bpmn.infrastructure.scripts.*
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -040039def dcsi = new DoCreateE2EServiceInstance()
sarada prasad sahoof4bf9e72019-06-07 14:46:36 +053040dcsi.preProcessRollback(execution)</bpmn2:script>
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -040041 </bpmn2:scriptTask>
42 <bpmn2:sequenceFlow id="SequenceFlow_1lqktwf" sourceRef="ScriptTask_0ocetux" targetRef="CallActivity_1srx6p6" />
43 <bpmn2:scriptTask id="ScriptTask_1p0vyip" name="Post Process Rollback" scriptFormat="groovy">
44 <bpmn2:incoming>SequenceFlow_0eumzpf</bpmn2:incoming>
45 <bpmn2:outgoing>SequenceFlow_1xzgv5k</bpmn2:outgoing>
marios.iakovidis6f0f3ab2019-06-03 00:31:21 +030046 <bpmn2:script>import org.onap.so.bpmn.infrastructure.scripts.*
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -040047def dcsi = new DoCreateE2EServiceInstance()
sarada prasad sahoof4bf9e72019-06-07 14:46:36 +053048dcsi.postProcessRollback(execution)</bpmn2:script>
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -040049 </bpmn2:scriptTask>
50 <bpmn2:sequenceFlow id="SequenceFlow_1xzgv5k" sourceRef="ScriptTask_1p0vyip" targetRef="EndEvent_117lkk3" />
51 </bpmn2:subProcess>
Benjamin, Max (mb388a)6ba0a222018-10-11 13:55:37 -040052 <bpmn2:scriptTask id="ScriptTask_0q37vn9" name="&#10;AAI&#10;Create&#10;(srv instance)&#10;" scriptFormat="groovy">
53 <bpmn2:incoming>SequenceFlow_012h7yx</bpmn2:incoming>
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -040054 <bpmn2:outgoing>SequenceFlow_1tkgqu3</bpmn2:outgoing>
marios.iakovidis6f0f3ab2019-06-03 00:31:21 +030055 <bpmn2:script>import org.onap.so.bpmn.infrastructure.scripts.*
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -040056def ddsi = new DoCreateE2EServiceInstance()
marios.iakovidis6f0f3ab2019-06-03 00:31:21 +030057ddsi.createServiceInstance(execution)</bpmn2:script>
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -040058 </bpmn2:scriptTask>
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -040059 <bpmn2:intermediateThrowEvent id="IntermediateThrowEvent_0bq4fxs" name="Go to Decompose_Service">
60 <bpmn2:incoming>SequenceFlow_0w9t6tc</bpmn2:incoming>
61 <bpmn2:linkEventDefinition name="Decompose_Service" />
62 </bpmn2:intermediateThrowEvent>
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -040063 <bpmn2:scriptTask id="ScriptTask_1o01d7d" name="PostProcess&#10;Decompose&#10;Service&#10;" scriptFormat="groovy">
64 <bpmn2:incoming>SequenceFlow_0xjwb45</bpmn2:incoming>
65 <bpmn2:outgoing>SequenceFlow_012h7yx</bpmn2:outgoing>
marios.iakovidis6f0f3ab2019-06-03 00:31:21 +030066 <bpmn2:script>import org.onap.so.bpmn.infrastructure.scripts.*
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -040067def dcsi= new DoCreateE2EServiceInstance()
marios.iakovidis6f0f3ab2019-06-03 00:31:21 +030068dcsi.processDecomposition(execution)</bpmn2:script>
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -040069 </bpmn2:scriptTask>
70 <bpmn2:callActivity id="CallActivity_0biblpc" name="Call Decompose Service" calledElement="DecomposeService">
71 <bpmn2:extensionElements>
72 <camunda:in source="msoRequestId" target="msoRequestId" />
73 <camunda:in source="serviceInstanceId" target="serviceInstanceId" />
74 <camunda:in source="serviceModelInfo" target="serviceModelInfo" />
75 <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" />
76 <camunda:out source="serviceDecomposition" target="serviceDecomposition" />
77 <camunda:out source="WorkflowException" target="WorkflowException" />
78 </bpmn2:extensionElements>
79 <bpmn2:incoming>SequenceFlow_0qxzgvq</bpmn2:incoming>
80 <bpmn2:outgoing>SequenceFlow_0xjwb45</bpmn2:outgoing>
81 </bpmn2:callActivity>
82 <bpmn2:scriptTask id="ScriptTask_1cllqk3" name="Prepare&#10;Decompose&#10;Service&#10;" scriptFormat="groovy">
83 <bpmn2:incoming>SequenceFlow_166w91p</bpmn2:incoming>
84 <bpmn2:outgoing>SequenceFlow_0qxzgvq</bpmn2:outgoing>
marios.iakovidis6f0f3ab2019-06-03 00:31:21 +030085 <bpmn2:script>import org.onap.so.bpmn.infrastructure.scripts.*
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -040086def dcsi= new DoCreateE2EServiceInstance()
marios.iakovidis6f0f3ab2019-06-03 00:31:21 +030087dcsi.prepareDecomposeService(execution)</bpmn2:script>
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -040088 </bpmn2:scriptTask>
89 <bpmn2:intermediateCatchEvent id="IntermediateCatchEvent_0tv85pg" name="Decompose_Service">
90 <bpmn2:outgoing>SequenceFlow_166w91p</bpmn2:outgoing>
91 <bpmn2:linkEventDefinition name="Decompose_Service" />
92 </bpmn2:intermediateCatchEvent>
93 <bpmn2:sequenceFlow id="SequenceFlow_0xjwb45" sourceRef="CallActivity_0biblpc" targetRef="ScriptTask_1o01d7d" />
94 <bpmn2:sequenceFlow id="SequenceFlow_0qxzgvq" sourceRef="ScriptTask_1cllqk3" targetRef="CallActivity_0biblpc" />
95 <bpmn2:sequenceFlow id="SequenceFlow_1qiiycn" sourceRef="createSI_startEvent" targetRef="preProcessRequest_ScriptTask" />
96 <bpmn2:sequenceFlow id="SequenceFlow_166w91p" sourceRef="IntermediateCatchEvent_0tv85pg" targetRef="ScriptTask_1cllqk3" />
97 <bpmn2:intermediateThrowEvent id="IntermediateThrowEvent_16okck2" name="GoTo StartPrepareResource">
sarada prasad sahoof4bf9e72019-06-07 14:46:36 +053098 <bpmn2:incoming>SequenceFlow_19zefa9</bpmn2:incoming>
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -040099 <bpmn2:linkEventDefinition name="StartPrepareResource" />
100 </bpmn2:intermediateThrowEvent>
sarada prasad sahoof4bf9e72019-06-07 14:46:36 +0530101 <bpmn2:sequenceFlow id="SequenceFlow_1tkgqu3" sourceRef="ScriptTask_0q37vn9" targetRef="Task_0osptcq" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400102 <bpmn2:sequenceFlow id="SequenceFlow_0w9t6tc" sourceRef="preProcessRequest_ScriptTask" targetRef="IntermediateThrowEvent_0bq4fxs" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400103 <bpmn2:intermediateCatchEvent id="IntermediateCatchEvent_05dus9b" name="StartPrepareResource">
Benjamin, Max (mb388a)6ba0a222018-10-11 13:55:37 -0400104 <bpmn2:outgoing>SequenceFlow_0yuzaen</bpmn2:outgoing>
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400105 <bpmn2:linkEventDefinition name="StartPrepareResource" />
106 </bpmn2:intermediateCatchEvent>
Benjamin, Max (mb388a)6ba0a222018-10-11 13:55:37 -0400107 <bpmn2:sequenceFlow id="SequenceFlow_012h7yx" sourceRef="ScriptTask_1o01d7d" targetRef="ScriptTask_0q37vn9" />
108 <bpmn2:scriptTask id="ScriptTask_1rzf8a1" name="Prepare Resource Oper Status" scriptFormat="groovy">
109 <bpmn2:incoming>SequenceFlow_1y9rkfr</bpmn2:incoming>
110 <bpmn2:outgoing>SequenceFlow_0n7nbx3</bpmn2:outgoing>
marios.iakovidis6f0f3ab2019-06-03 00:31:21 +0300111 <bpmn2:script>import org.onap.so.bpmn.infrastructure.scripts.*
Benjamin, Max (mb388a)6ba0a222018-10-11 13:55:37 -0400112def ddsi = new DoCreateE2EServiceInstance()
marios.iakovidis6f0f3ab2019-06-03 00:31:21 +0300113ddsi.preInitResourcesOperStatus(execution)</bpmn2:script>
Benjamin, Max (mb388a)6ba0a222018-10-11 13:55:37 -0400114 </bpmn2:scriptTask>
115 <bpmn2:serviceTask id="ServiceTask_1asgesv" name="Init Resource Oper Status">
116 <bpmn2:extensionElements>
117 <camunda:connector>
118 <camunda:inputOutput>
119 <camunda:inputParameter name="url">${CVFMI_dbAdapterEndpoint}</camunda:inputParameter>
120 <camunda:inputParameter name="headers">
121 <camunda:map>
122 <camunda:entry key="content-type">application/soap+xml</camunda:entry>
subhash kumar singh0578fc42018-11-15 12:27:09 +0530123 <camunda:entry key="Authorization">Basic YnBlbDpwYXNzd29yZDEk</camunda:entry>
Benjamin, Max (mb388a)6ba0a222018-10-11 13:55:37 -0400124 </camunda:map>
125 </camunda:inputParameter>
126 <camunda:inputParameter name="payload">${CVFMI_initResOperStatusRequest}</camunda:inputParameter>
127 <camunda:inputParameter name="method">POST</camunda:inputParameter>
128 <camunda:outputParameter name="CVFMI_dbResponseCode">${statusCode}</camunda:outputParameter>
129 <camunda:outputParameter name="CVFMI_dbResponse">${response}</camunda:outputParameter>
130 </camunda:inputOutput>
131 <camunda:connectorId>http-connector</camunda:connectorId>
132 </camunda:connector>
133 </bpmn2:extensionElements>
134 <bpmn2:incoming>SequenceFlow_0n7nbx3</bpmn2:incoming>
135 <bpmn2:outgoing>SequenceFlow_0ckto7v</bpmn2:outgoing>
136 </bpmn2:serviceTask>
137 <bpmn2:callActivity id="CallActivity_1gae03e" name="Call DoCreateResources" calledElement="DoCreateResourcesV3">
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400138 <bpmn2:extensionElements>
139 <camunda:in source="nsServiceName" target="nsServiceName" />
140 <camunda:in source="nsServiceDescription" target="nsServiceDescription" />
141 <camunda:in source="globalSubscriberId" target="globalSubscriberId" />
142 <camunda:in source="serviceType" target="serviceType" />
143 <camunda:in source="serviceInstanceId" target="serviceInstanceId" />
144 <camunda:in source="operationId" target="operationId" />
145 <camunda:in source="resourceType" target="resourceType" />
146 <camunda:in source="resourceUUID" target="resourceUUID" />
147 <camunda:in source="resourceParameters" target="resourceParameters" />
148 <camunda:in source="operationType" target="operationType" />
149 <camunda:in source="addResourceList" target="addResourceList" />
150 <camunda:in source="serviceInstanceName" target="serviceInstanceName" />
151 <camunda:in source="serviceDecomposition" target="serviceDecomposition" />
152 <camunda:in source="uuiRequest" target="uuiRequest" />
153 <camunda:in source="msoRequestId" target="msoRequestId" />
marios.iakovidis6f0f3ab2019-06-03 00:31:21 +0300154 <camunda:out source="serviceDecomposition" target="serviceDecomposition" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400155 </bpmn2:extensionElements>
sarada prasad sahoof4bf9e72019-06-07 14:46:36 +0530156 <bpmn2:incoming>SequenceFlow_11zobkq</bpmn2:incoming>
Benjamin, Max (mb388a)6ba0a222018-10-11 13:55:37 -0400157 <bpmn2:outgoing>SequenceFlow_0sphcy5</bpmn2:outgoing>
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400158 </bpmn2:callActivity>
Benjamin, Max (mb388a)6ba0a222018-10-11 13:55:37 -0400159 <bpmn2:scriptTask id="ScriptTask_0ns08tn" name="PreProcess for Add Resources" scriptFormat="groovy">
160 <bpmn2:incoming>SequenceFlow_022onug</bpmn2:incoming>
161 <bpmn2:outgoing>SequenceFlow_0b1dsaj</bpmn2:outgoing>
marios.iakovidis6f0f3ab2019-06-03 00:31:21 +0300162 <bpmn2:script>import org.onap.so.bpmn.infrastructure.scripts.*
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400163def csi = new DoCreateE2EServiceInstance()
marios.iakovidis6f0f3ab2019-06-03 00:31:21 +0300164csi.preProcessForAddResource(execution)</bpmn2:script>
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400165 </bpmn2:scriptTask>
Benjamin, Max (mb388a)6ba0a222018-10-11 13:55:37 -0400166 <bpmn2:scriptTask id="ScriptTask_19t13rd" name="PostProcess for Add Resource" scriptFormat="groovy">
167 <bpmn2:incoming>SequenceFlow_0sphcy5</bpmn2:incoming>
sarada prasad sahoof4bf9e72019-06-07 14:46:36 +0530168 <bpmn2:incoming>SequenceFlow_1mvvc6c</bpmn2:incoming>
Benjamin, Max (mb388a)6ba0a222018-10-11 13:55:37 -0400169 <bpmn2:outgoing>SequenceFlow_18gnns6</bpmn2:outgoing>
marios.iakovidis6f0f3ab2019-06-03 00:31:21 +0300170 <bpmn2:script>import org.onap.so.bpmn.infrastructure.scripts.*
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400171def csi = new DoCreateE2EServiceInstance()
marios.iakovidis6f0f3ab2019-06-03 00:31:21 +0300172csi.postProcessForAddResource(execution)</bpmn2:script>
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400173 </bpmn2:scriptTask>
Benjamin, Max (mb388a)6ba0a222018-10-11 13:55:37 -0400174 <bpmn2:endEvent id="EndEvent_1x4kvfh">
175 <bpmn2:incoming>SequenceFlow_18gnns6</bpmn2:incoming>
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400176 </bpmn2:endEvent>
Benjamin, Max (mb388a)6ba0a222018-10-11 13:55:37 -0400177 <bpmn2:scriptTask id="ScriptTask_0jxdler" name="Process Site Location" scriptFormat="groovy">
178 <bpmn2:incoming>SequenceFlow_0yuzaen</bpmn2:incoming>
179 <bpmn2:outgoing>SequenceFlow_1y9rkfr</bpmn2:outgoing>
marios.iakovidis6f0f3ab2019-06-03 00:31:21 +0300180 <bpmn2:script>import org.onap.so.bpmn.infrastructure.scripts.*
Yulian Han0d5e1ab2018-08-21 16:33:03 +0800181def dcsi= new DoCreateE2EServiceInstance()
marios.iakovidis6f0f3ab2019-06-03 00:31:21 +0300182dcsi.doProcessSiteLocation(execution)</bpmn2:script>
Yulian Han0d5e1ab2018-08-21 16:33:03 +0800183 </bpmn2:scriptTask>
Benjamin, Max (mb388a)6ba0a222018-10-11 13:55:37 -0400184 <bpmn2:scriptTask id="ScriptTask_0ts3c3b" name="Process Link TP Resource Allocation" scriptFormat="groovy">
185 <bpmn2:incoming>SequenceFlow_0ckto7v</bpmn2:incoming>
186 <bpmn2:outgoing>SequenceFlow_022onug</bpmn2:outgoing>
marios.iakovidis6f0f3ab2019-06-03 00:31:21 +0300187 <bpmn2:script>import org.onap.so.bpmn.infrastructure.scripts.*
Yulian Han0d5e1ab2018-08-21 16:33:03 +0800188def dcsi= new DoCreateE2EServiceInstance()
marios.iakovidis6f0f3ab2019-06-03 00:31:21 +0300189dcsi.doTPResourcesAllocation(execution)</bpmn2:script>
Yulian Han0d5e1ab2018-08-21 16:33:03 +0800190 </bpmn2:scriptTask>
Benjamin, Max (mb388a)6ba0a222018-10-11 13:55:37 -0400191 <bpmn2:sequenceFlow id="SequenceFlow_1y9rkfr" sourceRef="ScriptTask_0jxdler" targetRef="ScriptTask_1rzf8a1" />
192 <bpmn2:sequenceFlow id="SequenceFlow_0n7nbx3" sourceRef="ScriptTask_1rzf8a1" targetRef="ServiceTask_1asgesv" />
193 <bpmn2:sequenceFlow id="SequenceFlow_0ckto7v" sourceRef="ServiceTask_1asgesv" targetRef="ScriptTask_0ts3c3b" />
sarada prasad sahoof4bf9e72019-06-07 14:46:36 +0530194 <bpmn2:sequenceFlow id="SequenceFlow_0b1dsaj" sourceRef="ScriptTask_0ns08tn" targetRef="ExclusiveGateway_1hmlw0b" />
Benjamin, Max (mb388a)6ba0a222018-10-11 13:55:37 -0400195 <bpmn2:sequenceFlow id="SequenceFlow_0sphcy5" sourceRef="CallActivity_1gae03e" targetRef="ScriptTask_19t13rd" />
196 <bpmn2:sequenceFlow id="SequenceFlow_022onug" sourceRef="ScriptTask_0ts3c3b" targetRef="ScriptTask_0ns08tn" />
197 <bpmn2:sequenceFlow id="SequenceFlow_18gnns6" sourceRef="ScriptTask_19t13rd" targetRef="EndEvent_1x4kvfh" />
198 <bpmn2:sequenceFlow id="SequenceFlow_0yuzaen" sourceRef="IntermediateCatchEvent_05dus9b" targetRef="ScriptTask_0jxdler" />
sarada prasad sahoof4bf9e72019-06-07 14:46:36 +0530199 <bpmn2:sequenceFlow id="SequenceFlow_19zefa9" sourceRef="Task_0osptcq" targetRef="IntermediateThrowEvent_16okck2" />
200 <bpmn2:scriptTask id="Task_0osptcq" name="AAI&#10;Create Custom &#10;Relationship&#10;" scriptFormat="groovy">
201 <bpmn2:incoming>SequenceFlow_1tkgqu3</bpmn2:incoming>
202 <bpmn2:outgoing>SequenceFlow_19zefa9</bpmn2:outgoing>
203 <bpmn2:script>import org.onap.so.bpmn.infrastructure.scripts.*
204def ddsi = new DoCreateE2EServiceInstance()
205ddsi.createCustomRelationship(execution)</bpmn2:script>
206 </bpmn2:scriptTask>
207 <bpmn2:exclusiveGateway id="ExclusiveGateway_1hmlw0b" default="SequenceFlow_1mvvc6c">
208 <bpmn2:incoming>SequenceFlow_0b1dsaj</bpmn2:incoming>
209 <bpmn2:outgoing>SequenceFlow_11zobkq</bpmn2:outgoing>
210 <bpmn2:outgoing>SequenceFlow_1mvvc6c</bpmn2:outgoing>
211 </bpmn2:exclusiveGateway>
212 <bpmn2:sequenceFlow id="SequenceFlow_11zobkq" name="yes" sourceRef="ExclusiveGateway_1hmlw0b" targetRef="CallActivity_1gae03e">
213 <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression">#{(execution.getVariable("isCreateResourceListValid" ) == true)}</bpmn2:conditionExpression>
214 </bpmn2:sequenceFlow>
215 <bpmn2:sequenceFlow id="SequenceFlow_1mvvc6c" sourceRef="ExclusiveGateway_1hmlw0b" targetRef="ScriptTask_19t13rd" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400216 </bpmn2:process>
217 <bpmn2:error id="Error_2" name="MSOWorkflowException" errorCode="MSOWorkflowException" />
218 <bpmn2:error id="Error_1" name="java.lang.Exception" errorCode="java.lang.Exception" />
219 <bpmndi:BPMNDiagram id="BPMNDiagram_1">
220 <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="DoCreateE2EServiceInstanceV3">
221 <bpmndi:BPMNShape id="_BPMNShape_StartEvent_47" bpmnElement="createSI_startEvent">
sarada prasad sahoof4bf9e72019-06-07 14:46:36 +0530222 <dc:Bounds x="172" y="103" width="36" height="36" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400223 <bpmndi:BPMNLabel>
sarada prasad sahoof4bf9e72019-06-07 14:46:36 +0530224 <dc:Bounds x="166" y="144" width="50" height="14" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400225 </bpmndi:BPMNLabel>
226 </bpmndi:BPMNShape>
227 <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_61" bpmnElement="preProcessRequest_ScriptTask">
sarada prasad sahoof4bf9e72019-06-07 14:46:36 +0530228 <dc:Bounds x="280" y="81" width="100" height="80" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400229 </bpmndi:BPMNShape>
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400230 <bpmndi:BPMNShape id="SubProcess_06d8lk8_di" bpmnElement="SubProcess_06d8lk8" isExpanded="true">
sarada prasad sahoof4bf9e72019-06-07 14:46:36 +0530231 <dc:Bounds x="178" y="990" width="783" height="195" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400232 </bpmndi:BPMNShape>
233 <bpmndi:BPMNShape id="StartEvent_0yljq9y_di" bpmnElement="StartEvent_0yljq9y">
sarada prasad sahoof4bf9e72019-06-07 14:46:36 +0530234 <dc:Bounds x="274" y="1067" width="36" height="36" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400235 <bpmndi:BPMNLabel>
236 <dc:Bounds x="84" y="983" width="90" height="0" />
237 </bpmndi:BPMNLabel>
238 </bpmndi:BPMNShape>
239 <bpmndi:BPMNShape id="EndEvent_117lkk3_di" bpmnElement="EndEvent_117lkk3">
sarada prasad sahoof4bf9e72019-06-07 14:46:36 +0530240 <dc:Bounds x="907" y="1067" width="36" height="36" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400241 <bpmndi:BPMNLabel>
242 <dc:Bounds x="717" y="983" width="90" height="0" />
243 </bpmndi:BPMNLabel>
244 </bpmndi:BPMNShape>
245 <bpmndi:BPMNShape id="CallActivity_1srx6p6_di" bpmnElement="CallActivity_1srx6p6">
sarada prasad sahoof4bf9e72019-06-07 14:46:36 +0530246 <dc:Bounds x="572" y="1045" width="100" height="80" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400247 </bpmndi:BPMNShape>
248 <bpmndi:BPMNEdge id="SequenceFlow_0eumzpf_di" bpmnElement="SequenceFlow_0eumzpf">
sarada prasad sahoof4bf9e72019-06-07 14:46:36 +0530249 <di:waypoint x="672" y="1085" />
250 <di:waypoint x="740" y="1085" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400251 <bpmndi:BPMNLabel>
252 <dc:Bounds x="498" y="945" width="90" height="0" />
253 </bpmndi:BPMNLabel>
254 </bpmndi:BPMNEdge>
255 <bpmndi:BPMNEdge id="SequenceFlow_0tgrn11_di" bpmnElement="SequenceFlow_0tgrn11">
sarada prasad sahoof4bf9e72019-06-07 14:46:36 +0530256 <di:waypoint x="310" y="1085" />
257 <di:waypoint x="409" y="1085" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400258 <bpmndi:BPMNLabel>
259 <dc:Bounds x="152" y="945" width="90" height="0" />
260 </bpmndi:BPMNLabel>
261 </bpmndi:BPMNEdge>
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400262 <bpmndi:BPMNShape id="ScriptTask_0q37vn9_di" bpmnElement="ScriptTask_0q37vn9">
sarada prasad sahoof4bf9e72019-06-07 14:46:36 +0530263 <dc:Bounds x="1103" y="231" width="100" height="80" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400264 </bpmndi:BPMNShape>
265 <bpmndi:BPMNShape id="ScriptTask_0ocetux_di" bpmnElement="ScriptTask_0ocetux">
sarada prasad sahoof4bf9e72019-06-07 14:46:36 +0530266 <dc:Bounds x="409" y="1045" width="100" height="80" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400267 </bpmndi:BPMNShape>
268 <bpmndi:BPMNEdge id="SequenceFlow_1lqktwf_di" bpmnElement="SequenceFlow_1lqktwf">
sarada prasad sahoof4bf9e72019-06-07 14:46:36 +0530269 <di:waypoint x="509" y="1085" />
270 <di:waypoint x="572" y="1085" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400271 <bpmndi:BPMNLabel>
272 <dc:Bounds x="333" y="945" width="90" height="0" />
273 </bpmndi:BPMNLabel>
274 </bpmndi:BPMNEdge>
275 <bpmndi:BPMNShape id="ScriptTask_1p0vyip_di" bpmnElement="ScriptTask_1p0vyip">
sarada prasad sahoof4bf9e72019-06-07 14:46:36 +0530276 <dc:Bounds x="740" y="1045" width="100" height="80" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400277 </bpmndi:BPMNShape>
278 <bpmndi:BPMNEdge id="SequenceFlow_1xzgv5k_di" bpmnElement="SequenceFlow_1xzgv5k">
sarada prasad sahoof4bf9e72019-06-07 14:46:36 +0530279 <di:waypoint x="840" y="1085" />
280 <di:waypoint x="872" y="1085" />
281 <di:waypoint x="872" y="1085" />
282 <di:waypoint x="907" y="1085" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400283 <bpmndi:BPMNLabel>
284 <dc:Bounds x="679" y="960" width="90" height="0" />
285 </bpmndi:BPMNLabel>
286 </bpmndi:BPMNEdge>
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400287 <bpmndi:BPMNShape id="IntermediateThrowEvent_11saqvj_di" bpmnElement="IntermediateThrowEvent_0bq4fxs">
sarada prasad sahoof4bf9e72019-06-07 14:46:36 +0530288 <dc:Bounds x="1469" y="103" width="36" height="36" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400289 <bpmndi:BPMNLabel>
sarada prasad sahoof4bf9e72019-06-07 14:46:36 +0530290 <dc:Bounds x="1444" y="143" width="88" height="40" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400291 </bpmndi:BPMNLabel>
292 </bpmndi:BPMNShape>
293 <bpmndi:BPMNShape id="ScriptTask_1o01d7d_di" bpmnElement="ScriptTask_1o01d7d">
sarada prasad sahoof4bf9e72019-06-07 14:46:36 +0530294 <dc:Bounds x="867" y="231" width="100" height="80" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400295 </bpmndi:BPMNShape>
296 <bpmndi:BPMNShape id="CallActivity_0biblpc_di" bpmnElement="CallActivity_0biblpc">
sarada prasad sahoof4bf9e72019-06-07 14:46:36 +0530297 <dc:Bounds x="632" y="231" width="100" height="80" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400298 </bpmndi:BPMNShape>
299 <bpmndi:BPMNShape id="ScriptTask_1cllqk3_di" bpmnElement="ScriptTask_1cllqk3">
sarada prasad sahoof4bf9e72019-06-07 14:46:36 +0530300 <dc:Bounds x="350" y="231" width="100" height="80" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400301 </bpmndi:BPMNShape>
302 <bpmndi:BPMNShape id="IntermediateCatchEvent_0tv85pg_di" bpmnElement="IntermediateCatchEvent_0tv85pg">
sarada prasad sahoof4bf9e72019-06-07 14:46:36 +0530303 <dc:Bounds x="180" y="253" width="36" height="36" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400304 <bpmndi:BPMNLabel>
sarada prasad sahoof4bf9e72019-06-07 14:46:36 +0530305 <dc:Bounds x="156" y="289" width="88" height="27" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400306 </bpmndi:BPMNLabel>
307 </bpmndi:BPMNShape>
308 <bpmndi:BPMNEdge id="SequenceFlow_0xjwb45_di" bpmnElement="SequenceFlow_0xjwb45">
sarada prasad sahoof4bf9e72019-06-07 14:46:36 +0530309 <di:waypoint x="732" y="271" />
310 <di:waypoint x="867" y="271" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400311 <bpmndi:BPMNLabel>
Benjamin, Max (mb388a)6ba0a222018-10-11 13:55:37 -0400312 <dc:Bounds x="592" y="125" width="90" height="12" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400313 </bpmndi:BPMNLabel>
314 </bpmndi:BPMNEdge>
315 <bpmndi:BPMNEdge id="SequenceFlow_0qxzgvq_di" bpmnElement="SequenceFlow_0qxzgvq">
sarada prasad sahoof4bf9e72019-06-07 14:46:36 +0530316 <di:waypoint x="450" y="271" />
317 <di:waypoint x="632" y="271" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400318 <bpmndi:BPMNLabel>
Benjamin, Max (mb388a)6ba0a222018-10-11 13:55:37 -0400319 <dc:Bounds x="333" y="125" width="90" height="12" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400320 </bpmndi:BPMNLabel>
321 </bpmndi:BPMNEdge>
322 <bpmndi:BPMNEdge id="SequenceFlow_1qiiycn_di" bpmnElement="SequenceFlow_1qiiycn">
sarada prasad sahoof4bf9e72019-06-07 14:46:36 +0530323 <di:waypoint x="208" y="121" />
324 <di:waypoint x="280" y="121" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400325 <bpmndi:BPMNLabel>
Benjamin, Max (mb388a)6ba0a222018-10-11 13:55:37 -0400326 <dc:Bounds x="36" y="-25" width="90" height="12" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400327 </bpmndi:BPMNLabel>
328 </bpmndi:BPMNEdge>
329 <bpmndi:BPMNEdge id="SequenceFlow_166w91p_di" bpmnElement="SequenceFlow_166w91p">
sarada prasad sahoof4bf9e72019-06-07 14:46:36 +0530330 <di:waypoint x="216" y="271" />
331 <di:waypoint x="350" y="271" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400332 <bpmndi:BPMNLabel>
Benjamin, Max (mb388a)6ba0a222018-10-11 13:55:37 -0400333 <dc:Bounds x="75" y="125" width="90" height="12" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400334 </bpmndi:BPMNLabel>
335 </bpmndi:BPMNEdge>
336 <bpmndi:BPMNShape id="IntermediateThrowEvent_16okck2_di" bpmnElement="IntermediateThrowEvent_16okck2">
sarada prasad sahoof4bf9e72019-06-07 14:46:36 +0530337 <dc:Bounds x="1469" y="253" width="36" height="36" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400338 <bpmndi:BPMNLabel>
sarada prasad sahoof4bf9e72019-06-07 14:46:36 +0530339 <dc:Bounds x="1448" y="294" width="83" height="40" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400340 </bpmndi:BPMNLabel>
341 </bpmndi:BPMNShape>
342 <bpmndi:BPMNEdge id="SequenceFlow_1tkgqu3_di" bpmnElement="SequenceFlow_1tkgqu3">
sarada prasad sahoof4bf9e72019-06-07 14:46:36 +0530343 <di:waypoint x="1203" y="271" />
344 <di:waypoint x="1286" y="271" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400345 <bpmndi:BPMNLabel>
Benjamin, Max (mb388a)6ba0a222018-10-11 13:55:37 -0400346 <dc:Bounds x="1192" y="140" width="90" height="12" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400347 </bpmndi:BPMNLabel>
348 </bpmndi:BPMNEdge>
349 <bpmndi:BPMNEdge id="SequenceFlow_0w9t6tc_di" bpmnElement="SequenceFlow_0w9t6tc">
sarada prasad sahoof4bf9e72019-06-07 14:46:36 +0530350 <di:waypoint x="380" y="121" />
351 <di:waypoint x="925" y="121" />
352 <di:waypoint x="925" y="121" />
353 <di:waypoint x="1469" y="121" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400354 <bpmndi:BPMNLabel>
Benjamin, Max (mb388a)6ba0a222018-10-11 13:55:37 -0400355 <dc:Bounds x="732" y="-10" width="90" height="12" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400356 </bpmndi:BPMNLabel>
357 </bpmndi:BPMNEdge>
358 <bpmndi:BPMNShape id="IntermediateCatchEvent_05dus9b_di" bpmnElement="IntermediateCatchEvent_05dus9b">
sarada prasad sahoof4bf9e72019-06-07 14:46:36 +0530359 <dc:Bounds x="181" y="407" width="36" height="36" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400360 <bpmndi:BPMNLabel>
sarada prasad sahoof4bf9e72019-06-07 14:46:36 +0530361 <dc:Bounds x="160" y="443" width="83" height="27" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400362 </bpmndi:BPMNLabel>
363 </bpmndi:BPMNShape>
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400364 <bpmndi:BPMNEdge id="SequenceFlow_012h7yx_di" bpmnElement="SequenceFlow_012h7yx">
sarada prasad sahoof4bf9e72019-06-07 14:46:36 +0530365 <di:waypoint x="967" y="271" />
366 <di:waypoint x="1103" y="271" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400367 <bpmndi:BPMNLabel>
Benjamin, Max (mb388a)6ba0a222018-10-11 13:55:37 -0400368 <dc:Bounds x="887" y="139" width="90" height="14" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400369 </bpmndi:BPMNLabel>
370 </bpmndi:BPMNEdge>
Benjamin, Max (mb388a)6ba0a222018-10-11 13:55:37 -0400371 <bpmndi:BPMNShape id="ScriptTask_1rzf8a1_di" bpmnElement="ScriptTask_1rzf8a1">
sarada prasad sahoof4bf9e72019-06-07 14:46:36 +0530372 <dc:Bounds x="425" y="385" width="100" height="80" />
Yulian Han0d5e1ab2018-08-21 16:33:03 +0800373 </bpmndi:BPMNShape>
Benjamin, Max (mb388a)6ba0a222018-10-11 13:55:37 -0400374 <bpmndi:BPMNShape id="ServiceTask_1asgesv_di" bpmnElement="ServiceTask_1asgesv">
sarada prasad sahoof4bf9e72019-06-07 14:46:36 +0530375 <dc:Bounds x="576" y="385" width="100" height="80" />
Yulian Han0d5e1ab2018-08-21 16:33:03 +0800376 </bpmndi:BPMNShape>
Benjamin, Max (mb388a)6ba0a222018-10-11 13:55:37 -0400377 <bpmndi:BPMNShape id="CallActivity_1gae03e_di" bpmnElement="CallActivity_1gae03e">
sarada prasad sahoof4bf9e72019-06-07 14:46:36 +0530378 <dc:Bounds x="1146" y="385" width="100" height="80" />
Benjamin, Max (mb388a)6ba0a222018-10-11 13:55:37 -0400379 </bpmndi:BPMNShape>
380 <bpmndi:BPMNShape id="ScriptTask_0ns08tn_di" bpmnElement="ScriptTask_0ns08tn">
sarada prasad sahoof4bf9e72019-06-07 14:46:36 +0530381 <dc:Bounds x="894" y="385" width="100" height="80" />
Benjamin, Max (mb388a)6ba0a222018-10-11 13:55:37 -0400382 </bpmndi:BPMNShape>
383 <bpmndi:BPMNShape id="ScriptTask_19t13rd_di" bpmnElement="ScriptTask_19t13rd">
sarada prasad sahoof4bf9e72019-06-07 14:46:36 +0530384 <dc:Bounds x="1294" y="385" width="100" height="80" />
Benjamin, Max (mb388a)6ba0a222018-10-11 13:55:37 -0400385 </bpmndi:BPMNShape>
386 <bpmndi:BPMNShape id="EndEvent_1x4kvfh_di" bpmnElement="EndEvent_1x4kvfh">
sarada prasad sahoof4bf9e72019-06-07 14:46:36 +0530387 <dc:Bounds x="1464" y="407" width="36" height="36" />
Yulian Han0d5e1ab2018-08-21 16:33:03 +0800388 <bpmndi:BPMNLabel>
Benjamin, Max (mb388a)6ba0a222018-10-11 13:55:37 -0400389 <dc:Bounds x="1274" y="322" width="0" height="12" />
390 </bpmndi:BPMNLabel>
391 </bpmndi:BPMNShape>
392 <bpmndi:BPMNShape id="ScriptTask_0jxdler_di" bpmnElement="ScriptTask_0jxdler">
sarada prasad sahoof4bf9e72019-06-07 14:46:36 +0530393 <dc:Bounds x="251" y="385" width="100" height="80" />
Benjamin, Max (mb388a)6ba0a222018-10-11 13:55:37 -0400394 </bpmndi:BPMNShape>
395 <bpmndi:BPMNShape id="ScriptTask_0ts3c3b_di" bpmnElement="ScriptTask_0ts3c3b">
sarada prasad sahoof4bf9e72019-06-07 14:46:36 +0530396 <dc:Bounds x="733" y="385" width="100" height="80" />
Benjamin, Max (mb388a)6ba0a222018-10-11 13:55:37 -0400397 </bpmndi:BPMNShape>
398 <bpmndi:BPMNEdge id="SequenceFlow_1y9rkfr_di" bpmnElement="SequenceFlow_1y9rkfr">
sarada prasad sahoof4bf9e72019-06-07 14:46:36 +0530399 <di:waypoint x="351" y="425" />
400 <di:waypoint x="425" y="425" />
Benjamin, Max (mb388a)6ba0a222018-10-11 13:55:37 -0400401 <bpmndi:BPMNLabel>
402 <dc:Bounds x="180" y="279" width="0" height="12" />
Yulian Han0d5e1ab2018-08-21 16:33:03 +0800403 </bpmndi:BPMNLabel>
404 </bpmndi:BPMNEdge>
Benjamin, Max (mb388a)6ba0a222018-10-11 13:55:37 -0400405 <bpmndi:BPMNEdge id="SequenceFlow_0n7nbx3_di" bpmnElement="SequenceFlow_0n7nbx3">
sarada prasad sahoof4bf9e72019-06-07 14:46:36 +0530406 <di:waypoint x="525" y="425" />
407 <di:waypoint x="576" y="425" />
Yulian Han0d5e1ab2018-08-21 16:33:03 +0800408 <bpmndi:BPMNLabel>
Benjamin, Max (mb388a)6ba0a222018-10-11 13:55:37 -0400409 <dc:Bounds x="353.5" y="279" width="0" height="12" />
Yulian Hane992deb2018-09-20 11:30:15 +0800410 </bpmndi:BPMNLabel>
411 </bpmndi:BPMNEdge>
Benjamin, Max (mb388a)6ba0a222018-10-11 13:55:37 -0400412 <bpmndi:BPMNEdge id="SequenceFlow_0ckto7v_di" bpmnElement="SequenceFlow_0ckto7v">
sarada prasad sahoof4bf9e72019-06-07 14:46:36 +0530413 <di:waypoint x="676" y="425" />
414 <di:waypoint x="733" y="425" />
Yulian Hane992deb2018-09-20 11:30:15 +0800415 <bpmndi:BPMNLabel>
Benjamin, Max (mb388a)6ba0a222018-10-11 13:55:37 -0400416 <dc:Bounds x="521" y="279" width="0" height="12" />
417 </bpmndi:BPMNLabel>
418 </bpmndi:BPMNEdge>
419 <bpmndi:BPMNEdge id="SequenceFlow_0b1dsaj_di" bpmnElement="SequenceFlow_0b1dsaj">
sarada prasad sahoof4bf9e72019-06-07 14:46:36 +0530420 <di:waypoint x="994" y="425" />
421 <di:waypoint x="1044" y="425" />
Benjamin, Max (mb388a)6ba0a222018-10-11 13:55:37 -0400422 <bpmndi:BPMNLabel>
423 <dc:Bounds x="876" y="279" width="0" height="12" />
424 </bpmndi:BPMNLabel>
425 </bpmndi:BPMNEdge>
426 <bpmndi:BPMNEdge id="SequenceFlow_0sphcy5_di" bpmnElement="SequenceFlow_0sphcy5">
sarada prasad sahoof4bf9e72019-06-07 14:46:36 +0530427 <di:waypoint x="1246" y="425" />
428 <di:waypoint x="1294" y="425" />
Benjamin, Max (mb388a)6ba0a222018-10-11 13:55:37 -0400429 <bpmndi:BPMNLabel>
430 <dc:Bounds x="1049" y="279" width="0" height="12" />
431 </bpmndi:BPMNLabel>
432 </bpmndi:BPMNEdge>
433 <bpmndi:BPMNEdge id="SequenceFlow_022onug_di" bpmnElement="SequenceFlow_022onug">
sarada prasad sahoof4bf9e72019-06-07 14:46:36 +0530434 <di:waypoint x="833" y="425" />
435 <di:waypoint x="894" y="425" />
Benjamin, Max (mb388a)6ba0a222018-10-11 13:55:37 -0400436 <bpmndi:BPMNLabel>
437 <dc:Bounds x="697" y="279" width="0" height="12" />
438 </bpmndi:BPMNLabel>
439 </bpmndi:BPMNEdge>
440 <bpmndi:BPMNEdge id="SequenceFlow_18gnns6_di" bpmnElement="SequenceFlow_18gnns6">
sarada prasad sahoof4bf9e72019-06-07 14:46:36 +0530441 <di:waypoint x="1394" y="425" />
442 <di:waypoint x="1464" y="425" />
Benjamin, Max (mb388a)6ba0a222018-10-11 13:55:37 -0400443 <bpmndi:BPMNLabel>
444 <dc:Bounds x="1221" y="279" width="0" height="12" />
445 </bpmndi:BPMNLabel>
446 </bpmndi:BPMNEdge>
447 <bpmndi:BPMNEdge id="SequenceFlow_0yuzaen_di" bpmnElement="SequenceFlow_0yuzaen">
sarada prasad sahoof4bf9e72019-06-07 14:46:36 +0530448 <di:waypoint x="217" y="425" />
449 <di:waypoint x="251" y="425" />
Benjamin, Max (mb388a)6ba0a222018-10-11 13:55:37 -0400450 <bpmndi:BPMNLabel>
451 <dc:Bounds x="71" y="279" width="0" height="12" />
Elaine_Han1bda6112018-08-10 15:43:04 +0800452 </bpmndi:BPMNLabel>
453 </bpmndi:BPMNEdge>
sarada prasad sahoof4bf9e72019-06-07 14:46:36 +0530454 <bpmndi:BPMNEdge id="SequenceFlow_19zefa9_di" bpmnElement="SequenceFlow_19zefa9">
455 <di:waypoint x="1386" y="271" />
456 <di:waypoint x="1469" y="271" />
457 </bpmndi:BPMNEdge>
458 <bpmndi:BPMNShape id="ScriptTask_1495sm9_di" bpmnElement="Task_0osptcq">
459 <dc:Bounds x="1286" y="231" width="100" height="80" />
460 </bpmndi:BPMNShape>
461 <bpmndi:BPMNShape id="ExclusiveGateway_1hmlw0b_di" bpmnElement="ExclusiveGateway_1hmlw0b" isMarkerVisible="true">
462 <dc:Bounds x="1044" y="400" width="50" height="50" />
463 </bpmndi:BPMNShape>
464 <bpmndi:BPMNEdge id="SequenceFlow_11zobkq_di" bpmnElement="SequenceFlow_11zobkq">
465 <di:waypoint x="1094" y="425" />
466 <di:waypoint x="1146" y="425" />
467 <bpmndi:BPMNLabel>
468 <dc:Bounds x="1112" y="407" width="18" height="14" />
469 </bpmndi:BPMNLabel>
470 </bpmndi:BPMNEdge>
471 <bpmndi:BPMNEdge id="SequenceFlow_1mvvc6c_di" bpmnElement="SequenceFlow_1mvvc6c">
472 <di:waypoint x="1069" y="450" />
473 <di:waypoint x="1069" y="607" />
474 <di:waypoint x="1344" y="607" />
475 <di:waypoint x="1344" y="465" />
476 </bpmndi:BPMNEdge>
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400477 </bpmndi:BPMNPlane>
478 </bpmndi:BPMNDiagram>
marios.iakovidis6f0f3ab2019-06-03 00:31:21 +0300479</bpmn2:definitions>