blob: df95cf0210be3187d44f163eb67f5369e47d50eb [file] [log] [blame]
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -04001<?xml version="1.0" encoding="UTF-8"?>
Yang Xu253a7e12019-05-24 16:17:50 -04002<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="_DkzPAHB4EeaJwpcpVN5gXw" 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">
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -04003 <bpmn2:process id="DoCreateVnf" name="DoCreateVnf" isExecutable="true">
4 <bpmn2:startEvent id="StartEvent_1">
5 <bpmn2:outgoing>SequenceFlow_1</bpmn2:outgoing>
6 </bpmn2:startEvent>
7 <bpmn2:sequenceFlow id="SequenceFlow_1" name="" sourceRef="StartEvent_1" targetRef="initialization" />
8 <bpmn2:scriptTask id="initialization" name="Initialization" scriptFormat="groovy">
9 <bpmn2:incoming>SequenceFlow_1</bpmn2:incoming>
10 <bpmn2:outgoing>SequenceFlow_2</bpmn2:outgoing>
11 <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
12DoCreateVnf createVnf = new DoCreateVnf()
13createVnf.preProcessRequest(execution)]]></bpmn2:script>
14 </bpmn2:scriptTask>
15 <bpmn2:sequenceFlow id="SequenceFlow_2" name="" sourceRef="initialization" targetRef="callGetService" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -040016 <bpmn2:scriptTask id="prepareCreateGenericVnf" name="&#10;AAI&#10;Create&#10;(generic vnf)&#10;" scriptFormat="groovy">
Benjamin, Max (mb388a)6ba0a222018-10-11 13:55:37 -040017 <bpmn2:incoming>SequenceFlow_11b2sf3</bpmn2:incoming>
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -040018 <bpmn2:outgoing>SequenceFlow_11</bpmn2:outgoing>
19 <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
20DoCreateVnf createVnf = new DoCreateVnf()
21createVnf.createGenericVnf(execution)]]></bpmn2:script>
22 </bpmn2:scriptTask>
23 <bpmn2:sequenceFlow id="SequenceFlow_11" name="" sourceRef="prepareCreateGenericVnf" targetRef="postProcessCreateGenericVnf" />
24 <bpmn2:subProcess id="javaErrorHandlingSubProcess" name="Java Exception Handling Sub Process" triggeredByEvent="true">
25 <bpmn2:scriptTask id="processJavaError" name="Process Error" scriptFormat="groovy">
26 <bpmn2:incoming>SequenceFlow_8</bpmn2:incoming>
27 <bpmn2:outgoing>SequenceFlow_9</bpmn2:outgoing>
28 <bpmn2:script><![CDATA[import org.onap.so.bpmn.common.scripts.*
29ExceptionUtil exceptionUtil = new ExceptionUtil()
30exceptionUtil.processJavaException(execution)]]></bpmn2:script>
31 </bpmn2:scriptTask>
32 <bpmn2:sequenceFlow id="SequenceFlow_9" name="" sourceRef="processJavaError" targetRef="EndEvent_4" />
33 <bpmn2:endEvent id="EndEvent_4">
34 <bpmn2:incoming>SequenceFlow_9</bpmn2:incoming>
35 </bpmn2:endEvent>
36 <bpmn2:startEvent id="StartEvent_2">
37 <bpmn2:outgoing>SequenceFlow_8</bpmn2:outgoing>
38 <bpmn2:errorEventDefinition id="ErrorEventDefinition_3" errorRef="Error_1" />
39 </bpmn2:startEvent>
40 <bpmn2:sequenceFlow id="SequenceFlow_8" name="" sourceRef="StartEvent_2" targetRef="processJavaError" />
41 </bpmn2:subProcess>
42 <bpmn2:endEvent id="EndEvent_3">
43 <bpmn2:incoming>SdncInteractionNotEnabled</bpmn2:incoming>
44 <bpmn2:incoming>SequenceFlow_0bj7c4s</bpmn2:incoming>
45 <bpmn2:terminateEventDefinition id="_TerminateEventDefinition_35" />
46 </bpmn2:endEvent>
47 <bpmn2:sequenceFlow id="SequenceFlow_1q6udwm" sourceRef="preProcessSDNCAssignRequest" targetRef="callSDNCAdapterVNFTopologyAssign" />
48 <bpmn2:sequenceFlow id="SequenceFlow_15knw0q" sourceRef="callSDNCAdapterVNFTopologyAssign" targetRef="postProcessSDNCAssignRequest" />
49 <bpmn2:sequenceFlow id="SequenceFlow_1lalmvp" sourceRef="preProcessSDNCActivateRequest" targetRef="callSDNCAdapterVNFTopologyActivate" />
50 <bpmn2:sequenceFlow id="SequenceFlow_0eb41vb" sourceRef="callSDNCAdapterVNFTopologyActivate" targetRef="postProcessSDNCActivateRequest" />
51 <bpmn2:sequenceFlow id="SequenceFlow_15z3gpq" sourceRef="postProcessSDNCActivateRequest" targetRef="Task_053tb0h" />
52 <bpmn2:scriptTask id="preProcessSDNCAssignRequest" name="PreProcess SDNC Assign Request" scriptFormat="groovy">
53 <bpmn2:incoming>SdncInteractionEnabled</bpmn2:incoming>
54 <bpmn2:outgoing>SequenceFlow_1q6udwm</bpmn2:outgoing>
55 <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
56DoCreateVnf createVnf = new DoCreateVnf()
57createVnf.preProcessSDNCAssignRequest(execution)]]></bpmn2:script>
58 </bpmn2:scriptTask>
59 <bpmn2:callActivity id="callSDNCAdapterVNFTopologyAssign" name="Call SDNC Adapter VNF Topology Assign" calledElement="sdncAdapter">
60 <bpmn2:extensionElements>
61 <camunda:in source="DoCVNF_assignSDNCRequest" target="sdncAdapterWorkflowRequest" />
62 <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" />
63 <camunda:in source="mso-request-id" target="mso-request-id" />
64 <camunda:in source="mso-service-instance-id" target="mso-service-instance-id" />
65 <camunda:out source="WorkflowException" target="WorkflowException" />
66 <camunda:out source="sdncAdapterResponse" target="DoCVNF_assignSDNCAdapterResponse" />
67 <camunda:out source="SDNCA_SuccessIndicator" target="SDNCA_SuccessIndicator" />
68 </bpmn2:extensionElements>
69 <bpmn2:incoming>SequenceFlow_1q6udwm</bpmn2:incoming>
70 <bpmn2:outgoing>SequenceFlow_15knw0q</bpmn2:outgoing>
71 </bpmn2:callActivity>
72 <bpmn2:scriptTask id="postProcessSDNCAssignRequest" name="PostProcess SDNC Assign Request" scriptFormat="groovy">
73 <bpmn2:incoming>SequenceFlow_15knw0q</bpmn2:incoming>
74 <bpmn2:outgoing>SequenceFlow_0lnh79j</bpmn2:outgoing>
75 <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
76String response = execution.getVariable("DoCVNF_assignSDNCAdapterResponse")
77
78def createVnfInfra = new DoCreateVnf()
79createVnfInfra.validateSDNCResponse(execution, response, "assign")]]></bpmn2:script>
80 </bpmn2:scriptTask>
81 <bpmn2:scriptTask id="preProcessSDNCActivateRequest" name="PreProcess SDNC Activate Request" scriptFormat="groovy">
82 <bpmn2:incoming>SequenceFlow_1q1poly</bpmn2:incoming>
83 <bpmn2:incoming>VnfNameSpecified2</bpmn2:incoming>
84 <bpmn2:outgoing>SequenceFlow_1lalmvp</bpmn2:outgoing>
85 <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
86DoCreateVnf createVnf = new DoCreateVnf()
87createVnf.preProcessSDNCActivateRequest(execution)]]></bpmn2:script>
88 </bpmn2:scriptTask>
89 <bpmn2:callActivity id="callSDNCAdapterVNFTopologyActivate" name="Call SDNC Adapter VNF Topology Activate" calledElement="sdncAdapter">
90 <bpmn2:extensionElements>
91 <camunda:in source="DoCVNF_activateSDNCRequest" target="sdncAdapterWorkflowRequest" />
92 <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" />
Yang Xu253a7e12019-05-24 16:17:50 -040093 <camunda:in source="mso-request-id" target="mso-request-id" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -040094 <camunda:in source="mso-service-instance-id" target="mso-service-instance-id" />
95 <camunda:out source="WorkflowException" target="WorkflowException" />
96 <camunda:out source="sdncAdapterResponse" target="DoCVNF_activateSDNCAdapterResponse" />
97 <camunda:out source="SDNCA_SuccessIndicator" target="SDNCA_SuccessIndicator" />
98 </bpmn2:extensionElements>
99 <bpmn2:incoming>SequenceFlow_1lalmvp</bpmn2:incoming>
100 <bpmn2:outgoing>SequenceFlow_0eb41vb</bpmn2:outgoing>
101 </bpmn2:callActivity>
102 <bpmn2:scriptTask id="postProcessSDNCActivateRequest" name="PostProcess SDNC Activate Request" scriptFormat="groovy">
103 <bpmn2:incoming>SequenceFlow_0eb41vb</bpmn2:incoming>
104 <bpmn2:outgoing>SequenceFlow_15z3gpq</bpmn2:outgoing>
105 <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
106
107String response = execution.getVariable("DoCVNF_assignSDNCAdapterResponse")
108
109def createVnfInfra = new DoCreateVnf()
110createVnfInfra.validateSDNCResponse(execution, response, "activate")]]></bpmn2:script>
111 </bpmn2:scriptTask>
112 <bpmn2:exclusiveGateway id="ExclusiveGateway_045rm8i" name="Is SDNC Interaction Enabled?" default="SdncInteractionNotEnabled">
113 <bpmn2:incoming>SequenceFlow_1gc18ih</bpmn2:incoming>
114 <bpmn2:outgoing>SdncInteractionEnabled</bpmn2:outgoing>
115 <bpmn2:outgoing>SdncInteractionNotEnabled</bpmn2:outgoing>
116 </bpmn2:exclusiveGateway>
117 <bpmn2:sequenceFlow id="SdncInteractionEnabled" name="Yes" sourceRef="ExclusiveGateway_045rm8i" targetRef="preProcessSDNCAssignRequest">
118 <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{execution.getVariable("DoCVNF_sdncVersion" ) != '1702'}]]></bpmn2:conditionExpression>
119 </bpmn2:sequenceFlow>
120 <bpmn2:sequenceFlow id="SdncInteractionNotEnabled" name="No" sourceRef="ExclusiveGateway_045rm8i" targetRef="EndEvent_3" />
121 <bpmn2:sequenceFlow id="SequenceFlow_1gc18ih" sourceRef="postProcessCreateGenericVnf" targetRef="ExclusiveGateway_045rm8i" />
122 <bpmn2:scriptTask id="postProcessCreateGenericVnf" name="PostProcess Create Generic Vnf" scriptFormat="groovy">
123 <bpmn2:incoming>SequenceFlow_11</bpmn2:incoming>
124 <bpmn2:outgoing>SequenceFlow_1gc18ih</bpmn2:outgoing>
125 <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
126DoCreateVnf createVnf = new DoCreateVnf()
127createVnf.postProcessCreateGenericVnf(execution)]]></bpmn2:script>
128 </bpmn2:scriptTask>
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400129 <bpmn2:sequenceFlow id="SequenceFlow_1h9jdgr" sourceRef="PreProcessSDNCGetRequest" targetRef="CallSDNCAdapterVNFTopologyGet" />
130 <bpmn2:sequenceFlow id="SequenceFlow_14xac2y" sourceRef="CallSDNCAdapterVNFTopologyGet" targetRef="PostProcessSDNCGetRequest" />
131 <bpmn2:sequenceFlow id="SequenceFlow_1q1poly" sourceRef="PostProcessSDNCGetRequest" targetRef="preProcessSDNCActivateRequest" />
132 <bpmn2:exclusiveGateway id="ExclusiveGateway_0qnhlm1" name="Vnf-name specified?" default="VnfNameSpecified2">
133 <bpmn2:incoming>SequenceFlow_0lnh79j</bpmn2:incoming>
134 <bpmn2:outgoing>VnfNameNotSpecified2</bpmn2:outgoing>
135 <bpmn2:outgoing>VnfNameSpecified2</bpmn2:outgoing>
136 </bpmn2:exclusiveGateway>
137 <bpmn2:sequenceFlow id="SequenceFlow_0lnh79j" sourceRef="postProcessSDNCAssignRequest" targetRef="ExclusiveGateway_0qnhlm1" />
138 <bpmn2:sequenceFlow id="VnfNameNotSpecified2" name="No" sourceRef="ExclusiveGateway_0qnhlm1" targetRef="PreProcessSDNCGetRequest">
139 <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{execution.getVariable("DoCVNF_vnfName" ) == null}]]></bpmn2:conditionExpression>
140 </bpmn2:sequenceFlow>
141 <bpmn2:sequenceFlow id="VnfNameSpecified2" name="Yes" sourceRef="ExclusiveGateway_0qnhlm1" targetRef="preProcessSDNCActivateRequest" />
142 <bpmn2:scriptTask id="PreProcessSDNCGetRequest" name="PreProcess SDNC Get Request" scriptFormat="groovy">
143 <bpmn2:incoming>VnfNameNotSpecified2</bpmn2:incoming>
144 <bpmn2:outgoing>SequenceFlow_1h9jdgr</bpmn2:outgoing>
145 <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
146DoCreateVnf createVnf = new DoCreateVnf()
147createVnf.preProcessSDNCGetRequest(execution)]]></bpmn2:script>
148 </bpmn2:scriptTask>
149 <bpmn2:callActivity id="CallSDNCAdapterVNFTopologyGet" name="Call SDNC Adapter VNF Topology Get" calledElement="sdncAdapter">
150 <bpmn2:extensionElements>
151 <camunda:in source="DoCVNF_getSDNCRequest" target="sdncAdapterWorkflowRequest" />
152 <camunda:in source="mso-request-id" target="mso-request-id" />
153 <camunda:in source="mso-service-instance-id" target="mso-service-instance-id" />
154 <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" />
155 <camunda:out source="WorkflowException" target="WorkflowException" />
156 <camunda:out source="sdncAdapterResponse" target="DoCVNF_getSDNCAdapterResponse" />
157 <camunda:out source="SDNCA_SuccessIndicator" target="SDNCA_SuccessIndicator" />
158 </bpmn2:extensionElements>
159 <bpmn2:incoming>SequenceFlow_1h9jdgr</bpmn2:incoming>
160 <bpmn2:outgoing>SequenceFlow_14xac2y</bpmn2:outgoing>
161 </bpmn2:callActivity>
162 <bpmn2:scriptTask id="PostProcessSDNCGetRequest" name="PostProcess SDNC Get Request" scriptFormat="groovy">
163 <bpmn2:incoming>SequenceFlow_14xac2y</bpmn2:incoming>
164 <bpmn2:outgoing>SequenceFlow_1q1poly</bpmn2:outgoing>
165 <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
166
167String response = execution.getVariable("DoCVNF_getSDNCAdapterResponse")
168
169def createVnfInfra = new DoCreateVnf()
170createVnfInfra.validateSDNCResponse(execution, response, "get")]]></bpmn2:script>
171 </bpmn2:scriptTask>
172 <bpmn2:sequenceFlow id="SequenceFlow_0bj7c4s" sourceRef="UpdateAAIOrchestrationStatus" targetRef="EndEvent_3" />
173 <bpmn2:callActivity id="UpdateAAIOrchestrationStatus" name="Update AAI Orchestration Status to Active" calledElement="UpdateAAIGenericVnf">
174 <bpmn2:extensionElements>
175 <camunda:in source="DoCVNF_updateAAIGenericVnfRequest" target="UpdateAAIGenericVnfRequest" />
176 <camunda:in source="mso-request-id" target="mso-request-id" />
177 <camunda:in source="mso-service-id" target="mso-service-id" />
178 <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" />
179 <camunda:out source="WorkflowException" target="WorkflowException" />
180 </bpmn2:extensionElements>
181 <bpmn2:incoming>SequenceFlow_0nhsdmj</bpmn2:incoming>
182 <bpmn2:outgoing>SequenceFlow_0bj7c4s</bpmn2:outgoing>
183 </bpmn2:callActivity>
184 <bpmn2:sequenceFlow id="SequenceFlow_0nhsdmj" sourceRef="Task_053tb0h" targetRef="UpdateAAIOrchestrationStatus" />
185 <bpmn2:scriptTask id="Task_053tb0h" name="Prepare Update AAI Generic VNF" scriptFormat="groovy">
186 <bpmn2:incoming>SequenceFlow_15z3gpq</bpmn2:incoming>
187 <bpmn2:outgoing>SequenceFlow_0nhsdmj</bpmn2:outgoing>
188 <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
189def doCreateVnf = new DoCreateVnf()
190doCreateVnf.prepUpdateAAIGenericVnf(execution)]]></bpmn2:script>
191 </bpmn2:scriptTask>
Benjamin, Max (mb388a)0bb644b2018-08-07 16:06:09 -0400192 <bpmn2:scriptTask id="callGetService" name="AAI&#10;Query&#10;(svc instance)" scriptFormat="groovy">
193 <bpmn2:incoming>SequenceFlow_2</bpmn2:incoming>
Benjamin, Max (mb388a)6ba0a222018-10-11 13:55:37 -0400194 <bpmn2:outgoing>SequenceFlow_11b2sf3</bpmn2:outgoing>
Benjamin, Max (mb388a)0bb644b2018-08-07 16:06:09 -0400195 <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
196DoCreateVnf createVnf = new DoCreateVnf()
197createVnf.getServiceInstance(execution)]]></bpmn2:script>
198 </bpmn2:scriptTask>
Benjamin, Max (mb388a)6ba0a222018-10-11 13:55:37 -0400199 <bpmn2:sequenceFlow id="SequenceFlow_11b2sf3" sourceRef="callGetService" targetRef="prepareCreateGenericVnf" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400200 </bpmn2:process>
201 <bpmn2:error id="Error_1" name="Java Lang Exception" errorCode="java.lang.Exception" />
202 <bpmn2:error id="Error_2" name="MSO Workflow Exception" errorCode="MSOWorkflowException" />
203 <bpmndi:BPMNDiagram id="BPMNDiagram_1">
204 <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="DoCreateVnf">
205 <bpmndi:BPMNShape id="_BPMNShape_StartEvent_68" bpmnElement="StartEvent_1">
206 <dc:Bounds x="96" y="222" width="36" height="36" />
207 <bpmndi:BPMNLabel>
208 <dc:Bounds x="114" y="263" width="0" height="0" />
209 </bpmndi:BPMNLabel>
210 </bpmndi:BPMNShape>
211 <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_285" bpmnElement="initialization">
Benjamin, Max (mb388a)0bb644b2018-08-07 16:06:09 -0400212 <dc:Bounds x="238" y="200" width="100" height="80" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400213 </bpmndi:BPMNShape>
214 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_1" bpmnElement="SequenceFlow_1" sourceElement="_BPMNShape_StartEvent_68" targetElement="_BPMNShape_ScriptTask_285">
215 <di:waypoint xsi:type="dc:Point" x="132" y="240" />
Benjamin, Max (mb388a)0bb644b2018-08-07 16:06:09 -0400216 <di:waypoint xsi:type="dc:Point" x="238" y="240" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400217 <bpmndi:BPMNLabel>
Benjamin, Max (mb388a)0bb644b2018-08-07 16:06:09 -0400218 <dc:Bounds x="140" y="222" width="90" height="6" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400219 </bpmndi:BPMNLabel>
220 </bpmndi:BPMNEdge>
221 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_2" bpmnElement="SequenceFlow_2" sourceElement="_BPMNShape_ScriptTask_285">
Benjamin, Max (mb388a)0bb644b2018-08-07 16:06:09 -0400222 <di:waypoint xsi:type="dc:Point" x="338" y="240" />
Benjamin, Max (mb388a)6ba0a222018-10-11 13:55:37 -0400223 <di:waypoint xsi:type="dc:Point" x="493" y="240" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400224 <bpmndi:BPMNLabel>
Benjamin, Max (mb388a)6ba0a222018-10-11 13:55:37 -0400225 <dc:Bounds x="370.5" y="225" width="90" height="0" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400226 </bpmndi:BPMNLabel>
227 </bpmndi:BPMNEdge>
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400228 <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_300" bpmnElement="prepareCreateGenericVnf">
Benjamin, Max (mb388a)6ba0a222018-10-11 13:55:37 -0400229 <dc:Bounds x="781" y="200" width="100" height="80" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400230 </bpmndi:BPMNShape>
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400231 <bpmndi:BPMNShape id="_BPMNShape_EndEvent_228" bpmnElement="EndEvent_3">
232 <dc:Bounds x="1765" y="537" width="36" height="36" />
233 <bpmndi:BPMNLabel>
234 <dc:Bounds x="1783" y="578" width="0" height="0" />
235 </bpmndi:BPMNLabel>
236 </bpmndi:BPMNShape>
237 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_13" bpmnElement="SequenceFlow_11" sourceElement="_BPMNShape_ScriptTask_300" targetElement="ScriptTask_0y55cyz_di">
Benjamin, Max (mb388a)6ba0a222018-10-11 13:55:37 -0400238 <di:waypoint xsi:type="dc:Point" x="881" y="240" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400239 <di:waypoint xsi:type="dc:Point" x="1146" y="240" />
240 <bpmndi:BPMNLabel>
Benjamin, Max (mb388a)6ba0a222018-10-11 13:55:37 -0400241 <dc:Bounds x="968.5" y="225" width="90" height="0" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400242 </bpmndi:BPMNLabel>
243 </bpmndi:BPMNEdge>
244 <bpmndi:BPMNShape id="_BPMNShape_SubProcess_32" bpmnElement="javaErrorHandlingSubProcess" isExpanded="true">
245 <dc:Bounds x="109" y="668" width="313" height="169" />
246 </bpmndi:BPMNShape>
247 <bpmndi:BPMNShape id="_BPMNShape_StartEvent_76" bpmnElement="StartEvent_2">
248 <dc:Bounds x="133" y="735" width="36" height="36" />
249 <bpmndi:BPMNLabel>
250 <dc:Bounds x="151" y="776" width="0" height="0" />
251 </bpmndi:BPMNLabel>
252 </bpmndi:BPMNShape>
253 <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_308" bpmnElement="processJavaError">
254 <dc:Bounds x="216" y="713" width="100" height="80" />
255 </bpmndi:BPMNShape>
256 <bpmndi:BPMNShape id="_BPMNShape_EndEvent_234" bpmnElement="EndEvent_4">
257 <dc:Bounds x="361" y="735" width="36" height="36" />
258 <bpmndi:BPMNLabel>
259 <dc:Bounds x="379" y="776" width="0" height="0" />
260 </bpmndi:BPMNLabel>
261 </bpmndi:BPMNShape>
262 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_14" bpmnElement="SequenceFlow_8" sourceElement="_BPMNShape_StartEvent_76" targetElement="_BPMNShape_ScriptTask_308">
263 <di:waypoint xsi:type="dc:Point" x="169" y="753" />
264 <di:waypoint xsi:type="dc:Point" x="216" y="753" />
265 <bpmndi:BPMNLabel>
266 <dc:Bounds x="190" y="753" width="0" height="0" />
267 </bpmndi:BPMNLabel>
268 </bpmndi:BPMNEdge>
269 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_15" bpmnElement="SequenceFlow_9" sourceElement="_BPMNShape_ScriptTask_308" targetElement="_BPMNShape_EndEvent_234">
270 <di:waypoint xsi:type="dc:Point" x="316" y="753" />
271 <di:waypoint xsi:type="dc:Point" x="361" y="753" />
272 <bpmndi:BPMNLabel>
273 <dc:Bounds x="336" y="753" width="0" height="0" />
274 </bpmndi:BPMNLabel>
275 </bpmndi:BPMNEdge>
276 <bpmndi:BPMNEdge id="SequenceFlow_1q6udwm_di" bpmnElement="SequenceFlow_1q6udwm">
277 <di:waypoint xsi:type="dc:Point" x="306" y="555" />
278 <di:waypoint xsi:type="dc:Point" x="346" y="555" />
279 <bpmndi:BPMNLabel>
280 <dc:Bounds x="326" y="540" width="0" height="0" />
281 </bpmndi:BPMNLabel>
282 </bpmndi:BPMNEdge>
283 <bpmndi:BPMNEdge id="SequenceFlow_15knw0q_di" bpmnElement="SequenceFlow_15knw0q">
284 <di:waypoint xsi:type="dc:Point" x="446" y="555" />
285 <di:waypoint xsi:type="dc:Point" x="493" y="555" />
286 <bpmndi:BPMNLabel>
287 <dc:Bounds x="470" y="540" width="0" height="0" />
288 </bpmndi:BPMNLabel>
289 </bpmndi:BPMNEdge>
290 <bpmndi:BPMNEdge id="SequenceFlow_1lalmvp_di" bpmnElement="SequenceFlow_1lalmvp">
291 <di:waypoint xsi:type="dc:Point" x="1100" y="555" />
292 <di:waypoint xsi:type="dc:Point" x="1156" y="555" />
293 <bpmndi:BPMNLabel>
294 <dc:Bounds x="1128" y="540" width="0" height="0" />
295 </bpmndi:BPMNLabel>
296 </bpmndi:BPMNEdge>
297 <bpmndi:BPMNEdge id="SequenceFlow_0eb41vb_di" bpmnElement="SequenceFlow_0eb41vb">
298 <di:waypoint xsi:type="dc:Point" x="1256" y="555" />
299 <di:waypoint xsi:type="dc:Point" x="1304" y="555" />
300 <bpmndi:BPMNLabel>
301 <dc:Bounds x="1280" y="540" width="0" height="0" />
302 </bpmndi:BPMNLabel>
303 </bpmndi:BPMNEdge>
304 <bpmndi:BPMNEdge id="SequenceFlow_15z3gpq_di" bpmnElement="SequenceFlow_15z3gpq">
305 <di:waypoint xsi:type="dc:Point" x="1404" y="555" />
306 <di:waypoint xsi:type="dc:Point" x="1445" y="555" />
307 <bpmndi:BPMNLabel>
308 <dc:Bounds x="1425" y="540" width="0" height="0" />
309 </bpmndi:BPMNLabel>
310 </bpmndi:BPMNEdge>
311 <bpmndi:BPMNShape id="ScriptTask_01h1rx2_di" bpmnElement="preProcessSDNCAssignRequest">
312 <dc:Bounds x="206" y="515" width="100" height="80" />
313 </bpmndi:BPMNShape>
314 <bpmndi:BPMNShape id="CallActivity_0p5ncd0_di" bpmnElement="callSDNCAdapterVNFTopologyAssign">
315 <dc:Bounds x="346" y="515" width="100" height="80" />
316 </bpmndi:BPMNShape>
317 <bpmndi:BPMNShape id="ScriptTask_1qa39wn_di" bpmnElement="postProcessSDNCAssignRequest">
318 <dc:Bounds x="493" y="515" width="100" height="80" />
319 </bpmndi:BPMNShape>
320 <bpmndi:BPMNShape id="ScriptTask_1rr2xrc_di" bpmnElement="preProcessSDNCActivateRequest">
321 <dc:Bounds x="1000" y="515" width="100" height="80" />
322 </bpmndi:BPMNShape>
323 <bpmndi:BPMNShape id="CallActivity_1ieo30p_di" bpmnElement="callSDNCAdapterVNFTopologyActivate">
324 <dc:Bounds x="1156" y="515" width="100" height="80" />
325 </bpmndi:BPMNShape>
326 <bpmndi:BPMNShape id="ScriptTask_04votlb_di" bpmnElement="postProcessSDNCActivateRequest">
327 <dc:Bounds x="1304" y="515" width="100" height="80" />
328 </bpmndi:BPMNShape>
329 <bpmndi:BPMNShape id="ExclusiveGateway_045rm8i_di" bpmnElement="ExclusiveGateway_045rm8i" isMarkerVisible="true">
330 <dc:Bounds x="1758" y="215" width="50" height="50" />
331 <bpmndi:BPMNLabel>
332 <dc:Bounds x="1756" y="163" width="54" height="36" />
333 </bpmndi:BPMNLabel>
334 </bpmndi:BPMNShape>
335 <bpmndi:BPMNEdge id="SequenceFlow_0ttqcwx_di" bpmnElement="SdncInteractionEnabled">
336 <di:waypoint xsi:type="dc:Point" x="1783" y="265" />
337 <di:waypoint xsi:type="dc:Point" x="1783" y="475" />
338 <di:waypoint xsi:type="dc:Point" x="106" y="475" />
339 <di:waypoint xsi:type="dc:Point" x="106" y="555" />
340 <di:waypoint xsi:type="dc:Point" x="206" y="555" />
341 <bpmndi:BPMNLabel>
342 <dc:Bounds x="941" y="460" width="18" height="12" />
343 </bpmndi:BPMNLabel>
344 </bpmndi:BPMNEdge>
345 <bpmndi:BPMNEdge id="SequenceFlow_0ay5l4b_di" bpmnElement="SdncInteractionNotEnabled">
346 <di:waypoint xsi:type="dc:Point" x="1783" y="265" />
347 <di:waypoint xsi:type="dc:Point" x="1783" y="401" />
348 <di:waypoint xsi:type="dc:Point" x="1783" y="401" />
349 <di:waypoint xsi:type="dc:Point" x="1783" y="537" />
350 <bpmndi:BPMNLabel>
351 <dc:Bounds x="1812" y="431.09791911764705" width="14" height="12" />
352 </bpmndi:BPMNLabel>
353 </bpmndi:BPMNEdge>
354 <bpmndi:BPMNEdge id="SequenceFlow_1gc18ih_di" bpmnElement="SequenceFlow_1gc18ih">
355 <di:waypoint xsi:type="dc:Point" x="1246" y="240" />
356 <di:waypoint xsi:type="dc:Point" x="1758" y="240" />
357 <bpmndi:BPMNLabel>
358 <dc:Bounds x="1457" y="225" width="90" height="0" />
359 </bpmndi:BPMNLabel>
360 </bpmndi:BPMNEdge>
361 <bpmndi:BPMNShape id="ScriptTask_0y55cyz_di" bpmnElement="postProcessCreateGenericVnf">
362 <dc:Bounds x="1146" y="200" width="100" height="80" />
363 </bpmndi:BPMNShape>
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400364 <bpmndi:BPMNEdge id="SequenceFlow_1h9jdgr_di" bpmnElement="SequenceFlow_1h9jdgr">
365 <di:waypoint xsi:type="dc:Point" x="777" y="693" />
366 <di:waypoint xsi:type="dc:Point" x="799" y="693" />
367 <bpmndi:BPMNLabel>
368 <dc:Bounds x="788" y="678" width="0" height="0" />
369 </bpmndi:BPMNLabel>
370 </bpmndi:BPMNEdge>
371 <bpmndi:BPMNEdge id="SequenceFlow_14xac2y_di" bpmnElement="SequenceFlow_14xac2y">
372 <di:waypoint xsi:type="dc:Point" x="899" y="693" />
373 <di:waypoint xsi:type="dc:Point" x="926" y="693" />
374 <bpmndi:BPMNLabel>
375 <dc:Bounds x="913" y="678" width="0" height="0" />
376 </bpmndi:BPMNLabel>
377 </bpmndi:BPMNEdge>
378 <bpmndi:BPMNEdge id="SequenceFlow_1q1poly_di" bpmnElement="SequenceFlow_1q1poly">
379 <di:waypoint xsi:type="dc:Point" x="1026" y="693" />
380 <di:waypoint xsi:type="dc:Point" x="1050" y="693" />
381 <di:waypoint xsi:type="dc:Point" x="1050" y="595" />
382 <bpmndi:BPMNLabel>
383 <dc:Bounds x="1038" y="678" width="0" height="0" />
384 </bpmndi:BPMNLabel>
385 </bpmndi:BPMNEdge>
386 <bpmndi:BPMNShape id="ExclusiveGateway_0qnhlm1_di" bpmnElement="ExclusiveGateway_0qnhlm1" isMarkerVisible="true">
387 <dc:Bounds x="625" y="530" width="50" height="50" />
388 <bpmndi:BPMNLabel>
389 <dc:Bounds x="624" y="495" width="51" height="24" />
390 </bpmndi:BPMNLabel>
391 </bpmndi:BPMNShape>
392 <bpmndi:BPMNEdge id="SequenceFlow_0lnh79j_di" bpmnElement="SequenceFlow_0lnh79j">
393 <di:waypoint xsi:type="dc:Point" x="593" y="555" />
394 <di:waypoint xsi:type="dc:Point" x="625" y="555" />
395 <bpmndi:BPMNLabel>
396 <dc:Bounds x="609" y="530" width="0" height="0" />
397 </bpmndi:BPMNLabel>
398 </bpmndi:BPMNEdge>
399 <bpmndi:BPMNEdge id="SequenceFlow_1mh1y3w_di" bpmnElement="VnfNameNotSpecified2">
400 <di:waypoint xsi:type="dc:Point" x="650" y="580" />
401 <di:waypoint xsi:type="dc:Point" x="650" y="693" />
402 <di:waypoint xsi:type="dc:Point" x="677" y="693" />
403 <bpmndi:BPMNLabel>
404 <dc:Bounds x="626" y="622" width="14" height="12" />
405 </bpmndi:BPMNLabel>
406 </bpmndi:BPMNEdge>
407 <bpmndi:BPMNEdge id="SequenceFlow_175qbtt_di" bpmnElement="VnfNameSpecified2">
408 <di:waypoint xsi:type="dc:Point" x="675" y="555" />
409 <di:waypoint xsi:type="dc:Point" x="1000" y="555" />
410 <bpmndi:BPMNLabel>
411 <dc:Bounds x="829" y="530" width="18" height="12" />
412 </bpmndi:BPMNLabel>
413 </bpmndi:BPMNEdge>
414 <bpmndi:BPMNShape id="ScriptTask_1cpb0sg_di" bpmnElement="PreProcessSDNCGetRequest">
415 <dc:Bounds x="677" y="653" width="100" height="80" />
416 </bpmndi:BPMNShape>
417 <bpmndi:BPMNShape id="CallActivity_0h8tpji_di" bpmnElement="CallSDNCAdapterVNFTopologyGet">
418 <dc:Bounds x="799" y="653" width="100" height="80" />
419 </bpmndi:BPMNShape>
420 <bpmndi:BPMNShape id="ScriptTask_1orism0_di" bpmnElement="PostProcessSDNCGetRequest">
421 <dc:Bounds x="926" y="653" width="100" height="80" />
422 </bpmndi:BPMNShape>
423 <bpmndi:BPMNEdge id="SequenceFlow_0bj7c4s_di" bpmnElement="SequenceFlow_0bj7c4s">
424 <di:waypoint xsi:type="dc:Point" x="1700" y="555" />
425 <di:waypoint xsi:type="dc:Point" x="1765" y="555" />
426 <bpmndi:BPMNLabel>
427 <dc:Bounds x="1733" y="540" width="0" height="0" />
428 </bpmndi:BPMNLabel>
429 </bpmndi:BPMNEdge>
430 <bpmndi:BPMNShape id="CallActivity_0a4a9lx_di" bpmnElement="UpdateAAIOrchestrationStatus">
431 <dc:Bounds x="1600" y="515" width="100" height="80" />
432 </bpmndi:BPMNShape>
433 <bpmndi:BPMNEdge id="SequenceFlow_0nhsdmj_di" bpmnElement="SequenceFlow_0nhsdmj">
434 <di:waypoint xsi:type="dc:Point" x="1545" y="555" />
435 <di:waypoint xsi:type="dc:Point" x="1600" y="555" />
436 <bpmndi:BPMNLabel>
437 <dc:Bounds x="1573" y="540" width="0" height="0" />
438 </bpmndi:BPMNLabel>
439 </bpmndi:BPMNEdge>
440 <bpmndi:BPMNShape id="ScriptTask_0aonzix_di" bpmnElement="Task_053tb0h">
441 <dc:Bounds x="1445" y="515" width="100" height="80" />
442 </bpmndi:BPMNShape>
Benjamin, Max (mb388a)0bb644b2018-08-07 16:06:09 -0400443 <bpmndi:BPMNShape id="ScriptTask_019g8vu_di" bpmnElement="callGetService">
Benjamin, Max (mb388a)6ba0a222018-10-11 13:55:37 -0400444 <dc:Bounds x="493" y="200" width="100" height="80" />
Benjamin, Max (mb388a)0bb644b2018-08-07 16:06:09 -0400445 </bpmndi:BPMNShape>
Benjamin, Max (mb388a)6ba0a222018-10-11 13:55:37 -0400446 <bpmndi:BPMNEdge id="SequenceFlow_11b2sf3_di" bpmnElement="SequenceFlow_11b2sf3">
447 <di:waypoint xsi:type="dc:Point" x="593" y="240" />
448 <di:waypoint xsi:type="dc:Point" x="781" y="240" />
Benjamin, Max (mb388a)0bb644b2018-08-07 16:06:09 -0400449 <bpmndi:BPMNLabel>
Benjamin, Max (mb388a)6ba0a222018-10-11 13:55:37 -0400450 <dc:Bounds x="687" y="219" width="0" height="12" />
Benjamin, Max (mb388a)0bb644b2018-08-07 16:06:09 -0400451 </bpmndi:BPMNLabel>
452 </bpmndi:BPMNEdge>
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400453 </bpmndi:BPMNPlane>
454 </bpmndi:BPMNDiagram>
455</bpmn2:definitions>