EricMoore | ca5b710 | 2019-10-31 13:34:09 +0000 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
Enbo Wang | b2ee1e9 | 2020-03-19 23:27:16 +0800 | [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:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:di="http://www.omg.org/spec/DD/20100524/DI" id="Definitions_0474hns" targetNamespace="http://bpmn.io/schema/bpmn" exporter="Camunda Modeler" exporterVersion="3.1.0"> |
EricMoore | ca5b710 | 2019-10-31 13:34:09 +0000 | [diff] [blame] | 3 | <bpmn:process id="PNFSWUPDownload" name="PNFSWUPDownload" isExecutable="true"> |
| 4 | <bpmn:startEvent id="download_StartEvent" name="Start Flow"> |
| 5 | <bpmn:outgoing>SequenceFlow_1fdclh0</bpmn:outgoing> |
| 6 | </bpmn:startEvent> |
| 7 | <bpmn:serviceTask id="ServiceTask_1mpt2eq" name="NF Download Dispatcher" camunda:delegateExpression="${NfSoftwareUpgradeDispatcher}"> |
| 8 | <bpmn:incoming>SequenceFlow_1fdclh0</bpmn:incoming> |
Enbo Wang | b2ee1e9 | 2020-03-19 23:27:16 +0800 | [diff] [blame] | 9 | <bpmn:outgoing>SequenceFlow_0kusy70</bpmn:outgoing> |
EricMoore | ca5b710 | 2019-10-31 13:34:09 +0000 | [diff] [blame] | 10 | </bpmn:serviceTask> |
| 11 | <bpmn:endEvent id="download_EndEvent" name="End"> |
Enbo Wang | b2ee1e9 | 2020-03-19 23:27:16 +0800 | [diff] [blame] | 12 | <bpmn:incoming>SequenceFlow_0mjjdia</bpmn:incoming> |
EricMoore | ca5b710 | 2019-10-31 13:34:09 +0000 | [diff] [blame] | 13 | <bpmn:terminateEventDefinition id="TerminateEventDefinition_1kiurmf" /> |
| 14 | </bpmn:endEvent> |
| 15 | <bpmn:exclusiveGateway id="ExclusiveGateway_1ja7grm" default="SequenceFlow_078xmlz"> |
| 16 | <bpmn:incoming>SequenceFlow_0o6b6a8</bpmn:incoming> |
| 17 | <bpmn:outgoing>SequenceFlow_078xmlz</bpmn:outgoing> |
| 18 | <bpmn:outgoing>SequenceFlow_0qznt4u</bpmn:outgoing> |
| 19 | </bpmn:exclusiveGateway> |
| 20 | <bpmn:endEvent id="EndEvent_1j64ij1"> |
| 21 | <bpmn:incoming>SequenceFlow_078xmlz</bpmn:incoming> |
| 22 | <bpmn:errorEventDefinition id="ErrorEventDefinition_0b3kbjs" errorRef="Error_1q14dnd" /> |
| 23 | </bpmn:endEvent> |
| 24 | <bpmn:exclusiveGateway id="ExclusiveGateway_1rj84ne" default="SequenceFlow_1tfbzn1"> |
| 25 | <bpmn:incoming>SequenceFlow_1ccldpp</bpmn:incoming> |
| 26 | <bpmn:outgoing>SequenceFlow_0s6i4o9</bpmn:outgoing> |
| 27 | <bpmn:outgoing>SequenceFlow_1tfbzn1</bpmn:outgoing> |
| 28 | </bpmn:exclusiveGateway> |
| 29 | <bpmn:endEvent id="EndEvent_1ubpef4"> |
| 30 | <bpmn:incoming>SequenceFlow_1tfbzn1</bpmn:incoming> |
| 31 | <bpmn:errorEventDefinition id="ErrorEventDefinition_0wevx6s" errorRef="Error_1q14dnd" /> |
| 32 | </bpmn:endEvent> |
| 33 | <bpmn:exclusiveGateway id="ExclusiveGateway_08lusga" default="SequenceFlow_1gawssm"> |
| 34 | <bpmn:incoming>SequenceFlow_1kaikh5</bpmn:incoming> |
EricMoore | ca5b710 | 2019-10-31 13:34:09 +0000 | [diff] [blame] | 35 | <bpmn:outgoing>SequenceFlow_1gawssm</bpmn:outgoing> |
Enbo Wang | b2ee1e9 | 2020-03-19 23:27:16 +0800 | [diff] [blame] | 36 | <bpmn:outgoing>SequenceFlow_1d2rfyx</bpmn:outgoing> |
EricMoore | ca5b710 | 2019-10-31 13:34:09 +0000 | [diff] [blame] | 37 | </bpmn:exclusiveGateway> |
| 38 | <bpmn:endEvent id="EndEvent_11hee4g"> |
| 39 | <bpmn:incoming>SequenceFlow_1gawssm</bpmn:incoming> |
| 40 | <bpmn:errorEventDefinition id="ErrorEventDefinition_12tyzwb" errorRef="Error_1q14dnd" /> |
| 41 | </bpmn:endEvent> |
| 42 | <bpmn:serviceTask id="ServiceTask_0yavde3" name="Download" camunda:delegateExpression="${ControllerExecutionDE}"> |
| 43 | <bpmn:extensionElements> |
| 44 | <camunda:inputOutput> |
| 45 | <camunda:inputParameter name="action">downloadNESw</camunda:inputParameter> |
| 46 | <camunda:inputParameter name="scope">pnf</camunda:inputParameter> |
| 47 | <camunda:inputParameter name="mode">async</camunda:inputParameter> |
| 48 | </camunda:inputOutput> |
| 49 | </bpmn:extensionElements> |
| 50 | <bpmn:incoming>SequenceFlow_0s6i4o9</bpmn:incoming> |
| 51 | <bpmn:outgoing>SequenceFlow_0o6b6a8</bpmn:outgoing> |
| 52 | </bpmn:serviceTask> |
| 53 | <bpmn:serviceTask id="ServiceTask_1wxo7xz" name="Post check" camunda:delegateExpression="${ControllerExecutionDE}"> |
| 54 | <bpmn:extensionElements> |
| 55 | <camunda:inputOutput> |
| 56 | <camunda:inputParameter name="action">postCheck</camunda:inputParameter> |
| 57 | <camunda:inputParameter name="scope">pnf</camunda:inputParameter> |
| 58 | <camunda:inputParameter name="mode">async</camunda:inputParameter> |
| 59 | </camunda:inputOutput> |
| 60 | </bpmn:extensionElements> |
| 61 | <bpmn:incoming>SequenceFlow_0qznt4u</bpmn:incoming> |
| 62 | <bpmn:outgoing>SequenceFlow_1kaikh5</bpmn:outgoing> |
| 63 | </bpmn:serviceTask> |
| 64 | <bpmn:serviceTask id="ServiceTask_1nl90ao" name="Pre check" camunda:delegateExpression="${ControllerExecutionDE}"> |
| 65 | <bpmn:extensionElements> |
| 66 | <camunda:inputOutput> |
| 67 | <camunda:inputParameter name="action">preCheck</camunda:inputParameter> |
| 68 | <camunda:inputParameter name="scope">pnf</camunda:inputParameter> |
| 69 | <camunda:inputParameter name="mode">async</camunda:inputParameter> |
| 70 | </camunda:inputOutput> |
| 71 | </bpmn:extensionElements> |
| 72 | <bpmn:incoming>SequenceFlow_12155q6</bpmn:incoming> |
| 73 | <bpmn:outgoing>SequenceFlow_1ccldpp</bpmn:outgoing> |
| 74 | </bpmn:serviceTask> |
| 75 | <bpmn:sequenceFlow id="SequenceFlow_1fdclh0" sourceRef="download_StartEvent" targetRef="ServiceTask_1mpt2eq" /> |
Enbo Wang | b2ee1e9 | 2020-03-19 23:27:16 +0800 | [diff] [blame] | 76 | <bpmn:sequenceFlow id="SequenceFlow_12155q6" sourceRef="ScriptTask_1ankfw8" targetRef="ServiceTask_1nl90ao" /> |
EricMoore | ca5b710 | 2019-10-31 13:34:09 +0000 | [diff] [blame] | 77 | <bpmn:sequenceFlow id="SequenceFlow_0o6b6a8" sourceRef="ServiceTask_0yavde3" targetRef="ExclusiveGateway_1ja7grm" /> |
| 78 | <bpmn:sequenceFlow id="SequenceFlow_078xmlz" name="Failure" sourceRef="ExclusiveGateway_1ja7grm" targetRef="EndEvent_1j64ij1" /> |
| 79 | <bpmn:sequenceFlow id="SequenceFlow_1ccldpp" sourceRef="ServiceTask_1nl90ao" targetRef="ExclusiveGateway_1rj84ne" /> |
| 80 | <bpmn:sequenceFlow id="SequenceFlow_0s6i4o9" name="Success" sourceRef="ExclusiveGateway_1rj84ne" targetRef="ServiceTask_0yavde3"> |
| 81 | <bpmn:conditionExpression xsi:type="bpmn:tFormalExpression">#{execution.getVariable("ControllerStatus").equals("Success")}</bpmn:conditionExpression> |
| 82 | </bpmn:sequenceFlow> |
| 83 | <bpmn:sequenceFlow id="SequenceFlow_1tfbzn1" name="Failure" sourceRef="ExclusiveGateway_1rj84ne" targetRef="EndEvent_1ubpef4" /> |
| 84 | <bpmn:sequenceFlow id="SequenceFlow_1kaikh5" sourceRef="ServiceTask_1wxo7xz" targetRef="ExclusiveGateway_08lusga" /> |
| 85 | <bpmn:sequenceFlow id="SequenceFlow_1gawssm" name="Failure" sourceRef="ExclusiveGateway_08lusga" targetRef="EndEvent_11hee4g" /> |
| 86 | <bpmn:sequenceFlow id="SequenceFlow_0qznt4u" name="Success" sourceRef="ExclusiveGateway_1ja7grm" targetRef="ServiceTask_1wxo7xz"> |
| 87 | <bpmn:conditionExpression xsi:type="bpmn:tFormalExpression">#{execution.getVariable("ControllerStatus").equals("Success")}</bpmn:conditionExpression> |
| 88 | </bpmn:sequenceFlow> |
Enbo Wang | b2ee1e9 | 2020-03-19 23:27:16 +0800 | [diff] [blame] | 89 | <bpmn:subProcess id="SubProcess_02e59i3" name="Subprocess for FalloutHandler" triggeredByEvent="true"> |
| 90 | <bpmn:startEvent id="StartEvent_0uftj43" name="Catch All Errors"> |
| 91 | <bpmn:outgoing>SequenceFlow_0swi04u</bpmn:outgoing> |
| 92 | <bpmn:errorEventDefinition id="ErrorEventDefinition_061iekb" /> |
| 93 | </bpmn:startEvent> |
| 94 | <bpmn:scriptTask id="ScriptTask_1yzq4u7" name="Prepare FalloutHandler" scriptFormat="groovy"> |
| 95 | <bpmn:incoming>SequenceFlow_0swi04u</bpmn:incoming> |
| 96 | <bpmn:outgoing>SequenceFlow_1ppn4a8</bpmn:outgoing> |
| 97 | <bpmn:script>import org.onap.so.bpmn.infrastructure.scripts.* |
| 98 | def pnfSwUpgrade = new PNFSoftwareUpgrade() |
| 99 | pnfSwUpgrade.prepareFalloutHandler(execution)</bpmn:script> |
| 100 | </bpmn:scriptTask> |
| 101 | <bpmn:callActivity id="CallActivity_0ikcgtm" name="Call FalloutHandler" calledElement="FalloutHandler"> |
| 102 | <bpmn:extensionElements> |
| 103 | <camunda:in source="PnfSwUpgrade_FalloutHandlerRequest" target="FalloutHandlerRequest" /> |
| 104 | </bpmn:extensionElements> |
| 105 | <bpmn:incoming>SequenceFlow_1ppn4a8</bpmn:incoming> |
| 106 | <bpmn:outgoing>SequenceFlow_1ahmdun</bpmn:outgoing> |
| 107 | </bpmn:callActivity> |
| 108 | <bpmn:endEvent id="EndEvent_1xtb63b" name="End"> |
| 109 | <bpmn:incoming>SequenceFlow_1ahmdun</bpmn:incoming> |
| 110 | <bpmn:terminateEventDefinition id="TerminateEventDefinition_1vngo0e" /> |
| 111 | </bpmn:endEvent> |
| 112 | <bpmn:sequenceFlow id="SequenceFlow_1ahmdun" sourceRef="CallActivity_0ikcgtm" targetRef="EndEvent_1xtb63b" /> |
| 113 | <bpmn:sequenceFlow id="SequenceFlow_1ppn4a8" sourceRef="ScriptTask_1yzq4u7" targetRef="CallActivity_0ikcgtm" /> |
| 114 | <bpmn:sequenceFlow id="SequenceFlow_0swi04u" sourceRef="StartEvent_0uftj43" targetRef="ScriptTask_1yzq4u7" /> |
| 115 | </bpmn:subProcess> |
| 116 | <bpmn:scriptTask id="ScriptTask_1ankfw8" name="Send Response" scriptFormat="groovy"> |
| 117 | <bpmn:incoming>SequenceFlow_0kusy70</bpmn:incoming> |
| 118 | <bpmn:outgoing>SequenceFlow_12155q6</bpmn:outgoing> |
| 119 | <bpmn:script>import org.onap.so.bpmn.infrastructure.scripts.* |
| 120 | def pnfSwUpgrade = new PNFSoftwareUpgrade() |
| 121 | pnfSwUpgrade.sendResponse(execution)</bpmn:script> |
| 122 | </bpmn:scriptTask> |
| 123 | <bpmn:sequenceFlow id="SequenceFlow_0kusy70" sourceRef="ServiceTask_1mpt2eq" targetRef="ScriptTask_1ankfw8" /> |
| 124 | <bpmn:scriptTask id="ScriptTask_17f7m2t" name="Prepare Completion" scriptFormat="groovy"> |
| 125 | <bpmn:incoming>SequenceFlow_1d2rfyx</bpmn:incoming> |
| 126 | <bpmn:outgoing>SequenceFlow_183s0wo</bpmn:outgoing> |
| 127 | <bpmn:script>import org.onap.so.bpmn.infrastructure.scripts.* |
| 128 | def pnfSwUpgrade = new PNFSoftwareUpgrade() |
| 129 | pnfSwUpgrade.prepareCompletion(execution)</bpmn:script> |
| 130 | </bpmn:scriptTask> |
| 131 | <bpmn:callActivity id="CallActivity_0tq2dug" name="Complete Process" calledElement="CompleteMsoProcess"> |
| 132 | <bpmn:extensionElements> |
| 133 | <camunda:in source="PnfSwUpgrade_CompleteMsoProcessRequest" target="CompleteMsoProcessRequest" /> |
| 134 | </bpmn:extensionElements> |
| 135 | <bpmn:incoming>SequenceFlow_183s0wo</bpmn:incoming> |
| 136 | <bpmn:outgoing>SequenceFlow_0mjjdia</bpmn:outgoing> |
| 137 | </bpmn:callActivity> |
| 138 | <bpmn:sequenceFlow id="SequenceFlow_183s0wo" sourceRef="ScriptTask_17f7m2t" targetRef="CallActivity_0tq2dug" /> |
| 139 | <bpmn:sequenceFlow id="SequenceFlow_1d2rfyx" name="Success" sourceRef="ExclusiveGateway_08lusga" targetRef="ScriptTask_17f7m2t"> |
| 140 | <bpmn:conditionExpression xsi:type="bpmn:tFormalExpression">#{execution.getVariable("ControllerStatus").equals("Success")}</bpmn:conditionExpression> |
| 141 | </bpmn:sequenceFlow> |
| 142 | <bpmn:sequenceFlow id="SequenceFlow_0mjjdia" sourceRef="CallActivity_0tq2dug" targetRef="download_EndEvent" /> |
EricMoore | ca5b710 | 2019-10-31 13:34:09 +0000 | [diff] [blame] | 143 | </bpmn:process> |
| 144 | <bpmn:error id="Error_1q14dnd" name="MSOWorkflowException" errorCode="MSOWorkflowException" /> |
| 145 | <bpmndi:BPMNDiagram id="BPMNDiagram_1"> |
| 146 | <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="PNFSWUPDownload"> |
| 147 | <bpmndi:BPMNShape id="StartEvent_1k8gssq_di" bpmnElement="download_StartEvent"> |
Enbo Wang | b2ee1e9 | 2020-03-19 23:27:16 +0800 | [diff] [blame] | 148 | <dc:Bounds x="172" y="103" width="36" height="36" /> |
EricMoore | ca5b710 | 2019-10-31 13:34:09 +0000 | [diff] [blame] | 149 | <bpmndi:BPMNLabel> |
Enbo Wang | b2ee1e9 | 2020-03-19 23:27:16 +0800 | [diff] [blame] | 150 | <dc:Bounds x="167" y="146" width="50" height="14" /> |
EricMoore | ca5b710 | 2019-10-31 13:34:09 +0000 | [diff] [blame] | 151 | </bpmndi:BPMNLabel> |
| 152 | </bpmndi:BPMNShape> |
| 153 | <bpmndi:BPMNShape id="ServiceTask_1mpt2eq_di" bpmnElement="ServiceTask_1mpt2eq"> |
Enbo Wang | b2ee1e9 | 2020-03-19 23:27:16 +0800 | [diff] [blame] | 154 | <dc:Bounds x="270" y="81" width="100" height="80" /> |
EricMoore | ca5b710 | 2019-10-31 13:34:09 +0000 | [diff] [blame] | 155 | </bpmndi:BPMNShape> |
| 156 | <bpmndi:BPMNShape id="EndEvent_1e4dq7w_di" bpmnElement="download_EndEvent"> |
Enbo Wang | b2ee1e9 | 2020-03-19 23:27:16 +0800 | [diff] [blame] | 157 | <dc:Bounds x="512" y="463" width="36" height="36" /> |
EricMoore | ca5b710 | 2019-10-31 13:34:09 +0000 | [diff] [blame] | 158 | <bpmndi:BPMNLabel> |
Enbo Wang | b2ee1e9 | 2020-03-19 23:27:16 +0800 | [diff] [blame] | 159 | <dc:Bounds x="522" y="506" width="18" height="14" /> |
EricMoore | ca5b710 | 2019-10-31 13:34:09 +0000 | [diff] [blame] | 160 | </bpmndi:BPMNLabel> |
| 161 | </bpmndi:BPMNShape> |
| 162 | <bpmndi:BPMNShape id="ExclusiveGateway_1ja7grm_di" bpmnElement="ExclusiveGateway_1ja7grm" isMarkerVisible="true"> |
Enbo Wang | b2ee1e9 | 2020-03-19 23:27:16 +0800 | [diff] [blame] | 163 | <dc:Bounds x="615" y="235" width="50" height="50" /> |
EricMoore | ca5b710 | 2019-10-31 13:34:09 +0000 | [diff] [blame] | 164 | </bpmndi:BPMNShape> |
| 165 | <bpmndi:BPMNShape id="EndEvent_1j64ij1_di" bpmnElement="EndEvent_1j64ij1"> |
Enbo Wang | b2ee1e9 | 2020-03-19 23:27:16 +0800 | [diff] [blame] | 166 | <dc:Bounds x="622" y="344" width="36" height="36" /> |
EricMoore | ca5b710 | 2019-10-31 13:34:09 +0000 | [diff] [blame] | 167 | </bpmndi:BPMNShape> |
| 168 | <bpmndi:BPMNShape id="ExclusiveGateway_1rj84ne_di" bpmnElement="ExclusiveGateway_1rj84ne" isMarkerVisible="true"> |
Enbo Wang | b2ee1e9 | 2020-03-19 23:27:16 +0800 | [diff] [blame] | 169 | <dc:Bounds x="355" y="235" width="50" height="50" /> |
EricMoore | ca5b710 | 2019-10-31 13:34:09 +0000 | [diff] [blame] | 170 | </bpmndi:BPMNShape> |
| 171 | <bpmndi:BPMNShape id="EndEvent_1ubpef4_di" bpmnElement="EndEvent_1ubpef4"> |
Enbo Wang | b2ee1e9 | 2020-03-19 23:27:16 +0800 | [diff] [blame] | 172 | <dc:Bounds x="362" y="344" width="36" height="36" /> |
EricMoore | ca5b710 | 2019-10-31 13:34:09 +0000 | [diff] [blame] | 173 | </bpmndi:BPMNShape> |
| 174 | <bpmndi:BPMNShape id="ExclusiveGateway_08lusga_di" bpmnElement="ExclusiveGateway_08lusga" isMarkerVisible="true"> |
Enbo Wang | b2ee1e9 | 2020-03-19 23:27:16 +0800 | [diff] [blame] | 175 | <dc:Bounds x="875" y="235" width="50" height="50" /> |
EricMoore | ca5b710 | 2019-10-31 13:34:09 +0000 | [diff] [blame] | 176 | </bpmndi:BPMNShape> |
| 177 | <bpmndi:BPMNShape id="EndEvent_11hee4g_di" bpmnElement="EndEvent_11hee4g"> |
Enbo Wang | b2ee1e9 | 2020-03-19 23:27:16 +0800 | [diff] [blame] | 178 | <dc:Bounds x="882" y="344" width="36" height="36" /> |
EricMoore | ca5b710 | 2019-10-31 13:34:09 +0000 | [diff] [blame] | 179 | </bpmndi:BPMNShape> |
| 180 | <bpmndi:BPMNShape id="ServiceTask_0yavde3_di" bpmnElement="ServiceTask_0yavde3"> |
Enbo Wang | b2ee1e9 | 2020-03-19 23:27:16 +0800 | [diff] [blame] | 181 | <dc:Bounds x="480" y="220" width="100" height="80" /> |
EricMoore | ca5b710 | 2019-10-31 13:34:09 +0000 | [diff] [blame] | 182 | </bpmndi:BPMNShape> |
| 183 | <bpmndi:BPMNShape id="ServiceTask_1wxo7xz_di" bpmnElement="ServiceTask_1wxo7xz"> |
Enbo Wang | b2ee1e9 | 2020-03-19 23:27:16 +0800 | [diff] [blame] | 184 | <dc:Bounds x="720" y="220" width="100" height="80" /> |
EricMoore | ca5b710 | 2019-10-31 13:34:09 +0000 | [diff] [blame] | 185 | </bpmndi:BPMNShape> |
| 186 | <bpmndi:BPMNShape id="ServiceTask_1nl90ao_di" bpmnElement="ServiceTask_1nl90ao"> |
Enbo Wang | b2ee1e9 | 2020-03-19 23:27:16 +0800 | [diff] [blame] | 187 | <dc:Bounds x="200" y="220" width="100" height="80" /> |
EricMoore | ca5b710 | 2019-10-31 13:34:09 +0000 | [diff] [blame] | 188 | </bpmndi:BPMNShape> |
| 189 | <bpmndi:BPMNEdge id="SequenceFlow_1fdclh0_di" bpmnElement="SequenceFlow_1fdclh0"> |
Enbo Wang | b2ee1e9 | 2020-03-19 23:27:16 +0800 | [diff] [blame] | 190 | <di:waypoint x="208" y="121" /> |
| 191 | <di:waypoint x="270" y="121" /> |
EricMoore | ca5b710 | 2019-10-31 13:34:09 +0000 | [diff] [blame] | 192 | </bpmndi:BPMNEdge> |
| 193 | <bpmndi:BPMNEdge id="SequenceFlow_12155q6_di" bpmnElement="SequenceFlow_12155q6"> |
Enbo Wang | b2ee1e9 | 2020-03-19 23:27:16 +0800 | [diff] [blame] | 194 | <di:waypoint x="540" y="121" /> |
| 195 | <di:waypoint x="570" y="121" /> |
| 196 | <di:waypoint x="570" y="190" /> |
| 197 | <di:waypoint x="160" y="190" /> |
| 198 | <di:waypoint x="160" y="260" /> |
| 199 | <di:waypoint x="200" y="260" /> |
EricMoore | ca5b710 | 2019-10-31 13:34:09 +0000 | [diff] [blame] | 200 | </bpmndi:BPMNEdge> |
| 201 | <bpmndi:BPMNEdge id="SequenceFlow_0o6b6a8_di" bpmnElement="SequenceFlow_0o6b6a8"> |
Enbo Wang | b2ee1e9 | 2020-03-19 23:27:16 +0800 | [diff] [blame] | 202 | <di:waypoint x="580" y="260" /> |
| 203 | <di:waypoint x="615" y="260" /> |
EricMoore | ca5b710 | 2019-10-31 13:34:09 +0000 | [diff] [blame] | 204 | </bpmndi:BPMNEdge> |
| 205 | <bpmndi:BPMNEdge id="SequenceFlow_078xmlz_di" bpmnElement="SequenceFlow_078xmlz"> |
Enbo Wang | b2ee1e9 | 2020-03-19 23:27:16 +0800 | [diff] [blame] | 206 | <di:waypoint x="640" y="285" /> |
| 207 | <di:waypoint x="640" y="344" /> |
EricMoore | ca5b710 | 2019-10-31 13:34:09 +0000 | [diff] [blame] | 208 | <bpmndi:BPMNLabel> |
Enbo Wang | b2ee1e9 | 2020-03-19 23:27:16 +0800 | [diff] [blame] | 209 | <dc:Bounds x="650" y="291" width="32" height="14" /> |
EricMoore | ca5b710 | 2019-10-31 13:34:09 +0000 | [diff] [blame] | 210 | </bpmndi:BPMNLabel> |
| 211 | </bpmndi:BPMNEdge> |
| 212 | <bpmndi:BPMNEdge id="SequenceFlow_1ccldpp_di" bpmnElement="SequenceFlow_1ccldpp"> |
Enbo Wang | b2ee1e9 | 2020-03-19 23:27:16 +0800 | [diff] [blame] | 213 | <di:waypoint x="300" y="260" /> |
| 214 | <di:waypoint x="355" y="260" /> |
EricMoore | ca5b710 | 2019-10-31 13:34:09 +0000 | [diff] [blame] | 215 | </bpmndi:BPMNEdge> |
| 216 | <bpmndi:BPMNEdge id="SequenceFlow_0s6i4o9_di" bpmnElement="SequenceFlow_0s6i4o9"> |
Enbo Wang | b2ee1e9 | 2020-03-19 23:27:16 +0800 | [diff] [blame] | 217 | <di:waypoint x="405" y="260" /> |
| 218 | <di:waypoint x="480" y="260" /> |
EricMoore | ca5b710 | 2019-10-31 13:34:09 +0000 | [diff] [blame] | 219 | <bpmndi:BPMNLabel> |
Enbo Wang | b2ee1e9 | 2020-03-19 23:27:16 +0800 | [diff] [blame] | 220 | <dc:Bounds x="398" y="242" width="43" height="14" /> |
EricMoore | ca5b710 | 2019-10-31 13:34:09 +0000 | [diff] [blame] | 221 | </bpmndi:BPMNLabel> |
| 222 | </bpmndi:BPMNEdge> |
| 223 | <bpmndi:BPMNEdge id="SequenceFlow_1tfbzn1_di" bpmnElement="SequenceFlow_1tfbzn1"> |
Enbo Wang | b2ee1e9 | 2020-03-19 23:27:16 +0800 | [diff] [blame] | 224 | <di:waypoint x="380" y="285" /> |
| 225 | <di:waypoint x="380" y="344" /> |
EricMoore | ca5b710 | 2019-10-31 13:34:09 +0000 | [diff] [blame] | 226 | <bpmndi:BPMNLabel> |
Enbo Wang | b2ee1e9 | 2020-03-19 23:27:16 +0800 | [diff] [blame] | 227 | <dc:Bounds x="384" y="292" width="32" height="14" /> |
EricMoore | ca5b710 | 2019-10-31 13:34:09 +0000 | [diff] [blame] | 228 | </bpmndi:BPMNLabel> |
| 229 | </bpmndi:BPMNEdge> |
| 230 | <bpmndi:BPMNEdge id="SequenceFlow_1kaikh5_di" bpmnElement="SequenceFlow_1kaikh5"> |
Enbo Wang | b2ee1e9 | 2020-03-19 23:27:16 +0800 | [diff] [blame] | 231 | <di:waypoint x="820" y="260" /> |
| 232 | <di:waypoint x="875" y="260" /> |
EricMoore | ca5b710 | 2019-10-31 13:34:09 +0000 | [diff] [blame] | 233 | </bpmndi:BPMNEdge> |
| 234 | <bpmndi:BPMNEdge id="SequenceFlow_1gawssm_di" bpmnElement="SequenceFlow_1gawssm"> |
Enbo Wang | b2ee1e9 | 2020-03-19 23:27:16 +0800 | [diff] [blame] | 235 | <di:waypoint x="900" y="285" /> |
| 236 | <di:waypoint x="900" y="344" /> |
EricMoore | ca5b710 | 2019-10-31 13:34:09 +0000 | [diff] [blame] | 237 | <bpmndi:BPMNLabel> |
Enbo Wang | b2ee1e9 | 2020-03-19 23:27:16 +0800 | [diff] [blame] | 238 | <dc:Bounds x="912" y="290" width="32" height="14" /> |
EricMoore | ca5b710 | 2019-10-31 13:34:09 +0000 | [diff] [blame] | 239 | </bpmndi:BPMNLabel> |
| 240 | </bpmndi:BPMNEdge> |
| 241 | <bpmndi:BPMNEdge id="SequenceFlow_0qznt4u_di" bpmnElement="SequenceFlow_0qznt4u"> |
Enbo Wang | b2ee1e9 | 2020-03-19 23:27:16 +0800 | [diff] [blame] | 242 | <di:waypoint x="665" y="260" /> |
| 243 | <di:waypoint x="720" y="260" /> |
EricMoore | ca5b710 | 2019-10-31 13:34:09 +0000 | [diff] [blame] | 244 | <bpmndi:BPMNLabel> |
Enbo Wang | b2ee1e9 | 2020-03-19 23:27:16 +0800 | [diff] [blame] | 245 | <dc:Bounds x="671" y="242" width="43" height="14" /> |
EricMoore | ca5b710 | 2019-10-31 13:34:09 +0000 | [diff] [blame] | 246 | </bpmndi:BPMNLabel> |
| 247 | </bpmndi:BPMNEdge> |
Enbo Wang | b2ee1e9 | 2020-03-19 23:27:16 +0800 | [diff] [blame] | 248 | <bpmndi:BPMNShape id="SubProcess_02e59i3_di" bpmnElement="SubProcess_02e59i3" isExpanded="true"> |
| 249 | <dc:Bounds x="190" y="580" width="650" height="190" /> |
| 250 | </bpmndi:BPMNShape> |
| 251 | <bpmndi:BPMNShape id="StartEvent_0uftj43_di" bpmnElement="StartEvent_0uftj43"> |
| 252 | <dc:Bounds x="262" y="662" width="36" height="36" /> |
| 253 | <bpmndi:BPMNLabel> |
| 254 | <dc:Bounds x="242" y="703" width="76" height="14" /> |
| 255 | </bpmndi:BPMNLabel> |
| 256 | </bpmndi:BPMNShape> |
| 257 | <bpmndi:BPMNShape id="ScriptTask_1yzq4u7_di" bpmnElement="ScriptTask_1yzq4u7"> |
| 258 | <dc:Bounds x="360" y="640" width="100" height="80" /> |
| 259 | </bpmndi:BPMNShape> |
| 260 | <bpmndi:BPMNShape id="CallActivity_0ikcgtm_di" bpmnElement="CallActivity_0ikcgtm"> |
| 261 | <dc:Bounds x="530" y="640" width="100" height="80" /> |
| 262 | </bpmndi:BPMNShape> |
| 263 | <bpmndi:BPMNShape id="EndEvent_1xtb63b_di" bpmnElement="EndEvent_1xtb63b"> |
| 264 | <dc:Bounds x="702" y="662" width="36" height="36" /> |
| 265 | <bpmndi:BPMNLabel> |
| 266 | <dc:Bounds x="712" y="705" width="18" height="14" /> |
| 267 | </bpmndi:BPMNLabel> |
| 268 | </bpmndi:BPMNShape> |
| 269 | <bpmndi:BPMNEdge id="SequenceFlow_1ahmdun_di" bpmnElement="SequenceFlow_1ahmdun"> |
| 270 | <di:waypoint x="630" y="680" /> |
| 271 | <di:waypoint x="702" y="680" /> |
| 272 | </bpmndi:BPMNEdge> |
| 273 | <bpmndi:BPMNEdge id="SequenceFlow_1ppn4a8_di" bpmnElement="SequenceFlow_1ppn4a8"> |
| 274 | <di:waypoint x="460" y="680" /> |
| 275 | <di:waypoint x="530" y="680" /> |
| 276 | </bpmndi:BPMNEdge> |
| 277 | <bpmndi:BPMNEdge id="SequenceFlow_0swi04u_di" bpmnElement="SequenceFlow_0swi04u"> |
| 278 | <di:waypoint x="298" y="680" /> |
| 279 | <di:waypoint x="360" y="680" /> |
| 280 | </bpmndi:BPMNEdge> |
| 281 | <bpmndi:BPMNShape id="ScriptTask_1ankfw8_di" bpmnElement="ScriptTask_1ankfw8"> |
| 282 | <dc:Bounds x="440" y="81" width="100" height="80" /> |
| 283 | </bpmndi:BPMNShape> |
| 284 | <bpmndi:BPMNEdge id="SequenceFlow_0kusy70_di" bpmnElement="SequenceFlow_0kusy70"> |
| 285 | <di:waypoint x="370" y="121" /> |
| 286 | <di:waypoint x="440" y="121" /> |
| 287 | </bpmndi:BPMNEdge> |
| 288 | <bpmndi:BPMNShape id="ScriptTask_17f7m2t_di" bpmnElement="ScriptTask_17f7m2t"> |
| 289 | <dc:Bounds x="202" y="441" width="100" height="80" /> |
| 290 | </bpmndi:BPMNShape> |
| 291 | <bpmndi:BPMNShape id="CallActivity_0tq2dug_di" bpmnElement="CallActivity_0tq2dug"> |
| 292 | <dc:Bounds x="355" y="441" width="100" height="80" /> |
| 293 | </bpmndi:BPMNShape> |
| 294 | <bpmndi:BPMNEdge id="SequenceFlow_183s0wo_di" bpmnElement="SequenceFlow_183s0wo"> |
| 295 | <di:waypoint x="302" y="481" /> |
| 296 | <di:waypoint x="355" y="481" /> |
| 297 | </bpmndi:BPMNEdge> |
| 298 | <bpmndi:BPMNEdge id="SequenceFlow_1d2rfyx_di" bpmnElement="SequenceFlow_1d2rfyx"> |
| 299 | <di:waypoint x="925" y="260" /> |
| 300 | <di:waypoint x="970" y="260" /> |
| 301 | <di:waypoint x="970" y="410" /> |
| 302 | <di:waypoint x="160" y="410" /> |
| 303 | <di:waypoint x="160" y="481" /> |
| 304 | <di:waypoint x="202" y="481" /> |
| 305 | <bpmndi:BPMNLabel> |
| 306 | <dc:Bounds x="938" y="242" width="43" height="14" /> |
| 307 | </bpmndi:BPMNLabel> |
| 308 | </bpmndi:BPMNEdge> |
| 309 | <bpmndi:BPMNEdge id="SequenceFlow_0mjjdia_di" bpmnElement="SequenceFlow_0mjjdia"> |
| 310 | <di:waypoint x="455" y="481" /> |
| 311 | <di:waypoint x="512" y="481" /> |
| 312 | </bpmndi:BPMNEdge> |
EricMoore | ca5b710 | 2019-10-31 13:34:09 +0000 | [diff] [blame] | 313 | </bpmndi:BPMNPlane> |
| 314 | </bpmndi:BPMNDiagram> |
| 315 | </bpmn:definitions> |