Containerization feature of SO
[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" name="Start">
5       <bpmn:outgoing>SequenceFlow_1xr6chl</bpmn:outgoing>
6     </bpmn:startEvent>
7     <bpmn:serviceTask id="CreateVfModule" name="Create VF Module (AAI)" 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="Assign VF Module (SDNC)" camunda:expression="${SDNCAssignTasks.assignVfModule(InjectExecution.execute(execution, execution.getVariable(&#34;gBuildingBlockExecution&#34;)))}">
12       <bpmn:incoming>SequenceFlow_0574gaa</bpmn:incoming>
13       <bpmn:outgoing>SequenceFlow_15hn8si</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" name="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="Update VF Module Ostatus to Assigned (AAI)" camunda:expression="${AAIUpdateTasks.updateOrchestrationStatusAssignedVfModule(InjectExecution.execute(execution, execution.getVariable(&#34;gBuildingBlockExecution&#34;)))}">
22       <bpmn:incoming>SequenceFlow_15hn8si</bpmn:incoming>
23       <bpmn:outgoing>SequenceFlow_14xl505</bpmn:outgoing>
24     </bpmn:serviceTask>
25     <bpmn:sequenceFlow id="SequenceFlow_15hn8si" sourceRef="AssignVfModule" targetRef="UpdateVfModuleStatus" />
26     <bpmn:sequenceFlow id="SequenceFlow_0574gaa" sourceRef="ConnectVfModuleToVolumeGroup" targetRef="AssignVfModule" />
27     <bpmn:serviceTask id="ConnectVfModuleToVolumeGroup" name="Connect VfModule to VolumeGroup (AAI)" camunda:expression="${AAICreateTasks.connectVfModuleToVolumeGroup(InjectExecution.execute(execution, execution.getVariable(&#34;gBuildingBlockExecution&#34;)))}">
28       <bpmn:incoming>SequenceFlow_0czewtx</bpmn:incoming>
29       <bpmn:outgoing>SequenceFlow_0574gaa</bpmn:outgoing>
30     </bpmn:serviceTask>
31   </bpmn:process>
32   <bpmndi:BPMNDiagram id="BPMNDiagram_1">
33     <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="AssignVfModuleBB">
34       <bpmndi:BPMNShape id="StartEvent_0kxwniy_di" bpmnElement="AssignVfModuleBB_Start">
35         <dc:Bounds x="213" y="-3" width="36" height="36" />
36         <bpmndi:BPMNLabel>
37           <dc:Bounds x="219" y="33" width="23" height="12" />
38         </bpmndi:BPMNLabel>
39       </bpmndi:BPMNShape>
40       <bpmndi:BPMNShape id="ServiceTask_0028k7a_di" bpmnElement="CreateVfModule">
41         <dc:Bounds x="326" y="-25" width="100" height="80" />
42       </bpmndi:BPMNShape>
43       <bpmndi:BPMNShape id="ServiceTask_13t22km_di" bpmnElement="AssignVfModule">
44         <dc:Bounds x="661" y="-25" width="100" height="80" />
45       </bpmndi:BPMNShape>
46       <bpmndi:BPMNEdge id="SequenceFlow_1xr6chl_di" bpmnElement="SequenceFlow_1xr6chl">
47         <di:waypoint xsi:type="dc:Point" x="249" y="15" />
48         <di:waypoint xsi:type="dc:Point" x="326" y="15" />
49         <bpmndi:BPMNLabel>
50           <dc:Bounds x="288" y="0" width="0" height="0" />
51         </bpmndi:BPMNLabel>
52       </bpmndi:BPMNEdge>
53       <bpmndi:BPMNEdge id="SequenceFlow_0czewtx_di" bpmnElement="SequenceFlow_0czewtx">
54         <di:waypoint xsi:type="dc:Point" x="426" y="15" />
55         <di:waypoint xsi:type="dc:Point" x="490" y="15" />
56         <bpmndi:BPMNLabel>
57           <dc:Bounds x="458" y="0" width="0" height="0" />
58         </bpmndi:BPMNLabel>
59       </bpmndi:BPMNEdge>
60       <bpmndi:BPMNShape id="EndEvent_0qdq7wj_di" bpmnElement="AssignVfModuleBB_End">
61         <dc:Bounds x="1037" y="-3" width="36" height="36" />
62         <bpmndi:BPMNLabel>
63           <dc:Bounds x="1045" y="37" width="19" height="12" />
64         </bpmndi:BPMNLabel>
65       </bpmndi:BPMNShape>
66       <bpmndi:BPMNEdge id="SequenceFlow_14xl505_di" bpmnElement="SequenceFlow_14xl505">
67         <di:waypoint xsi:type="dc:Point" x="935" y="15" />
68         <di:waypoint xsi:type="dc:Point" x="1037" y="15" />
69         <bpmndi:BPMNLabel>
70           <dc:Bounds x="986" y="0" width="0" height="0" />
71         </bpmndi:BPMNLabel>
72       </bpmndi:BPMNEdge>
73       <bpmndi:BPMNShape id="ServiceTask_1dgenhy_di" bpmnElement="UpdateVfModuleStatus">
74         <dc:Bounds x="835" y="-25" width="100" height="80" />
75       </bpmndi:BPMNShape>
76       <bpmndi:BPMNEdge id="SequenceFlow_15hn8si_di" bpmnElement="SequenceFlow_15hn8si">
77         <di:waypoint xsi:type="dc:Point" x="761" y="15" />
78         <di:waypoint xsi:type="dc:Point" x="835" y="15" />
79         <bpmndi:BPMNLabel>
80           <dc:Bounds x="798" y="0" width="0" height="0" />
81         </bpmndi:BPMNLabel>
82       </bpmndi:BPMNEdge>
83       <bpmndi:BPMNEdge id="SequenceFlow_0574gaa_di" bpmnElement="SequenceFlow_0574gaa">
84         <di:waypoint xsi:type="dc:Point" x="590" y="15" />
85         <di:waypoint xsi:type="dc:Point" x="661" y="15" />
86         <bpmndi:BPMNLabel>
87           <dc:Bounds x="626" y="0" width="0" height="0" />
88         </bpmndi:BPMNLabel>
89       </bpmndi:BPMNEdge>
90       <bpmndi:BPMNShape id="ServiceTask_0ekqpfn_di" bpmnElement="ConnectVfModuleToVolumeGroup">
91         <dc:Bounds x="490" y="-25" width="100" height="80" />
92       </bpmndi:BPMNShape>
93     </bpmndi:BPMNPlane>
94   </bpmndi:BPMNDiagram>
95 </bpmn:definitions>