Adding Generic VNF information in ControllerExeuctionBB flow
[so.git] / bpmn / so-bpmn-building-blocks / src / main / resources / subprocess / BuildingBlock / AssignVfModuleBB.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.4.0">
3   <bpmn:process id="AssignVfModuleBB" name="AssignVfModuleBB" isExecutable="true">
4     <bpmn:startEvent id="AssignVfModuleBB_Start">
5       <bpmn:outgoing>SequenceFlow_1xr6chl</bpmn:outgoing>
6     </bpmn:startEvent>
7     <bpmn:serviceTask id="CreateVfModule" name="&#10;AAI&#10;Create&#10;(vf module)&#10;" camunda:expression="${AAICreateTasks.createVfModule(InjectExecution.execute(execution, execution.getVariable(&#34;gBuildingBlockExecution&#34;)))}">
8       <bpmn:incoming>SequenceFlow_1xr6chl</bpmn:incoming>
9       <bpmn:outgoing>SequenceFlow_0czewtx</bpmn:outgoing>
10     </bpmn:serviceTask>
11     <bpmn:serviceTask id="AssignVfModule" name="&#10;SDNC&#10;Assign&#10;(vf module)&#10;" camunda:expression="${SDNCAssignTasks.assignVfModule(InjectExecution.execute(execution, execution.getVariable(&#34;gBuildingBlockExecution&#34;)))}">
12       <bpmn:incoming>SequenceFlow_0574gaa</bpmn:incoming>
13       <bpmn:outgoing>SequenceFlow_0269euz</bpmn:outgoing>
14     </bpmn:serviceTask>
15     <bpmn:sequenceFlow id="SequenceFlow_1xr6chl" sourceRef="AssignVfModuleBB_Start" targetRef="CreateVfModule" />
16     <bpmn:sequenceFlow id="SequenceFlow_0czewtx" sourceRef="CreateVfModule" targetRef="ConnectVfModuleToVolumeGroup" />
17     <bpmn:endEvent id="AssignVfModuleBB_End">
18       <bpmn:incoming>SequenceFlow_14xl505</bpmn:incoming>
19     </bpmn:endEvent>
20     <bpmn:sequenceFlow id="SequenceFlow_14xl505" sourceRef="UpdateVfModuleStatus" targetRef="AssignVfModuleBB_End" />
21     <bpmn:serviceTask id="UpdateVfModuleStatus" name="&#10;AAI&#10;Update&#10;(vf module)&#10;" camunda:expression="${AAIUpdateTasks.updateOrchestrationStatusAssignedVfModule(InjectExecution.execute(execution, execution.getVariable(&#34;gBuildingBlockExecution&#34;)))}">
22       <bpmn:incoming>SequenceFlow_1dttbxh</bpmn:incoming>
23       <bpmn:outgoing>SequenceFlow_14xl505</bpmn:outgoing>
24     </bpmn:serviceTask>
25     <bpmn:sequenceFlow id="SequenceFlow_0574gaa" sourceRef="ConnectVfModuleToVolumeGroup" targetRef="AssignVfModule" />
26     <bpmn:serviceTask id="ConnectVfModuleToVolumeGroup" name="&#10;AAI&#10;Connect&#10;(volume)&#10;" camunda:expression="${AAICreateTasks.connectVfModuleToVolumeGroup(InjectExecution.execute(execution, execution.getVariable(&#34;gBuildingBlockExecution&#34;)))}">
27       <bpmn:incoming>SequenceFlow_0czewtx</bpmn:incoming>
28       <bpmn:outgoing>SequenceFlow_0574gaa</bpmn:outgoing>
29     </bpmn:serviceTask>
30     <bpmn:callActivity id="CallActivity_sdncHandlerCall" name="SDNC Activate (vfModule)" calledElement="SDNCHandler">
31       <bpmn:extensionElements>
32         <camunda:in source="SDNCRequest" target="SDNCRequest" />
33         <camunda:out source="SDNCResponse" target="SDNCResponse" />
34         <camunda:out source="WorkflowException" target="WorkflowException" />
35         <camunda:in source="mso-request-id" target="mso-request-id" />
36       </bpmn:extensionElements>
37       <bpmn:incoming>SequenceFlow_0269euz</bpmn:incoming>
38       <bpmn:outgoing>SequenceFlow_1dttbxh</bpmn:outgoing>
39     </bpmn:callActivity>
40     <bpmn:sequenceFlow id="SequenceFlow_0269euz" sourceRef="AssignVfModule" targetRef="CallActivity_sdncHandlerCall" />
41     <bpmn:sequenceFlow id="SequenceFlow_1dttbxh" sourceRef="CallActivity_sdncHandlerCall" targetRef="UpdateVfModuleStatus" />
42   </bpmn:process>
43   <bpmndi:BPMNDiagram id="BPMNDiagram_1">
44     <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="AssignVfModuleBB">
45       <bpmndi:BPMNShape id="StartEvent_0kxwniy_di" bpmnElement="AssignVfModuleBB_Start">
46         <dc:Bounds x="184" y="68" width="36" height="36" />
47         <bpmndi:BPMNLabel>
48           <dc:Bounds x="190" y="104" width="24" height="12" />
49         </bpmndi:BPMNLabel>
50       </bpmndi:BPMNShape>
51       <bpmndi:BPMNShape id="ServiceTask_0028k7a_di" bpmnElement="CreateVfModule">
52         <dc:Bounds x="255" y="46" width="100" height="80" />
53       </bpmndi:BPMNShape>
54       <bpmndi:BPMNShape id="ServiceTask_13t22km_di" bpmnElement="AssignVfModule">
55         <dc:Bounds x="540" y="46" width="100" height="80" />
56       </bpmndi:BPMNShape>
57       <bpmndi:BPMNEdge id="SequenceFlow_1xr6chl_di" bpmnElement="SequenceFlow_1xr6chl">
58         <di:waypoint xsi:type="dc:Point" x="220" y="86" />
59         <di:waypoint xsi:type="dc:Point" x="255" y="86" />
60         <bpmndi:BPMNLabel>
61           <dc:Bounds x="192.5" y="71" width="90" height="0" />
62         </bpmndi:BPMNLabel>
63       </bpmndi:BPMNEdge>
64       <bpmndi:BPMNEdge id="SequenceFlow_0czewtx_di" bpmnElement="SequenceFlow_0czewtx">
65         <di:waypoint xsi:type="dc:Point" x="355" y="86" />
66         <di:waypoint xsi:type="dc:Point" x="400" y="86" />
67         <bpmndi:BPMNLabel>
68           <dc:Bounds x="332.5" y="71" width="90" height="0" />
69         </bpmndi:BPMNLabel>
70       </bpmndi:BPMNEdge>
71       <bpmndi:BPMNShape id="EndEvent_0qdq7wj_di" bpmnElement="AssignVfModuleBB_End">
72         <dc:Bounds x="1008" y="68" width="36" height="36" />
73         <bpmndi:BPMNLabel>
74           <dc:Bounds x="1016" y="108" width="19" height="12" />
75         </bpmndi:BPMNLabel>
76       </bpmndi:BPMNShape>
77       <bpmndi:BPMNEdge id="SequenceFlow_14xl505_di" bpmnElement="SequenceFlow_14xl505">
78         <di:waypoint xsi:type="dc:Point" x="964" y="86" />
79         <di:waypoint xsi:type="dc:Point" x="1008" y="86" />
80         <bpmndi:BPMNLabel>
81           <dc:Bounds x="941" y="71" width="90" height="0" />
82         </bpmndi:BPMNLabel>
83       </bpmndi:BPMNEdge>
84       <bpmndi:BPMNShape id="ServiceTask_1dgenhy_di" bpmnElement="UpdateVfModuleStatus">
85         <dc:Bounds x="864" y="46" width="100" height="80" />
86       </bpmndi:BPMNShape>
87       <bpmndi:BPMNEdge id="SequenceFlow_0574gaa_di" bpmnElement="SequenceFlow_0574gaa">
88         <di:waypoint xsi:type="dc:Point" x="500" y="86" />
89         <di:waypoint xsi:type="dc:Point" x="540" y="86" />
90         <bpmndi:BPMNLabel>
91           <dc:Bounds x="475" y="71" width="90" height="0" />
92         </bpmndi:BPMNLabel>
93       </bpmndi:BPMNEdge>
94       <bpmndi:BPMNShape id="ServiceTask_0ekqpfn_di" bpmnElement="ConnectVfModuleToVolumeGroup">
95         <dc:Bounds x="400" y="46" width="100" height="80" />
96       </bpmndi:BPMNShape>
97       <bpmndi:BPMNShape id="CallActivity_0uicgnt_di" bpmnElement="CallActivity_sdncHandlerCall">
98         <dc:Bounds x="701" y="46" width="100" height="80" />
99       </bpmndi:BPMNShape>
100       <bpmndi:BPMNEdge id="SequenceFlow_0269euz_di" bpmnElement="SequenceFlow_0269euz">
101         <di:waypoint xsi:type="dc:Point" x="640" y="86" />
102         <di:waypoint xsi:type="dc:Point" x="701" y="86" />
103         <bpmndi:BPMNLabel>
104           <dc:Bounds x="670.5" y="65" width="0" height="12" />
105         </bpmndi:BPMNLabel>
106       </bpmndi:BPMNEdge>
107       <bpmndi:BPMNEdge id="SequenceFlow_1dttbxh_di" bpmnElement="SequenceFlow_1dttbxh">
108         <di:waypoint xsi:type="dc:Point" x="801" y="86" />
109         <di:waypoint xsi:type="dc:Point" x="864" y="86" />
110         <bpmndi:BPMNLabel>
111           <dc:Bounds x="832.5" y="65" width="0" height="12" />
112         </bpmndi:BPMNLabel>
113       </bpmndi:BPMNEdge>
114     </bpmndi:BPMNPlane>
115   </bpmndi:BPMNDiagram>
116 </bpmn:definitions>