hetengjiao | 8398451 | 2020-09-11 08:38:55 +0800 | [diff] [blame] | 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_1" targetNamespace="http://bpmn.io/schema/bpmn" exporter="Camunda Modeler" exporterVersion="3.4.1"> |
| 3 | <bpmn:process id="DoCreateSliceServiceOptionV2" name="DoCreateSliceServiceOptionV2" isExecutable="true"> |
| 4 | <bpmn:parallelGateway id="ParallelGateway_0f11kcw"> |
| 5 | <bpmn:incoming>SequenceFlow_17otbuu</bpmn:incoming> |
| 6 | <bpmn:outgoing>SequenceFlow_00t0340</bpmn:outgoing> |
| 7 | <bpmn:outgoing>SequenceFlow_06uu0eh</bpmn:outgoing> |
| 8 | <bpmn:outgoing>SequenceFlow_09see8v</bpmn:outgoing> |
| 9 | <bpmn:outgoing>SequenceFlow_14s7fck</bpmn:outgoing> |
| 10 | <bpmn:outgoing>SequenceFlow_1c374y2</bpmn:outgoing> |
| 11 | </bpmn:parallelGateway> |
| 12 | <bpmn:parallelGateway id="ParallelGateway_05o7mbp"> |
| 13 | <bpmn:incoming>SequenceFlow_04avf98</bpmn:incoming> |
| 14 | <bpmn:incoming>SequenceFlow_00xa5wa</bpmn:incoming> |
| 15 | <bpmn:incoming>SequenceFlow_064p1n6</bpmn:incoming> |
| 16 | <bpmn:outgoing>SequenceFlow_1a699ly</bpmn:outgoing> |
| 17 | </bpmn:parallelGateway> |
| 18 | <bpmn:scriptTask id="ScriptTask_0sznvim" name="Prepare OOF Select NSI options request" scriptFormat="groovy"> |
| 19 | <bpmn:incoming>SequenceFlow_16qt6r2</bpmn:incoming> |
| 20 | <bpmn:outgoing>SequenceFlow_175xozh</bpmn:outgoing> |
| 21 | <bpmn:script>import org.onap.so.bpmn.infrastructure.scripts.* |
| 22 | def dcso = new DoCreateSliceServiceOption() |
| 23 | dcso.preNSIRequest(execution)</bpmn:script> |
| 24 | </bpmn:scriptTask> |
| 25 | <bpmn:scriptTask id="ScriptTask_1sik00k" name="Query TN Sub-net capability" scriptFormat="groovy"> |
| 26 | <bpmn:incoming>SequenceFlow_09see8v</bpmn:incoming> |
| 27 | <bpmn:outgoing>SequenceFlow_04avf98</bpmn:outgoing> |
| 28 | <bpmn:script>import org.onap.so.bpmn.infrastructure.scripts.* |
| 29 | def dcso = new DoCreateSliceServiceOption() |
| 30 | dcso.queryTNSubnetCapability(execution)</bpmn:script> |
| 31 | </bpmn:scriptTask> |
| 32 | <bpmn:scriptTask id="ScriptTask_1sukxzw" name="Query CN Sub-net capability" scriptFormat="groovy"> |
| 33 | <bpmn:incoming>SequenceFlow_14s7fck</bpmn:incoming> |
| 34 | <bpmn:outgoing>SequenceFlow_00xa5wa</bpmn:outgoing> |
| 35 | <bpmn:script>import org.onap.so.bpmn.infrastructure.scripts.* |
| 36 | def dcso = new DoCreateSliceServiceOption() |
| 37 | dcso.queryCNSubnetCapability(execution)</bpmn:script> |
| 38 | </bpmn:scriptTask> |
| 39 | <bpmn:scriptTask id="ScriptTask_02u3dmq" name="Query AN Sub-net capability" scriptFormat="groovy"> |
| 40 | <bpmn:incoming>SequenceFlow_1c374y2</bpmn:incoming> |
| 41 | <bpmn:outgoing>SequenceFlow_064p1n6</bpmn:outgoing> |
| 42 | <bpmn:script>import org.onap.so.bpmn.infrastructure.scripts.* |
| 43 | def dcso = new DoCreateSliceServiceOption() |
| 44 | dcso.queryANSubnetCapability(execution)</bpmn:script> |
| 45 | </bpmn:scriptTask> |
| 46 | <bpmn:sequenceFlow id="SequenceFlow_04avf98" sourceRef="ScriptTask_1sik00k" targetRef="ParallelGateway_05o7mbp" /> |
| 47 | <bpmn:sequenceFlow id="SequenceFlow_00xa5wa" sourceRef="ScriptTask_1sukxzw" targetRef="ParallelGateway_05o7mbp" /> |
| 48 | <bpmn:sequenceFlow id="SequenceFlow_064p1n6" sourceRef="ScriptTask_02u3dmq" targetRef="ParallelGateway_05o7mbp" /> |
| 49 | <bpmn:sequenceFlow id="SequenceFlow_1a699ly" sourceRef="ParallelGateway_05o7mbp" targetRef="Task_1kqbsvd" /> |
| 50 | <bpmn:scriptTask id="ScriptTask_11rb2ju" name="prepare NST decomposition" scriptFormat="groovy"> |
| 51 | <bpmn:incoming>SequenceFlow_00t0340</bpmn:incoming> |
| 52 | <bpmn:outgoing>SequenceFlow_1kzy63m</bpmn:outgoing> |
| 53 | <bpmn:script>import org.onap.so.bpmn.infrastructure.scripts.* |
| 54 | def dcso = new DoCreateSliceServiceOption() |
| 55 | dcso.prepareDecomposeNST(execution)</bpmn:script> |
| 56 | </bpmn:scriptTask> |
| 57 | <bpmn:callActivity id="CallActivity_0c567r4" name="Call Decompose Service" calledElement="DecomposeService"> |
| 58 | <bpmn:extensionElements> |
| 59 | <camunda:in source="msoRequestId" target="msoRequestId" /> |
| 60 | <camunda:in source="serviceInstanceId" target="serviceInstanceId" /> |
| 61 | <camunda:in source="nstServiceModelInfo" target="serviceModelInfo" /> |
| 62 | <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" /> |
| 63 | <camunda:out source="serviceDecomposition" target="nstServiceDecomposition" /> |
| 64 | <camunda:out source="WorkflowException" target="WorkflowException" /> |
| 65 | </bpmn:extensionElements> |
| 66 | <bpmn:incoming>SequenceFlow_1kzy63m</bpmn:incoming> |
| 67 | <bpmn:outgoing>SequenceFlow_1t317y2</bpmn:outgoing> |
| 68 | </bpmn:callActivity> |
| 69 | <bpmn:scriptTask id="ScriptTask_0z0dwk2" name="Process Decomposition" scriptFormat="groovy"> |
| 70 | <bpmn:incoming>SequenceFlow_1t317y2</bpmn:incoming> |
| 71 | <bpmn:outgoing>SequenceFlow_1rwl882</bpmn:outgoing> |
| 72 | <bpmn:script>import org.onap.so.bpmn.infrastructure.scripts.* |
| 73 | def dcso = new DoCreateSliceServiceOption() |
| 74 | dcso.processDecomposition(execution)</bpmn:script> |
| 75 | </bpmn:scriptTask> |
| 76 | <bpmn:scriptTask id="ScriptTask_0f0rh4w" name="prepare NSST decomposition" scriptFormat="groovy"> |
| 77 | <bpmn:incoming>SequenceFlow_06uu0eh</bpmn:incoming> |
| 78 | <bpmn:outgoing>SequenceFlow_1dtfpqp</bpmn:outgoing> |
| 79 | <bpmn:script>import org.onap.so.bpmn.infrastructure.scripts.* |
| 80 | def dcso = new DoCreateSliceServiceOption() |
| 81 | dcso.prepareNSTDecompose(execution)</bpmn:script> |
| 82 | </bpmn:scriptTask> |
| 83 | <bpmn:callActivity id="CallActivity_1tmbgfs" name="Call Decompose Service" calledElement="DecomposeService"> |
| 84 | <bpmn:extensionElements> |
| 85 | <camunda:in source="msoRequestId" target="msoRequestId" /> |
| 86 | <camunda:in source="serviceInstanceId" target="serviceInstanceId" /> |
| 87 | <camunda:in source="nsstServiceModelInfo" target="serviceModelInfo" /> |
| 88 | <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" /> |
| 89 | <camunda:out source="serviceDecomposition" target="nsstServiceDecomposition" /> |
| 90 | <camunda:out source="WorkflowException" target="WorkflowException" /> |
| 91 | </bpmn:extensionElements> |
| 92 | <bpmn:incoming>SequenceFlow_1dtfpqp</bpmn:incoming> |
| 93 | <bpmn:outgoing>SequenceFlow_0fdqj9b</bpmn:outgoing> |
| 94 | </bpmn:callActivity> |
| 95 | <bpmn:scriptTask id="ScriptTask_0m6v98c" name="Process Decomposition" scriptFormat="groovy"> |
| 96 | <bpmn:incoming>SequenceFlow_0fdqj9b</bpmn:incoming> |
| 97 | <bpmn:outgoing>SequenceFlow_0d2lpv3</bpmn:outgoing> |
| 98 | <bpmn:script>import org.onap.so.bpmn.infrastructure.scripts.* |
| 99 | def dcso = new DoCreateSliceServiceOption() |
| 100 | dcso.processDecomposition(execution)</bpmn:script> |
| 101 | </bpmn:scriptTask> |
| 102 | <bpmn:sequenceFlow id="SequenceFlow_1kzy63m" sourceRef="ScriptTask_11rb2ju" targetRef="CallActivity_0c567r4" /> |
| 103 | <bpmn:sequenceFlow id="SequenceFlow_1t317y2" sourceRef="CallActivity_0c567r4" targetRef="ScriptTask_0z0dwk2" /> |
| 104 | <bpmn:sequenceFlow id="SequenceFlow_1dtfpqp" sourceRef="ScriptTask_0f0rh4w" targetRef="CallActivity_1tmbgfs" /> |
| 105 | <bpmn:sequenceFlow id="SequenceFlow_0fdqj9b" sourceRef="CallActivity_1tmbgfs" targetRef="ScriptTask_0m6v98c" /> |
| 106 | <bpmn:sequenceFlow id="SequenceFlow_1rwl882" sourceRef="ScriptTask_0z0dwk2" targetRef="ParallelGateway_1v1unh1" /> |
| 107 | <bpmn:sequenceFlow id="SequenceFlow_0d2lpv3" sourceRef="ScriptTask_0m6v98c" targetRef="ParallelGateway_1v1unh1" /> |
| 108 | <bpmn:callActivity id="CallActivity_15kmmuf" name="Handle NSI Selection OOF request" calledElement="DoHandleOofRequest"> |
| 109 | <bpmn:extensionElements> |
| 110 | <camunda:in source="nsiSelectionUrl" target="apiPath" /> |
| 111 | <camunda:in source="nsiSelection_correlator" target="correlator" /> |
| 112 | <camunda:in source="nsiSelection_messageType" target="messageType" /> |
| 113 | <camunda:in source="nsiSelection_timeout" target="timeout" /> |
| 114 | <camunda:out source="WorkflowException" target="WorkflowException" /> |
| 115 | <camunda:out source="asyncCallbackResponse" target="nsiSelection_oofResponse" /> |
| 116 | <camunda:in source="nsiSelection_oofRequest" target="oofRequest" /> |
| 117 | </bpmn:extensionElements> |
| 118 | <bpmn:incoming>SequenceFlow_175xozh</bpmn:incoming> |
| 119 | <bpmn:outgoing>SequenceFlow_188g03z</bpmn:outgoing> |
| 120 | </bpmn:callActivity> |
| 121 | <bpmn:sequenceFlow id="SequenceFlow_175xozh" sourceRef="ScriptTask_0sznvim" targetRef="CallActivity_15kmmuf" /> |
| 122 | <bpmn:scriptTask id="ScriptTask_0woac2j" name="Process OOF response " scriptFormat="groovy"> |
| 123 | <bpmn:incoming>SequenceFlow_188g03z</bpmn:incoming> |
| 124 | <bpmn:outgoing>SequenceFlow_17emrud</bpmn:outgoing> |
| 125 | <bpmn:script>import org.onap.so.bpmn.infrastructure.scripts.* |
| 126 | def dcso = new DoCreateSliceServiceOption() |
| 127 | dcso.processNSIResp(execution)</bpmn:script> |
| 128 | </bpmn:scriptTask> |
| 129 | <bpmn:sequenceFlow id="SequenceFlow_188g03z" sourceRef="CallActivity_15kmmuf" targetRef="ScriptTask_0woac2j" /> |
| 130 | <bpmn:sequenceFlow id="SequenceFlow_17emrud" sourceRef="ScriptTask_0woac2j" targetRef="EndEvent_15dimzx" /> |
| 131 | <bpmn:intermediateCatchEvent id="IntermediateCatchEvent_0pstvd4" name=" Select NSSI "> |
| 132 | <bpmn:outgoing>SequenceFlow_1sg6mqd</bpmn:outgoing> |
| 133 | <bpmn:linkEventDefinition id="LinkEventDefinition_1slqdh4" name="SelectNSSI" /> |
| 134 | </bpmn:intermediateCatchEvent> |
| 135 | <bpmn:parallelGateway id="ParallelGateway_05zg916"> |
| 136 | <bpmn:incoming>SequenceFlow_1sg6mqd</bpmn:incoming> |
| 137 | <bpmn:outgoing>SequenceFlow_05250mp</bpmn:outgoing> |
| 138 | <bpmn:outgoing>SequenceFlow_0euwvgf</bpmn:outgoing> |
| 139 | <bpmn:outgoing>SequenceFlow_0il5j01</bpmn:outgoing> |
| 140 | </bpmn:parallelGateway> |
| 141 | <bpmn:parallelGateway id="ParallelGateway_06a2n9u"> |
| 142 | <bpmn:incoming>SequenceFlow_14rhmx9</bpmn:incoming> |
| 143 | <bpmn:incoming>SequenceFlow_103oxyw</bpmn:incoming> |
| 144 | <bpmn:incoming>SequenceFlow_0aasemn</bpmn:incoming> |
| 145 | <bpmn:outgoing>SequenceFlow_1tr3i9d</bpmn:outgoing> |
| 146 | </bpmn:parallelGateway> |
| 147 | <bpmn:callActivity id="CallActivity_0tzazs0" name="Handle NSST Selection OOF request" calledElement="DoHandleOofRequest"> |
| 148 | <bpmn:extensionElements> |
| 149 | <camunda:in source="nstSelectionUrl" target="apiPath" /> |
| 150 | <camunda:in source="nstSelection_correlator" target="correlator" /> |
| 151 | <camunda:in source="nstSelection_messageType" target="messageType" /> |
| 152 | <camunda:in source="nstSelection_timeout" target="timeout" /> |
| 153 | <camunda:out source="WorkflowException" target="WorkflowException" /> |
| 154 | <camunda:out source="asyncCallbackResponse" target="nstSelection_oofResponse" /> |
| 155 | <camunda:in source="nstSelection_oofRequest" target="oofRequest" /> |
| 156 | </bpmn:extensionElements> |
| 157 | <bpmn:incoming>SequenceFlow_0abqxa1</bpmn:incoming> |
| 158 | <bpmn:outgoing>SequenceFlow_1tqg26p</bpmn:outgoing> |
| 159 | </bpmn:callActivity> |
| 160 | <bpmn:sequenceFlow id="SequenceFlow_1sg6mqd" sourceRef="IntermediateCatchEvent_0pstvd4" targetRef="ParallelGateway_05zg916" /> |
| 161 | <bpmn:sequenceFlow id="SequenceFlow_05250mp" sourceRef="ParallelGateway_05zg916" targetRef="CallActivity_1vzxvna" /> |
| 162 | <bpmn:sequenceFlow id="SequenceFlow_14rhmx9" sourceRef="CallActivity_1vzxvna" targetRef="ParallelGateway_06a2n9u" /> |
| 163 | <bpmn:sequenceFlow id="SequenceFlow_0euwvgf" sourceRef="ParallelGateway_05zg916" targetRef="CallActivity_0melx8d" /> |
| 164 | <bpmn:sequenceFlow id="SequenceFlow_103oxyw" sourceRef="CallActivity_0melx8d" targetRef="ParallelGateway_06a2n9u" /> |
| 165 | <bpmn:sequenceFlow id="SequenceFlow_0il5j01" sourceRef="ParallelGateway_05zg916" targetRef="CallActivity_0otry7e" /> |
| 166 | <bpmn:sequenceFlow id="SequenceFlow_0aasemn" sourceRef="CallActivity_0otry7e" targetRef="ParallelGateway_06a2n9u" /> |
| 167 | <bpmn:sequenceFlow id="SequenceFlow_1tr3i9d" sourceRef="ParallelGateway_06a2n9u" targetRef="Task_1jyj2vs" /> |
| 168 | <bpmn:sequenceFlow id="SequenceFlow_0abqxa1" sourceRef="Task_1m9qoo3" targetRef="CallActivity_0tzazs0" /> |
| 169 | <bpmn:sequenceFlow id="SequenceFlow_1tqg26p" sourceRef="CallActivity_0tzazs0" targetRef="Task_00nfg5x" /> |
| 170 | <bpmn:intermediateThrowEvent id="EndEvent_15dimzx" name="Goto Select NSSI "> |
| 171 | <bpmn:incoming>SequenceFlow_17emrud</bpmn:incoming> |
| 172 | <bpmn:linkEventDefinition name="SelectNSSI" /> |
| 173 | </bpmn:intermediateThrowEvent> |
| 174 | <bpmn:endEvent id="EndEvent_0p0cjhl"> |
| 175 | <bpmn:incoming>SequenceFlow_1nrfy6i</bpmn:incoming> |
| 176 | </bpmn:endEvent> |
| 177 | <bpmn:parallelGateway id="ParallelGateway_1v1unh1"> |
| 178 | <bpmn:incoming>SequenceFlow_1rwl882</bpmn:incoming> |
| 179 | <bpmn:incoming>SequenceFlow_0d2lpv3</bpmn:incoming> |
| 180 | <bpmn:incoming>SequenceFlow_06t1dq5</bpmn:incoming> |
| 181 | <bpmn:outgoing>SequenceFlow_16qt6r2</bpmn:outgoing> |
| 182 | </bpmn:parallelGateway> |
| 183 | <bpmn:sequenceFlow id="SequenceFlow_16qt6r2" sourceRef="ParallelGateway_1v1unh1" targetRef="ScriptTask_0sznvim" /> |
| 184 | <bpmn:startEvent id="StartEvent_0mwlirs" name="Start"> |
| 185 | <bpmn:outgoing>SequenceFlow_1fuwy35</bpmn:outgoing> |
| 186 | </bpmn:startEvent> |
| 187 | <bpmn:scriptTask id="ScriptTask_0w34e57" name="Preprocess Request" scriptFormat="groovy"> |
| 188 | <bpmn:incoming>SequenceFlow_1fuwy35</bpmn:incoming> |
| 189 | <bpmn:outgoing>SequenceFlow_17otbuu</bpmn:outgoing> |
| 190 | <bpmn:script>import org.onap.so.bpmn.infrastructure.scripts.* |
| 191 | def dcso = new DoCreateSliceServiceOption() |
| 192 | dcso.preProcessRequest(execution)</bpmn:script> |
| 193 | </bpmn:scriptTask> |
| 194 | <bpmn:sequenceFlow id="SequenceFlow_1fuwy35" sourceRef="StartEvent_0mwlirs" targetRef="ScriptTask_0w34e57" /> |
| 195 | <bpmn:sequenceFlow id="SequenceFlow_17otbuu" sourceRef="ScriptTask_0w34e57" targetRef="ParallelGateway_0f11kcw" /> |
| 196 | <bpmn:sequenceFlow id="SequenceFlow_00t0340" sourceRef="ParallelGateway_0f11kcw" targetRef="ScriptTask_11rb2ju" /> |
| 197 | <bpmn:sequenceFlow id="SequenceFlow_06uu0eh" sourceRef="ParallelGateway_0f11kcw" targetRef="ScriptTask_0f0rh4w" /> |
| 198 | <bpmn:sequenceFlow id="SequenceFlow_09see8v" sourceRef="ParallelGateway_0f11kcw" targetRef="ScriptTask_1sik00k" /> |
| 199 | <bpmn:sequenceFlow id="SequenceFlow_14s7fck" sourceRef="ParallelGateway_0f11kcw" targetRef="ScriptTask_1sukxzw" /> |
| 200 | <bpmn:sequenceFlow id="SequenceFlow_1c374y2" sourceRef="ParallelGateway_0f11kcw" targetRef="ScriptTask_02u3dmq" /> |
| 201 | <bpmn:scriptTask id="CallActivity_1vzxvna" name="TN NSSMF supports NSSI" scriptFormat="groovy"> |
| 202 | <bpmn:incoming>SequenceFlow_05250mp</bpmn:incoming> |
| 203 | <bpmn:outgoing>SequenceFlow_14rhmx9</bpmn:outgoing> |
| 204 | <bpmn:script>import org.onap.so.bpmn.infrastructure.scripts.* |
| 205 | def dcso = new DoCreateSliceServiceOption() |
| 206 | dcso.getNSSISelectionCap4TN(execution)</bpmn:script> |
| 207 | </bpmn:scriptTask> |
| 208 | <bpmn:scriptTask id="CallActivity_0melx8d" name="CN NSSMF supports NSSI" scriptFormat="groovy"> |
| 209 | <bpmn:incoming>SequenceFlow_0euwvgf</bpmn:incoming> |
| 210 | <bpmn:outgoing>SequenceFlow_103oxyw</bpmn:outgoing> |
| 211 | <bpmn:script>import org.onap.so.bpmn.infrastructure.scripts.* |
| 212 | def dcso = new DoCreateSliceServiceOption() |
| 213 | dcso.getNSSISelectionCap4CN(execution)</bpmn:script> |
| 214 | </bpmn:scriptTask> |
| 215 | <bpmn:scriptTask id="CallActivity_0otry7e" name="AN NSSMF supports NSSI" scriptFormat="groovy"> |
| 216 | <bpmn:incoming>SequenceFlow_0il5j01</bpmn:incoming> |
| 217 | <bpmn:outgoing>SequenceFlow_0aasemn</bpmn:outgoing> |
| 218 | <bpmn:script>import org.onap.so.bpmn.infrastructure.scripts.* |
| 219 | def dcso = new DoCreateSliceServiceOption() |
| 220 | dcso.getNSSISelectionCap4AN(execution)</bpmn:script> |
| 221 | </bpmn:scriptTask> |
| 222 | <bpmn:sequenceFlow id="SequenceFlow_06t1dq5" sourceRef="Task_1kqbsvd" targetRef="ParallelGateway_1v1unh1" /> |
| 223 | <bpmn:scriptTask id="Task_1kqbsvd" name="handle sub-net capability info" scriptFormat="groovy"> |
| 224 | <bpmn:incoming>SequenceFlow_1a699ly</bpmn:incoming> |
| 225 | <bpmn:outgoing>SequenceFlow_06t1dq5</bpmn:outgoing> |
| 226 | <bpmn:script>import org.onap.so.bpmn.infrastructure.scripts.* |
| 227 | def dcso = new DoCreateSliceServiceOption() |
| 228 | dcso.handleSubnetCapabilityResp(execution)</bpmn:script> |
| 229 | </bpmn:scriptTask> |
| 230 | <bpmn:scriptTask id="Task_1m9qoo3" name="Prepare NSSI Selection" scriptFormat="groovy"> |
| 231 | <bpmn:incoming>SequenceFlow_126j77n</bpmn:incoming> |
| 232 | <bpmn:outgoing>SequenceFlow_0abqxa1</bpmn:outgoing> |
| 233 | <bpmn:script>import org.onap.so.bpmn.infrastructure.scripts.* |
| 234 | def dcso = new DoCreateSliceServiceOption() |
| 235 | dcso.preNSSIRequest(execution)</bpmn:script> |
| 236 | </bpmn:scriptTask> |
| 237 | <bpmn:scriptTask id="Task_00nfg5x" name="Process NSST Solutions" scriptFormat="groovy"> |
| 238 | <bpmn:incoming>SequenceFlow_1tqg26p</bpmn:incoming> |
| 239 | <bpmn:outgoing>SequenceFlow_1i3j8c3</bpmn:outgoing> |
| 240 | <bpmn:script>import org.onap.so.bpmn.infrastructure.scripts.* |
| 241 | def dcso = new DoCreateSliceServiceOption() |
| 242 | dcso.processNSSIResp(execution)</bpmn:script> |
| 243 | </bpmn:scriptTask> |
| 244 | <bpmn:exclusiveGateway id="ExclusiveGateway_0b52m39" name="need select nssi?" default="SequenceFlow_1nrfy6i"> |
| 245 | <bpmn:incoming>SequenceFlow_1tey3hz</bpmn:incoming> |
| 246 | <bpmn:outgoing>SequenceFlow_126j77n</bpmn:outgoing> |
| 247 | <bpmn:outgoing>SequenceFlow_1nrfy6i</bpmn:outgoing> |
| 248 | </bpmn:exclusiveGateway> |
| 249 | <bpmn:sequenceFlow id="SequenceFlow_126j77n" name="yes" sourceRef="ExclusiveGateway_0b52m39" targetRef="Task_1m9qoo3"> |
| 250 | <bpmn:conditionExpression xsi:type="bpmn:tFormalExpression">#{(execution.getVariable("nssmfOperation" ) == "update")}</bpmn:conditionExpression> |
| 251 | </bpmn:sequenceFlow> |
| 252 | <bpmn:sequenceFlow id="SequenceFlow_1nrfy6i" sourceRef="ExclusiveGateway_0b52m39" targetRef="EndEvent_0p0cjhl" /> |
| 253 | <bpmn:sequenceFlow id="SequenceFlow_1i3j8c3" sourceRef="Task_00nfg5x" targetRef="Task_1jyj2vs" /> |
| 254 | <bpmn:sequenceFlow id="SequenceFlow_1tey3hz" sourceRef="Task_1jyj2vs" targetRef="ExclusiveGateway_0b52m39" /> |
| 255 | <bpmn:scriptTask id="Task_1jyj2vs" name="handle Nssi select " scriptFormat="groovy"> |
| 256 | <bpmn:incoming>SequenceFlow_1tr3i9d</bpmn:incoming> |
| 257 | <bpmn:incoming>SequenceFlow_1i3j8c3</bpmn:incoming> |
| 258 | <bpmn:outgoing>SequenceFlow_1tey3hz</bpmn:outgoing> |
| 259 | <bpmn:script>import org.onap.so.bpmn.infrastructure.scripts.* |
| 260 | def dcso = new DoCreateSliceServiceOption() |
| 261 | dcso.handleNssiSelect(execution)</bpmn:script> |
| 262 | </bpmn:scriptTask> |
| 263 | <bpmn:group id="Group_1k2kt9q" categoryValueRef="CategoryValue_1eh1etw" /> |
| 264 | <bpmn:group id="Group_19fk2vp" categoryValueRef="CategoryValue_1x9qkyq" /> |
| 265 | <bpmn:group id="Group_01yft6a" categoryValueRef="CategoryValue_1nwi9c3" /> |
| 266 | </bpmn:process> |
| 267 | <bpmn:category id="Category_0s5hs8l"> |
| 268 | <bpmn:categoryValue id="CategoryValue_1eh1etw" value="subnetCapabilities" /> |
| 269 | </bpmn:category> |
| 270 | <bpmn:category id="Category_1ahkzyt"> |
| 271 | <bpmn:categoryValue id="CategoryValue_1x9qkyq" value="nst -> NSTInfo" /> |
| 272 | </bpmn:category> |
| 273 | <bpmn:category id="Category_0ne04nd"> |
| 274 | <bpmn:categoryValue id="CategoryValue_1nwi9c3" value="nsst -> NSSTInfo" /> |
| 275 | </bpmn:category> |
| 276 | <bpmndi:BPMNDiagram id="BPMNDiagram_1"> |
| 277 | <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="DoCreateSliceServiceOptionV2"> |
| 278 | <bpmndi:BPMNShape id="ParallelGateway_0f11kcw_di" bpmnElement="ParallelGateway_0f11kcw"> |
| 279 | <dc:Bounds x="355" y="525" width="50" height="50" /> |
| 280 | </bpmndi:BPMNShape> |
| 281 | <bpmndi:BPMNShape id="ParallelGateway_05o7mbp_di" bpmnElement="ParallelGateway_05o7mbp"> |
| 282 | <dc:Bounds x="697" y="215" width="50" height="50" /> |
| 283 | </bpmndi:BPMNShape> |
| 284 | <bpmndi:BPMNShape id="ScriptTask_0sznvim_di" bpmnElement="ScriptTask_0sznvim"> |
| 285 | <dc:Bounds x="1110" y="510" width="100" height="80" /> |
| 286 | </bpmndi:BPMNShape> |
| 287 | <bpmndi:BPMNShape id="ScriptTask_1sik00k_di" bpmnElement="ScriptTask_1sik00k"> |
| 288 | <dc:Bounds x="520" y="90" width="100" height="80" /> |
| 289 | </bpmndi:BPMNShape> |
| 290 | <bpmndi:BPMNShape id="ScriptTask_1sukxzw_di" bpmnElement="ScriptTask_1sukxzw"> |
| 291 | <dc:Bounds x="520" y="200" width="100" height="80" /> |
| 292 | </bpmndi:BPMNShape> |
| 293 | <bpmndi:BPMNShape id="ScriptTask_02u3dmq_di" bpmnElement="ScriptTask_02u3dmq"> |
| 294 | <dc:Bounds x="520" y="310" width="100" height="80" /> |
| 295 | </bpmndi:BPMNShape> |
| 296 | <bpmndi:BPMNEdge id="SequenceFlow_04avf98_di" bpmnElement="SequenceFlow_04avf98"> |
| 297 | <di:waypoint x="620" y="130" /> |
| 298 | <di:waypoint x="722" y="130" /> |
| 299 | <di:waypoint x="722" y="215" /> |
| 300 | </bpmndi:BPMNEdge> |
| 301 | <bpmndi:BPMNEdge id="SequenceFlow_00xa5wa_di" bpmnElement="SequenceFlow_00xa5wa"> |
| 302 | <di:waypoint x="620" y="240" /> |
| 303 | <di:waypoint x="697" y="240" /> |
| 304 | </bpmndi:BPMNEdge> |
| 305 | <bpmndi:BPMNEdge id="SequenceFlow_064p1n6_di" bpmnElement="SequenceFlow_064p1n6"> |
| 306 | <di:waypoint x="620" y="350" /> |
| 307 | <di:waypoint x="722" y="350" /> |
| 308 | <di:waypoint x="722" y="265" /> |
| 309 | </bpmndi:BPMNEdge> |
| 310 | <bpmndi:BPMNEdge id="SequenceFlow_1a699ly_di" bpmnElement="SequenceFlow_1a699ly"> |
| 311 | <di:waypoint x="747" y="240" /> |
| 312 | <di:waypoint x="820" y="240" /> |
| 313 | </bpmndi:BPMNEdge> |
| 314 | <bpmndi:BPMNShape id="Group_1k2kt9q_di" bpmnElement="Group_1k2kt9q"> |
| 315 | <dc:Bounds x="487" y="77" width="485" height="325" /> |
| 316 | <bpmndi:BPMNLabel> |
| 317 | <dc:Bounds x="739" y="78" width="85" height="27" /> |
| 318 | </bpmndi:BPMNLabel> |
| 319 | </bpmndi:BPMNShape> |
| 320 | <bpmndi:BPMNShape id="ScriptTask_11rb2ju_di" bpmnElement="ScriptTask_11rb2ju"> |
| 321 | <dc:Bounds x="520" y="510" width="100" height="80" /> |
| 322 | </bpmndi:BPMNShape> |
| 323 | <bpmndi:BPMNShape id="CallActivity_0c567r4_di" bpmnElement="CallActivity_0c567r4"> |
| 324 | <dc:Bounds x="660" y="510" width="100" height="80" /> |
| 325 | </bpmndi:BPMNShape> |
| 326 | <bpmndi:BPMNShape id="ScriptTask_0z0dwk2_di" bpmnElement="ScriptTask_0z0dwk2"> |
| 327 | <dc:Bounds x="820" y="510" width="100" height="80" /> |
| 328 | </bpmndi:BPMNShape> |
| 329 | <bpmndi:BPMNShape id="ScriptTask_0f0rh4w_di" bpmnElement="ScriptTask_0f0rh4w"> |
| 330 | <dc:Bounds x="520" y="740" width="100" height="80" /> |
| 331 | </bpmndi:BPMNShape> |
| 332 | <bpmndi:BPMNShape id="CallActivity_1tmbgfs_di" bpmnElement="CallActivity_1tmbgfs"> |
| 333 | <dc:Bounds x="660" y="740" width="100" height="80" /> |
| 334 | </bpmndi:BPMNShape> |
| 335 | <bpmndi:BPMNShape id="ScriptTask_0m6v98c_di" bpmnElement="ScriptTask_0m6v98c"> |
| 336 | <dc:Bounds x="820" y="740" width="100" height="80" /> |
| 337 | </bpmndi:BPMNShape> |
| 338 | <bpmndi:BPMNEdge id="SequenceFlow_1kzy63m_di" bpmnElement="SequenceFlow_1kzy63m"> |
| 339 | <di:waypoint x="620" y="550" /> |
| 340 | <di:waypoint x="660" y="550" /> |
| 341 | </bpmndi:BPMNEdge> |
| 342 | <bpmndi:BPMNEdge id="SequenceFlow_1t317y2_di" bpmnElement="SequenceFlow_1t317y2"> |
| 343 | <di:waypoint x="760" y="550" /> |
| 344 | <di:waypoint x="820" y="550" /> |
| 345 | </bpmndi:BPMNEdge> |
| 346 | <bpmndi:BPMNEdge id="SequenceFlow_1dtfpqp_di" bpmnElement="SequenceFlow_1dtfpqp"> |
| 347 | <di:waypoint x="620" y="780" /> |
| 348 | <di:waypoint x="660" y="780" /> |
| 349 | </bpmndi:BPMNEdge> |
| 350 | <bpmndi:BPMNEdge id="SequenceFlow_0fdqj9b_di" bpmnElement="SequenceFlow_0fdqj9b"> |
| 351 | <di:waypoint x="760" y="780" /> |
| 352 | <di:waypoint x="820" y="780" /> |
| 353 | </bpmndi:BPMNEdge> |
| 354 | <bpmndi:BPMNEdge id="SequenceFlow_1rwl882_di" bpmnElement="SequenceFlow_1rwl882"> |
| 355 | <di:waypoint x="920" y="550" /> |
| 356 | <di:waypoint x="995" y="550" /> |
| 357 | </bpmndi:BPMNEdge> |
| 358 | <bpmndi:BPMNEdge id="SequenceFlow_0d2lpv3_di" bpmnElement="SequenceFlow_0d2lpv3"> |
| 359 | <di:waypoint x="920" y="780" /> |
| 360 | <di:waypoint x="1020" y="780" /> |
| 361 | <di:waypoint x="1020" y="575" /> |
| 362 | </bpmndi:BPMNEdge> |
| 363 | <bpmndi:BPMNShape id="CallActivity_15kmmuf_di" bpmnElement="CallActivity_15kmmuf"> |
| 364 | <dc:Bounds x="1280" y="510" width="100" height="80" /> |
| 365 | </bpmndi:BPMNShape> |
| 366 | <bpmndi:BPMNEdge id="SequenceFlow_175xozh_di" bpmnElement="SequenceFlow_175xozh"> |
| 367 | <di:waypoint x="1210" y="550" /> |
| 368 | <di:waypoint x="1280" y="550" /> |
| 369 | </bpmndi:BPMNEdge> |
| 370 | <bpmndi:BPMNShape id="ScriptTask_0woac2j_di" bpmnElement="ScriptTask_0woac2j"> |
| 371 | <dc:Bounds x="1420" y="510" width="100" height="80" /> |
| 372 | </bpmndi:BPMNShape> |
| 373 | <bpmndi:BPMNEdge id="SequenceFlow_188g03z_di" bpmnElement="SequenceFlow_188g03z"> |
| 374 | <di:waypoint x="1380" y="550" /> |
| 375 | <di:waypoint x="1420" y="550" /> |
| 376 | </bpmndi:BPMNEdge> |
| 377 | <bpmndi:BPMNShape id="Group_19fk2vp_di" bpmnElement="Group_19fk2vp"> |
| 378 | <dc:Bounds x="495" y="450" width="453" height="180" /> |
| 379 | <bpmndi:BPMNLabel> |
| 380 | <dc:Bounds x="686" y="457" width="72" height="14" /> |
| 381 | </bpmndi:BPMNLabel> |
| 382 | </bpmndi:BPMNShape> |
| 383 | <bpmndi:BPMNEdge id="SequenceFlow_17emrud_di" bpmnElement="SequenceFlow_17emrud"> |
| 384 | <di:waypoint x="1520" y="550" /> |
| 385 | <di:waypoint x="1562" y="550" /> |
| 386 | </bpmndi:BPMNEdge> |
| 387 | <bpmndi:BPMNShape id="IntermediateCatchEvent_0pstvd4_di" bpmnElement="IntermediateCatchEvent_0pstvd4"> |
| 388 | <dc:Bounds x="198" y="1202" width="36" height="36" /> |
| 389 | <bpmndi:BPMNLabel> |
| 390 | <dc:Bounds x="191" y="1245" width="60" height="14" /> |
| 391 | </bpmndi:BPMNLabel> |
| 392 | </bpmndi:BPMNShape> |
| 393 | <bpmndi:BPMNShape id="ParallelGateway_05zg916_di" bpmnElement="ParallelGateway_05zg916"> |
| 394 | <dc:Bounds x="335" y="1195" width="50" height="50" /> |
| 395 | </bpmndi:BPMNShape> |
| 396 | <bpmndi:BPMNShape id="ParallelGateway_06a2n9u_di" bpmnElement="ParallelGateway_06a2n9u"> |
| 397 | <dc:Bounds x="675" y="1195" width="50" height="50" /> |
| 398 | </bpmndi:BPMNShape> |
| 399 | <bpmndi:BPMNShape id="CallActivity_0tzazs0_di" bpmnElement="CallActivity_0tzazs0"> |
| 400 | <dc:Bounds x="1200" y="1040" width="100" height="80" /> |
| 401 | </bpmndi:BPMNShape> |
| 402 | <bpmndi:BPMNEdge id="SequenceFlow_1sg6mqd_di" bpmnElement="SequenceFlow_1sg6mqd"> |
| 403 | <di:waypoint x="234" y="1220" /> |
| 404 | <di:waypoint x="335" y="1220" /> |
| 405 | </bpmndi:BPMNEdge> |
| 406 | <bpmndi:BPMNEdge id="SequenceFlow_05250mp_di" bpmnElement="SequenceFlow_05250mp"> |
| 407 | <di:waypoint x="360" y="1195" /> |
| 408 | <di:waypoint x="360" y="1080" /> |
| 409 | <di:waypoint x="500" y="1080" /> |
| 410 | </bpmndi:BPMNEdge> |
| 411 | <bpmndi:BPMNEdge id="SequenceFlow_14rhmx9_di" bpmnElement="SequenceFlow_14rhmx9"> |
| 412 | <di:waypoint x="600" y="1080" /> |
| 413 | <di:waypoint x="700" y="1080" /> |
| 414 | <di:waypoint x="700" y="1195" /> |
| 415 | </bpmndi:BPMNEdge> |
| 416 | <bpmndi:BPMNEdge id="SequenceFlow_0euwvgf_di" bpmnElement="SequenceFlow_0euwvgf"> |
| 417 | <di:waypoint x="385" y="1220" /> |
| 418 | <di:waypoint x="500" y="1220" /> |
| 419 | </bpmndi:BPMNEdge> |
| 420 | <bpmndi:BPMNEdge id="SequenceFlow_103oxyw_di" bpmnElement="SequenceFlow_103oxyw"> |
| 421 | <di:waypoint x="600" y="1220" /> |
| 422 | <di:waypoint x="675" y="1220" /> |
| 423 | </bpmndi:BPMNEdge> |
| 424 | <bpmndi:BPMNEdge id="SequenceFlow_0il5j01_di" bpmnElement="SequenceFlow_0il5j01"> |
| 425 | <di:waypoint x="360" y="1245" /> |
| 426 | <di:waypoint x="360" y="1340" /> |
| 427 | <di:waypoint x="500" y="1340" /> |
| 428 | </bpmndi:BPMNEdge> |
| 429 | <bpmndi:BPMNEdge id="SequenceFlow_0aasemn_di" bpmnElement="SequenceFlow_0aasemn"> |
| 430 | <di:waypoint x="600" y="1340" /> |
| 431 | <di:waypoint x="700" y="1340" /> |
| 432 | <di:waypoint x="700" y="1245" /> |
| 433 | </bpmndi:BPMNEdge> |
| 434 | <bpmndi:BPMNEdge id="SequenceFlow_1tr3i9d_di" bpmnElement="SequenceFlow_1tr3i9d"> |
| 435 | <di:waypoint x="725" y="1220" /> |
| 436 | <di:waypoint x="800" y="1220" /> |
| 437 | </bpmndi:BPMNEdge> |
| 438 | <bpmndi:BPMNEdge id="SequenceFlow_0abqxa1_di" bpmnElement="SequenceFlow_0abqxa1"> |
| 439 | <di:waypoint x="1250" y="1180" /> |
| 440 | <di:waypoint x="1250" y="1120" /> |
| 441 | </bpmndi:BPMNEdge> |
| 442 | <bpmndi:BPMNEdge id="SequenceFlow_1tqg26p_di" bpmnElement="SequenceFlow_1tqg26p"> |
| 443 | <di:waypoint x="1200" y="1080" /> |
| 444 | <di:waypoint x="900" y="1080" /> |
| 445 | </bpmndi:BPMNEdge> |
| 446 | <bpmndi:BPMNShape id="IntermediateThrowEvent_0ubqlvg_di" bpmnElement="EndEvent_15dimzx"> |
| 447 | <dc:Bounds x="1562" y="532" width="36" height="36" /> |
| 448 | <bpmndi:BPMNLabel> |
| 449 | <dc:Bounds x="1539" y="575" width="87" height="14" /> |
| 450 | </bpmndi:BPMNLabel> |
| 451 | </bpmndi:BPMNShape> |
| 452 | <bpmndi:BPMNShape id="EndEvent_0p0cjhl_di" bpmnElement="EndEvent_0p0cjhl"> |
| 453 | <dc:Bounds x="1232" y="1322" width="36" height="36" /> |
| 454 | </bpmndi:BPMNShape> |
| 455 | <bpmndi:BPMNShape id="Group_01yft6a_di" bpmnElement="Group_01yft6a"> |
| 456 | <dc:Bounds x="495" y="690" width="453" height="180" /> |
| 457 | <bpmndi:BPMNLabel> |
| 458 | <dc:Bounds x="680" y="697" width="85" height="14" /> |
| 459 | </bpmndi:BPMNLabel> |
| 460 | </bpmndi:BPMNShape> |
| 461 | <bpmndi:BPMNShape id="ParallelGateway_1v1unh1_di" bpmnElement="ParallelGateway_1v1unh1"> |
| 462 | <dc:Bounds x="995" y="525" width="50" height="50" /> |
| 463 | </bpmndi:BPMNShape> |
| 464 | <bpmndi:BPMNEdge id="SequenceFlow_16qt6r2_di" bpmnElement="SequenceFlow_16qt6r2"> |
| 465 | <di:waypoint x="1045" y="550" /> |
| 466 | <di:waypoint x="1110" y="550" /> |
| 467 | </bpmndi:BPMNEdge> |
| 468 | <bpmndi:BPMNShape id="StartEvent_0mwlirs_di" bpmnElement="StartEvent_0mwlirs"> |
| 469 | <dc:Bounds x="162" y="532" width="36" height="36" /> |
| 470 | <bpmndi:BPMNLabel> |
| 471 | <dc:Bounds x="169" y="568" width="25" height="14" /> |
| 472 | </bpmndi:BPMNLabel> |
| 473 | </bpmndi:BPMNShape> |
| 474 | <bpmndi:BPMNShape id="ScriptTask_0w34e57_di" bpmnElement="ScriptTask_0w34e57"> |
| 475 | <dc:Bounds x="230" y="510" width="100" height="80" /> |
| 476 | </bpmndi:BPMNShape> |
| 477 | <bpmndi:BPMNEdge id="SequenceFlow_1fuwy35_di" bpmnElement="SequenceFlow_1fuwy35"> |
| 478 | <di:waypoint x="198" y="550" /> |
| 479 | <di:waypoint x="230" y="550" /> |
| 480 | </bpmndi:BPMNEdge> |
| 481 | <bpmndi:BPMNEdge id="SequenceFlow_17otbuu_di" bpmnElement="SequenceFlow_17otbuu"> |
| 482 | <di:waypoint x="330" y="550" /> |
| 483 | <di:waypoint x="355" y="550" /> |
| 484 | </bpmndi:BPMNEdge> |
| 485 | <bpmndi:BPMNEdge id="SequenceFlow_00t0340_di" bpmnElement="SequenceFlow_00t0340"> |
| 486 | <di:waypoint x="405" y="550" /> |
| 487 | <di:waypoint x="520" y="550" /> |
| 488 | </bpmndi:BPMNEdge> |
| 489 | <bpmndi:BPMNEdge id="SequenceFlow_06uu0eh_di" bpmnElement="SequenceFlow_06uu0eh"> |
| 490 | <di:waypoint x="380" y="575" /> |
| 491 | <di:waypoint x="380" y="780" /> |
| 492 | <di:waypoint x="520" y="780" /> |
| 493 | </bpmndi:BPMNEdge> |
| 494 | <bpmndi:BPMNEdge id="SequenceFlow_09see8v_di" bpmnElement="SequenceFlow_09see8v"> |
| 495 | <di:waypoint x="380" y="525" /> |
| 496 | <di:waypoint x="380" y="130" /> |
| 497 | <di:waypoint x="520" y="130" /> |
| 498 | </bpmndi:BPMNEdge> |
| 499 | <bpmndi:BPMNEdge id="SequenceFlow_14s7fck_di" bpmnElement="SequenceFlow_14s7fck"> |
| 500 | <di:waypoint x="380" y="525" /> |
| 501 | <di:waypoint x="380" y="240" /> |
| 502 | <di:waypoint x="520" y="240" /> |
| 503 | </bpmndi:BPMNEdge> |
| 504 | <bpmndi:BPMNEdge id="SequenceFlow_1c374y2_di" bpmnElement="SequenceFlow_1c374y2"> |
| 505 | <di:waypoint x="380" y="525" /> |
| 506 | <di:waypoint x="380" y="350" /> |
| 507 | <di:waypoint x="520" y="350" /> |
| 508 | </bpmndi:BPMNEdge> |
| 509 | <bpmndi:BPMNShape id="ScriptTask_1anc3ln_di" bpmnElement="CallActivity_1vzxvna"> |
| 510 | <dc:Bounds x="500" y="1040" width="100" height="80" /> |
| 511 | </bpmndi:BPMNShape> |
| 512 | <bpmndi:BPMNShape id="ScriptTask_1xgkaqi_di" bpmnElement="CallActivity_0melx8d"> |
| 513 | <dc:Bounds x="500" y="1180" width="100" height="80" /> |
| 514 | </bpmndi:BPMNShape> |
| 515 | <bpmndi:BPMNShape id="ScriptTask_11y7ba5_di" bpmnElement="CallActivity_0otry7e"> |
| 516 | <dc:Bounds x="500" y="1300" width="100" height="80" /> |
| 517 | </bpmndi:BPMNShape> |
| 518 | <bpmndi:BPMNEdge id="SequenceFlow_06t1dq5_di" bpmnElement="SequenceFlow_06t1dq5"> |
| 519 | <di:waypoint x="920" y="240" /> |
| 520 | <di:waypoint x="1020" y="240" /> |
| 521 | <di:waypoint x="1020" y="525" /> |
| 522 | </bpmndi:BPMNEdge> |
| 523 | <bpmndi:BPMNShape id="ScriptTask_1xkxr0x_di" bpmnElement="Task_1kqbsvd"> |
| 524 | <dc:Bounds x="820" y="200" width="100" height="80" /> |
| 525 | </bpmndi:BPMNShape> |
| 526 | <bpmndi:BPMNShape id="ScriptTask_1icyh1a_di" bpmnElement="Task_1m9qoo3"> |
| 527 | <dc:Bounds x="1200" y="1180" width="100" height="80" /> |
| 528 | </bpmndi:BPMNShape> |
| 529 | <bpmndi:BPMNShape id="ScriptTask_0aqbm7t_di" bpmnElement="Task_00nfg5x"> |
| 530 | <dc:Bounds x="800" y="1040" width="100" height="80" /> |
| 531 | </bpmndi:BPMNShape> |
| 532 | <bpmndi:BPMNShape id="ExclusiveGateway_0b52m39_di" bpmnElement="ExclusiveGateway_0b52m39" isMarkerVisible="true"> |
| 533 | <dc:Bounds x="1025" y="1195" width="50" height="50" /> |
| 534 | <bpmndi:BPMNLabel> |
| 535 | <dc:Bounds x="1008" y="1183" width="85" height="14" /> |
| 536 | </bpmndi:BPMNLabel> |
| 537 | </bpmndi:BPMNShape> |
| 538 | <bpmndi:BPMNEdge id="SequenceFlow_126j77n_di" bpmnElement="SequenceFlow_126j77n"> |
| 539 | <di:waypoint x="1075" y="1220" /> |
| 540 | <di:waypoint x="1200" y="1220" /> |
| 541 | <bpmndi:BPMNLabel> |
| 542 | <dc:Bounds x="1129" y="1202" width="17" height="14" /> |
| 543 | </bpmndi:BPMNLabel> |
| 544 | </bpmndi:BPMNEdge> |
| 545 | <bpmndi:BPMNEdge id="SequenceFlow_1nrfy6i_di" bpmnElement="SequenceFlow_1nrfy6i"> |
| 546 | <di:waypoint x="1050" y="1245" /> |
| 547 | <di:waypoint x="1050" y="1340" /> |
| 548 | <di:waypoint x="1232" y="1340" /> |
| 549 | </bpmndi:BPMNEdge> |
| 550 | <bpmndi:BPMNEdge id="SequenceFlow_1i3j8c3_di" bpmnElement="SequenceFlow_1i3j8c3"> |
| 551 | <di:waypoint x="850" y="1120" /> |
| 552 | <di:waypoint x="850" y="1180" /> |
| 553 | </bpmndi:BPMNEdge> |
| 554 | <bpmndi:BPMNEdge id="SequenceFlow_1tey3hz_di" bpmnElement="SequenceFlow_1tey3hz"> |
| 555 | <di:waypoint x="900" y="1220" /> |
| 556 | <di:waypoint x="1025" y="1220" /> |
| 557 | </bpmndi:BPMNEdge> |
| 558 | <bpmndi:BPMNShape id="ScriptTask_0h3fsja_di" bpmnElement="Task_1jyj2vs"> |
| 559 | <dc:Bounds x="800" y="1180" width="100" height="80" /> |
| 560 | </bpmndi:BPMNShape> |
| 561 | </bpmndi:BPMNPlane> |
| 562 | </bpmndi:BPMNDiagram> |
| 563 | </bpmn:definitions> |