[SO] Release so 1.13.0 image
[so.git] / bpmn / so-bpmn-infrastructure-flows / src / main / resources / process / ConfigurePnfResource.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:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:camunda="http://camunda.org/schema/1.0/bpmn" id="Definitions_13i2vsn" targetNamespace="http://bpmn.io/schema/bpmn" exporter="Camunda Modeler" exporterVersion="3.3.5">
3   <bpmn:process id="ConfigurePnfResource" name="ConfigurePnfResource" isExecutable="true">
4     <bpmn:startEvent id="ConfigurePnfResource_StartEvent">
5       <bpmn:outgoing>SequenceFlow_069mxkg</bpmn:outgoing>
6     </bpmn:startEvent>
7     <bpmn:exclusiveGateway id="ExclusiveGateway_079gavg" name="SkipPostInstantiationConfiguration">
8       <bpmn:incoming>SequenceFlow_1u89rk8</bpmn:incoming>
9       <bpmn:outgoing>SequenceFlow_157of54</bpmn:outgoing>
10       <bpmn:outgoing>SequenceFlow_0j3pm2g</bpmn:outgoing>
11     </bpmn:exclusiveGateway>
12     <bpmn:endEvent id="EndEvent_0xky46v">
13       <bpmn:incoming>SequenceFlow_157of54</bpmn:incoming>
14       <bpmn:incoming>SequenceFlow_1n080up</bpmn:incoming>
15     </bpmn:endEvent>
16     <bpmn:sequenceFlow id="SequenceFlow_157of54" name="true" sourceRef="ExclusiveGateway_079gavg" targetRef="EndEvent_0xky46v">
17       <bpmn:conditionExpression xsi:type="bpmn:tFormalExpression">#{SkipPostInstantiationConfiguration}</bpmn:conditionExpression>
18     </bpmn:sequenceFlow>
19     <bpmn:exclusiveGateway id="ExclusiveGateway_0vtv1wi" default="SequenceFlow_1w4p9f7">
20       <bpmn:incoming>SequenceFlow_07bmtu7</bpmn:incoming>
21       <bpmn:outgoing>SequenceFlow_1owbpsy</bpmn:outgoing>
22       <bpmn:outgoing>SequenceFlow_1w4p9f7</bpmn:outgoing>
23     </bpmn:exclusiveGateway>
24     <bpmn:sequenceFlow id="SequenceFlow_1owbpsy" name="Success" sourceRef="ExclusiveGateway_0vtv1wi" targetRef="Task_14cwhgk">
25       <bpmn:conditionExpression xsi:type="bpmn:tFormalExpression">#{execution.getVariable("ControllerStatus").equals("Success")}</bpmn:conditionExpression>
26     </bpmn:sequenceFlow>
27     <bpmn:exclusiveGateway id="ExclusiveGateway_01jwwmc" default="SequenceFlow_0d24h26">
28       <bpmn:incoming>SequenceFlow_02919fh</bpmn:incoming>
29       <bpmn:outgoing>SequenceFlow_1n080up</bpmn:outgoing>
30       <bpmn:outgoing>SequenceFlow_0d24h26</bpmn:outgoing>
31     </bpmn:exclusiveGateway>
32     <bpmn:sequenceFlow id="SequenceFlow_1n080up" name="Success" sourceRef="ExclusiveGateway_01jwwmc" targetRef="EndEvent_0xky46v">
33       <bpmn:conditionExpression xsi:type="bpmn:tFormalExpression">#{execution.getVariable("ControllerStatus").equals("Success")}</bpmn:conditionExpression>
34     </bpmn:sequenceFlow>
35     <bpmn:sequenceFlow id="SequenceFlow_1w4p9f7" name="Failure" sourceRef="ExclusiveGateway_0vtv1wi" targetRef="EndEvent_16620h9" />
36     <bpmn:endEvent id="EndEvent_16620h9">
37       <bpmn:incoming>SequenceFlow_1w4p9f7</bpmn:incoming>
38       <bpmn:errorEventDefinition errorRef="Error_11v8tez" />
39     </bpmn:endEvent>
40     <bpmn:sequenceFlow id="SequenceFlow_0d24h26" name="Failure" sourceRef="ExclusiveGateway_01jwwmc" targetRef="EndEvent_0izr65x" />
41     <bpmn:endEvent id="EndEvent_0izr65x">
42       <bpmn:incoming>SequenceFlow_0d24h26</bpmn:incoming>
43       <bpmn:errorEventDefinition errorRef="Error_0rjwti0" />
44     </bpmn:endEvent>
45     <bpmn:serviceTask id="Task_1nhh7ob" name="Configuration Checker" camunda:delegateExpression="${ConfigCheckerDelegate}">
46       <bpmn:incoming>SequenceFlow_069mxkg</bpmn:incoming>
47       <bpmn:outgoing>SequenceFlow_1u89rk8</bpmn:outgoing>
48     </bpmn:serviceTask>
49     <bpmn:sequenceFlow id="SequenceFlow_069mxkg" sourceRef="ConfigurePnfResource_StartEvent" targetRef="Task_1nhh7ob" />
50     <bpmn:sequenceFlow id="SequenceFlow_1u89rk8" sourceRef="Task_1nhh7ob" targetRef="ExclusiveGateway_079gavg" />
51     <bpmn:sequenceFlow id="SequenceFlow_0j3pm2g" name="false" sourceRef="ExclusiveGateway_079gavg" targetRef="Task_0zivzd5">
52       <bpmn:conditionExpression xsi:type="bpmn:tFormalExpression">#{!SkipPostInstantiationConfiguration}</bpmn:conditionExpression>
53     </bpmn:sequenceFlow>
54     <bpmn:sequenceFlow id="SequenceFlow_07bmtu7" sourceRef="Task_0zivzd5" targetRef="ExclusiveGateway_0vtv1wi" />
55     <bpmn:serviceTask id="Task_0zivzd5" name="ControllerExecutionDE" camunda:delegateExpression="${ControllerExecutionDE}">
56       <bpmn:extensionElements>
57         <camunda:inputOutput>
58           <camunda:inputParameter name="action">config-assign</camunda:inputParameter>
59           <camunda:inputParameter name="scope">pnf</camunda:inputParameter>
60           <camunda:inputParameter name="mode">sync</camunda:inputParameter>
61         </camunda:inputOutput>
62       </bpmn:extensionElements>
63       <bpmn:incoming>SequenceFlow_0j3pm2g</bpmn:incoming>
64       <bpmn:outgoing>SequenceFlow_07bmtu7</bpmn:outgoing>
65     </bpmn:serviceTask>
66     <bpmn:sequenceFlow id="SequenceFlow_02919fh" sourceRef="Task_14cwhgk" targetRef="ExclusiveGateway_01jwwmc" />
67     <bpmn:serviceTask id="Task_14cwhgk" name="ControllerExecutionDE" camunda:delegateExpression="${ControllerExecutionDE}">
68       <bpmn:extensionElements>
69         <camunda:inputOutput>
70           <camunda:inputParameter name="action">config-deploy</camunda:inputParameter>
71           <camunda:inputParameter name="scope">pnf</camunda:inputParameter>
72           <camunda:inputParameter name="mode">async</camunda:inputParameter>
73         </camunda:inputOutput>
74       </bpmn:extensionElements>
75       <bpmn:incoming>SequenceFlow_1owbpsy</bpmn:incoming>
76       <bpmn:outgoing>SequenceFlow_02919fh</bpmn:outgoing>
77     </bpmn:serviceTask>
78   </bpmn:process>
79   <bpmn:error id="Error_11v8tez" name="MSOWorkflowException" errorCode="MSOWorkflowException" />
80   <bpmn:error id="Error_0rjwti0" name="MSOWorkflowException" errorCode="MSOWorkflowException" />
81   <bpmndi:BPMNDiagram id="BPMNDiagram_1">
82     <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="ConfigurePnfResource">
83       <bpmndi:BPMNShape id="_BPMNShape_StartEvent_2" bpmnElement="ConfigurePnfResource_StartEvent">
84         <dc:Bounds x="165" y="158" width="36" height="36" />
85       </bpmndi:BPMNShape>
86       <bpmndi:BPMNShape id="ExclusiveGateway_079gavg_di" bpmnElement="ExclusiveGateway_079gavg" isMarkerVisible="true">
87         <dc:Bounds x="401" y="151" width="50" height="50" />
88         <bpmndi:BPMNLabel>
89           <dc:Bounds x="383" y="113.5" width="86" height="27" />
90         </bpmndi:BPMNLabel>
91       </bpmndi:BPMNShape>
92       <bpmndi:BPMNShape id="EndEvent_0xky46v_di" bpmnElement="EndEvent_0xky46v">
93         <dc:Bounds x="1402" y="158" width="36" height="36" />
94       </bpmndi:BPMNShape>
95       <bpmndi:BPMNEdge id="SequenceFlow_157of54_di" bpmnElement="SequenceFlow_157of54">
96         <di:waypoint x="451" y="176" />
97         <di:waypoint x="1402" y="176" />
98         <bpmndi:BPMNLabel>
99           <dc:Bounds x="918" y="158" width="19" height="14" />
100         </bpmndi:BPMNLabel>
101       </bpmndi:BPMNEdge>
102       <bpmndi:BPMNShape id="ExclusiveGateway_0vtv1wi_di" bpmnElement="ExclusiveGateway_0vtv1wi" isMarkerVisible="true">
103         <dc:Bounds x="786" y="301" width="50" height="50" />
104       </bpmndi:BPMNShape>
105       <bpmndi:BPMNEdge id="SequenceFlow_1owbpsy_di" bpmnElement="SequenceFlow_1owbpsy">
106         <di:waypoint x="836" y="326" />
107         <di:waypoint x="987" y="326" />
108         <bpmndi:BPMNLabel>
109           <dc:Bounds x="890" y="308" width="43" height="14" />
110         </bpmndi:BPMNLabel>
111       </bpmndi:BPMNEdge>
112       <bpmndi:BPMNShape id="ExclusiveGateway_01jwwmc_di" bpmnElement="ExclusiveGateway_01jwwmc" isMarkerVisible="true">
113         <dc:Bounds x="1231" y="301" width="50" height="50" />
114       </bpmndi:BPMNShape>
115       <bpmndi:BPMNEdge id="SequenceFlow_1n080up_di" bpmnElement="SequenceFlow_1n080up">
116         <di:waypoint x="1256" y="301" />
117         <di:waypoint x="1256" y="176" />
118         <di:waypoint x="1402" y="176" />
119         <bpmndi:BPMNLabel>
120           <dc:Bounds x="1250" y="236" width="43" height="14" />
121         </bpmndi:BPMNLabel>
122       </bpmndi:BPMNEdge>
123       <bpmndi:BPMNEdge id="SequenceFlow_1w4p9f7_di" bpmnElement="SequenceFlow_1w4p9f7">
124         <di:waypoint x="811" y="351" />
125         <di:waypoint x="811" y="418" />
126         <bpmndi:BPMNLabel>
127           <dc:Bounds x="809" y="382" width="34" height="14" />
128         </bpmndi:BPMNLabel>
129       </bpmndi:BPMNEdge>
130       <bpmndi:BPMNShape id="EndEvent_0etscol_di" bpmnElement="EndEvent_16620h9">
131         <dc:Bounds x="793" y="418" width="36" height="36" />
132       </bpmndi:BPMNShape>
133       <bpmndi:BPMNEdge id="SequenceFlow_0d24h26_di" bpmnElement="SequenceFlow_0d24h26">
134         <di:waypoint x="1256" y="351" />
135         <di:waypoint x="1256" y="418" />
136         <bpmndi:BPMNLabel>
137           <dc:Bounds x="1254" y="382" width="34" height="14" />
138         </bpmndi:BPMNLabel>
139       </bpmndi:BPMNEdge>
140       <bpmndi:BPMNShape id="EndEvent_0buf1g3_di" bpmnElement="EndEvent_0izr65x">
141         <dc:Bounds x="1238" y="418" width="36" height="36" />
142       </bpmndi:BPMNShape>
143       <bpmndi:BPMNShape id="ServiceTask_0dzvrj0_di" bpmnElement="Task_1nhh7ob">
144         <dc:Bounds x="251" y="136" width="100" height="80" />
145       </bpmndi:BPMNShape>
146       <bpmndi:BPMNEdge id="SequenceFlow_069mxkg_di" bpmnElement="SequenceFlow_069mxkg">
147         <di:waypoint x="201" y="176" />
148         <di:waypoint x="251" y="176" />
149       </bpmndi:BPMNEdge>
150       <bpmndi:BPMNEdge id="SequenceFlow_1u89rk8_di" bpmnElement="SequenceFlow_1u89rk8">
151         <di:waypoint x="351" y="176" />
152         <di:waypoint x="401" y="176" />
153       </bpmndi:BPMNEdge>
154       <bpmndi:BPMNEdge id="SequenceFlow_0j3pm2g_di" bpmnElement="SequenceFlow_0j3pm2g">
155         <di:waypoint x="426" y="201" />
156         <di:waypoint x="426" y="326" />
157         <di:waypoint x="551" y="326" />
158         <bpmndi:BPMNLabel>
159           <dc:Bounds x="471" y="308" width="24" height="14" />
160         </bpmndi:BPMNLabel>
161       </bpmndi:BPMNEdge>
162       <bpmndi:BPMNEdge id="SequenceFlow_07bmtu7_di" bpmnElement="SequenceFlow_07bmtu7">
163         <di:waypoint x="651" y="326" />
164         <di:waypoint x="786" y="326" />
165       </bpmndi:BPMNEdge>
166       <bpmndi:BPMNShape id="ServiceTask_1rqxeyq_di" bpmnElement="Task_0zivzd5">
167         <dc:Bounds x="551" y="286" width="100" height="80" />
168       </bpmndi:BPMNShape>
169       <bpmndi:BPMNEdge id="SequenceFlow_02919fh_di" bpmnElement="SequenceFlow_02919fh">
170         <di:waypoint x="1087" y="326" />
171         <di:waypoint x="1231" y="326" />
172       </bpmndi:BPMNEdge>
173       <bpmndi:BPMNShape id="ServiceTask_0lyl5n4_di" bpmnElement="Task_14cwhgk">
174         <dc:Bounds x="987" y="286" width="100" height="80" />
175       </bpmndi:BPMNShape>
176     </bpmndi:BPMNPlane>
177   </bpmndi:BPMNDiagram>
178 </bpmn:definitions>