Added input parameter loading handling from SDNC
[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_18fsqzd</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_1jf7hlc" />
12     <bpmn:endEvent id="EndEvent_001k15i">
13       <bpmn:incoming>SequenceFlow_0hp0ka1</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_0hp0ka1</bpmn:outgoing>
19     </bpmn:serviceTask>
20     <bpmn:serviceTask id="ServiceTask_1jf7hlc" name="&#10;Retrieve Input Parameters&#10;" camunda:asyncAfter="true" camunda:expression="${InputParameterRetrieverTask.getInputParameters(InjectExecution.execute(execution, execution.getVariable(&#34;gBuildingBlockExecution&#34;)))}">
21       <bpmn:incoming>SequenceFlow_016sgof</bpmn:incoming>
22       <bpmn:outgoing>SequenceFlow_18fsqzd</bpmn:outgoing>
23     </bpmn:serviceTask>
24     <bpmn:sequenceFlow id="SequenceFlow_18fsqzd" sourceRef="ServiceTask_1jf7hlc" targetRef="ServiceTask_02e82t2" />
25     <bpmn:sequenceFlow id="SequenceFlow_0hp0ka1" sourceRef="ServiceTask_06ao4xu" targetRef="EndEvent_001k15i" />
26   </bpmn:process>
27   <bpmndi:BPMNDiagram id="BPMNDiagram_1">
28     <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="EtsiVnfInstantiateBB">
29       <bpmndi:BPMNShape id="ServiceTask_02e82t1_di" bpmnElement="ServiceTask_02e82t2">
30         <dc:Bounds x="480" y="227" width="100" height="80" />
31       </bpmndi:BPMNShape>
32       <bpmndi:BPMNShape id="StartEvent_0ru3x55_di" bpmnElement="StartEvent_0ru3x55">
33         <dc:Bounds x="232" y="249" width="36" height="36" />
34       </bpmndi:BPMNShape>
35       <bpmndi:BPMNEdge id="SequenceFlow_016sgof_di" bpmnElement="SequenceFlow_016sgof">
36         <di:waypoint x="268" y="267" />
37         <di:waypoint x="332" y="267" />
38       </bpmndi:BPMNEdge>
39       <bpmndi:BPMNShape id="EndEvent_001k15i_di" bpmnElement="EndEvent_001k15i">
40         <dc:Bounds x="783" y="249" width="36" height="36" />
41       </bpmndi:BPMNShape>
42       <bpmndi:BPMNEdge id="SequenceFlow_0f0vsnv_di" bpmnElement="SequenceFlow_0f0vsnv">
43         <di:waypoint x="580" y="267" />
44         <di:waypoint x="629" y="267" />
45       </bpmndi:BPMNEdge>
46       <bpmndi:BPMNShape id="ServiceTask_06ao4xu_di" bpmnElement="ServiceTask_06ao4xu">
47         <dc:Bounds x="629" y="227" width="100" height="80" />
48       </bpmndi:BPMNShape>
49       <bpmndi:BPMNShape id="ServiceTask_1jf7hlc_di" bpmnElement="ServiceTask_1jf7hlc">
50         <dc:Bounds x="332" y="227" width="100" height="80" />
51       </bpmndi:BPMNShape>
52       <bpmndi:BPMNEdge id="SequenceFlow_18fsqzd_di" bpmnElement="SequenceFlow_18fsqzd">
53         <di:waypoint x="432" y="267" />
54         <di:waypoint x="480" y="267" />
55       </bpmndi:BPMNEdge>
56       <bpmndi:BPMNEdge id="SequenceFlow_0hp0ka1_di" bpmnElement="SequenceFlow_0hp0ka1">
57         <di:waypoint x="729" y="267" />
58         <di:waypoint x="783" y="267" />
59       </bpmndi:BPMNEdge>
60     </bpmndi:BPMNPlane>
61   </bpmndi:BPMNDiagram>
62 </bpmn:definitions>