blob: 6d5b2a2f287668a9dc7d8ccc0a2dc242349f6d13 [file] [log] [blame]
eeginux88c47a22019-04-03 14:28:09 +00001<?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="2.2.4">
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>
eeginux8ef2ec82019-05-23 10:51:36 +010019 <bpmn:exclusiveGateway id="ExclusiveGateway_0vtv1wi" default="SequenceFlow_1w4p9f7">
eeginux8c9f2c72019-11-20 13:23:49 +000020 <bpmn:incoming>SequenceFlow_07bmtu7</bpmn:incoming>
eeginux88c47a22019-04-03 14:28:09 +000021 <bpmn:outgoing>SequenceFlow_1owbpsy</bpmn:outgoing>
22 <bpmn:outgoing>SequenceFlow_1w4p9f7</bpmn:outgoing>
23 </bpmn:exclusiveGateway>
eeginux8c9f2c72019-11-20 13:23:49 +000024 <bpmn:sequenceFlow id="SequenceFlow_1owbpsy" name="Success" sourceRef="ExclusiveGateway_0vtv1wi" targetRef="Task_14cwhgk">
eeginux88c47a22019-04-03 14:28:09 +000025 <bpmn:conditionExpression xsi:type="bpmn:tFormalExpression">#{execution.getVariable("CDSStatus").equals("Success")}</bpmn:conditionExpression>
26 </bpmn:sequenceFlow>
eeginux8ef2ec82019-05-23 10:51:36 +010027 <bpmn:exclusiveGateway id="ExclusiveGateway_01jwwmc" default="SequenceFlow_0d24h26">
eeginux8c9f2c72019-11-20 13:23:49 +000028 <bpmn:incoming>SequenceFlow_02919fh</bpmn:incoming>
eeginux88c47a22019-04-03 14:28:09 +000029 <bpmn:outgoing>SequenceFlow_1n080up</bpmn:outgoing>
30 <bpmn:outgoing>SequenceFlow_0d24h26</bpmn:outgoing>
31 </bpmn:exclusiveGateway>
eeginux88c47a22019-04-03 14:28:09 +000032 <bpmn:sequenceFlow id="SequenceFlow_1n080up" name="Success" sourceRef="ExclusiveGateway_01jwwmc" targetRef="EndEvent_0xky46v">
33 <bpmn:conditionExpression xsi:type="bpmn:tFormalExpression">#{execution.getVariable("CDSStatus").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" />
eeginux8c9f2c72019-11-20 13:23:49 +000051 <bpmn:sequenceFlow id="SequenceFlow_0j3pm2g" name="false" sourceRef="ExclusiveGateway_079gavg" targetRef="Task_0zivzd5">
eeginux88c47a22019-04-03 14:28:09 +000052 <bpmn:conditionExpression xsi:type="bpmn:tFormalExpression">#{!SkipPostInstantiationConfiguration}</bpmn:conditionExpression>
53 </bpmn:sequenceFlow>
eeginux8c9f2c72019-11-20 13:23:49 +000054 <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:inputOutput>
61 </bpmn:extensionElements>
62 <bpmn:incoming>SequenceFlow_0j3pm2g</bpmn:incoming>
63 <bpmn:outgoing>SequenceFlow_07bmtu7</bpmn:outgoing>
64 </bpmn:serviceTask>
65 <bpmn:sequenceFlow id="SequenceFlow_02919fh" sourceRef="Task_14cwhgk" targetRef="ExclusiveGateway_01jwwmc" />
66 <bpmn:serviceTask id="Task_14cwhgk" name="ControllerExecutionDE" camunda:delegateExpression="${ControllerExecutionDE}">
67 <bpmn:extensionElements>
68 <camunda:inputOutput>
69 <camunda:inputParameter name="action">config-deploy</camunda:inputParameter>
70 <camunda:inputParameter name="scope">pnf</camunda:inputParameter>
71 </camunda:inputOutput>
72 </bpmn:extensionElements>
eeginux88c47a22019-04-03 14:28:09 +000073 <bpmn:incoming>SequenceFlow_1owbpsy</bpmn:incoming>
eeginux8c9f2c72019-11-20 13:23:49 +000074 <bpmn:outgoing>SequenceFlow_02919fh</bpmn:outgoing>
eeginux88c47a22019-04-03 14:28:09 +000075 </bpmn:serviceTask>
76 </bpmn:process>
77 <bpmn:error id="Error_11v8tez" name="MSOWorkflowException" errorCode="MSOWorkflowException" />
78 <bpmn:error id="Error_0rjwti0" name="MSOWorkflowException" errorCode="MSOWorkflowException" />
79 <bpmndi:BPMNDiagram id="BPMNDiagram_1">
80 <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="ConfigurePnfResource">
81 <bpmndi:BPMNShape id="_BPMNShape_StartEvent_2" bpmnElement="ConfigurePnfResource_StartEvent">
82 <dc:Bounds x="165" y="158" width="36" height="36" />
83 </bpmndi:BPMNShape>
84 <bpmndi:BPMNShape id="ExclusiveGateway_079gavg_di" bpmnElement="ExclusiveGateway_079gavg" isMarkerVisible="true">
85 <dc:Bounds x="401" y="151" width="50" height="50" />
86 <bpmndi:BPMNLabel>
87 <dc:Bounds x="383" y="113.5" width="86" height="27" />
88 </bpmndi:BPMNLabel>
89 </bpmndi:BPMNShape>
90 <bpmndi:BPMNShape id="EndEvent_0xky46v_di" bpmnElement="EndEvent_0xky46v">
91 <dc:Bounds x="1402" y="158" width="36" height="36" />
92 </bpmndi:BPMNShape>
93 <bpmndi:BPMNEdge id="SequenceFlow_157of54_di" bpmnElement="SequenceFlow_157of54">
94 <di:waypoint x="451" y="176" />
95 <di:waypoint x="1402" y="176" />
96 <bpmndi:BPMNLabel>
97 <dc:Bounds x="918" y="158" width="19" height="14" />
98 </bpmndi:BPMNLabel>
99 </bpmndi:BPMNEdge>
eeginux88c47a22019-04-03 14:28:09 +0000100 <bpmndi:BPMNShape id="ExclusiveGateway_0vtv1wi_di" bpmnElement="ExclusiveGateway_0vtv1wi" isMarkerVisible="true">
101 <dc:Bounds x="786" y="301" width="50" height="50" />
102 </bpmndi:BPMNShape>
eeginux88c47a22019-04-03 14:28:09 +0000103 <bpmndi:BPMNEdge id="SequenceFlow_1owbpsy_di" bpmnElement="SequenceFlow_1owbpsy">
104 <di:waypoint x="836" y="326" />
eeginux8c9f2c72019-11-20 13:23:49 +0000105 <di:waypoint x="987" y="326" />
eeginux88c47a22019-04-03 14:28:09 +0000106 <bpmndi:BPMNLabel>
eeginux8c9f2c72019-11-20 13:23:49 +0000107 <dc:Bounds x="890" y="308" width="43" height="14" />
eeginux88c47a22019-04-03 14:28:09 +0000108 </bpmndi:BPMNLabel>
109 </bpmndi:BPMNEdge>
eeginux88c47a22019-04-03 14:28:09 +0000110 <bpmndi:BPMNShape id="ExclusiveGateway_01jwwmc_di" bpmnElement="ExclusiveGateway_01jwwmc" isMarkerVisible="true">
111 <dc:Bounds x="1231" y="301" width="50" height="50" />
112 </bpmndi:BPMNShape>
eeginux88c47a22019-04-03 14:28:09 +0000113 <bpmndi:BPMNEdge id="SequenceFlow_1n080up_di" bpmnElement="SequenceFlow_1n080up">
114 <di:waypoint x="1256" y="301" />
115 <di:waypoint x="1256" y="176" />
116 <di:waypoint x="1402" y="176" />
117 <bpmndi:BPMNLabel>
118 <dc:Bounds x="1250" y="236" width="43" height="14" />
119 </bpmndi:BPMNLabel>
120 </bpmndi:BPMNEdge>
121 <bpmndi:BPMNEdge id="SequenceFlow_1w4p9f7_di" bpmnElement="SequenceFlow_1w4p9f7">
122 <di:waypoint x="811" y="351" />
123 <di:waypoint x="811" y="418" />
124 <bpmndi:BPMNLabel>
125 <dc:Bounds x="809" y="382" width="34" height="14" />
126 </bpmndi:BPMNLabel>
127 </bpmndi:BPMNEdge>
128 <bpmndi:BPMNShape id="EndEvent_0etscol_di" bpmnElement="EndEvent_16620h9">
129 <dc:Bounds x="793" y="418" width="36" height="36" />
130 </bpmndi:BPMNShape>
131 <bpmndi:BPMNEdge id="SequenceFlow_0d24h26_di" bpmnElement="SequenceFlow_0d24h26">
132 <di:waypoint x="1256" y="351" />
133 <di:waypoint x="1256" y="418" />
134 <bpmndi:BPMNLabel>
135 <dc:Bounds x="1254" y="382" width="34" height="14" />
136 </bpmndi:BPMNLabel>
137 </bpmndi:BPMNEdge>
138 <bpmndi:BPMNShape id="EndEvent_0buf1g3_di" bpmnElement="EndEvent_0izr65x">
139 <dc:Bounds x="1238" y="418" width="36" height="36" />
140 </bpmndi:BPMNShape>
141 <bpmndi:BPMNShape id="ServiceTask_0dzvrj0_di" bpmnElement="Task_1nhh7ob">
142 <dc:Bounds x="251" y="136" width="100" height="80" />
143 </bpmndi:BPMNShape>
144 <bpmndi:BPMNEdge id="SequenceFlow_069mxkg_di" bpmnElement="SequenceFlow_069mxkg">
145 <di:waypoint x="201" y="176" />
146 <di:waypoint x="251" y="176" />
147 </bpmndi:BPMNEdge>
148 <bpmndi:BPMNEdge id="SequenceFlow_1u89rk8_di" bpmnElement="SequenceFlow_1u89rk8">
149 <di:waypoint x="351" y="176" />
150 <di:waypoint x="401" y="176" />
151 </bpmndi:BPMNEdge>
152 <bpmndi:BPMNEdge id="SequenceFlow_0j3pm2g_di" bpmnElement="SequenceFlow_0j3pm2g">
153 <di:waypoint x="426" y="201" />
154 <di:waypoint x="426" y="326" />
eeginux8c9f2c72019-11-20 13:23:49 +0000155 <di:waypoint x="551" y="326" />
eeginux88c47a22019-04-03 14:28:09 +0000156 <bpmndi:BPMNLabel>
eeginux8c9f2c72019-11-20 13:23:49 +0000157 <dc:Bounds x="471" y="308" width="24" height="14" />
eeginux88c47a22019-04-03 14:28:09 +0000158 </bpmndi:BPMNLabel>
159 </bpmndi:BPMNEdge>
eeginux8c9f2c72019-11-20 13:23:49 +0000160 <bpmndi:BPMNEdge id="SequenceFlow_07bmtu7_di" bpmnElement="SequenceFlow_07bmtu7">
161 <di:waypoint x="651" y="326" />
162 <di:waypoint x="786" y="326" />
163 </bpmndi:BPMNEdge>
164 <bpmndi:BPMNShape id="ServiceTask_1rqxeyq_di" bpmnElement="Task_0zivzd5">
165 <dc:Bounds x="551" y="286" width="100" height="80" />
166 </bpmndi:BPMNShape>
167 <bpmndi:BPMNEdge id="SequenceFlow_02919fh_di" bpmnElement="SequenceFlow_02919fh">
168 <di:waypoint x="1087" y="326" />
169 <di:waypoint x="1231" y="326" />
170 </bpmndi:BPMNEdge>
171 <bpmndi:BPMNShape id="ServiceTask_0lyl5n4_di" bpmnElement="Task_14cwhgk">
172 <dc:Bounds x="987" y="286" width="100" height="80" />
eeginux88c47a22019-04-03 14:28:09 +0000173 </bpmndi:BPMNShape>
174 </bpmndi:BPMNPlane>
175 </bpmndi:BPMNDiagram>
176</bpmn:definitions>