9b98620f7863d83ffa778e1f3113c9f86fdace2f
[so.git] / bpmn / so-bpmn-building-blocks / src / main / resources / subprocess / BuildingBlock / EtsiVnfInstantiateBB.bpmn
1 <?xml version="1.0" encoding="UTF-8"?>
2 <bpmn:definitions xmlns:bpmn="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI" xmlns:di="http://www.omg.org/spec/DD/20100524/DI" xmlns:dc="http://www.omg.org/spec/DD/20100524/DC" xmlns:camunda="http://camunda.org/schema/1.0/bpmn" id="Definitions_0x13ohc" targetNamespace="http://bpmn.io/schema/bpmn" exporter="Camunda Modeler" exporterVersion="2.0.3">
3   <bpmn:process id="EtsiVnfInstantiateBB" name="&#10;EtsiVnfInstantiateBB" isExecutable="true">
4     <bpmn:serviceTask id="ServiceTask_02e82t2" name="Create &#10;CreateVnfRequest&#10;" camunda:expression="${VnfmAdapterCreateVnfTask.buildCreateVnfRequest(InjectExecution.execute(execution, execution.getVariable(&#34;gBuildingBlockExecution&#34;)))}">
5       <bpmn:incoming>SequenceFlow_016sgof</bpmn:incoming>
6       <bpmn:outgoing>SequenceFlow_0f0vsnv</bpmn:outgoing>
7     </bpmn:serviceTask>
8     <bpmn:startEvent id="StartEvent_0ru3x55">
9       <bpmn:outgoing>SequenceFlow_016sgof</bpmn:outgoing>
10     </bpmn:startEvent>
11     <bpmn:sequenceFlow id="SequenceFlow_016sgof" sourceRef="StartEvent_0ru3x55" targetRef="ServiceTask_02e82t2" />
12     <bpmn:endEvent id="EndEvent_001k15i">
13       <bpmn:incoming>SequenceFlow_0cik89t</bpmn:incoming>
14     </bpmn:endEvent>
15     <bpmn:sequenceFlow id="SequenceFlow_0f0vsnv" sourceRef="ServiceTask_02e82t2" targetRef="ServiceTask_06ao4xu" />
16     <bpmn:serviceTask id="ServiceTask_06ao4xu" name="&#10;Invoke VNFM Adaptor&#10;" camunda:asyncAfter="true" camunda:expression="${VnfmAdapterCreateVnfTask.invokeVnfmAdapter(InjectExecution.execute(execution, execution.getVariable(&#34;gBuildingBlockExecution&#34;)))}">
17       <bpmn:incoming>SequenceFlow_0f0vsnv</bpmn:incoming>
18       <bpmn:outgoing>SequenceFlow_0cik89t</bpmn:outgoing>
19     </bpmn:serviceTask>
20     <bpmn:sequenceFlow id="SequenceFlow_0cik89t" sourceRef="ServiceTask_06ao4xu" targetRef="EndEvent_001k15i" />
21   </bpmn:process>
22   <bpmndi:BPMNDiagram id="BPMNDiagram_1">
23     <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="EtsiVnfInstantiateBB">
24       <bpmndi:BPMNShape id="ServiceTask_02e82t1_di" bpmnElement="ServiceTask_02e82t2">
25         <dc:Bounds x="353" y="227" width="100" height="80" />
26       </bpmndi:BPMNShape>
27       <bpmndi:BPMNShape id="StartEvent_0ru3x55_di" bpmnElement="StartEvent_0ru3x55">
28         <dc:Bounds x="232" y="249" width="36" height="36" />
29       </bpmndi:BPMNShape>
30       <bpmndi:BPMNEdge id="SequenceFlow_016sgof_di" bpmnElement="SequenceFlow_016sgof">
31         <di:waypoint x="268" y="267" />
32         <di:waypoint x="353" y="267" />
33       </bpmndi:BPMNEdge>
34       <bpmndi:BPMNShape id="EndEvent_001k15i_di" bpmnElement="EndEvent_001k15i">
35         <dc:Bounds x="703" y="249" width="36" height="36" />
36       </bpmndi:BPMNShape>
37       <bpmndi:BPMNEdge id="SequenceFlow_0f0vsnv_di" bpmnElement="SequenceFlow_0f0vsnv">
38         <di:waypoint x="453" y="267" />
39         <di:waypoint x="522" y="267" />
40       </bpmndi:BPMNEdge>
41       <bpmndi:BPMNShape id="ServiceTask_06ao4xu_di" bpmnElement="ServiceTask_06ao4xu">
42         <dc:Bounds x="522" y="227" width="100" height="80" />
43       </bpmndi:BPMNShape>
44       <bpmndi:BPMNEdge id="SequenceFlow_0cik89t_di" bpmnElement="SequenceFlow_0cik89t">
45         <di:waypoint x="622" y="267" />
46         <di:waypoint x="703" y="267" />
47       </bpmndi:BPMNEdge>
48     </bpmndi:BPMNPlane>
49   </bpmndi:BPMNDiagram>
50 </bpmn:definitions>