EricMoore | ca5b710 | 2019-10-31 13:34:09 +0000 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
tragait | 44ffcde | 2020-09-04 13:34:35 +0100 | [diff] [blame] | 2 | <bpmn:definitions xmlns:bpmn="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI" xmlns:dc="http://www.omg.org/spec/DD/20100524/DC" xmlns:camunda="http://camunda.org/schema/1.0/bpmn" xmlns:di="http://www.omg.org/spec/DD/20100524/DI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" id="Definitions_1yd8m0g" targetNamespace="http://bpmn.io/schema/bpmn" exporter="Camunda Modeler" exporterVersion="4.0.0"> |
rameshiyer27 | 9d8d8d9 | 2020-07-29 18:39:01 +0100 | [diff] [blame] | 3 | <bpmn:process id="GenericPnfSoftwareUpgrade" name="GenericPnfSoftwareUpgrade" isExecutable="true"> |
EricMoore | ca5b710 | 2019-10-31 13:34:09 +0000 | [diff] [blame] | 4 | <bpmn:startEvent id="softwareUpgrade_startEvent" name="Start Flow"> |
| 5 | <bpmn:outgoing>SequenceFlow_1ng4b6l</bpmn:outgoing> |
| 6 | </bpmn:startEvent> |
tragait | 44ffcde | 2020-09-04 13:34:35 +0100 | [diff] [blame] | 7 | <bpmn:serviceTask id="ServiceTask_042uz7n" name="NF Upgrade Dispatcher" camunda:delegateExpression="${GenericPnfDispatcher}"> |
EricMoore | ca5b710 | 2019-10-31 13:34:09 +0000 | [diff] [blame] | 8 | <bpmn:incoming>SequenceFlow_1ng4b6l</bpmn:incoming> |
| 9 | <bpmn:outgoing>SequenceFlow_12ejx4m</bpmn:outgoing> |
| 10 | </bpmn:serviceTask> |
Enbo Wang | b2ee1e9 | 2020-03-19 23:27:16 +0800 | [diff] [blame] | 11 | <bpmn:sequenceFlow id="SequenceFlow_12ejx4m" sourceRef="ServiceTask_042uz7n" targetRef="ScriptTask_10klpg8" /> |
EricMoore | ca5b710 | 2019-10-31 13:34:09 +0000 | [diff] [blame] | 12 | <bpmn:endEvent id="softwareUpgrade_endEvent" name="End"> |
Enbo Wang | b2ee1e9 | 2020-03-19 23:27:16 +0800 | [diff] [blame] | 13 | <bpmn:incoming>SequenceFlow_0tle5zb</bpmn:incoming> |
EricMoore | ca5b710 | 2019-10-31 13:34:09 +0000 | [diff] [blame] | 14 | <bpmn:terminateEventDefinition /> |
| 15 | </bpmn:endEvent> |
| 16 | <bpmn:sequenceFlow id="SequenceFlow_1ng4b6l" sourceRef="softwareUpgrade_startEvent" targetRef="ServiceTask_042uz7n" /> |
| 17 | <bpmn:exclusiveGateway id="ExclusiveGateway_0v3l3wv" default="SequenceFlow_1lr7vgu"> |
| 18 | <bpmn:incoming>SequenceFlow_0cchgih</bpmn:incoming> |
| 19 | <bpmn:outgoing>SequenceFlow_1lr7vgu</bpmn:outgoing> |
| 20 | <bpmn:outgoing>SequenceFlow_1eljvek</bpmn:outgoing> |
| 21 | </bpmn:exclusiveGateway> |
| 22 | <bpmn:endEvent id="EndEvent_0bnbfds"> |
| 23 | <bpmn:incoming>SequenceFlow_1lr7vgu</bpmn:incoming> |
| 24 | <bpmn:errorEventDefinition id="ErrorEventDefinition_1sjbsm2" errorRef="Error_12cpov5" /> |
| 25 | </bpmn:endEvent> |
| 26 | <bpmn:exclusiveGateway id="ExclusiveGateway_0x6h0ni" default="SequenceFlow_0piri91"> |
| 27 | <bpmn:incoming>SequenceFlow_0j26xlx</bpmn:incoming> |
| 28 | <bpmn:outgoing>SequenceFlow_1nsmyr5</bpmn:outgoing> |
| 29 | <bpmn:outgoing>SequenceFlow_0piri91</bpmn:outgoing> |
| 30 | </bpmn:exclusiveGateway> |
| 31 | <bpmn:sequenceFlow id="SequenceFlow_1nsmyr5" name="Success" sourceRef="ExclusiveGateway_0x6h0ni" targetRef="ServiceTask_0x5cje8"> |
| 32 | <bpmn:conditionExpression xsi:type="bpmn:tFormalExpression">#{execution.getVariable("ControllerStatus").equals("Success")}</bpmn:conditionExpression> |
| 33 | </bpmn:sequenceFlow> |
| 34 | <bpmn:endEvent id="EndEvent_180lm4y"> |
| 35 | <bpmn:incoming>SequenceFlow_0piri91</bpmn:incoming> |
| 36 | <bpmn:errorEventDefinition id="ErrorEventDefinition_0fm5he7" errorRef="Error_12cpov5" /> |
| 37 | </bpmn:endEvent> |
| 38 | <bpmn:sequenceFlow id="SequenceFlow_0piri91" name="Failure" sourceRef="ExclusiveGateway_0x6h0ni" targetRef="EndEvent_180lm4y" /> |
| 39 | <bpmn:sequenceFlow id="SequenceFlow_1lr7vgu" name="Failure" sourceRef="ExclusiveGateway_0v3l3wv" targetRef="EndEvent_0bnbfds" /> |
| 40 | <bpmn:exclusiveGateway id="ExclusiveGateway_0ch3fef" default="SequenceFlow_0dqnb6c"> |
| 41 | <bpmn:incoming>SequenceFlow_015y785</bpmn:incoming> |
| 42 | <bpmn:outgoing>SequenceFlow_0dqnb6c</bpmn:outgoing> |
| 43 | <bpmn:outgoing>SequenceFlow_0eiif6e</bpmn:outgoing> |
| 44 | </bpmn:exclusiveGateway> |
| 45 | <bpmn:endEvent id="EndEvent_1ms4wdz"> |
| 46 | <bpmn:incoming>SequenceFlow_0dqnb6c</bpmn:incoming> |
| 47 | <bpmn:errorEventDefinition id="ErrorEventDefinition_15s8fgk" errorRef="Error_12cpov5" /> |
| 48 | </bpmn:endEvent> |
| 49 | <bpmn:sequenceFlow id="SequenceFlow_0dqnb6c" name="Failure" sourceRef="ExclusiveGateway_0ch3fef" targetRef="EndEvent_1ms4wdz" /> |
| 50 | <bpmn:exclusiveGateway id="ExclusiveGateway_1ny9b1z" default="SequenceFlow_1p0axph"> |
| 51 | <bpmn:incoming>SequenceFlow_0g3qcd0</bpmn:incoming> |
| 52 | <bpmn:outgoing>SequenceFlow_1p0axph</bpmn:outgoing> |
| 53 | <bpmn:outgoing>SequenceFlow_1atiydu</bpmn:outgoing> |
| 54 | </bpmn:exclusiveGateway> |
| 55 | <bpmn:endEvent id="EndEvent_0l6n6x5"> |
| 56 | <bpmn:incoming>SequenceFlow_1p0axph</bpmn:incoming> |
| 57 | <bpmn:errorEventDefinition id="ErrorEventDefinition_1l0gsy0" errorRef="Error_12cpov5" /> |
| 58 | </bpmn:endEvent> |
| 59 | <bpmn:sequenceFlow id="SequenceFlow_1p0axph" name="Failure" sourceRef="ExclusiveGateway_1ny9b1z" targetRef="EndEvent_0l6n6x5" /> |
| 60 | <bpmn:sequenceFlow id="SequenceFlow_1eljvek" name="Success" sourceRef="ExclusiveGateway_0v3l3wv" targetRef="ServiceTask_02lxf48"> |
| 61 | <bpmn:conditionExpression xsi:type="bpmn:tFormalExpression">#{execution.getVariable("ControllerStatus").equals("Success")}</bpmn:conditionExpression> |
| 62 | </bpmn:sequenceFlow> |
Enbo Wang | b2ee1e9 | 2020-03-19 23:27:16 +0800 | [diff] [blame] | 63 | <bpmn:sequenceFlow id="SequenceFlow_1atiydu" name="Success" sourceRef="ExclusiveGateway_1ny9b1z" targetRef="ScriptTask_1igtc83"> |
EricMoore | ca5b710 | 2019-10-31 13:34:09 +0000 | [diff] [blame] | 64 | <bpmn:conditionExpression xsi:type="bpmn:tFormalExpression">#{execution.getVariable("ControllerStatus").equals("Success")}</bpmn:conditionExpression> |
| 65 | </bpmn:sequenceFlow> |
| 66 | <bpmn:sequenceFlow id="SequenceFlow_0eiif6e" name="Success" sourceRef="ExclusiveGateway_0ch3fef" targetRef="ServiceTask_1jo8vn7"> |
| 67 | <bpmn:conditionExpression xsi:type="bpmn:tFormalExpression">#{execution.getVariable("ControllerStatus").equals("Success")}</bpmn:conditionExpression> |
| 68 | </bpmn:sequenceFlow> |
| 69 | <bpmn:serviceTask id="ServiceTask_0x5cje8" name="Download" camunda:delegateExpression="${ControllerExecutionDE}"> |
| 70 | <bpmn:extensionElements> |
| 71 | <camunda:inputOutput> |
| 72 | <camunda:inputParameter name="action">downloadNESw</camunda:inputParameter> |
| 73 | <camunda:inputParameter name="scope">pnf</camunda:inputParameter> |
| 74 | <camunda:inputParameter name="mode">async</camunda:inputParameter> |
| 75 | </camunda:inputOutput> |
| 76 | </bpmn:extensionElements> |
| 77 | <bpmn:incoming>SequenceFlow_1nsmyr5</bpmn:incoming> |
| 78 | <bpmn:outgoing>SequenceFlow_0cchgih</bpmn:outgoing> |
| 79 | </bpmn:serviceTask> |
| 80 | <bpmn:sequenceFlow id="SequenceFlow_0cchgih" sourceRef="ServiceTask_0x5cje8" targetRef="ExclusiveGateway_0v3l3wv" /> |
| 81 | <bpmn:serviceTask id="ServiceTask_02lxf48" name="Activate" camunda:delegateExpression="${ControllerExecutionDE}"> |
| 82 | <bpmn:extensionElements> |
| 83 | <camunda:inputOutput> |
| 84 | <camunda:inputParameter name="action">activateNESw</camunda:inputParameter> |
| 85 | <camunda:inputParameter name="scope">pnf</camunda:inputParameter> |
| 86 | <camunda:inputParameter name="mode">async</camunda:inputParameter> |
| 87 | </camunda:inputOutput> |
| 88 | </bpmn:extensionElements> |
| 89 | <bpmn:incoming>SequenceFlow_1eljvek</bpmn:incoming> |
| 90 | <bpmn:outgoing>SequenceFlow_015y785</bpmn:outgoing> |
| 91 | </bpmn:serviceTask> |
| 92 | <bpmn:sequenceFlow id="SequenceFlow_015y785" sourceRef="ServiceTask_02lxf48" targetRef="ExclusiveGateway_0ch3fef" /> |
| 93 | <bpmn:serviceTask id="ServiceTask_0y2uysu" name="Post check" camunda:delegateExpression="${ControllerExecutionDE}"> |
| 94 | <bpmn:extensionElements> |
| 95 | <camunda:inputOutput> |
| 96 | <camunda:inputParameter name="action">postCheck</camunda:inputParameter> |
| 97 | <camunda:inputParameter name="scope">pnf</camunda:inputParameter> |
| 98 | <camunda:inputParameter name="mode">async</camunda:inputParameter> |
| 99 | </camunda:inputOutput> |
| 100 | </bpmn:extensionElements> |
| 101 | <bpmn:incoming>SequenceFlow_084orr1</bpmn:incoming> |
| 102 | <bpmn:outgoing>SequenceFlow_0g3qcd0</bpmn:outgoing> |
| 103 | </bpmn:serviceTask> |
| 104 | <bpmn:sequenceFlow id="SequenceFlow_0g3qcd0" sourceRef="ServiceTask_0y2uysu" targetRef="ExclusiveGateway_1ny9b1z" /> |
| 105 | <bpmn:serviceTask id="ServiceTask_0slpahe" name="Pre check" camunda:delegateExpression="${ControllerExecutionDE}"> |
| 106 | <bpmn:extensionElements> |
| 107 | <camunda:inputOutput> |
| 108 | <camunda:inputParameter name="action">preCheck</camunda:inputParameter> |
| 109 | <camunda:inputParameter name="scope">pnf</camunda:inputParameter> |
| 110 | <camunda:inputParameter name="mode">async</camunda:inputParameter> |
| 111 | </camunda:inputOutput> |
| 112 | </bpmn:extensionElements> |
Enbo Wang | b2ee1e9 | 2020-03-19 23:27:16 +0800 | [diff] [blame] | 113 | <bpmn:incoming>SequenceFlow_0ks3p41</bpmn:incoming> |
EricMoore | ca5b710 | 2019-10-31 13:34:09 +0000 | [diff] [blame] | 114 | <bpmn:outgoing>SequenceFlow_0j26xlx</bpmn:outgoing> |
| 115 | </bpmn:serviceTask> |
| 116 | <bpmn:sequenceFlow id="SequenceFlow_0j26xlx" sourceRef="ServiceTask_0slpahe" targetRef="ExclusiveGateway_0x6h0ni" /> |
| 117 | <bpmn:serviceTask id="ServiceTask_1jo8vn7" name="Update Pnf in AAI" camunda:delegateExpression="${UpdatePnfEntryInAai}"> |
| 118 | <bpmn:incoming>SequenceFlow_0eiif6e</bpmn:incoming> |
| 119 | <bpmn:outgoing>SequenceFlow_084orr1</bpmn:outgoing> |
| 120 | </bpmn:serviceTask> |
| 121 | <bpmn:sequenceFlow id="SequenceFlow_084orr1" sourceRef="ServiceTask_1jo8vn7" targetRef="ServiceTask_0y2uysu" /> |
Enbo Wang | b2ee1e9 | 2020-03-19 23:27:16 +0800 | [diff] [blame] | 122 | <bpmn:scriptTask id="ScriptTask_10klpg8" name="Send Response" scriptFormat="groovy"> |
| 123 | <bpmn:incoming>SequenceFlow_12ejx4m</bpmn:incoming> |
| 124 | <bpmn:outgoing>SequenceFlow_0ks3p41</bpmn:outgoing> |
| 125 | <bpmn:script>import org.onap.so.bpmn.infrastructure.scripts.* |
rameshiyer27 | 9d8d8d9 | 2020-07-29 18:39:01 +0100 | [diff] [blame] | 126 | def pnfSwUpgrade = new GenericPnfSoftwareUpgrade() |
Enbo Wang | b2ee1e9 | 2020-03-19 23:27:16 +0800 | [diff] [blame] | 127 | pnfSwUpgrade.sendResponse(execution)</bpmn:script> |
| 128 | </bpmn:scriptTask> |
| 129 | <bpmn:sequenceFlow id="SequenceFlow_0ks3p41" sourceRef="ScriptTask_10klpg8" targetRef="ServiceTask_0slpahe" /> |
| 130 | <bpmn:scriptTask id="ScriptTask_1igtc83" name="Prepare Completion" scriptFormat="groovy"> |
| 131 | <bpmn:incoming>SequenceFlow_1atiydu</bpmn:incoming> |
| 132 | <bpmn:outgoing>SequenceFlow_0ipc3nt</bpmn:outgoing> |
| 133 | <bpmn:script>import org.onap.so.bpmn.infrastructure.scripts.* |
rameshiyer27 | 9d8d8d9 | 2020-07-29 18:39:01 +0100 | [diff] [blame] | 134 | def pnfSwUpgrade = new GenericPnfSoftwareUpgrade() |
Enbo Wang | b2ee1e9 | 2020-03-19 23:27:16 +0800 | [diff] [blame] | 135 | pnfSwUpgrade.prepareCompletion(execution)</bpmn:script> |
| 136 | </bpmn:scriptTask> |
| 137 | <bpmn:sequenceFlow id="SequenceFlow_0ipc3nt" sourceRef="ScriptTask_1igtc83" targetRef="CallActivity_0o1mi8u" /> |
| 138 | <bpmn:callActivity id="CallActivity_0o1mi8u" name="Complete Process" calledElement="CompleteMsoProcess"> |
| 139 | <bpmn:extensionElements> |
| 140 | <camunda:in source="PnfSwUpgrade_CompleteMsoProcessRequest" target="CompleteMsoProcessRequest" /> |
| 141 | </bpmn:extensionElements> |
| 142 | <bpmn:incoming>SequenceFlow_0ipc3nt</bpmn:incoming> |
| 143 | <bpmn:outgoing>SequenceFlow_0tle5zb</bpmn:outgoing> |
| 144 | </bpmn:callActivity> |
| 145 | <bpmn:sequenceFlow id="SequenceFlow_0tle5zb" sourceRef="CallActivity_0o1mi8u" targetRef="softwareUpgrade_endEvent" /> |
| 146 | <bpmn:subProcess id="SubProcess_02p6q4s" name="Subprocess for FalloutHandler" triggeredByEvent="true"> |
| 147 | <bpmn:startEvent id="StartEvent_149ecdm" name="Catch All Errors"> |
| 148 | <bpmn:outgoing>SequenceFlow_05haut5</bpmn:outgoing> |
| 149 | <bpmn:errorEventDefinition id="ErrorEventDefinition_1" /> |
| 150 | </bpmn:startEvent> |
| 151 | <bpmn:scriptTask id="ScriptTask_0gov132" name="Prepare FalloutHandler" scriptFormat="groovy"> |
| 152 | <bpmn:incoming>SequenceFlow_05haut5</bpmn:incoming> |
| 153 | <bpmn:outgoing>SequenceFlow_09y0mpc</bpmn:outgoing> |
| 154 | <bpmn:script>import org.onap.so.bpmn.infrastructure.scripts.* |
rameshiyer27 | 9d8d8d9 | 2020-07-29 18:39:01 +0100 | [diff] [blame] | 155 | def pnfSwUpgrade = new GenericPnfSoftwareUpgrade() |
Enbo Wang | b2ee1e9 | 2020-03-19 23:27:16 +0800 | [diff] [blame] | 156 | pnfSwUpgrade.prepareFalloutHandler(execution)</bpmn:script> |
| 157 | </bpmn:scriptTask> |
| 158 | <bpmn:callActivity id="CallActivity_00psvtk" name="Call FalloutHandler" calledElement="FalloutHandler"> |
| 159 | <bpmn:extensionElements> |
| 160 | <camunda:in source="PnfSwUpgrade_FalloutHandlerRequest" target="FalloutHandlerRequest" /> |
| 161 | </bpmn:extensionElements> |
| 162 | <bpmn:incoming>SequenceFlow_09y0mpc</bpmn:incoming> |
| 163 | <bpmn:outgoing>SequenceFlow_1tcjlty</bpmn:outgoing> |
| 164 | </bpmn:callActivity> |
| 165 | <bpmn:endEvent id="EndEvent_1vq2glg" name="End"> |
| 166 | <bpmn:incoming>SequenceFlow_1tcjlty</bpmn:incoming> |
| 167 | <bpmn:terminateEventDefinition id="TerminateEventDefinition_0994ojb" /> |
| 168 | </bpmn:endEvent> |
| 169 | <bpmn:sequenceFlow id="SequenceFlow_05haut5" sourceRef="StartEvent_149ecdm" targetRef="ScriptTask_0gov132" /> |
| 170 | <bpmn:sequenceFlow id="SequenceFlow_09y0mpc" sourceRef="ScriptTask_0gov132" targetRef="CallActivity_00psvtk" /> |
| 171 | <bpmn:sequenceFlow id="SequenceFlow_1tcjlty" sourceRef="CallActivity_00psvtk" targetRef="EndEvent_1vq2glg" /> |
| 172 | </bpmn:subProcess> |
EricMoore | ca5b710 | 2019-10-31 13:34:09 +0000 | [diff] [blame] | 173 | </bpmn:process> |
| 174 | <bpmn:error id="Error_12cpov5" name="MSOWorkflowException" errorCode="MSOWorkflowException" /> |
EricMoore | ca5b710 | 2019-10-31 13:34:09 +0000 | [diff] [blame] | 175 | <bpmndi:BPMNDiagram id="BPMNDiagram_1"> |
rameshiyer27 | 9d8d8d9 | 2020-07-29 18:39:01 +0100 | [diff] [blame] | 176 | <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="GenericPnfSoftwareUpgrade"> |
tragait | 44ffcde | 2020-09-04 13:34:35 +0100 | [diff] [blame] | 177 | <bpmndi:BPMNEdge id="SequenceFlow_0tle5zb_di" bpmnElement="SequenceFlow_0tle5zb"> |
| 178 | <di:waypoint x="480" y="480" /> |
| 179 | <di:waypoint x="532" y="480" /> |
| 180 | </bpmndi:BPMNEdge> |
| 181 | <bpmndi:BPMNEdge id="SequenceFlow_0ipc3nt_di" bpmnElement="SequenceFlow_0ipc3nt"> |
| 182 | <di:waypoint x="320" y="480" /> |
| 183 | <di:waypoint x="380" y="480" /> |
| 184 | </bpmndi:BPMNEdge> |
| 185 | <bpmndi:BPMNEdge id="SequenceFlow_0ks3p41_di" bpmnElement="SequenceFlow_0ks3p41"> |
| 186 | <di:waypoint x="540" y="120" /> |
| 187 | <di:waypoint x="570" y="120" /> |
| 188 | <di:waypoint x="570" y="190" /> |
| 189 | <di:waypoint x="180" y="190" /> |
| 190 | <di:waypoint x="180" y="260" /> |
| 191 | <di:waypoint x="220" y="260" /> |
| 192 | </bpmndi:BPMNEdge> |
| 193 | <bpmndi:BPMNEdge id="SequenceFlow_084orr1_di" bpmnElement="SequenceFlow_084orr1"> |
| 194 | <di:waypoint x="1050" y="260" /> |
| 195 | <di:waypoint x="1090" y="260" /> |
| 196 | </bpmndi:BPMNEdge> |
| 197 | <bpmndi:BPMNEdge id="SequenceFlow_0j26xlx_di" bpmnElement="SequenceFlow_0j26xlx"> |
| 198 | <di:waypoint x="320" y="260" /> |
| 199 | <di:waypoint x="355" y="260" /> |
| 200 | </bpmndi:BPMNEdge> |
| 201 | <bpmndi:BPMNEdge id="SequenceFlow_0g3qcd0_di" bpmnElement="SequenceFlow_0g3qcd0"> |
| 202 | <di:waypoint x="1190" y="260" /> |
| 203 | <di:waypoint x="1225" y="260" /> |
| 204 | </bpmndi:BPMNEdge> |
| 205 | <bpmndi:BPMNEdge id="SequenceFlow_015y785_di" bpmnElement="SequenceFlow_015y785"> |
| 206 | <di:waypoint x="820" y="260" /> |
| 207 | <di:waypoint x="845" y="260" /> |
| 208 | </bpmndi:BPMNEdge> |
| 209 | <bpmndi:BPMNEdge id="SequenceFlow_0cchgih_di" bpmnElement="SequenceFlow_0cchgih"> |
| 210 | <di:waypoint x="560" y="260" /> |
| 211 | <di:waypoint x="615" y="260" /> |
| 212 | </bpmndi:BPMNEdge> |
| 213 | <bpmndi:BPMNEdge id="SequenceFlow_0eiif6e_di" bpmnElement="SequenceFlow_0eiif6e"> |
| 214 | <di:waypoint x="895" y="260" /> |
| 215 | <di:waypoint x="950" y="260" /> |
| 216 | <bpmndi:BPMNLabel> |
| 217 | <dc:Bounds x="898" y="242" width="43" height="14" /> |
| 218 | </bpmndi:BPMNLabel> |
| 219 | </bpmndi:BPMNEdge> |
| 220 | <bpmndi:BPMNEdge id="SequenceFlow_1atiydu_di" bpmnElement="SequenceFlow_1atiydu"> |
| 221 | <di:waypoint x="1275" y="260" /> |
| 222 | <di:waypoint x="1320" y="260" /> |
| 223 | <di:waypoint x="1320" y="410" /> |
| 224 | <di:waypoint x="180" y="410" /> |
| 225 | <di:waypoint x="180" y="480" /> |
| 226 | <di:waypoint x="220" y="480" /> |
| 227 | <bpmndi:BPMNLabel> |
| 228 | <dc:Bounds x="1277" y="242" width="43" height="14" /> |
| 229 | </bpmndi:BPMNLabel> |
| 230 | </bpmndi:BPMNEdge> |
| 231 | <bpmndi:BPMNEdge id="SequenceFlow_1eljvek_di" bpmnElement="SequenceFlow_1eljvek"> |
| 232 | <di:waypoint x="665" y="260" /> |
| 233 | <di:waypoint x="720" y="260" /> |
| 234 | <bpmndi:BPMNLabel> |
| 235 | <dc:Bounds x="668" y="242" width="43" height="14" /> |
| 236 | </bpmndi:BPMNLabel> |
| 237 | </bpmndi:BPMNEdge> |
| 238 | <bpmndi:BPMNEdge id="SequenceFlow_1p0axph_di" bpmnElement="SequenceFlow_1p0axph"> |
| 239 | <di:waypoint x="1250" y="285" /> |
| 240 | <di:waypoint x="1250" y="342" /> |
| 241 | <bpmndi:BPMNLabel> |
| 242 | <dc:Bounds x="1254" y="293" width="32" height="14" /> |
| 243 | </bpmndi:BPMNLabel> |
| 244 | </bpmndi:BPMNEdge> |
| 245 | <bpmndi:BPMNEdge id="SequenceFlow_0dqnb6c_di" bpmnElement="SequenceFlow_0dqnb6c"> |
| 246 | <di:waypoint x="870" y="285" /> |
| 247 | <di:waypoint x="870" y="342" /> |
| 248 | <bpmndi:BPMNLabel> |
| 249 | <dc:Bounds x="874" y="293" width="32" height="14" /> |
| 250 | </bpmndi:BPMNLabel> |
| 251 | </bpmndi:BPMNEdge> |
| 252 | <bpmndi:BPMNEdge id="SequenceFlow_1lr7vgu_di" bpmnElement="SequenceFlow_1lr7vgu"> |
| 253 | <di:waypoint x="640" y="285" /> |
| 254 | <di:waypoint x="640" y="342" /> |
| 255 | <bpmndi:BPMNLabel> |
| 256 | <dc:Bounds x="644" y="293" width="32" height="14" /> |
| 257 | </bpmndi:BPMNLabel> |
| 258 | </bpmndi:BPMNEdge> |
| 259 | <bpmndi:BPMNEdge id="SequenceFlow_0piri91_di" bpmnElement="SequenceFlow_0piri91"> |
| 260 | <di:waypoint x="380" y="285" /> |
| 261 | <di:waypoint x="380" y="342" /> |
| 262 | <bpmndi:BPMNLabel> |
| 263 | <dc:Bounds x="384" y="293" width="32" height="14" /> |
| 264 | </bpmndi:BPMNLabel> |
| 265 | </bpmndi:BPMNEdge> |
| 266 | <bpmndi:BPMNEdge id="SequenceFlow_1nsmyr5_di" bpmnElement="SequenceFlow_1nsmyr5"> |
| 267 | <di:waypoint x="405" y="260" /> |
| 268 | <di:waypoint x="460" y="260" /> |
| 269 | <bpmndi:BPMNLabel> |
| 270 | <dc:Bounds x="408" y="242" width="43" height="14" /> |
| 271 | </bpmndi:BPMNLabel> |
| 272 | </bpmndi:BPMNEdge> |
| 273 | <bpmndi:BPMNEdge id="SequenceFlow_1ng4b6l_di" bpmnElement="SequenceFlow_1ng4b6l"> |
| 274 | <di:waypoint x="198" y="120" /> |
| 275 | <di:waypoint x="270" y="120" /> |
| 276 | </bpmndi:BPMNEdge> |
| 277 | <bpmndi:BPMNEdge id="SequenceFlow_12ejx4m_di" bpmnElement="SequenceFlow_12ejx4m"> |
| 278 | <di:waypoint x="370" y="120" /> |
| 279 | <di:waypoint x="440" y="120" /> |
| 280 | </bpmndi:BPMNEdge> |
EricMoore | ca5b710 | 2019-10-31 13:34:09 +0000 | [diff] [blame] | 281 | <bpmndi:BPMNShape id="_BPMNShape_StartEvent_2" bpmnElement="softwareUpgrade_startEvent"> |
| 282 | <dc:Bounds x="162" y="102" width="36" height="36" /> |
| 283 | <bpmndi:BPMNLabel> |
| 284 | <dc:Bounds x="157" y="145" width="50" height="14" /> |
| 285 | </bpmndi:BPMNLabel> |
| 286 | </bpmndi:BPMNShape> |
| 287 | <bpmndi:BPMNShape id="ServiceTask_042uz7n_di" bpmnElement="ServiceTask_042uz7n"> |
Enbo Wang | b2ee1e9 | 2020-03-19 23:27:16 +0800 | [diff] [blame] | 288 | <dc:Bounds x="270" y="80" width="100" height="80" /> |
EricMoore | ca5b710 | 2019-10-31 13:34:09 +0000 | [diff] [blame] | 289 | </bpmndi:BPMNShape> |
EricMoore | ca5b710 | 2019-10-31 13:34:09 +0000 | [diff] [blame] | 290 | <bpmndi:BPMNShape id="EndEvent_1w3jv30_di" bpmnElement="softwareUpgrade_endEvent"> |
Enbo Wang | b2ee1e9 | 2020-03-19 23:27:16 +0800 | [diff] [blame] | 291 | <dc:Bounds x="532" y="462" width="36" height="36" /> |
EricMoore | ca5b710 | 2019-10-31 13:34:09 +0000 | [diff] [blame] | 292 | <bpmndi:BPMNLabel> |
Enbo Wang | b2ee1e9 | 2020-03-19 23:27:16 +0800 | [diff] [blame] | 293 | <dc:Bounds x="542" y="505" width="18" height="14" /> |
EricMoore | ca5b710 | 2019-10-31 13:34:09 +0000 | [diff] [blame] | 294 | </bpmndi:BPMNLabel> |
| 295 | </bpmndi:BPMNShape> |
EricMoore | ca5b710 | 2019-10-31 13:34:09 +0000 | [diff] [blame] | 296 | <bpmndi:BPMNShape id="ExclusiveGateway_0v3l3wv_di" bpmnElement="ExclusiveGateway_0v3l3wv" isMarkerVisible="true"> |
Enbo Wang | b2ee1e9 | 2020-03-19 23:27:16 +0800 | [diff] [blame] | 297 | <dc:Bounds x="615" y="235" width="50" height="50" /> |
EricMoore | ca5b710 | 2019-10-31 13:34:09 +0000 | [diff] [blame] | 298 | <bpmndi:BPMNLabel> |
| 299 | <dc:Bounds x="1040" y="65" width="43" height="14" /> |
| 300 | </bpmndi:BPMNLabel> |
| 301 | </bpmndi:BPMNShape> |
| 302 | <bpmndi:BPMNShape id="EndEvent_0bnbfds_di" bpmnElement="EndEvent_0bnbfds"> |
Enbo Wang | b2ee1e9 | 2020-03-19 23:27:16 +0800 | [diff] [blame] | 303 | <dc:Bounds x="622" y="342" width="36" height="36" /> |
EricMoore | ca5b710 | 2019-10-31 13:34:09 +0000 | [diff] [blame] | 304 | <bpmndi:BPMNLabel> |
| 305 | <dc:Bounds x="1044" y="295" width="34" height="14" /> |
| 306 | </bpmndi:BPMNLabel> |
| 307 | </bpmndi:BPMNShape> |
| 308 | <bpmndi:BPMNShape id="ExclusiveGateway_0x6h0ni_di" bpmnElement="ExclusiveGateway_0x6h0ni" isMarkerVisible="true"> |
Enbo Wang | b2ee1e9 | 2020-03-19 23:27:16 +0800 | [diff] [blame] | 309 | <dc:Bounds x="355" y="235" width="50" height="50" /> |
EricMoore | ca5b710 | 2019-10-31 13:34:09 +0000 | [diff] [blame] | 310 | </bpmndi:BPMNShape> |
EricMoore | ca5b710 | 2019-10-31 13:34:09 +0000 | [diff] [blame] | 311 | <bpmndi:BPMNShape id="EndEvent_180lm4y_di" bpmnElement="EndEvent_180lm4y"> |
Enbo Wang | b2ee1e9 | 2020-03-19 23:27:16 +0800 | [diff] [blame] | 312 | <dc:Bounds x="362" y="342" width="36" height="36" /> |
EricMoore | ca5b710 | 2019-10-31 13:34:09 +0000 | [diff] [blame] | 313 | </bpmndi:BPMNShape> |
EricMoore | ca5b710 | 2019-10-31 13:34:09 +0000 | [diff] [blame] | 314 | <bpmndi:BPMNShape id="ExclusiveGateway_0ch3fef_di" bpmnElement="ExclusiveGateway_0ch3fef" isMarkerVisible="true"> |
Enbo Wang | b2ee1e9 | 2020-03-19 23:27:16 +0800 | [diff] [blame] | 315 | <dc:Bounds x="845" y="235" width="50" height="50" /> |
EricMoore | ca5b710 | 2019-10-31 13:34:09 +0000 | [diff] [blame] | 316 | </bpmndi:BPMNShape> |
| 317 | <bpmndi:BPMNShape id="EndEvent_1ms4wdz_di" bpmnElement="EndEvent_1ms4wdz"> |
Enbo Wang | b2ee1e9 | 2020-03-19 23:27:16 +0800 | [diff] [blame] | 318 | <dc:Bounds x="852" y="342" width="36" height="36" /> |
EricMoore | ca5b710 | 2019-10-31 13:34:09 +0000 | [diff] [blame] | 319 | </bpmndi:BPMNShape> |
EricMoore | ca5b710 | 2019-10-31 13:34:09 +0000 | [diff] [blame] | 320 | <bpmndi:BPMNShape id="ExclusiveGateway_1ny9b1z_di" bpmnElement="ExclusiveGateway_1ny9b1z" isMarkerVisible="true"> |
Enbo Wang | b2ee1e9 | 2020-03-19 23:27:16 +0800 | [diff] [blame] | 321 | <dc:Bounds x="1225" y="235" width="50" height="50" /> |
EricMoore | ca5b710 | 2019-10-31 13:34:09 +0000 | [diff] [blame] | 322 | </bpmndi:BPMNShape> |
| 323 | <bpmndi:BPMNShape id="EndEvent_0l6n6x5_di" bpmnElement="EndEvent_0l6n6x5"> |
Enbo Wang | b2ee1e9 | 2020-03-19 23:27:16 +0800 | [diff] [blame] | 324 | <dc:Bounds x="1232" y="342" width="36" height="36" /> |
EricMoore | ca5b710 | 2019-10-31 13:34:09 +0000 | [diff] [blame] | 325 | </bpmndi:BPMNShape> |
EricMoore | ca5b710 | 2019-10-31 13:34:09 +0000 | [diff] [blame] | 326 | <bpmndi:BPMNShape id="ServiceTask_0x5cje8_di" bpmnElement="ServiceTask_0x5cje8"> |
Enbo Wang | b2ee1e9 | 2020-03-19 23:27:16 +0800 | [diff] [blame] | 327 | <dc:Bounds x="460" y="220" width="100" height="80" /> |
EricMoore | ca5b710 | 2019-10-31 13:34:09 +0000 | [diff] [blame] | 328 | </bpmndi:BPMNShape> |
EricMoore | ca5b710 | 2019-10-31 13:34:09 +0000 | [diff] [blame] | 329 | <bpmndi:BPMNShape id="ServiceTask_02lxf48_di" bpmnElement="ServiceTask_02lxf48"> |
Enbo Wang | b2ee1e9 | 2020-03-19 23:27:16 +0800 | [diff] [blame] | 330 | <dc:Bounds x="720" y="220" width="100" height="80" /> |
EricMoore | ca5b710 | 2019-10-31 13:34:09 +0000 | [diff] [blame] | 331 | </bpmndi:BPMNShape> |
EricMoore | ca5b710 | 2019-10-31 13:34:09 +0000 | [diff] [blame] | 332 | <bpmndi:BPMNShape id="ServiceTask_0y2uysu_di" bpmnElement="ServiceTask_0y2uysu"> |
Enbo Wang | b2ee1e9 | 2020-03-19 23:27:16 +0800 | [diff] [blame] | 333 | <dc:Bounds x="1090" y="220" width="100" height="80" /> |
EricMoore | ca5b710 | 2019-10-31 13:34:09 +0000 | [diff] [blame] | 334 | </bpmndi:BPMNShape> |
EricMoore | ca5b710 | 2019-10-31 13:34:09 +0000 | [diff] [blame] | 335 | <bpmndi:BPMNShape id="ServiceTask_0slpahe_di" bpmnElement="ServiceTask_0slpahe"> |
Enbo Wang | b2ee1e9 | 2020-03-19 23:27:16 +0800 | [diff] [blame] | 336 | <dc:Bounds x="220" y="220" width="100" height="80" /> |
EricMoore | ca5b710 | 2019-10-31 13:34:09 +0000 | [diff] [blame] | 337 | </bpmndi:BPMNShape> |
EricMoore | ca5b710 | 2019-10-31 13:34:09 +0000 | [diff] [blame] | 338 | <bpmndi:BPMNShape id="ServiceTask_1jo8vn7_di" bpmnElement="ServiceTask_1jo8vn7"> |
Enbo Wang | b2ee1e9 | 2020-03-19 23:27:16 +0800 | [diff] [blame] | 339 | <dc:Bounds x="950" y="220" width="100" height="80" /> |
EricMoore | ca5b710 | 2019-10-31 13:34:09 +0000 | [diff] [blame] | 340 | </bpmndi:BPMNShape> |
Enbo Wang | b2ee1e9 | 2020-03-19 23:27:16 +0800 | [diff] [blame] | 341 | <bpmndi:BPMNShape id="ScriptTask_10klpg8_di" bpmnElement="ScriptTask_10klpg8"> |
| 342 | <dc:Bounds x="440" y="80" width="100" height="80" /> |
| 343 | </bpmndi:BPMNShape> |
Enbo Wang | b2ee1e9 | 2020-03-19 23:27:16 +0800 | [diff] [blame] | 344 | <bpmndi:BPMNShape id="ScriptTask_1igtc83_di" bpmnElement="ScriptTask_1igtc83"> |
| 345 | <dc:Bounds x="220" y="440" width="100" height="80" /> |
| 346 | </bpmndi:BPMNShape> |
Enbo Wang | b2ee1e9 | 2020-03-19 23:27:16 +0800 | [diff] [blame] | 347 | <bpmndi:BPMNShape id="CallActivity_0o1mi8u_di" bpmnElement="CallActivity_0o1mi8u"> |
| 348 | <dc:Bounds x="380" y="440" width="100" height="80" /> |
| 349 | </bpmndi:BPMNShape> |
tragait | 44ffcde | 2020-09-04 13:34:35 +0100 | [diff] [blame] | 350 | <bpmndi:BPMNShape id="SubProcess_02p6q4s_di" bpmnElement="SubProcess_02p6q4s" isExpanded="true"> |
| 351 | <dc:Bounds x="370" y="570" width="650" height="190" /> |
| 352 | </bpmndi:BPMNShape> |
| 353 | <bpmndi:BPMNEdge id="SequenceFlow_1tcjlty_di" bpmnElement="SequenceFlow_1tcjlty"> |
| 354 | <di:waypoint x="810" y="670" /> |
| 355 | <di:waypoint x="882" y="670" /> |
Enbo Wang | b2ee1e9 | 2020-03-19 23:27:16 +0800 | [diff] [blame] | 356 | </bpmndi:BPMNEdge> |
tragait | 44ffcde | 2020-09-04 13:34:35 +0100 | [diff] [blame] | 357 | <bpmndi:BPMNEdge id="SequenceFlow_09y0mpc_di" bpmnElement="SequenceFlow_09y0mpc"> |
| 358 | <di:waypoint x="640" y="670" /> |
| 359 | <di:waypoint x="710" y="670" /> |
| 360 | </bpmndi:BPMNEdge> |
| 361 | <bpmndi:BPMNEdge id="SequenceFlow_05haut5_di" bpmnElement="SequenceFlow_05haut5"> |
| 362 | <di:waypoint x="478" y="670" /> |
| 363 | <di:waypoint x="540" y="670" /> |
| 364 | </bpmndi:BPMNEdge> |
| 365 | <bpmndi:BPMNShape id="StartEvent_1r4h504_di" bpmnElement="StartEvent_149ecdm"> |
| 366 | <dc:Bounds x="442" y="652" width="36" height="36" /> |
| 367 | <bpmndi:BPMNLabel> |
| 368 | <dc:Bounds x="422" y="693" width="76" height="14" /> |
| 369 | </bpmndi:BPMNLabel> |
| 370 | </bpmndi:BPMNShape> |
Enbo Wang | b2ee1e9 | 2020-03-19 23:27:16 +0800 | [diff] [blame] | 371 | <bpmndi:BPMNShape id="ScriptTask_0gov132_di" bpmnElement="ScriptTask_0gov132"> |
| 372 | <dc:Bounds x="540" y="630" width="100" height="80" /> |
| 373 | </bpmndi:BPMNShape> |
| 374 | <bpmndi:BPMNShape id="CallActivity_00psvtk_di" bpmnElement="CallActivity_00psvtk"> |
| 375 | <dc:Bounds x="710" y="630" width="100" height="80" /> |
| 376 | </bpmndi:BPMNShape> |
| 377 | <bpmndi:BPMNShape id="EndEvent_1vq2glg_di" bpmnElement="EndEvent_1vq2glg"> |
| 378 | <dc:Bounds x="882" y="652" width="36" height="36" /> |
| 379 | <bpmndi:BPMNLabel> |
| 380 | <dc:Bounds x="892" y="695" width="18" height="14" /> |
| 381 | </bpmndi:BPMNLabel> |
| 382 | </bpmndi:BPMNShape> |
EricMoore | ca5b710 | 2019-10-31 13:34:09 +0000 | [diff] [blame] | 383 | </bpmndi:BPMNPlane> |
| 384 | </bpmndi:BPMNDiagram> |
| 385 | </bpmn:definitions> |