aboutsummaryrefslogtreecommitdiffstats
path: root/bpmn/so-bpmn-infrastructure-flows/src/main/resources/process/DeleteVFCNSResource.bpmn
blob: bbc7ead144a7b9d0561569e1017971c4391acc29 (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
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
<?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: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.11.3">
  <bpmn:process id="DeleteVFCNSResource" name="DeleteVFCNSResource" isExecutable="true">
    <bpmn:startEvent id="StartEvent_1" name="Start Custom Delete E2E NS">
      <bpmn:outgoing>SequenceFlow_0x2e9we</bpmn:outgoing>
    </bpmn:startEvent>
    <bpmn:sequenceFlow id="SequenceFlow_0x2e9we" sourceRef="StartEvent_1" targetRef="Task_0yl3rau" />
    <bpmn:sequenceFlow id="SequenceFlow_00vpfm3" sourceRef="Task_0yl3rau" targetRef="Task_14gmbq4" />
    <bpmn:sequenceFlow id="SequenceFlow_1s4cyms" sourceRef="Task_14gmbq4" targetRef="Task_1e27uaw" />
    <bpmn:endEvent id="EndEvent_07ew0rf" name="End Custom Delete E2E NS">
      <bpmn:incoming>SequenceFlow_0jvtdhv</bpmn:incoming>
    </bpmn:endEvent>
    <bpmn:sequenceFlow id="SequenceFlow_152xb4z" sourceRef="Task_1e27uaw" targetRef="ScriptTask_0pkuukn" />
    <bpmn:scriptTask id="Task_0yl3rau" name="DoCustomDeleteE2ENS prepare" scriptFormat="groovy">
      <bpmn:incoming>SequenceFlow_0x2e9we</bpmn:incoming>
      <bpmn:outgoing>SequenceFlow_00vpfm3</bpmn:outgoing>
      <bpmn:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
def ddsi = new DeleteVFCNSResource()
ddsi.preProcessRequest(execution)]]></bpmn:script>
    </bpmn:scriptTask>
    <bpmn:scriptTask id="Task_1e27uaw" name="Post delet NS resource" scriptFormat="groovy">
      <bpmn:incoming>SequenceFlow_1s4cyms</bpmn:incoming>
      <bpmn:outgoing>SequenceFlow_152xb4z</bpmn:outgoing>
      <bpmn:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
def ddsi = new DeleteVFCNSResource()
ddsi.postProcessRequest(execution)]]></bpmn:script>
    </bpmn:scriptTask>
    <bpmn:callActivity id="Task_14gmbq4" name="Call Delete NS Instance" calledElement="DoDeleteVFCNetworkServiceInstance">
      <bpmn:extensionElements>
        <camunda:in source="globalSubscriberId" target="globalSubscriberId" />
        <camunda:in source="serviceType" target="serviceType" />
        <camunda:in source="serviceInstanceId" target="serviceId" />
        <camunda:in source="operationId" target="operationId" />
        <camunda:in source="resourceTemplateId" target="resourceTemplateId" />
        <camunda:in source="resourceInstanceId" target="resourceInstanceId" />
        <camunda:in source="resourceType" target="resourceType" />
        <camunda:in source="operationType" target="operationType" />
        <camunda:out source="operationStatus" target="operationStatus" />
        <camunda:out source="nsInstanceId" target="nsInstanceId" />
      </bpmn:extensionElements>
      <bpmn:incoming>SequenceFlow_00vpfm3</bpmn:incoming>
      <bpmn:outgoing>SequenceFlow_1s4cyms</bpmn:outgoing>
    </bpmn:callActivity>
    <bpmn:subProcess id="SubProcess_11qmm22" triggeredByEvent="true">
      <bpmn:startEvent id="StartEvent_0zwedl6">
        <bpmn:outgoing>SequenceFlow_0yro7o2</bpmn:outgoing>
        <bpmn:errorEventDefinition />
      </bpmn:startEvent>
      <bpmn:endEvent id="EndEvent_10tfowz">
        <bpmn:incoming>SequenceFlow_0p0ayci</bpmn:incoming>
      </bpmn:endEvent>
      <bpmn:scriptTask id="ScriptTask_0tdtqwh" name="Log / Print Unexpected Error">
        <bpmn:incoming>SequenceFlow_0yro7o2</bpmn:incoming>
        <bpmn:outgoing>SequenceFlow_0p0ayci</bpmn:outgoing>
        <bpmn:script><![CDATA[import org.onap.so.bpmn.common.scripts.*
ExceptionUtil ex = new ExceptionUtil()
ex.processJavaException(execution)]]></bpmn:script>
      </bpmn:scriptTask>
      <bpmn:sequenceFlow id="SequenceFlow_0yro7o2" sourceRef="StartEvent_0zwedl6" targetRef="ScriptTask_0tdtqwh" />
      <bpmn:sequenceFlow id="SequenceFlow_0p0ayci" sourceRef="ScriptTask_0tdtqwh" targetRef="EndEvent_10tfowz" />
    </bpmn:subProcess>
    <bpmn:scriptTask id="ScriptTask_0pkuukn" name="Send Sync Ack Response" scriptFormat="groovy">
      <bpmn:incoming>SequenceFlow_152xb4z</bpmn:incoming>
      <bpmn:outgoing>SequenceFlow_0jvtdhv</bpmn:outgoing>
      <bpmn:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
