aboutsummaryrefslogtreecommitdiffstats
path: root/bpmn/so-bpmn-building-blocks/src/main/resources/subprocess/BuildingBlock/DeleteVolumeGroupBB.bpmn
blob: f2bd2246e480bf4191fa720f06da4032c7966a2e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
<?xml version="1.0" encoding="UTF-8"?>
<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:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:camunda="http://camunda.org/schema/1.0/bpmn" id="Definitions_1" targetNamespace="http://bpmn.io/schema/bpmn" exporter="Camunda Modeler" exporterVersion="1.10.0">
  <bpmn:process id="DeleteVolumeGroupBB" name="DeleteVolumeGroupBB" isExecutable="true">
    <bpmn:startEvent id="DeleteVolumeGroupBB_Start" name="Start">
      <bpmn:outgoing>SequenceFlow_1wz1rfg</bpmn:outgoing>
    </bpmn:startEvent>
    <bpmn:sequenceFlow id="SequenceFlow_1wz1rfg" sourceRef="DeleteVolumeGroupBB_Start" targetRef="DeleteVolumeGroupVnfAdapter" />
    <bpmn:endEvent id="DeleteVolumeGroupBB_End">
      <bpmn:incoming>SequenceFlow_0mh0v9h</bpmn:incoming>
    </bpmn:endEvent>
    <bpmn:serviceTask id="UpdateVolumeGroupAAI" name="&#10;AAI&#10;Update&#10;(volume grp)&#10;" camunda:expression="${AAIUpdateTasks.updateOrchestrationStatusAssignedVolumeGroup(InjectExecution.execute(execution, execution.getVariable(&#34;gBuildingBlockExecution&#34;)))}">
      <bpmn:incoming>SequenceFlow_0fkan8t</bpmn:incoming>
      <bpmn:outgoing>SequenceFlow_0mh0v9h</bpmn:outgoing>
    </bpmn:serviceTask>
    <bpmn:sequenceFlow id="SequenceFlow_0mh0v9h" sourceRef="UpdateVolumeGroupAAI" targetRef="DeleteVolumeGroupBB_End" />
    <bpmn:sequenceFlow id="SequenceFlow_13ngwev" sourceRef="DeleteVolumeGroupVnfAdapter" targetRef="VnfAdapter" />
    <bpmn:serviceTask id="DeleteVolumeGroupVnfAdapter" name="Delete Volume Group Vnf Adapter (AIC Delete)" camunda:expression="${VnfAdapterDeleteTasks.deleteVolumeGroup(InjectExecution.execute(execution, execution.getVariable(&#34;gBuildingBlockExecution&#34;)))}">
      <bpmn:incoming>SequenceFlow_1wz1rfg</bpmn:incoming>
      <bpmn:outgoing>SequenceFlow_13ngwev</bpmn:outgoing>
    </bpmn:serviceTask>
    <bpmn:sequenceFlow id="SequenceFlow_0fkan8t" sourceRef="VnfAdapter" targetRef="UpdateVolumeGroupAAI" />
    <bpmn:callActivity id="VnfAdapter" name="Vnf Adapter" calledElement="VnfAdapter">
      <bpmn:extensionElements>
        <camunda:in source="gBuildingBlockExecution" target="gBuildingBlockExecution" />
        <camunda:inputOutput>
          <camunda:outputParameter name="Output_3bec9ju" />
        </camunda:inputOutput>
        <camunda:out source="WorkflowException" target="WorkflowException" />
        <camunda:out source="heatStackId" target="heatStackId" />
        <camunda:in source="deleteVolumeGroupRequest" target="deleteVolumeGroupRequest" />
        <camunda:in source="VNFREST_Request" target="VNFREST_Request" />
      </bpmn:extensionElements>
      <bpmn:incoming>SequenceFlow_13ngwev</bpmn:incoming>
      <bpmn:outgoing>SequenceFlow_0fkan8t</bpmn:outgoing>
    </bpmn:callActivity>
    <bpmn:subProcess id="SubProcess_089t601" name="Sub Process Error" triggeredByEvent="true">
      <bpmn:endEvent id="EndEvent_18lpeyi" name="End">
        <bpmn:incoming>SequenceFlow_07rsz9o</bpmn:incoming>
      </bpmn:endEvent>
      <bpmn:startEvent id="StartEvent_1gun94q" name="Start">
        <bpmn:outgoing>SequenceFlow_07rsz9o</bpmn:outgoing>
        <bpmn:errorEventDefinition />
      </bpmn:startEvent>
      <bpmn:sequenceFlow id="SequenceFlow_07rsz9o" sourceRef="StartEvent_1gun94q" targetRef="EndEvent_18lpeyi" />
    </bpmn:subProcess>
  </bpmn:process>
  <bpmn:error id="Error_0pz4sdi" name="gDelegateError" errorCode="7000" />
  <bpmn:escalation id="Escalation_1hjulni" name="Escalation_2cgup2p" />
  <bpmndi:BPMNDiagram id="BPMNDiagram_1">
    <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="DeleteVolumeGroupBB">
      <bpmndi:BPMNShape id="_BPMNShape_StartEvent_2" bpmnElement="DeleteVolumeGroupBB_Start">
        <dc:Bounds x="310" y="102" width="36" height="36" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="316" y="138" width="24" height="12" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNEdge id="SequenceFlow_1wz1rfg_di" bpmnElement="SequenceFlow_1wz1rfg">
        <di:waypoint xsi:type="dc:Point" x="346" y="120" />
        <di:waypoint xsi:type="dc:Point" x="388" y="120" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="322" y="99" width="90" height="12" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNShape id="EndEvent_1k6463v_di" bpmnElement="DeleteVolumeGroupBB_End">
        <dc:Bounds x="824" y="102" width="36" height="36" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="842" y="142" width="0" height="0" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="ServiceTask_0rytcj0_di" bpmnElement="UpdateVolumeGroupAAI">
        <dc:Bounds x="665" y="80" width="100" height="80" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNEdge id="SequenceFlow_0mh0v9h_di" bpmnElement="SequenceFlow_0mh0v9h">
        <di:waypoint xsi:type="dc:Point" x="765" y="120" />
        <di:waypoint xsi:type="dc:Point" x="824" y="120" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="795" y="99" width="0" height="0" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="SequenceFlow_13ngwev_di" bpmnElement="SequenceFlow_13ngwev">
        <di:waypoint xsi:type="dc:Point" x="488" y="120" />
        <di:waypoint xsi:type="dc:Point" x="526" y="120" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="507" y="105" width="0" height="0" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNShape id="ServiceTask_1nrp0hb_di" bpmnElement="DeleteVolumeGroupVnfAdapter">
        <dc:Bounds x="388" y="80" width="100" height="80" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNEdge id="SequenceFlow_0fkan8t_di" bpmnElement="SequenceFlow_0fkan8t">
        <di:waypoint xsi:type="dc:Point" x="626" y="120" />
        <di:waypoint xsi:type="dc:Point" x="665" y="120" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="646" y="105" width="0" height="0" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNShape id="CallActivity_0li7q97_di" bpmnElement="VnfAdapter">
        <dc:Bounds x="526" y="80" width="100" height="80" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="SubProcess_089t601_di" bpmnElement="SubProcess_089t601" isExpanded="true">
        <dc:Bounds x="459" y="242" width="233" height="135" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="EndEvent_18lpeyi_di" bpmnElement="EndEvent_18lpeyi">
        <dc:Bounds x="613" y="287" width="36" height="36" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="622" y="327" width="19" height="12" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="StartEvent_1gun94q_di" bpmnElement="StartEvent_1gun94q">
        <dc:Bounds x="498" y="287" width="36" height="36" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="505" y="327" width="24" height="12" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNEdge id="SequenceFlow_07rsz9o_di" bpmnElement="SequenceFlow_07rsz9o">
        <di:waypoint xsi:type="dc:Point" x="534" y="305" />
        <di:waypoint xsi:type="dc:Point" x="573" y="305" />
        <di:waypoint xsi:type="dc:Point" x="573" y="305" />
        <di:waypoint xsi:type="dc:Point" x="613" y="305" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="543" y="305" width="0" height="12" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
    </bpmndi:BPMNPlane>
  </bpmndi:BPMNDiagram>
</bpmn:definitions>