Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
Benjamin, Max (mb388a) | 0bb644b | 2018-08-07 16:06:09 -0400 | [diff] [blame] | 2 | <bpmn2:definitions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:bpmn2="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI" xmlns:camunda="http://camunda.org/schema/1.0/bpmn" xmlns:dc="http://www.omg.org/spec/DD/20100524/DC" xmlns:di="http://www.omg.org/spec/DD/20100524/DI" id="_DkzPAHB4EeaJwpcpVN5gXw" targetNamespace="http://camunda.org/schema/1.0/bpmn" exporter="Camunda Modeler" exporterVersion="1.10.0" xsi:schemaLocation="http://www.omg.org/spec/BPMN/20100524/MODEL BPMN20.xsd"> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 3 | <bpmn2:process id="DoCreateAllottedResourceTXC" name="DoCreateAllottedResourceTXC" isExecutable="true"> |
| 4 | <bpmn2:startEvent id="StartEvent_1"> |
| 5 | <bpmn2:outgoing>SequenceFlow_1</bpmn2:outgoing> |
| 6 | </bpmn2:startEvent> |
| 7 | <bpmn2:sequenceFlow id="SequenceFlow_1" name="" sourceRef="StartEvent_1" targetRef="initialization" /> |
| 8 | <bpmn2:scriptTask id="initialization" name="Initialization" scriptFormat="groovy"> |
| 9 | <bpmn2:incoming>SequenceFlow_1</bpmn2:incoming> |
| 10 | <bpmn2:outgoing>SequenceFlow_2</bpmn2:outgoing> |
| 11 | <bpmn2:script><![CDATA[import org.onap.so.bpmn.vcpe.scripts.* |
| 12 | DoCreateAllottedResourceTXC dcar = new DoCreateAllottedResourceTXC() |
| 13 | dcar.preProcessRequest(execution)]]></bpmn2:script> |
| 14 | </bpmn2:scriptTask> |
Benjamin, Max (mb388a) | 0bb644b | 2018-08-07 16:06:09 -0400 | [diff] [blame] | 15 | <bpmn2:sequenceFlow id="SequenceFlow_2" name="" sourceRef="initialization" targetRef="ScriptTask_0n6wvp0" /> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 16 | <bpmn2:scriptTask id="GetAAIAR" name="Get AAI AR" scriptFormat="groovy"> |
Benjamin, Max (mb388a) | 0bb644b | 2018-08-07 16:06:09 -0400 | [diff] [blame] | 17 | <bpmn2:incoming>SequenceFlow_01zb7a0</bpmn2:incoming> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 18 | <bpmn2:outgoing>SequenceFlow_0gbsa12</bpmn2:outgoing> |
| 19 | <bpmn2:script><![CDATA[import org.onap.so.bpmn.vcpe.scripts.* |
| 20 | DoCreateAllottedResourceTXC dcar = new DoCreateAllottedResourceTXC() |
| 21 | dcar.getAaiAR(execution) |
| 22 | ]]></bpmn2:script> |
| 23 | </bpmn2:scriptTask> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 24 | <bpmn2:scriptTask id="CreateAAIAR" name="Create AAI AR " scriptFormat="groovy"> |
Benjamin, Max (mb388a) | 0bb644b | 2018-08-07 16:06:09 -0400 | [diff] [blame] | 25 | <bpmn2:incoming>SequenceFlow_0vrw9a9</bpmn2:incoming> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 26 | <bpmn2:outgoing>SequenceFlow_11</bpmn2:outgoing> |
| 27 | <bpmn2:script><![CDATA[import org.onap.so.bpmn.vcpe.scripts.* |
| 28 | DoCreateAllottedResourceTXC dcar = new DoCreateAllottedResourceTXC() |
| 29 | dcar.createAaiAR(execution)]]></bpmn2:script> |
| 30 | </bpmn2:scriptTask> |
| 31 | <bpmn2:sequenceFlow id="SequenceFlow_11" name="" sourceRef="CreateAAIAR" targetRef="IntermediateThrowEvent_1lqaeh8" /> |
| 32 | <bpmn2:endEvent id="EndEvent_3"> |
| 33 | <bpmn2:incoming>SequenceFlow_09xwplc</bpmn2:incoming> |
| 34 | <bpmn2:terminateEventDefinition id="_TerminateEventDefinition_35" /> |
| 35 | </bpmn2:endEvent> |
| 36 | <bpmn2:sequenceFlow id="SequenceFlow_1q6udwm" sourceRef="PreProcessSDNCAssign" targetRef="SDNCAssign" /> |
| 37 | <bpmn2:sequenceFlow id="SequenceFlow_15knw0q" sourceRef="SDNCAssign" targetRef="PostProcessSDNCAssign" /> |
| 38 | <bpmn2:sequenceFlow id="SequenceFlow_0c5h00o" sourceRef="PostProcessSDNCAssign" targetRef="PreProcessSDNCCreate" /> |
| 39 | <bpmn2:sequenceFlow id="SequenceFlow_1lalmvp" sourceRef="PreProcessSDNCCreate" targetRef="SDNCCreate" /> |
| 40 | <bpmn2:sequenceFlow id="SequenceFlow_0eb41vb" sourceRef="SDNCCreate" targetRef="postProcessSDNCCreate" /> |
| 41 | <bpmn2:sequenceFlow id="SequenceFlow_15z3gpq" sourceRef="postProcessSDNCCreate" targetRef="UpdateAAIARCreated" /> |
| 42 | <bpmn2:scriptTask id="PreProcessSDNCAssign" name="PreProcess SDNC Assign" scriptFormat="groovy"> |
| 43 | <bpmn2:incoming>SequenceFlow_0gd64w9</bpmn2:incoming> |
| 44 | <bpmn2:outgoing>SequenceFlow_1q6udwm</bpmn2:outgoing> |
| 45 | <bpmn2:script><![CDATA[import org.onap.so.bpmn.vcpe.scripts.* |
| 46 | |
| 47 | DoCreateAllottedResourceTXC dcar = new DoCreateAllottedResourceTXC() |
| 48 | dcar.preProcessSDNCAssign(execution)]]></bpmn2:script> |
| 49 | </bpmn2:scriptTask> |
| 50 | <bpmn2:callActivity id="SDNCAssign" name="SDNC Assign" calledElement="sdncAdapter"> |
| 51 | <bpmn2:extensionElements> |
| 52 | <camunda:in source="sdncAssignRequest" target="sdncAdapterWorkflowRequest" /> |
| 53 | <camunda:in source="msoRequestId" target="mso-request-id" /> |
| 54 | <camunda:in source="serviceInstanceId" target="mso-service-instance-id" /> |
| 55 | <camunda:out source="WorkflowException" target="WorkflowException" /> |
| 56 | <camunda:out source="sdncAdapterResponse" target="sdncAssignResponse" /> |
| 57 | <camunda:out source="SDNCA_SuccessIndicator" target="SDNCA_SuccessIndicator" /> |
| 58 | </bpmn2:extensionElements> |
| 59 | <bpmn2:incoming>SequenceFlow_1q6udwm</bpmn2:incoming> |
| 60 | <bpmn2:outgoing>SequenceFlow_15knw0q</bpmn2:outgoing> |
| 61 | </bpmn2:callActivity> |
| 62 | <bpmn2:scriptTask id="PostProcessSDNCAssign" name="PostProcess SDNC Assign" scriptFormat="groovy"> |
| 63 | <bpmn2:incoming>SequenceFlow_15knw0q</bpmn2:incoming> |
| 64 | <bpmn2:outgoing>SequenceFlow_0c5h00o</bpmn2:outgoing> |
| 65 | <bpmn2:script><![CDATA[import org.onap.so.bpmn.vcpe.scripts.* |
| 66 | |
| 67 | String response = execution.getVariable("sdncAssignResponse") |
| 68 | |
| 69 | DoCreateAllottedResourceTXC dcar = new DoCreateAllottedResourceTXC() |
| 70 | dcar.validateSDNCResp(execution, response, "assign" )]]></bpmn2:script> |
| 71 | </bpmn2:scriptTask> |
| 72 | <bpmn2:scriptTask id="PreProcessSDNCCreate" name="PreProcess SDNC Create" scriptFormat="groovy"> |
| 73 | <bpmn2:incoming>SequenceFlow_0c5h00o</bpmn2:incoming> |
| 74 | <bpmn2:outgoing>SequenceFlow_1lalmvp</bpmn2:outgoing> |
| 75 | <bpmn2:script><![CDATA[import org.onap.so.bpmn.vcpe.scripts.* |
| 76 | |
| 77 | DoCreateAllottedResourceTXC dcar = new DoCreateAllottedResourceTXC() |
| 78 | dcar.preProcessSDNCCreate(execution)]]></bpmn2:script> |
| 79 | </bpmn2:scriptTask> |
| 80 | <bpmn2:callActivity id="SDNCCreate" name="SDNC Create" calledElement="sdncAdapter"> |
| 81 | <bpmn2:extensionElements> |
| 82 | <camunda:in source="sdncCreateRequest" target="sdncAdapterWorkflowRequest" /> |
| 83 | <camunda:in source="msoRequestId" target="mso-request-id" /> |
| 84 | <camunda:in source="serviceInstanceId" target="mso-service-instance-id" /> |
| 85 | <camunda:out source="WorkflowException" target="WorkflowException" /> |
| 86 | <camunda:out source="sdncAdapterResponse" target="sdncCreateResponse" /> |
| 87 | <camunda:out source="SDNCA_SuccessIndicator" target="SDNCA_SuccessIndicator" /> |
| 88 | </bpmn2:extensionElements> |
| 89 | <bpmn2:incoming>SequenceFlow_1lalmvp</bpmn2:incoming> |
| 90 | <bpmn2:outgoing>SequenceFlow_0eb41vb</bpmn2:outgoing> |
| 91 | </bpmn2:callActivity> |
| 92 | <bpmn2:scriptTask id="postProcessSDNCCreate" name="PostProcess SDNC Create " scriptFormat="groovy"> |
| 93 | <bpmn2:incoming>SequenceFlow_0eb41vb</bpmn2:incoming> |
| 94 | <bpmn2:outgoing>SequenceFlow_15z3gpq</bpmn2:outgoing> |
| 95 | <bpmn2:script><![CDATA[import org.onap.so.bpmn.vcpe.scripts.* |
| 96 | |
| 97 | String response = execution.getVariable("sdncCreateResponse") |
| 98 | |
| 99 | DoCreateAllottedResourceTXC dcar = new DoCreateAllottedResourceTXC() |
| 100 | dcar.validateSDNCResp(execution, response, "create" )]]></bpmn2:script> |
| 101 | </bpmn2:scriptTask> |
| 102 | <bpmn2:scriptTask id="PreProcessSDNCActivate" name="PreProcess SDNC Activate" scriptFormat="groovy"> |
| 103 | <bpmn2:incoming>SequenceFlow_04t1zc2</bpmn2:incoming> |
| 104 | <bpmn2:outgoing>SequenceFlow_06w33tk</bpmn2:outgoing> |
| 105 | <bpmn2:script><![CDATA[import org.onap.so.bpmn.vcpe.scripts.* |
| 106 | |
| 107 | DoCreateAllottedResourceTXC dcar = new DoCreateAllottedResourceTXC() |
| 108 | dcar.preProcessSDNCActivate(execution)]]></bpmn2:script> |
| 109 | </bpmn2:scriptTask> |
| 110 | <bpmn2:callActivity id="SDNCActivate" name="SDNC Activate" calledElement="sdncAdapter"> |
| 111 | <bpmn2:extensionElements> |
| 112 | <camunda:in source="sdncActivateRequest" target="sdncAdapterWorkflowRequest" /> |
| 113 | <camunda:out source="WorkflowException" target="WorkflowException" /> |
| 114 | <camunda:out source="sdncAdapterResponse" target="sdncActivateResponse" /> |
| 115 | <camunda:out source="SDNCA_SuccessIndicator" target="SDNCA_SuccessIndicator" /> |
| 116 | <camunda:in source="msoRequestId" target="mso-request-id" /> |
| 117 | <camunda:in source="serviceInstanceId" target="mso-service-instance-id" /> |
| 118 | </bpmn2:extensionElements> |
| 119 | <bpmn2:incoming>SequenceFlow_06w33tk</bpmn2:incoming> |
| 120 | <bpmn2:outgoing>SequenceFlow_1s7yieq</bpmn2:outgoing> |
| 121 | </bpmn2:callActivity> |
| 122 | <bpmn2:scriptTask id="PostProcessSDNCActivate" name="PostProcess SDNC Activate" scriptFormat="groovy"> |
| 123 | <bpmn2:incoming>SequenceFlow_1s7yieq</bpmn2:incoming> |
| 124 | <bpmn2:outgoing>SequenceFlow_00i7x43</bpmn2:outgoing> |
| 125 | <bpmn2:script><![CDATA[import org.onap.so.bpmn.vcpe.scripts.* |
| 126 | |
| 127 | String response = execution.getVariable("sdncActivateResponse") |
| 128 | |
| 129 | DoCreateAllottedResourceTXC dcar = new DoCreateAllottedResourceTXC() |
| 130 | dcar.validateSDNCResp(execution, response, "activate" )]]></bpmn2:script> |
| 131 | </bpmn2:scriptTask> |
| 132 | <bpmn2:sequenceFlow id="SequenceFlow_06w33tk" sourceRef="PreProcessSDNCActivate" targetRef="SDNCActivate" /> |
| 133 | <bpmn2:sequenceFlow id="SequenceFlow_1s7yieq" sourceRef="SDNCActivate" targetRef="PostProcessSDNCActivate" /> |
| 134 | <bpmn2:sequenceFlow id="SequenceFlow_00i7x43" sourceRef="PostProcessSDNCActivate" targetRef="UpdateAAIARActive" /> |
| 135 | <bpmn2:sequenceFlow id="SequenceFlow_04t1zc2" sourceRef="UpdateAAIARCreated" targetRef="PreProcessSDNCActivate" /> |
| 136 | <bpmn2:callActivity id="SDNCGet" name="SDNC Get" calledElement="sdncAdapter"> |
| 137 | <bpmn2:extensionElements> |
| 138 | <camunda:in source="sdncGetRequest" target="sdncAdapterWorkflowRequest" /> |
| 139 | <camunda:in source="msoRequestId" target="mso-request-id" /> |
| 140 | <camunda:in source="serviceInstanceId" target="mso-service-instance-id" /> |
| 141 | <camunda:out source="WorkflowException" target="WorkflowException" /> |
| 142 | <camunda:out source="sdncAdapterResponse" target="sdncGetResponse" /> |
| 143 | <camunda:out source="SDNCA_SuccessIndicator" target="SDNCA_SuccessIndicator" /> |
| 144 | <camunda:out source="enhancedCallbackRequestData" target="enhancedCallbackRequestData" /> |
| 145 | </bpmn2:extensionElements> |
| 146 | <bpmn2:incoming>SequenceFlow_030mhcm</bpmn2:incoming> |
| 147 | <bpmn2:outgoing>SequenceFlow_0q1hz2p</bpmn2:outgoing> |
| 148 | </bpmn2:callActivity> |
| 149 | <bpmn2:sequenceFlow id="SequenceFlow_1iy3cqb" sourceRef="postProcessSDNCGetResponse" targetRef="generateOutputs" /> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 150 | <bpmn2:subProcess id="SubProcess_161pl4g" name="Sub-process for Application Errors" triggeredByEvent="true"> |
| 151 | <bpmn2:startEvent id="StartEvent_1ibe7qx"> |
| 152 | <bpmn2:outgoing>SequenceFlow_1h61pqs</bpmn2:outgoing> |
| 153 | <bpmn2:errorEventDefinition /> |
| 154 | </bpmn2:startEvent> |
| 155 | <bpmn2:endEvent id="EndEvent_1fgqhmi"> |
| 156 | <bpmn2:incoming>SequenceFlow_0t4ut76</bpmn2:incoming> |
| 157 | </bpmn2:endEvent> |
| 158 | <bpmn2:scriptTask id="ScriptTask_0ji3121" name="Pre Process Rollback" scriptFormat="groovy"> |
| 159 | <bpmn2:incoming>SequenceFlow_1h61pqs</bpmn2:incoming> |
| 160 | <bpmn2:outgoing>SequenceFlow_1kbzr5v</bpmn2:outgoing> |
| 161 | <bpmn2:script><![CDATA[import org.onap.so.bpmn.vcpe.scripts.* |
| 162 | |
| 163 | DoCreateAllottedResourceTXC dcar = new DoCreateAllottedResourceTXC() |
| 164 | dcar.preProcessRollback(execution)]]></bpmn2:script> |
| 165 | </bpmn2:scriptTask> |
| 166 | <bpmn2:scriptTask id="ScriptTask_1kgumd4" name="Post Process Rollback" scriptFormat="groovy"> |
| 167 | <bpmn2:incoming>SequenceFlow_1cxj4yz</bpmn2:incoming> |
| 168 | <bpmn2:outgoing>SequenceFlow_0t4ut76</bpmn2:outgoing> |
| 169 | <bpmn2:script><![CDATA[import org.onap.so.bpmn.vcpe.scripts.* |
| 170 | |
| 171 | DoCreateAllottedResourceTXC dcar = new DoCreateAllottedResourceTXC() |
| 172 | dcar.postProcessRollback(execution)]]></bpmn2:script> |
| 173 | </bpmn2:scriptTask> |
| 174 | <bpmn2:sequenceFlow id="SequenceFlow_1h61pqs" sourceRef="StartEvent_1ibe7qx" targetRef="ScriptTask_0ji3121" /> |
| 175 | <bpmn2:sequenceFlow id="SequenceFlow_0t4ut76" sourceRef="ScriptTask_1kgumd4" targetRef="EndEvent_1fgqhmi" /> |
| 176 | <bpmn2:sequenceFlow id="SequenceFlow_1kbzr5v" sourceRef="ScriptTask_0ji3121" targetRef="CallActivity_0s6hs9u" /> |
| 177 | <bpmn2:callActivity id="CallActivity_0s6hs9u" name="Rollback Create" calledElement="DoCreateAllottedResourceTXCRollback"> |
| 178 | <bpmn2:extensionElements> |
| 179 | <camunda:in source="msoRequestId" target="msoRequestId" /> |
| 180 | <camunda:in source="rollbackData" target="rollbackData" /> |
| 181 | <camunda:in source="disableRollback" target="disableRollback" /> |
| 182 | <camunda:out source="rolledBack" target="rolledBack" /> |
| 183 | <camunda:out source="rollbackError" target="rollbackError" /> |
| 184 | </bpmn2:extensionElements> |
| 185 | <bpmn2:incoming>SequenceFlow_1kbzr5v</bpmn2:incoming> |
| 186 | <bpmn2:outgoing>SequenceFlow_1cxj4yz</bpmn2:outgoing> |
| 187 | </bpmn2:callActivity> |
| 188 | <bpmn2:sequenceFlow id="SequenceFlow_1cxj4yz" sourceRef="CallActivity_0s6hs9u" targetRef="ScriptTask_1kgumd4" /> |
| 189 | </bpmn2:subProcess> |
| 190 | <bpmn2:scriptTask id="UpdateAAIARActive" name="Update AAI AR Active" scriptFormat="groovy"> |
| 191 | <bpmn2:incoming>SequenceFlow_00i7x43</bpmn2:incoming> |
| 192 | <bpmn2:outgoing>SequenceFlow_07kxd8t</bpmn2:outgoing> |
| 193 | <bpmn2:script><![CDATA[import org.onap.so.bpmn.vcpe.scripts.* |
| 194 | |
| 195 | DoCreateAllottedResourceTXC dcar = new DoCreateAllottedResourceTXC() |
| 196 | dcar.updateAaiAROrchStatus(execution, "Active")]]></bpmn2:script> |
| 197 | </bpmn2:scriptTask> |
| 198 | <bpmn2:scriptTask id="UpdateAAIARCreated" name="Update AAI AR Created" scriptFormat="groovy"> |
| 199 | <bpmn2:incoming>SequenceFlow_15z3gpq</bpmn2:incoming> |
| 200 | <bpmn2:outgoing>SequenceFlow_04t1zc2</bpmn2:outgoing> |
| 201 | <bpmn2:script><![CDATA[import org.onap.so.bpmn.vcpe.scripts.* |
| 202 | |
| 203 | DoCreateAllottedResourceTXC dcar = new DoCreateAllottedResourceTXC() |
| 204 | dcar.updateAaiAROrchStatus(execution, "Created")]]></bpmn2:script> |
| 205 | </bpmn2:scriptTask> |
| 206 | <bpmn2:scriptTask id="PreProcessSDNCGet" name="PreProcess SDNC Get" scriptFormat="groovy"> |
| 207 | <bpmn2:incoming>SequenceFlow_0z8luou</bpmn2:incoming> |
| 208 | <bpmn2:incoming>SequenceFlow_08hhqb2</bpmn2:incoming> |
| 209 | <bpmn2:outgoing>SequenceFlow_030mhcm</bpmn2:outgoing> |
| 210 | <bpmn2:script><![CDATA[import org.onap.so.bpmn.vcpe.scripts.* |
| 211 | DoCreateAllottedResourceTXC dcar = new DoCreateAllottedResourceTXC() |
| 212 | dcar.preProcessSDNCGet(execution)]]></bpmn2:script> |
| 213 | </bpmn2:scriptTask> |
| 214 | <bpmn2:scriptTask id="postProcessSDNCGetResponse" name="PostProcess SDNC Get" scriptFormat="groovy"> |
| 215 | <bpmn2:incoming>SequenceFlow_0q1hz2p</bpmn2:incoming> |
| 216 | <bpmn2:outgoing>SequenceFlow_1iy3cqb</bpmn2:outgoing> |
| 217 | <bpmn2:script><![CDATA[import org.onap.so.bpmn.vcpe.scripts.* |
| 218 | |
| 219 | String response = execution.getVariable("sdncGetResponse") |
| 220 | |
| 221 | DoCreateAllottedResourceTXC dcar = new DoCreateAllottedResourceTXC() |
| 222 | dcar.validateSDNCResp(execution, response, "get" )]]></bpmn2:script> |
| 223 | </bpmn2:scriptTask> |
| 224 | <bpmn2:sequenceFlow id="SequenceFlow_030mhcm" sourceRef="PreProcessSDNCGet" targetRef="SDNCGet" /> |
| 225 | <bpmn2:sequenceFlow id="SequenceFlow_0q1hz2p" sourceRef="SDNCGet" targetRef="postProcessSDNCGetResponse" /> |
| 226 | <bpmn2:exclusiveGateway id="ActiveARinAAI" name="Active AR Exists in AAI?" default="SequenceFlow_1m8u8dl"> |
| 227 | <bpmn2:incoming>SequenceFlow_0gbsa12</bpmn2:incoming> |
| 228 | <bpmn2:outgoing>SequenceFlow_1m8u8dl</bpmn2:outgoing> |
| 229 | <bpmn2:outgoing>SequenceFlow_0z8luou</bpmn2:outgoing> |
| 230 | </bpmn2:exclusiveGateway> |
Benjamin, Max (mb388a) | 0bb644b | 2018-08-07 16:06:09 -0400 | [diff] [blame] | 231 | <bpmn2:sequenceFlow id="SequenceFlow_1m8u8dl" name="No" sourceRef="ActiveARinAAI" targetRef="ScriptTask_10d76y6" /> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 232 | <bpmn2:sequenceFlow id="SequenceFlow_0z8luou" name="yes" sourceRef="ActiveARinAAI" targetRef="PreProcessSDNCGet"> |
| 233 | <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{execution.getVariable("foundActiveAR" ) == true}]]></bpmn2:conditionExpression> |
| 234 | </bpmn2:sequenceFlow> |
| 235 | <bpmn2:intermediateCatchEvent id="IntermediateCatchEvent_1lqaeh8" name="SDNCTasks"> |
| 236 | <bpmn2:outgoing>SequenceFlow_0gd64w9</bpmn2:outgoing> |
| 237 | <bpmn2:linkEventDefinition name="SDNCTasks" /> |
| 238 | </bpmn2:intermediateCatchEvent> |
| 239 | <bpmn2:sequenceFlow id="SequenceFlow_0gd64w9" sourceRef="IntermediateCatchEvent_1lqaeh8" targetRef="PreProcessSDNCAssign" /> |
| 240 | <bpmn2:intermediateThrowEvent id="IntermediateThrowEvent_1lqaeh8" name="To SDNCTasks"> |
| 241 | <bpmn2:incoming>SequenceFlow_11</bpmn2:incoming> |
| 242 | <bpmn2:linkEventDefinition name="SDNCTasks" /> |
| 243 | </bpmn2:intermediateThrowEvent> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 244 | <bpmn2:sequenceFlow id="SequenceFlow_0gbsa12" sourceRef="GetAAIAR" targetRef="ActiveARinAAI" /> |
| 245 | <bpmn2:scriptTask id="generateOutputs" name="Generate Outputs" scriptFormat="groovy"> |
| 246 | <bpmn2:incoming>SequenceFlow_1iy3cqb</bpmn2:incoming> |
| 247 | <bpmn2:outgoing>SequenceFlow_09xwplc</bpmn2:outgoing> |
| 248 | <bpmn2:script><![CDATA[import org.onap.so.bpmn.vcpe.scripts.* |
| 249 | DoCreateAllottedResourceTXC dcar = new DoCreateAllottedResourceTXC() |
| 250 | dcar.generateOutputs(execution)]]></bpmn2:script> |
| 251 | </bpmn2:scriptTask> |
| 252 | <bpmn2:sequenceFlow id="SequenceFlow_09xwplc" sourceRef="generateOutputs" targetRef="EndEvent_3" /> |
| 253 | <bpmn2:sequenceFlow id="SequenceFlow_07kxd8t" sourceRef="UpdateAAIARActive" targetRef="IntermediateThrowEvent_0ti2fv8" /> |
| 254 | <bpmn2:intermediateCatchEvent id="IntermediateThrowEvent_0ti2fv8" name="Await SDNC Replication "> |
| 255 | <bpmn2:incoming>SequenceFlow_07kxd8t</bpmn2:incoming> |
| 256 | <bpmn2:outgoing>SequenceFlow_08hhqb2</bpmn2:outgoing> |
| 257 | <bpmn2:timerEventDefinition> |
| 258 | <bpmn2:timeDuration xsi:type="bpmn2:tFormalExpression">${sdncReplDelay}</bpmn2:timeDuration> |
| 259 | </bpmn2:timerEventDefinition> |
| 260 | </bpmn2:intermediateCatchEvent> |
| 261 | <bpmn2:sequenceFlow id="SequenceFlow_08hhqb2" sourceRef="IntermediateThrowEvent_0ti2fv8" targetRef="PreProcessSDNCGet" /> |
Benjamin, Max (mb388a) | 0bb644b | 2018-08-07 16:06:09 -0400 | [diff] [blame] | 262 | <bpmn2:scriptTask id="ScriptTask_0n6wvp0" name=" AAI Query (svc instance) " scriptFormat="groovy"> |
| 263 | <bpmn2:incoming>SequenceFlow_2</bpmn2:incoming> |
| 264 | <bpmn2:outgoing>SequenceFlow_01zb7a0</bpmn2:outgoing> |
| 265 | <bpmn2:script><![CDATA[import org.onap.so.bpmn.vcpe.scripts.* |
| 266 | DoCreateAllottedResourceBRG dcar = new DoCreateAllottedResourceBRG() |
| 267 | dcar.getServiceInstance(execution) |
| 268 | ]]></bpmn2:script> |
| 269 | </bpmn2:scriptTask> |
| 270 | <bpmn2:scriptTask id="ScriptTask_10d76y6" name=" AAI Query (svc instance) " scriptFormat="groovy"> |
| 271 | <bpmn2:incoming>SequenceFlow_1m8u8dl</bpmn2:incoming> |
| 272 | <bpmn2:outgoing>SequenceFlow_0vrw9a9</bpmn2:outgoing> |
| 273 | <bpmn2:script><![CDATA[import org.onap.so.bpmn.vcpe.scripts.* |
| 274 | DoCreateAllottedResourceBRG dcar = new DoCreateAllottedResourceBRG() |
| 275 | dcar.getParentServiceInstance(execution)]]></bpmn2:script> |
| 276 | </bpmn2:scriptTask> |
| 277 | <bpmn2:sequenceFlow id="SequenceFlow_01zb7a0" sourceRef="ScriptTask_0n6wvp0" targetRef="GetAAIAR" /> |
| 278 | <bpmn2:sequenceFlow id="SequenceFlow_0vrw9a9" sourceRef="ScriptTask_10d76y6" targetRef="CreateAAIAR" /> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 279 | </bpmn2:process> |
| 280 | <bpmn2:error id="Error_1" name="Java Lang Exception" errorCode="java.lang.Exception" /> |
| 281 | <bpmn2:error id="Error_2" name="MSO Workflow Exception" errorCode="MSOWorkflowException" /> |
| 282 | <bpmndi:BPMNDiagram id="BPMNDiagram_1"> |
| 283 | <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="DoCreateAllottedResourceTXC"> |
| 284 | <bpmndi:BPMNShape id="_BPMNShape_StartEvent_68" bpmnElement="StartEvent_1"> |
| 285 | <dc:Bounds x="-91" y="222" width="36" height="36" /> |
| 286 | <bpmndi:BPMNLabel> |
| 287 | <dc:Bounds x="-73" y="263" width="0" height="0" /> |
| 288 | </bpmndi:BPMNLabel> |
| 289 | </bpmndi:BPMNShape> |
| 290 | <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_285" bpmnElement="initialization"> |
| 291 | <dc:Bounds x="19" y="199" width="100" height="80" /> |
| 292 | </bpmndi:BPMNShape> |
| 293 | <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_1" bpmnElement="SequenceFlow_1" sourceElement="_BPMNShape_StartEvent_68" targetElement="_BPMNShape_ScriptTask_285"> |
| 294 | <di:waypoint xsi:type="dc:Point" x="-55" y="240" /> |
| 295 | <di:waypoint xsi:type="dc:Point" x="19" y="240" /> |
| 296 | <bpmndi:BPMNLabel> |
| 297 | <dc:Bounds x="-18" y="225" width="0" height="0" /> |
| 298 | </bpmndi:BPMNLabel> |
| 299 | </bpmndi:BPMNEdge> |
| 300 | <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_2" bpmnElement="SequenceFlow_2" sourceElement="_BPMNShape_ScriptTask_285"> |
| 301 | <di:waypoint xsi:type="dc:Point" x="119" y="239" /> |
Benjamin, Max (mb388a) | 0bb644b | 2018-08-07 16:06:09 -0400 | [diff] [blame] | 302 | <di:waypoint xsi:type="dc:Point" x="261" y="240" /> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 303 | <bpmndi:BPMNLabel> |
Benjamin, Max (mb388a) | 0bb644b | 2018-08-07 16:06:09 -0400 | [diff] [blame] | 304 | <dc:Bounds x="145" y="224.5" width="90" height="0" /> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 305 | </bpmndi:BPMNLabel> |
| 306 | </bpmndi:BPMNEdge> |
| 307 | <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_299" bpmnElement="GetAAIAR"> |
Benjamin, Max (mb388a) | 0bb644b | 2018-08-07 16:06:09 -0400 | [diff] [blame] | 308 | <dc:Bounds x="478" y="200" width="100" height="80" /> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 309 | </bpmndi:BPMNShape> |
| 310 | <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_300" bpmnElement="CreateAAIAR"> |
Benjamin, Max (mb388a) | 0bb644b | 2018-08-07 16:06:09 -0400 | [diff] [blame] | 311 | <dc:Bounds x="1099" y="200" width="100" height="80" /> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 312 | </bpmndi:BPMNShape> |
| 313 | <bpmndi:BPMNShape id="_BPMNShape_EndEvent_228" bpmnElement="EndEvent_3"> |
| 314 | <dc:Bounds x="1527" y="776" width="36" height="36" /> |
| 315 | <bpmndi:BPMNLabel> |
| 316 | <dc:Bounds x="1545" y="817" width="0" height="0" /> |
| 317 | </bpmndi:BPMNLabel> |
| 318 | </bpmndi:BPMNShape> |
| 319 | <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_13" bpmnElement="SequenceFlow_11" sourceElement="_BPMNShape_ScriptTask_300"> |
Benjamin, Max (mb388a) | 0bb644b | 2018-08-07 16:06:09 -0400 | [diff] [blame] | 320 | <di:waypoint xsi:type="dc:Point" x="1199" y="240" /> |
| 321 | <di:waypoint xsi:type="dc:Point" x="1309" y="240" /> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 322 | <bpmndi:BPMNLabel> |
Benjamin, Max (mb388a) | 0bb644b | 2018-08-07 16:06:09 -0400 | [diff] [blame] | 323 | <dc:Bounds x="1209" y="225" width="90" height="0" /> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 324 | </bpmndi:BPMNLabel> |
| 325 | </bpmndi:BPMNEdge> |
| 326 | <bpmndi:BPMNEdge id="SequenceFlow_1q6udwm_di" bpmnElement="SequenceFlow_1q6udwm"> |
| 327 | <di:waypoint xsi:type="dc:Point" x="92" y="595" /> |
| 328 | <di:waypoint xsi:type="dc:Point" x="92" y="624" /> |
| 329 | <bpmndi:BPMNLabel> |
| 330 | <dc:Bounds x="107" y="609.5" width="0" height="0" /> |
| 331 | </bpmndi:BPMNLabel> |
| 332 | </bpmndi:BPMNEdge> |
| 333 | <bpmndi:BPMNEdge id="SequenceFlow_15knw0q_di" bpmnElement="SequenceFlow_15knw0q"> |
| 334 | <di:waypoint xsi:type="dc:Point" x="92" y="710" /> |
| 335 | <di:waypoint xsi:type="dc:Point" x="92" y="745" /> |
| 336 | <bpmndi:BPMNLabel> |
| 337 | <dc:Bounds x="107" y="727.5" width="0" height="0" /> |
| 338 | </bpmndi:BPMNLabel> |
| 339 | </bpmndi:BPMNEdge> |
| 340 | <bpmndi:BPMNEdge id="SequenceFlow_0c5h00o_di" bpmnElement="SequenceFlow_0c5h00o"> |
| 341 | <di:waypoint xsi:type="dc:Point" x="142" y="785" /> |
| 342 | <di:waypoint xsi:type="dc:Point" x="205" y="785" /> |
| 343 | <di:waypoint xsi:type="dc:Point" x="205" y="545" /> |
| 344 | <di:waypoint xsi:type="dc:Point" x="309" y="545" /> |
| 345 | <bpmndi:BPMNLabel> |
| 346 | <dc:Bounds x="220" y="665" width="0" height="0" /> |
| 347 | </bpmndi:BPMNLabel> |
| 348 | </bpmndi:BPMNEdge> |
| 349 | <bpmndi:BPMNEdge id="SequenceFlow_1lalmvp_di" bpmnElement="SequenceFlow_1lalmvp"> |
| 350 | <di:waypoint xsi:type="dc:Point" x="359" y="585" /> |
| 351 | <di:waypoint xsi:type="dc:Point" x="359" y="624" /> |
| 352 | <bpmndi:BPMNLabel> |
| 353 | <dc:Bounds x="374" y="604.5" width="0" height="0" /> |
| 354 | </bpmndi:BPMNLabel> |
| 355 | </bpmndi:BPMNEdge> |
| 356 | <bpmndi:BPMNEdge id="SequenceFlow_0eb41vb_di" bpmnElement="SequenceFlow_0eb41vb"> |
| 357 | <di:waypoint xsi:type="dc:Point" x="359" y="707" /> |
| 358 | <di:waypoint xsi:type="dc:Point" x="359" y="725" /> |
| 359 | <di:waypoint xsi:type="dc:Point" x="359" y="725" /> |
| 360 | <di:waypoint xsi:type="dc:Point" x="359" y="745" /> |
| 361 | <bpmndi:BPMNLabel> |
| 362 | <dc:Bounds x="374" y="725" width="0" height="0" /> |
| 363 | </bpmndi:BPMNLabel> |
| 364 | </bpmndi:BPMNEdge> |
| 365 | <bpmndi:BPMNEdge id="SequenceFlow_15z3gpq_di" bpmnElement="SequenceFlow_15z3gpq"> |
| 366 | <di:waypoint xsi:type="dc:Point" x="409" y="785" /> |
| 367 | <di:waypoint xsi:type="dc:Point" x="560" y="785" /> |
| 368 | <di:waypoint xsi:type="dc:Point" x="560" y="709" /> |
| 369 | <bpmndi:BPMNLabel> |
| 370 | <dc:Bounds x="485" y="770" width="0" height="0" /> |
| 371 | </bpmndi:BPMNLabel> |
| 372 | </bpmndi:BPMNEdge> |
| 373 | <bpmndi:BPMNShape id="ScriptTask_01h1rx2_di" bpmnElement="PreProcessSDNCAssign"> |
| 374 | <dc:Bounds x="42" y="515" width="100" height="80" /> |
| 375 | </bpmndi:BPMNShape> |
| 376 | <bpmndi:BPMNShape id="CallActivity_0p5ncd0_di" bpmnElement="SDNCAssign"> |
| 377 | <dc:Bounds x="42" y="624" width="100" height="80" /> |
| 378 | </bpmndi:BPMNShape> |
| 379 | <bpmndi:BPMNShape id="ScriptTask_1qa39wn_di" bpmnElement="PostProcessSDNCAssign"> |
| 380 | <dc:Bounds x="42" y="745" width="100" height="80" /> |
| 381 | </bpmndi:BPMNShape> |
| 382 | <bpmndi:BPMNShape id="ScriptTask_1rr2xrc_di" bpmnElement="PreProcessSDNCCreate"> |
| 383 | <dc:Bounds x="309" y="505" width="100" height="80" /> |
| 384 | </bpmndi:BPMNShape> |
| 385 | <bpmndi:BPMNShape id="CallActivity_1ieo30p_di" bpmnElement="SDNCCreate"> |
| 386 | <dc:Bounds x="309" y="624" width="100" height="80" /> |
| 387 | </bpmndi:BPMNShape> |
| 388 | <bpmndi:BPMNShape id="ScriptTask_04votlb_di" bpmnElement="postProcessSDNCCreate"> |
| 389 | <dc:Bounds x="309" y="745" width="100" height="80" /> |
| 390 | </bpmndi:BPMNShape> |
| 391 | <bpmndi:BPMNShape id="ScriptTask_0zm728u_di" bpmnElement="PreProcessSDNCActivate"> |
| 392 | <dc:Bounds x="702" y="515" width="100" height="80" /> |
| 393 | </bpmndi:BPMNShape> |
| 394 | <bpmndi:BPMNShape id="CallActivity_1uhgd2e_di" bpmnElement="SDNCActivate"> |
| 395 | <dc:Bounds x="702" y="624" width="100" height="80" /> |
| 396 | </bpmndi:BPMNShape> |
| 397 | <bpmndi:BPMNShape id="ScriptTask_0rrv9dw_di" bpmnElement="PostProcessSDNCActivate"> |
| 398 | <dc:Bounds x="702" y="745" width="100" height="80" /> |
| 399 | </bpmndi:BPMNShape> |
| 400 | <bpmndi:BPMNEdge id="SequenceFlow_06w33tk_di" bpmnElement="SequenceFlow_06w33tk"> |
| 401 | <di:waypoint xsi:type="dc:Point" x="752" y="595" /> |
| 402 | <di:waypoint xsi:type="dc:Point" x="752" y="624" /> |
| 403 | <bpmndi:BPMNLabel> |
| 404 | <dc:Bounds x="767" y="609.5" width="0" height="0" /> |
| 405 | </bpmndi:BPMNLabel> |
| 406 | </bpmndi:BPMNEdge> |
| 407 | <bpmndi:BPMNEdge id="SequenceFlow_1s7yieq_di" bpmnElement="SequenceFlow_1s7yieq"> |
| 408 | <di:waypoint xsi:type="dc:Point" x="752" y="705" /> |
| 409 | <di:waypoint xsi:type="dc:Point" x="752" y="725" /> |
| 410 | <di:waypoint xsi:type="dc:Point" x="752" y="742" /> |
| 411 | <bpmndi:BPMNLabel> |
| 412 | <dc:Bounds x="767" y="715" width="0" height="0" /> |
| 413 | </bpmndi:BPMNLabel> |
| 414 | </bpmndi:BPMNEdge> |
| 415 | <bpmndi:BPMNEdge id="SequenceFlow_00i7x43_di" bpmnElement="SequenceFlow_00i7x43"> |
| 416 | <di:waypoint xsi:type="dc:Point" x="802" y="785" /> |
| 417 | <di:waypoint xsi:type="dc:Point" x="963" y="785" /> |
| 418 | <di:waypoint xsi:type="dc:Point" x="963" y="704" /> |
| 419 | <bpmndi:BPMNLabel> |
| 420 | <dc:Bounds x="883" y="770" width="0" height="0" /> |
| 421 | </bpmndi:BPMNLabel> |
| 422 | </bpmndi:BPMNEdge> |
| 423 | <bpmndi:BPMNEdge id="SequenceFlow_04t1zc2_di" bpmnElement="SequenceFlow_04t1zc2"> |
| 424 | <di:waypoint xsi:type="dc:Point" x="560" y="621" /> |
| 425 | <di:waypoint xsi:type="dc:Point" x="560" y="555" /> |
| 426 | <di:waypoint xsi:type="dc:Point" x="702" y="555" /> |
| 427 | <bpmndi:BPMNLabel> |
| 428 | <dc:Bounds x="575" y="588" width="0" height="0" /> |
| 429 | </bpmndi:BPMNLabel> |
| 430 | </bpmndi:BPMNEdge> |
| 431 | <bpmndi:BPMNShape id="CallActivity_1pfpn41_di" bpmnElement="SDNCGet"> |
| 432 | <dc:Bounds x="1143" y="624" width="100" height="80" /> |
| 433 | </bpmndi:BPMNShape> |
| 434 | <bpmndi:BPMNEdge id="SequenceFlow_1iy3cqb_di" bpmnElement="SequenceFlow_1iy3cqb"> |
| 435 | <di:waypoint xsi:type="dc:Point" x="1240" y="794" /> |
| 436 | <di:waypoint xsi:type="dc:Point" x="1313" y="794" /> |
| 437 | <bpmndi:BPMNLabel> |
| 438 | <dc:Bounds x="1277" y="779" width="0" height="0" /> |
| 439 | </bpmndi:BPMNLabel> |
| 440 | </bpmndi:BPMNEdge> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 441 | <bpmndi:BPMNShape id="SubProcess_161pl4g_di" bpmnElement="SubProcess_161pl4g" isExpanded="true"> |
| 442 | <dc:Bounds x="53" y="910" width="783" height="195" /> |
| 443 | </bpmndi:BPMNShape> |
| 444 | <bpmndi:BPMNShape id="StartEvent_1ibe7qx_di" bpmnElement="StartEvent_1ibe7qx"> |
| 445 | <dc:Bounds x="150" y="987" width="36" height="36" /> |
| 446 | <bpmndi:BPMNLabel> |
| 447 | <dc:Bounds x="168" y="1028" width="0" height="0" /> |
| 448 | </bpmndi:BPMNLabel> |
| 449 | </bpmndi:BPMNShape> |
| 450 | <bpmndi:BPMNShape id="EndEvent_1fgqhmi_di" bpmnElement="EndEvent_1fgqhmi"> |
| 451 | <dc:Bounds x="783" y="987" width="36" height="36" /> |
| 452 | <bpmndi:BPMNLabel> |
| 453 | <dc:Bounds x="801" y="1028" width="0" height="0" /> |
| 454 | </bpmndi:BPMNLabel> |
| 455 | </bpmndi:BPMNShape> |
| 456 | <bpmndi:BPMNShape id="ScriptTask_0ji3121_di" bpmnElement="ScriptTask_0ji3121"> |
| 457 | <dc:Bounds x="245" y="965" width="100" height="80" /> |
| 458 | </bpmndi:BPMNShape> |
| 459 | <bpmndi:BPMNShape id="ScriptTask_1kgumd4_di" bpmnElement="ScriptTask_1kgumd4"> |
| 460 | <dc:Bounds x="616" y="965" width="100" height="80" /> |
| 461 | </bpmndi:BPMNShape> |
| 462 | <bpmndi:BPMNEdge id="SequenceFlow_1h61pqs_di" bpmnElement="SequenceFlow_1h61pqs"> |
| 463 | <di:waypoint xsi:type="dc:Point" x="186" y="1005" /> |
| 464 | <di:waypoint xsi:type="dc:Point" x="245" y="1005" /> |
| 465 | <bpmndi:BPMNLabel> |
| 466 | <dc:Bounds x="216" y="990" width="0" height="0" /> |
| 467 | </bpmndi:BPMNLabel> |
| 468 | </bpmndi:BPMNEdge> |
| 469 | <bpmndi:BPMNEdge id="SequenceFlow_0t4ut76_di" bpmnElement="SequenceFlow_0t4ut76"> |
| 470 | <di:waypoint xsi:type="dc:Point" x="716" y="1005" /> |
| 471 | <di:waypoint xsi:type="dc:Point" x="748" y="1005" /> |
| 472 | <di:waypoint xsi:type="dc:Point" x="748" y="1005" /> |
| 473 | <di:waypoint xsi:type="dc:Point" x="783" y="1005" /> |
| 474 | <bpmndi:BPMNLabel> |
| 475 | <dc:Bounds x="763" y="1005" width="0" height="0" /> |
| 476 | </bpmndi:BPMNLabel> |
| 477 | </bpmndi:BPMNEdge> |
| 478 | <bpmndi:BPMNEdge id="SequenceFlow_1kbzr5v_di" bpmnElement="SequenceFlow_1kbzr5v"> |
| 479 | <di:waypoint xsi:type="dc:Point" x="345" y="1005" /> |
| 480 | <di:waypoint xsi:type="dc:Point" x="434" y="1005" /> |
| 481 | <bpmndi:BPMNLabel> |
| 482 | <dc:Bounds x="390" y="990" width="0" height="0" /> |
| 483 | </bpmndi:BPMNLabel> |
| 484 | </bpmndi:BPMNEdge> |
| 485 | <bpmndi:BPMNShape id="ScriptTask_16x97wp_di" bpmnElement="UpdateAAIARActive"> |
| 486 | <dc:Bounds x="914" y="624" width="100" height="80" /> |
| 487 | </bpmndi:BPMNShape> |
| 488 | <bpmndi:BPMNShape id="ScriptTask_0rfj6et_di" bpmnElement="UpdateAAIARCreated"> |
| 489 | <dc:Bounds x="516" y="624" width="100" height="80" /> |
| 490 | </bpmndi:BPMNShape> |
| 491 | <bpmndi:BPMNShape id="ScriptTask_0c8nrax_di" bpmnElement="PreProcessSDNCGet"> |
| 492 | <dc:Bounds x="1140" y="505" width="100" height="80" /> |
| 493 | </bpmndi:BPMNShape> |
| 494 | <bpmndi:BPMNShape id="ScriptTask_1xa2jlo_di" bpmnElement="postProcessSDNCGetResponse"> |
| 495 | <dc:Bounds x="1140" y="754" width="100" height="80" /> |
| 496 | </bpmndi:BPMNShape> |
| 497 | <bpmndi:BPMNEdge id="SequenceFlow_030mhcm_di" bpmnElement="SequenceFlow_030mhcm"> |
| 498 | <di:waypoint xsi:type="dc:Point" x="1190" y="585" /> |
| 499 | <di:waypoint xsi:type="dc:Point" x="1190" y="621" /> |
| 500 | <bpmndi:BPMNLabel> |
| 501 | <dc:Bounds x="1205" y="603" width="0" height="0" /> |
| 502 | </bpmndi:BPMNLabel> |
| 503 | </bpmndi:BPMNEdge> |
| 504 | <bpmndi:BPMNEdge id="SequenceFlow_0q1hz2p_di" bpmnElement="SequenceFlow_0q1hz2p"> |
| 505 | <di:waypoint xsi:type="dc:Point" x="1193" y="704" /> |
| 506 | <di:waypoint xsi:type="dc:Point" x="1193" y="753" /> |
| 507 | <bpmndi:BPMNLabel> |
| 508 | <dc:Bounds x="1208" y="728.5" width="0" height="0" /> |
| 509 | </bpmndi:BPMNLabel> |
| 510 | </bpmndi:BPMNEdge> |
| 511 | <bpmndi:BPMNShape id="ExclusiveGateway_0hxis7t_di" bpmnElement="ActiveARinAAI" isMarkerVisible="true"> |
| 512 | <dc:Bounds x="700" y="215" width="50" height="50" /> |
| 513 | <bpmndi:BPMNLabel> |
| 514 | <dc:Bounds x="695" y="184" width="75" height="24" /> |
| 515 | </bpmndi:BPMNLabel> |
| 516 | </bpmndi:BPMNShape> |
| 517 | <bpmndi:BPMNEdge id="SequenceFlow_1m8u8dl_di" bpmnElement="SequenceFlow_1m8u8dl"> |
| 518 | <di:waypoint xsi:type="dc:Point" x="750" y="240" /> |
Benjamin, Max (mb388a) | 0bb644b | 2018-08-07 16:06:09 -0400 | [diff] [blame] | 519 | <di:waypoint xsi:type="dc:Point" x="893" y="240" /> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 520 | <bpmndi:BPMNLabel> |
Benjamin, Max (mb388a) | 0bb644b | 2018-08-07 16:06:09 -0400 | [diff] [blame] | 521 | <dc:Bounds x="795.4388439306359" y="224.36614831617715" width="14" height="12" /> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 522 | </bpmndi:BPMNLabel> |
| 523 | </bpmndi:BPMNEdge> |
| 524 | <bpmndi:BPMNEdge id="SequenceFlow_0z8luou_di" bpmnElement="SequenceFlow_0z8luou"> |
| 525 | <di:waypoint xsi:type="dc:Point" x="725" y="265" /> |
| 526 | <di:waypoint xsi:type="dc:Point" x="725" y="378" /> |
| 527 | <di:waypoint xsi:type="dc:Point" x="1190" y="378" /> |
| 528 | <di:waypoint xsi:type="dc:Point" x="1190" y="505" /> |
| 529 | <bpmndi:BPMNLabel> |
| 530 | <dc:Bounds x="737" y="270.89473684210526" width="16" height="12" /> |
| 531 | </bpmndi:BPMNLabel> |
| 532 | </bpmndi:BPMNEdge> |
| 533 | <bpmndi:BPMNShape id="IntermediateCatchEvent_1lqaeh8_di" bpmnElement="IntermediateCatchEvent_1lqaeh8"> |
| 534 | <dc:Bounds x="-70" y="527" width="36" height="36" /> |
| 535 | <bpmndi:BPMNLabel> |
| 536 | <dc:Bounds x="-79" y="568" width="60" height="12" /> |
| 537 | </bpmndi:BPMNLabel> |
| 538 | </bpmndi:BPMNShape> |
| 539 | <bpmndi:BPMNEdge id="SequenceFlow_0gd64w9_di" bpmnElement="SequenceFlow_0gd64w9"> |
| 540 | <di:waypoint xsi:type="dc:Point" x="-34" y="545" /> |
| 541 | <di:waypoint xsi:type="dc:Point" x="42" y="545" /> |
| 542 | <bpmndi:BPMNLabel> |
| 543 | <dc:Bounds x="4" y="530" width="0" height="0" /> |
| 544 | </bpmndi:BPMNLabel> |
| 545 | </bpmndi:BPMNEdge> |
| 546 | <bpmndi:BPMNShape id="IntermediateThrowEvent_0sb45m9_di" bpmnElement="IntermediateThrowEvent_1lqaeh8"> |
Benjamin, Max (mb388a) | 0bb644b | 2018-08-07 16:06:09 -0400 | [diff] [blame] | 547 | <dc:Bounds x="1309" y="222" width="36" height="36" /> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 548 | <bpmndi:BPMNLabel> |
Benjamin, Max (mb388a) | 0bb644b | 2018-08-07 16:06:09 -0400 | [diff] [blame] | 549 | <dc:Bounds x="1357" y="234" width="77" height="12" /> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 550 | </bpmndi:BPMNLabel> |
| 551 | </bpmndi:BPMNShape> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 552 | <bpmndi:BPMNEdge id="SequenceFlow_0gbsa12_di" bpmnElement="SequenceFlow_0gbsa12"> |
Benjamin, Max (mb388a) | 0bb644b | 2018-08-07 16:06:09 -0400 | [diff] [blame] | 553 | <di:waypoint xsi:type="dc:Point" x="578" y="240" /> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 554 | <di:waypoint xsi:type="dc:Point" x="700" y="240" /> |
| 555 | <bpmndi:BPMNLabel> |
Benjamin, Max (mb388a) | 0bb644b | 2018-08-07 16:06:09 -0400 | [diff] [blame] | 556 | <dc:Bounds x="594" y="225" width="90" height="0" /> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 557 | </bpmndi:BPMNLabel> |
| 558 | </bpmndi:BPMNEdge> |
| 559 | <bpmndi:BPMNShape id="ScriptTask_0pjzuns_di" bpmnElement="generateOutputs"> |
| 560 | <dc:Bounds x="1314" y="754" width="100" height="80" /> |
| 561 | </bpmndi:BPMNShape> |
| 562 | <bpmndi:BPMNEdge id="SequenceFlow_09xwplc_di" bpmnElement="SequenceFlow_09xwplc"> |
| 563 | <di:waypoint xsi:type="dc:Point" x="1414" y="794" /> |
| 564 | <di:waypoint xsi:type="dc:Point" x="1527" y="794" /> |
| 565 | <bpmndi:BPMNLabel> |
| 566 | <dc:Bounds x="1471" y="779" width="0" height="0" /> |
| 567 | </bpmndi:BPMNLabel> |
| 568 | </bpmndi:BPMNEdge> |
| 569 | <bpmndi:BPMNShape id="CallActivity_0s6hs9u_di" bpmnElement="CallActivity_0s6hs9u"> |
| 570 | <dc:Bounds x="434" y="965" width="100" height="80" /> |
| 571 | </bpmndi:BPMNShape> |
| 572 | <bpmndi:BPMNEdge id="SequenceFlow_1cxj4yz_di" bpmnElement="SequenceFlow_1cxj4yz"> |
| 573 | <di:waypoint xsi:type="dc:Point" x="534" y="1005" /> |
| 574 | <di:waypoint xsi:type="dc:Point" x="616" y="1005" /> |
| 575 | <bpmndi:BPMNLabel> |
| 576 | <dc:Bounds x="575" y="980" width="0" height="0" /> |
| 577 | </bpmndi:BPMNLabel> |
| 578 | </bpmndi:BPMNEdge> |
| 579 | <bpmndi:BPMNEdge id="SequenceFlow_07kxd8t_di" bpmnElement="SequenceFlow_07kxd8t"> |
| 580 | <di:waypoint xsi:type="dc:Point" x="964" y="624" /> |
| 581 | <di:waypoint xsi:type="dc:Point" x="964" y="563" /> |
| 582 | <bpmndi:BPMNLabel> |
| 583 | <dc:Bounds x="979" y="587.5" width="0" height="12" /> |
| 584 | </bpmndi:BPMNLabel> |
| 585 | </bpmndi:BPMNEdge> |
| 586 | <bpmndi:BPMNShape id="IntermediateCatchEvent_038xgwf_di" bpmnElement="IntermediateThrowEvent_0ti2fv8"> |
| 587 | <dc:Bounds x="946" y="527" width="36" height="36" /> |
| 588 | <bpmndi:BPMNLabel> |
| 589 | <dc:Bounds x="933" y="492" width="61" height="48" /> |
| 590 | </bpmndi:BPMNLabel> |
| 591 | </bpmndi:BPMNShape> |
| 592 | <bpmndi:BPMNEdge id="SequenceFlow_08hhqb2_di" bpmnElement="SequenceFlow_08hhqb2"> |
| 593 | <di:waypoint xsi:type="dc:Point" x="982" y="545" /> |
| 594 | <di:waypoint xsi:type="dc:Point" x="1140" y="545" /> |
| 595 | <bpmndi:BPMNLabel> |
| 596 | <dc:Bounds x="1061" y="524" width="0" height="12" /> |
| 597 | </bpmndi:BPMNLabel> |
| 598 | </bpmndi:BPMNEdge> |
Benjamin, Max (mb388a) | 0bb644b | 2018-08-07 16:06:09 -0400 | [diff] [blame] | 599 | <bpmndi:BPMNShape id="ScriptTask_0n6wvp0_di" bpmnElement="ScriptTask_0n6wvp0"> |
| 600 | <dc:Bounds x="261" y="200" width="100" height="80" /> |
| 601 | </bpmndi:BPMNShape> |
| 602 | <bpmndi:BPMNShape id="ScriptTask_10d76y6_di" bpmnElement="ScriptTask_10d76y6"> |
| 603 | <dc:Bounds x="893" y="200" width="100" height="80" /> |
| 604 | </bpmndi:BPMNShape> |
| 605 | <bpmndi:BPMNEdge id="SequenceFlow_01zb7a0_di" bpmnElement="SequenceFlow_01zb7a0"> |
| 606 | <di:waypoint xsi:type="dc:Point" x="361" y="240" /> |
| 607 | <di:waypoint xsi:type="dc:Point" x="478" y="240" /> |
| 608 | <bpmndi:BPMNLabel> |
| 609 | <dc:Bounds x="419.5" y="219" width="0" height="12" /> |
| 610 | </bpmndi:BPMNLabel> |
| 611 | </bpmndi:BPMNEdge> |
| 612 | <bpmndi:BPMNEdge id="SequenceFlow_0vrw9a9_di" bpmnElement="SequenceFlow_0vrw9a9"> |
| 613 | <di:waypoint xsi:type="dc:Point" x="993" y="240" /> |
| 614 | <di:waypoint xsi:type="dc:Point" x="1099" y="240" /> |
| 615 | <bpmndi:BPMNLabel> |
| 616 | <dc:Bounds x="1046" y="219" width="0" height="12" /> |
| 617 | </bpmndi:BPMNLabel> |
| 618 | </bpmndi:BPMNEdge> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 619 | </bpmndi:BPMNPlane> |
| 620 | </bpmndi:BPMNDiagram> |
| 621 | </bpmn2:definitions> |