def dsi = new  DeleteVFCNSResource()
dsi.sendSyncResponse(execution)]]></bpmn:script>
    </bpmn:scriptTask>
    <bpmn:sequenceFlow id="SequenceFlow_0jvtdhv" sourceRef="ScriptTask_0pkuukn" targetRef="EndEvent_07ew0rf" />
  </bpmn:process>
  <bpmndi:BPMNDiagram id="BPMNDiagram_1">
    <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="DeleteVFCNSResource">
      <bpmndi:BPMNShape id="_BPMNShape_StartEvent_2" bpmnElement="StartEvent_1">
        <dc:Bounds x="330" y="336" width="36" height="36" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="312" y="372" width="76" height="24" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNEdge id="SequenceFlow_0x2e9we_di" bpmnElement="SequenceFlow_0x2e9we">
        <di:waypoint xsi:type="dc:Point" x="366" y="354" />
        <di:waypoint xsi:type="dc:Point" x="474" y="354" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="375" y="333" width="90" height="12" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="SequenceFlow_00vpfm3_di" bpmnElement="SequenceFlow_00vpfm3">
        <di:waypoint xsi:type="dc:Point" x="574" y="354" />
        <di:waypoint xsi:type="dc:Point" x="661" y="354" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="572.5" y="333" width="90" height="12" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="SequenceFlow_1s4cyms_di" bpmnElement="SequenceFlow_1s4cyms">
        <di:waypoint xsi:type="dc:Point" x="761" y="354" />
        <di:waypoint xsi:type="dc:Point" x="889" y="354" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="780" y="333" width="90" height="12" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNShape id="EndEvent_07ew0rf_di" bpmnElement="EndEvent_07ew0rf">
        <dc:Bounds x="1313" y="336" width="36" height="36" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="1293" y="376" width="76" height="24" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNEdge id="SequenceFlow_152xb4z_di" bpmnElement="SequenceFlow_152xb4z">
        <di:waypoint xsi:type="dc:Point" x="989" y="354" />
        <di:waypoint xsi:type="dc:Point" x="1113" y="354" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="1006" y="333" width="90" height="12" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNShape id="ScriptTask_1ssr09e_di" bpmnElement="Task_0yl3rau">
        <dc:Bounds x="474" y="314" width="100" height="80" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="ScriptTask_092ktxo_di" bpmnElement="Task_1e27uaw">
        <dc:Bounds x="889" y="314" width="100" height="80" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="CallActivity_00p99pt_di" bpmnElement="Task_14gmbq4">
        <dc:Bounds x="661" y="314" width="100" height="80" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="SubProcess_11qmm22_di" bpmnElement="SubProcess_11qmm22" isExpanded="true">
        <dc:Bounds x="636" y="539" width="350" height="200" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="StartEvent_0zwedl6_di" bpmnElement="StartEvent_0zwedl6">
        <dc:Bounds x="667" y="606" width="36" height="36" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="639" y="644" width="0" height="12" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="EndEvent_10tfowz_di" bpmnElement="EndEvent_10tfowz">
        <dc:Bounds x="931" y="606" width="36" height="36" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="904" y="645" width="0" height="12" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="ScriptTask_0tdtqwh_di" bpmnElement="ScriptTask_0tdtqwh">
        <dc:Bounds x="763" y="584" width="100" height="80" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNEdge id="SequenceFlow_0yro7o2_di" bpmnElement="SequenceFlow_0yro7o2">
        <di:waypoint xsi:type="dc:Point" x="703" y="624" />
        <di:waypoint xsi:type="dc:Point" x="763" y="624" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="688" y="603" width="0" height="12" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="SequenceFlow_0p0ayci_di" bpmnElement="SequenceFlow_0p0ayci">
        <di:waypoint xsi:type="dc:Point" x="863" y="624" />
        <di:waypoint xsi:type="dc:Point" x="931" y="624" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="852" y="603" width="0" height="12" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNShape id="ScriptTask_0pkuukn_di" bpmnElement="ScriptTask_0pkuukn">
        <dc:Bounds x="1113" y="314" width="100" height="80" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNEdge id="SequenceFlow_0jvtdhv_di" bpmnElement="SequenceFlow_0jvtdhv">
        <di:waypoint xsi:type="dc:Point" x="1213" y="354" />
        <di:waypoint xsi:type="dc:Point" x="1313" y="354" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="1263" y="333" width="0" height="12" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
    </bpmndi:BPMNPlane>
  </bpmndi:BPMNDiagram>
</bpmn:definitions>