Merge "Miscellaneous fixes"
[so.git] / bpmn / so-bpmn-building-blocks / src / main / resources / subprocess / BuildingBlock / ActivateVnfBB.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" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" id="Definitions_1" targetNamespace="http://bpmn.io/schema/bpmn" exporter="Camunda Modeler" exporterVersion="1.8.2">
3   <bpmn:process id="ActivateVnfBB" name="ActivateVnfBB" isExecutable="true">
4     <bpmn:startEvent id="Start_ActivateVnfBB">
5       <bpmn:outgoing>SequenceFlow_0k9qnoi</bpmn:outgoing>
6     </bpmn:startEvent>
7     <bpmn:sequenceFlow id="SequenceFlow_0k9qnoi" sourceRef="Start_ActivateVnfBB" targetRef="Task_SDNCAdapterVnfTopologyActivate" />
8     <bpmn:endEvent id="End_ActivateVnfBB">
9       <bpmn:incoming>SequenceFlow_0vnitwg</bpmn:incoming>
10     </bpmn:endEvent>
11     <bpmn:sequenceFlow id="SequenceFlow_0vnitwg" sourceRef="Task_ActivateOrchestrationStatusVnf" targetRef="End_ActivateVnfBB" />
12     <bpmn:serviceTask id="Task_SDNCAdapterVnfTopologyActivate" name="&#10;SDNC&#10;Activate&#10;(vnf)&#10;" camunda:expression="${SDNCActivateTasks.activateVnf(InjectExecution.execute(execution, execution.getVariable(&#34;gBuildingBlockExecution&#34;)))}">
13       <bpmn:incoming>SequenceFlow_0k9qnoi</bpmn:incoming>
14       <bpmn:outgoing>SequenceFlow_0wk5e4o</bpmn:outgoing>
15     </bpmn:serviceTask>
16     <bpmn:serviceTask id="Task_ActivateOrchestrationStatusVnf" name="&#10;AAI&#10;Update&#10;(vnf)&#10;" camunda:expression="${AAIUpdateTasks.updateOrchestrationStatusActiveVnf(InjectExecution.execute(execution, execution.getVariable(&#34;gBuildingBlockExecution&#34;)))}">
17       <bpmn:incoming>SequenceFlow_0ho00ja</bpmn:incoming>
18       <bpmn:outgoing>SequenceFlow_0vnitwg</bpmn:outgoing>
19     </bpmn:serviceTask>
20     <bpmn:callActivity id="CallActivity_sdncHandler" name="SDNC Activate (vnf)" calledElement="SDNCHandler">
21       <bpmn:extensionElements>
22         <camunda:in source="SDNCRequest" target="SDNCRequest" />
23         <camunda:out source="SDNCResponse" target="SDNCResponse" />
24         <camunda:out source="WorkflowException" target="WorkflowException" />
25         <camunda:in source="mso-request-id" target="mso-request-id" />
26       </bpmn:extensionElements>
27       <bpmn:incoming>SequenceFlow_0wk5e4o</bpmn:incoming>
28       <bpmn:outgoing>SequenceFlow_0ho00ja</bpmn:outgoing>
29     </bpmn:callActivity>
30     <bpmn:sequenceFlow id="SequenceFlow_0wk5e4o" sourceRef="Task_SDNCAdapterVnfTopologyActivate" targetRef="CallActivity_sdncHandler" />
31     <bpmn:sequenceFlow id="SequenceFlow_0ho00ja" sourceRef="CallActivity_sdncHandler" targetRef="Task_ActivateOrchestrationStatusVnf" />
32   </bpmn:process>
33   <bpmndi:BPMNDiagram id="BPMNDiagram_1">
34     <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="ActivateVnfBB">
35       <bpmndi:BPMNShape id="_BPMNShape_StartEvent_2" bpmnElement="Start_ActivateVnfBB">
36         <dc:Bounds x="173" y="102" width="36" height="36" />
37         <bpmndi:BPMNLabel>
38           <dc:Bounds x="180" y="138" width="23" height="12" />
39         </bpmndi:BPMNLabel>
40       </bpmndi:BPMNShape>
41       <bpmndi:BPMNEdge id="SequenceFlow_0k9qnoi_di" bpmnElement="SequenceFlow_0k9qnoi">
42         <di:waypoint xsi:type="dc:Point" x="209" y="120" />
43         <di:waypoint xsi:type="dc:Point" x="279" y="120" />
44         <bpmndi:BPMNLabel>
45           <dc:Bounds x="199" y="99" width="90" height="12" />
46         </bpmndi:BPMNLabel>
47       </bpmndi:BPMNEdge>
48       <bpmndi:BPMNShape id="EndEvent_1ad7eym_di" bpmnElement="End_ActivateVnfBB">
49         <dc:Bounds x="726" y="102" width="36" height="36" />
50         <bpmndi:BPMNLabel>
51           <dc:Bounds x="699" y="142" width="90" height="12" />
52         </bpmndi:BPMNLabel>
53       </bpmndi:BPMNShape>
54       <bpmndi:BPMNEdge id="SequenceFlow_0vnitwg_di" bpmnElement="SequenceFlow_0vnitwg">
55         <di:waypoint xsi:type="dc:Point" x="663" y="120" />
56         <di:waypoint xsi:type="dc:Point" x="726" y="120" />
57         <bpmndi:BPMNLabel>
58           <dc:Bounds x="649.5" y="99" width="90" height="12" />
59         </bpmndi:BPMNLabel>
60       </bpmndi:BPMNEdge>
61       <bpmndi:BPMNShape id="ServiceTask_1k98q3r_di" bpmnElement="Task_SDNCAdapterVnfTopologyActivate">
62         <dc:Bounds x="279" y="80" width="100" height="80" />
63       </bpmndi:BPMNShape>
64       <bpmndi:BPMNShape id="ServiceTask_1vg25fs_di" bpmnElement="Task_ActivateOrchestrationStatusVnf">
65         <dc:Bounds x="563" y="80" width="100" height="80" />
66       </bpmndi:BPMNShape>
67       <bpmndi:BPMNShape id="CallActivity_1j8aadu_di" bpmnElement="CallActivity_sdncHandler">
68         <dc:Bounds x="418" y="80" width="100" height="80" />
69       </bpmndi:BPMNShape>
70       <bpmndi:BPMNEdge id="SequenceFlow_0wk5e4o_di" bpmnElement="SequenceFlow_0wk5e4o">
71         <di:waypoint xsi:type="dc:Point" x="379" y="120" />
72         <di:waypoint xsi:type="dc:Point" x="418" y="120" />
73         <bpmndi:BPMNLabel>
74           <dc:Bounds x="398.5" y="99" width="0" height="12" />
75         </bpmndi:BPMNLabel>
76       </bpmndi:BPMNEdge>
77       <bpmndi:BPMNEdge id="SequenceFlow_0ho00ja_di" bpmnElement="SequenceFlow_0ho00ja">
78         <di:waypoint xsi:type="dc:Point" x="518" y="120" />
79         <di:waypoint xsi:type="dc:Point" x="563" y="120" />
80         <bpmndi:BPMNLabel>
81           <dc:Bounds x="540.5" y="99" width="0" height="12" />
82         </bpmndi:BPMNLabel>
83       </bpmndi:BPMNEdge>
84     </bpmndi:BPMNPlane>
85   </bpmndi:BPMNDiagram>
86 </bpmn:definitions>