Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 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="_MagIIMOUEeW8asg-vCEgWQ" 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"> |
| 3 | <bpmn2:process id="DoUpdateE2EServiceInstanceRollback" name="DoUpdateE2EServiceInstanceRollback" isExecutable="true"> |
| 4 | <bpmn2:startEvent id="createSIRollback_startEvent" name="Start Flow"> |
| 5 | <bpmn2:outgoing>SequenceFlow_1</bpmn2:outgoing> |
| 6 | </bpmn2:startEvent> |
| 7 | <bpmn2:sequenceFlow id="SequenceFlow_1" name="" sourceRef="createSIRollback_startEvent" targetRef="preProcessRequest_ScriptTask" /> |
| 8 | <bpmn2:scriptTask id="preProcessRequest_ScriptTask" name="PreProcess Incoming Request" 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.infrastructure.scripts.* |
| 12 | def rbk = new DoCreateE2EServiceInstanceRollback() |
| 13 | rbk.preProcessRequest(execution) |
| 14 | ]]></bpmn2:script> |
| 15 | </bpmn2:scriptTask> |
| 16 | <bpmn2:endEvent id="EndEvent_3"> |
| 17 | <bpmn2:incoming>SequenceFlow_01l4ssl</bpmn2:incoming> |
| 18 | </bpmn2:endEvent> |
| 19 | <bpmn2:subProcess id="UnexpectedError_SubProcess_1" name="Sub-process for Errors" triggeredByEvent="true"> |
| 20 | <bpmn2:startEvent id="StartEvent_1"> |
| 21 | <bpmn2:outgoing>SequenceFlow_8</bpmn2:outgoing> |
| 22 | <bpmn2:errorEventDefinition id="_ErrorEventDefinition_92" /> |
| 23 | </bpmn2:startEvent> |
| 24 | <bpmn2:endEvent id="EndEvent_1"> |
| 25 | <bpmn2:incoming>SequenceFlow_7</bpmn2:incoming> |
| 26 | </bpmn2:endEvent> |
| 27 | <bpmn2:sequenceFlow id="SequenceFlow_8" name="" sourceRef="StartEvent_1" targetRef="ScriptTask_1" /> |
| 28 | <bpmn2:scriptTask id="ScriptTask_1" name="Handle Errors" scriptFormat="groovy"> |
| 29 | <bpmn2:incoming>SequenceFlow_8</bpmn2:incoming> |
| 30 | <bpmn2:outgoing>SequenceFlow_7</bpmn2:outgoing> |
| 31 | <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.* |
| 32 | def rbk= new DoCreateE2EServiceInstanceRollback() |
| 33 | rbk.processRollbackException(execution)]]></bpmn2:script> |
| 34 | </bpmn2:scriptTask> |
| 35 | <bpmn2:sequenceFlow id="SequenceFlow_7" name="" sourceRef="ScriptTask_1" targetRef="EndEvent_1" /> |
| 36 | </bpmn2:subProcess> |
| 37 | <bpmn2:sequenceFlow id="SequenceFlow_2" name="" sourceRef="preProcessRequest_ScriptTask" targetRef="ExclusiveGateway_19tbjgn" /> |
| 38 | <bpmn2:scriptTask id="PostProcess_ScriptTask" name="Post Process Request" scriptFormat="groovy"> |
| 39 | <bpmn2:incoming>SequenceFlow_1rzlaoy</bpmn2:incoming> |
| 40 | <bpmn2:incoming>SequenceFlow_0a83f6m</bpmn2:incoming> |
| 41 | <bpmn2:outgoing>SequenceFlow_01l4ssl</bpmn2:outgoing> |
| 42 | <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.* |
| 43 | def rbk = new DoCreateE2EServiceInstanceRollback() |
| 44 | rbk.postProcessRequest(execution)]]></bpmn2:script> |
| 45 | </bpmn2:scriptTask> |
| 46 | <bpmn2:sequenceFlow id="SequenceFlow_01l4ssl" sourceRef="PostProcess_ScriptTask" targetRef="EndEvent_3" /> |
| 47 | <bpmn2:subProcess id="SubProcess_11bi8mc" name="Java Exception Handling Sub Process" triggeredByEvent="true"> |
| 48 | <bpmn2:startEvent id="StartEvent_1gxe17c"> |
| 49 | <bpmn2:outgoing>SequenceFlow_1ch4xrf</bpmn2:outgoing> |
| 50 | <bpmn2:errorEventDefinition errorRef="Error_1" /> |
| 51 | </bpmn2:startEvent> |
| 52 | <bpmn2:scriptTask id="ScriptTask_15yddb0" name="Process Java Error" scriptFormat="groovy"> |
| 53 | <bpmn2:incoming>SequenceFlow_1ch4xrf</bpmn2:incoming> |
| 54 | <bpmn2:outgoing>SequenceFlow_1pjk2ff</bpmn2:outgoing> |
| 55 | <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.* |
| 56 | def rbk= new DoCreateE2EServiceInstanceRollback() |
| 57 | rbk.processRollbackJavaException(execution)]]></bpmn2:script> |
| 58 | </bpmn2:scriptTask> |
| 59 | <bpmn2:endEvent id="EndEvent_12e3h6k"> |
| 60 | <bpmn2:incoming>SequenceFlow_1pjk2ff</bpmn2:incoming> |
| 61 | <bpmn2:terminateEventDefinition /> |
| 62 | </bpmn2:endEvent> |
| 63 | <bpmn2:sequenceFlow id="SequenceFlow_1ch4xrf" name="" sourceRef="StartEvent_1gxe17c" targetRef="ScriptTask_15yddb0" /> |
| 64 | <bpmn2:sequenceFlow id="SequenceFlow_1pjk2ff" name="" sourceRef="ScriptTask_15yddb0" targetRef="EndEvent_12e3h6k" /> |
| 65 | </bpmn2:subProcess> |
| 66 | <bpmn2:exclusiveGateway id="ExclusiveGateway_19tbjgn" name="skip Rollback" default="SequenceFlow_06aasqh"> |
| 67 | <bpmn2:incoming>SequenceFlow_2</bpmn2:incoming> |
| 68 | <bpmn2:outgoing>SequenceFlow_1rzlaoy</bpmn2:outgoing> |
| 69 | <bpmn2:outgoing>SequenceFlow_06aasqh</bpmn2:outgoing> |
| 70 | </bpmn2:exclusiveGateway> |
| 71 | <bpmn2:sequenceFlow id="SequenceFlow_1rzlaoy" name="yes" sourceRef="ExclusiveGateway_19tbjgn" targetRef="PostProcess_ScriptTask"> |
| 72 | <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{execution.getVariable("skipRollback" ) == true}]]></bpmn2:conditionExpression> |
| 73 | </bpmn2:sequenceFlow> |
| 74 | <bpmn2:exclusiveGateway id="ExclusiveGateway_0ii31dq" name="RollBack Deleted Resources?" default="SequenceFlow_055b52t"> |
| 75 | <bpmn2:documentation>rollback Deleted Resources</bpmn2:documentation> |
| 76 | <bpmn2:incoming>SequenceFlow_1uw2p9a</bpmn2:incoming> |
| 77 | <bpmn2:outgoing>SequenceFlow_0drjj7b</bpmn2:outgoing> |
| 78 | <bpmn2:outgoing>SequenceFlow_055b52t</bpmn2:outgoing> |
| 79 | </bpmn2:exclusiveGateway> |
| 80 | <bpmn2:exclusiveGateway id="ExclusiveGateway_09wkav2" name="Rollback Added Resources?" default="SequenceFlow_1uw2p9a"> |
| 81 | <bpmn2:incoming>SequenceFlow_06aasqh</bpmn2:incoming> |
| 82 | <bpmn2:outgoing>SequenceFlow_1uw2p9a</bpmn2:outgoing> |
| 83 | <bpmn2:outgoing>SequenceFlow_11fnnkb</bpmn2:outgoing> |
| 84 | </bpmn2:exclusiveGateway> |
| 85 | <bpmn2:sequenceFlow id="SequenceFlow_1uw2p9a" name="no" sourceRef="ExclusiveGateway_09wkav2" targetRef="ExclusiveGateway_0ii31dq" /> |
| 86 | <bpmn2:sequenceFlow id="SequenceFlow_11fnnkb" name="yes" sourceRef="ExclusiveGateway_09wkav2" targetRef="IntermediateThrowEvent_11l0okn"> |
| 87 | <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{(execution.getVariable("RollbackAdded" ) == "true" )}]]></bpmn2:conditionExpression> |
| 88 | </bpmn2:sequenceFlow> |
| 89 | <bpmn2:sequenceFlow id="SequenceFlow_06aasqh" name="no" sourceRef="ExclusiveGateway_19tbjgn" targetRef="ExclusiveGateway_09wkav2" /> |
| 90 | <bpmn2:callActivity id="CallActivity_05jnyuq" name="Call DoDeleteResources" calledElement="DoDeleteResources"> |
| 91 | <bpmn2:extensionElements> |
| 92 | <camunda:in source="nsServiceName" target="nsServiceName" /> |
| 93 | <camunda:in source="nsServiceDescription" target="nsServiceDescription" /> |
| 94 | <camunda:in source="globalSubscriberId" target="globalSubscriberId" /> |
| 95 | <camunda:in source="serviceType" target="serviceType" /> |
| 96 | <camunda:in source="serviceId" target="serviceId" /> |
| 97 | <camunda:in source="operationId" target="operationId" /> |
| 98 | <camunda:in source="resourceType" target="resourceType" /> |
| 99 | <camunda:in source="resourceUUID" target="resourceUUID" /> |
| 100 | <camunda:in source="resourceParameters" target="resourceParameters" /> |
| 101 | <camunda:in source="operationType" target="operationType" /> |
| 102 | </bpmn2:extensionElements> |
| 103 | <bpmn2:incoming>SequenceFlow_1fih4h0</bpmn2:incoming> |
| 104 | <bpmn2:outgoing>SequenceFlow_0pwixhh</bpmn2:outgoing> |
| 105 | </bpmn2:callActivity> |
| 106 | <bpmn2:sequenceFlow id="SequenceFlow_0pwixhh" sourceRef="CallActivity_05jnyuq" targetRef="ScriptTask_0ngehrz" /> |
| 107 | <bpmn2:scriptTask id="ScriptTask_1i1ova8" name="PreProcess for Add Resources" scriptFormat="groovy"> |
| 108 | <bpmn2:incoming>SequenceFlow_06xv7b2</bpmn2:incoming> |
| 109 | <bpmn2:outgoing>SequenceFlow_0b73i9r</bpmn2:outgoing> |
| 110 | <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.* |
| 111 | def csi = new DoUpdateE2EServiceInstanceRollback() |
| 112 | csi.preProcessForAddResource(execution)]]></bpmn2:script> |
| 113 | </bpmn2:scriptTask> |
| 114 | <bpmn2:scriptTask id="ScriptTask_0ngehrz" name="PostProcess for Add Resource" scriptFormat="groovy"> |
| 115 | <bpmn2:incoming>SequenceFlow_0pwixhh</bpmn2:incoming> |
| 116 | <bpmn2:outgoing>SequenceFlow_08p4pkv</bpmn2:outgoing> |
| 117 | <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.* |
| 118 | def csi = new DoUpdateE2EServiceInstanceRollback() |
| 119 | csi.postProcessForAddResource(execution)]]></bpmn2:script> |
| 120 | </bpmn2:scriptTask> |
| 121 | <bpmn2:scriptTask id="ScriptTask_01beerv" name="PreProcess for Delete Resources" scriptFormat="groovy"> |
| 122 | <bpmn2:incoming>SequenceFlow_1g4qm2l</bpmn2:incoming> |
| 123 | <bpmn2:outgoing>SequenceFlow_1fih4h0</bpmn2:outgoing> |
| 124 | <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.* |
| 125 | def csi = new DoUpdateE2EServiceInstanceRollback() |
| 126 | csi.preProcessForDeleteResource(execution)]]></bpmn2:script> |
| 127 | </bpmn2:scriptTask> |
| 128 | <bpmn2:callActivity id="CallActivity_0l7jjb1" name="Call DoCreateResources" calledElement="DoCreateResources"> |
| 129 | <bpmn2:extensionElements> |
| 130 | <camunda:in source="nsServiceName" target="nsServiceName" /> |
| 131 | <camunda:in source="nsServiceDescription" target="nsServiceDescription" /> |
| 132 | <camunda:in source="globalSubscriberId" target="globalSubscriberId" /> |
| 133 | <camunda:in source="serviceType" target="serviceType" /> |
| 134 | <camunda:in source="serviceId" target="serviceId" /> |
| 135 | <camunda:in source="operationId" target="operationId" /> |
| 136 | <camunda:in source="resourceType" target="resourceType" /> |
| 137 | <camunda:in source="resourceUUID" target="resourceUUID" /> |
| 138 | <camunda:in source="resourceParameters" target="resourceParameters" /> |
| 139 | <camunda:in source="operationType" target="operationType" /> |
| 140 | </bpmn2:extensionElements> |
| 141 | <bpmn2:incoming>SequenceFlow_0b73i9r</bpmn2:incoming> |
| 142 | <bpmn2:outgoing>SequenceFlow_0q9ws1s</bpmn2:outgoing> |
| 143 | </bpmn2:callActivity> |
| 144 | <bpmn2:scriptTask id="ScriptTask_1afo620" name="PostProcess for Add Resource" scriptFormat="groovy"> |
| 145 | <bpmn2:incoming>SequenceFlow_0q9ws1s</bpmn2:incoming> |
| 146 | <bpmn2:outgoing>SequenceFlow_1bp5oce</bpmn2:outgoing> |
| 147 | <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.* |
| 148 | def csi = new DoUpdateE2EServiceInstanceRollback() |
| 149 | csi.postProcessForAddResource(execution)]]></bpmn2:script> |
| 150 | </bpmn2:scriptTask> |
| 151 | <bpmn2:exclusiveGateway id="ExclusiveGateway_0ybxh3b" name="RollBackAAI?" default="SequenceFlow_0a83f6m"> |
| 152 | <bpmn2:documentation>rollback AAI</bpmn2:documentation> |
| 153 | <bpmn2:incoming>SequenceFlow_055b52t</bpmn2:incoming> |
| 154 | <bpmn2:outgoing>SequenceFlow_0a83f6m</bpmn2:outgoing> |
| 155 | <bpmn2:outgoing>SequenceFlow_0zijz16</bpmn2:outgoing> |
| 156 | </bpmn2:exclusiveGateway> |
| 157 | <bpmn2:sequenceFlow id="SequenceFlow_0drjj7b" name="yes" sourceRef="ExclusiveGateway_0ii31dq" targetRef="IntermediateThrowEvent_14ed07u"> |
| 158 | <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{(execution.getVariable("RollbackDeleted" ) == "true" )}]]></bpmn2:conditionExpression> |
| 159 | </bpmn2:sequenceFlow> |
| 160 | <bpmn2:intermediateCatchEvent id="IntermediateCatchEvent_05uesi2" name="StartAddResources"> |
| 161 | <bpmn2:outgoing>SequenceFlow_06xv7b2</bpmn2:outgoing> |
| 162 | <bpmn2:linkEventDefinition name="StartAddResource" /> |
| 163 | </bpmn2:intermediateCatchEvent> |
| 164 | <bpmn2:intermediateCatchEvent id="IntermediateCatchEvent_1qn9srt" name="StartDeleteResources"> |
| 165 | <bpmn2:outgoing>SequenceFlow_1g4qm2l</bpmn2:outgoing> |
| 166 | <bpmn2:linkEventDefinition name="StartDeleteResources" /> |
| 167 | </bpmn2:intermediateCatchEvent> |
| 168 | <bpmn2:intermediateThrowEvent id="IntermediateThrowEvent_11l0okn" name="GoTo StartDeleteResources"> |
| 169 | <bpmn2:incoming>SequenceFlow_11fnnkb</bpmn2:incoming> |
| 170 | <bpmn2:linkEventDefinition name="StartDeleteResources" /> |
| 171 | </bpmn2:intermediateThrowEvent> |
| 172 | <bpmn2:intermediateThrowEvent id="IntermediateThrowEvent_14ed07u" name="GoTo StartAddResources"> |
| 173 | <bpmn2:incoming>SequenceFlow_0drjj7b</bpmn2:incoming> |
| 174 | <bpmn2:linkEventDefinition name="StartAddResource" /> |
| 175 | </bpmn2:intermediateThrowEvent> |
| 176 | <bpmn2:sequenceFlow id="SequenceFlow_0a83f6m" name="no" sourceRef="ExclusiveGateway_0ybxh3b" targetRef="PostProcess_ScriptTask" /> |
| 177 | <bpmn2:sequenceFlow id="SequenceFlow_1fih4h0" sourceRef="ScriptTask_01beerv" targetRef="CallActivity_05jnyuq" /> |
| 178 | <bpmn2:sequenceFlow id="SequenceFlow_1g4qm2l" sourceRef="IntermediateCatchEvent_1qn9srt" targetRef="ScriptTask_01beerv" /> |
| 179 | <bpmn2:sequenceFlow id="SequenceFlow_06xv7b2" sourceRef="IntermediateCatchEvent_05uesi2" targetRef="ScriptTask_1i1ova8" /> |
| 180 | <bpmn2:sequenceFlow id="SequenceFlow_0b73i9r" sourceRef="ScriptTask_1i1ova8" targetRef="CallActivity_0l7jjb1" /> |
| 181 | <bpmn2:sequenceFlow id="SequenceFlow_0q9ws1s" sourceRef="CallActivity_0l7jjb1" targetRef="ScriptTask_1afo620" /> |
| 182 | <bpmn2:intermediateCatchEvent id="IntermediateCatchEvent_0546q5i" name="UpdateAAI"> |
| 183 | <bpmn2:outgoing>SequenceFlow_1a65s3k</bpmn2:outgoing> |
| 184 | <bpmn2:linkEventDefinition name="UpdateAAI" /> |
| 185 | </bpmn2:intermediateCatchEvent> |
| 186 | <bpmn2:scriptTask id="ScriptTask_0gj4dj5" name="Pre Process AAI PUT" scriptFormat="groovy"> |
Benjamin, Max (mb388a) | 0bb644b | 2018-08-07 16:06:09 -0400 | [diff] [blame^] | 187 | <bpmn2:incoming>SequenceFlow_1a65s3k</bpmn2:incoming> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 188 | <bpmn2:outgoing>SequenceFlow_1lppnhy</bpmn2:outgoing> |
| 189 | <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.* |
| 190 | def dcsi = new DoUpdateE2EServiceInstanceRollback() |
| 191 | dcsi.preProcessAAIPUT(execution)]]></bpmn2:script> |
| 192 | </bpmn2:scriptTask> |
| 193 | <bpmn2:callActivity id="CallActivity_0zs5y0x" name="Call Custom E2E Put Service" calledElement="CustomE2EPutService"> |
| 194 | <bpmn2:extensionElements> |
| 195 | <camunda:in source="serviceInstanceId" target="GENGS_serviceInstanceId" /> |
| 196 | <camunda:in sourceExpression="service-instance" target="GENGS_type" /> |
| 197 | <camunda:out source="GENGS_FoundIndicator" target="GENGS_FoundIndicator" /> |
| 198 | <camunda:out source="GENGS_SuccessIndicator" target="GENGS_SuccessIndicator" /> |
| 199 | <camunda:out source="WorkflowException" target="WorkflowException" /> |
| 200 | <camunda:out source="GENGS_siResourceLink" target="GENGS_siResourceLink" /> |
| 201 | <camunda:out source="GENGS_service" target="GENGS_service" /> |
| 202 | <camunda:in source="globalSubscriberId" target="GENGS_globalCustomerId" /> |
| 203 | <camunda:in source="serviceType" target="GENGS_serviceType" /> |
| 204 | </bpmn2:extensionElements> |
| 205 | <bpmn2:incoming>SequenceFlow_1lppnhy</bpmn2:incoming> |
| 206 | <bpmn2:outgoing>SequenceFlow_0kbisn8</bpmn2:outgoing> |
| 207 | </bpmn2:callActivity> |
| 208 | <bpmn2:scriptTask id="ScriptTask_1p96syr" name="Post Process AAI PUT" scriptFormat="groovy"> |
| 209 | <bpmn2:incoming>SequenceFlow_0kbisn8</bpmn2:incoming> |
| 210 | <bpmn2:outgoing>SequenceFlow_1azhgda</bpmn2:outgoing> |
| 211 | <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.* |
| 212 | def dcsi = new DoUpdateE2EServiceInstanceRollback() |
| 213 | dcsi.postProcessAAIPUT(execution)]]></bpmn2:script> |
| 214 | </bpmn2:scriptTask> |
Benjamin, Max (mb388a) | 0bb644b | 2018-08-07 16:06:09 -0400 | [diff] [blame^] | 215 | <bpmn2:sequenceFlow id="SequenceFlow_1a65s3k" sourceRef="IntermediateCatchEvent_0546q5i" targetRef="ScriptTask_0gj4dj5" /> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 216 | <bpmn2:sequenceFlow id="SequenceFlow_1lppnhy" sourceRef="ScriptTask_0gj4dj5" targetRef="CallActivity_0zs5y0x" /> |
| 217 | <bpmn2:sequenceFlow id="SequenceFlow_0kbisn8" sourceRef="CallActivity_0zs5y0x" targetRef="ScriptTask_1p96syr" /> |
| 218 | <bpmn2:exclusiveGateway id="ExclusiveGateway_1k16vgh" name="RollBackAAI?" default="SequenceFlow_161uzhj"> |
| 219 | <bpmn2:documentation>rollback AAI</bpmn2:documentation> |
| 220 | <bpmn2:incoming>SequenceFlow_08p4pkv</bpmn2:incoming> |
| 221 | <bpmn2:outgoing>SequenceFlow_0cbnwwi</bpmn2:outgoing> |
| 222 | <bpmn2:outgoing>SequenceFlow_161uzhj</bpmn2:outgoing> |
| 223 | </bpmn2:exclusiveGateway> |
| 224 | <bpmn2:sequenceFlow id="SequenceFlow_08p4pkv" sourceRef="ScriptTask_0ngehrz" targetRef="ExclusiveGateway_1k16vgh" /> |
| 225 | <bpmn2:intermediateThrowEvent id="IntermediateThrowEvent_0x32fw8" name="GoTo UpdateAAI"> |
| 226 | <bpmn2:incoming>SequenceFlow_0cbnwwi</bpmn2:incoming> |
| 227 | <bpmn2:linkEventDefinition name="UpdateAAI" /> |
| 228 | </bpmn2:intermediateThrowEvent> |
| 229 | <bpmn2:sequenceFlow id="SequenceFlow_0cbnwwi" name="yes" sourceRef="ExclusiveGateway_1k16vgh" targetRef="IntermediateThrowEvent_0x32fw8"> |
| 230 | <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{(execution.getVariable("RollbackAAI" ) == "true" )}]]></bpmn2:conditionExpression> |
| 231 | </bpmn2:sequenceFlow> |
| 232 | <bpmn2:scriptTask id="ScriptTask_1c3q8hc" name="Post Process Request" scriptFormat="groovy"> |
| 233 | <bpmn2:incoming>SequenceFlow_161uzhj</bpmn2:incoming> |
| 234 | <bpmn2:outgoing>SequenceFlow_13r4lij</bpmn2:outgoing> |
| 235 | <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.* |
| 236 | def rbk = new DoCreateE2EServiceInstanceRollback() |
| 237 | rbk.postProcessRequest(execution)]]></bpmn2:script> |
| 238 | </bpmn2:scriptTask> |
| 239 | <bpmn2:sequenceFlow id="SequenceFlow_161uzhj" sourceRef="ExclusiveGateway_1k16vgh" targetRef="ScriptTask_1c3q8hc" /> |
| 240 | <bpmn2:endEvent id="EndEvent_0knjkkx"> |
| 241 | <bpmn2:incoming>SequenceFlow_13r4lij</bpmn2:incoming> |
| 242 | </bpmn2:endEvent> |
| 243 | <bpmn2:sequenceFlow id="SequenceFlow_13r4lij" sourceRef="ScriptTask_1c3q8hc" targetRef="EndEvent_0knjkkx" /> |
| 244 | <bpmn2:exclusiveGateway id="ExclusiveGateway_0g7wcmb" name="RollBackAAI?" default="SequenceFlow_1isdxh1"> |
| 245 | <bpmn2:documentation>rollback AAI</bpmn2:documentation> |
| 246 | <bpmn2:incoming>SequenceFlow_1bp5oce</bpmn2:incoming> |
| 247 | <bpmn2:outgoing>SequenceFlow_0bkvqao</bpmn2:outgoing> |
| 248 | <bpmn2:outgoing>SequenceFlow_1isdxh1</bpmn2:outgoing> |
| 249 | </bpmn2:exclusiveGateway> |
| 250 | <bpmn2:intermediateThrowEvent id="IntermediateThrowEvent_0q76lxg" name="GoTo UpdateAAI"> |
| 251 | <bpmn2:incoming>SequenceFlow_0bkvqao</bpmn2:incoming> |
| 252 | <bpmn2:linkEventDefinition name="UpdateAAI" /> |
| 253 | </bpmn2:intermediateThrowEvent> |
| 254 | <bpmn2:scriptTask id="ScriptTask_1y4us3g" name="Post Process Request" scriptFormat="groovy"> |
| 255 | <bpmn2:incoming>SequenceFlow_1isdxh1</bpmn2:incoming> |
| 256 | <bpmn2:outgoing>SequenceFlow_0a9xori</bpmn2:outgoing> |
| 257 | <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.* |
| 258 | def rbk = new DoCreateE2EServiceInstanceRollback() |
| 259 | rbk.postProcessRequest(execution)]]></bpmn2:script> |
| 260 | </bpmn2:scriptTask> |
| 261 | <bpmn2:endEvent id="EndEvent_0yzh2qs"> |
| 262 | <bpmn2:incoming>SequenceFlow_0a9xori</bpmn2:incoming> |
| 263 | </bpmn2:endEvent> |
| 264 | <bpmn2:sequenceFlow id="SequenceFlow_0bkvqao" name="yes" sourceRef="ExclusiveGateway_0g7wcmb" targetRef="IntermediateThrowEvent_0q76lxg"> |
| 265 | <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{(execution.getVariable("RollbackAAI" ) == "true" )}]]></bpmn2:conditionExpression> |
| 266 | </bpmn2:sequenceFlow> |
| 267 | <bpmn2:sequenceFlow id="SequenceFlow_1isdxh1" sourceRef="ExclusiveGateway_0g7wcmb" targetRef="ScriptTask_1y4us3g" /> |
| 268 | <bpmn2:sequenceFlow id="SequenceFlow_0a9xori" sourceRef="ScriptTask_1y4us3g" targetRef="EndEvent_0yzh2qs" /> |
| 269 | <bpmn2:intermediateThrowEvent id="IntermediateThrowEvent_1et42wh" name="GoTo UpdateAAI"> |
| 270 | <bpmn2:incoming>SequenceFlow_0zijz16</bpmn2:incoming> |
| 271 | <bpmn2:linkEventDefinition name="UpdateAAI" /> |
| 272 | </bpmn2:intermediateThrowEvent> |
| 273 | <bpmn2:sequenceFlow id="SequenceFlow_0zijz16" name="yes" sourceRef="ExclusiveGateway_0ybxh3b" targetRef="IntermediateThrowEvent_1et42wh"> |
| 274 | <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{(execution.getVariable("RollbackAAI" ) == "true" )}]]></bpmn2:conditionExpression> |
| 275 | </bpmn2:sequenceFlow> |
| 276 | <bpmn2:sequenceFlow id="SequenceFlow_1bp5oce" sourceRef="ScriptTask_1afo620" targetRef="ExclusiveGateway_0g7wcmb" /> |
| 277 | <bpmn2:scriptTask id="ScriptTask_17k4l6y" name="Post Process Request" scriptFormat="groovy"> |
| 278 | <bpmn2:incoming>SequenceFlow_1azhgda</bpmn2:incoming> |
| 279 | <bpmn2:outgoing>SequenceFlow_1n6foyw</bpmn2:outgoing> |
| 280 | <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.* |
| 281 | def rbk = new DoCreateE2EServiceInstanceRollback() |
| 282 | rbk.postProcessRequest(execution)]]></bpmn2:script> |
| 283 | </bpmn2:scriptTask> |
| 284 | <bpmn2:endEvent id="EndEvent_193e9tt"> |
| 285 | <bpmn2:incoming>SequenceFlow_1n6foyw</bpmn2:incoming> |
| 286 | </bpmn2:endEvent> |
| 287 | <bpmn2:sequenceFlow id="SequenceFlow_1n6foyw" sourceRef="ScriptTask_17k4l6y" targetRef="EndEvent_193e9tt" /> |
| 288 | <bpmn2:sequenceFlow id="SequenceFlow_1azhgda" sourceRef="ScriptTask_1p96syr" targetRef="ScriptTask_17k4l6y" /> |
| 289 | <bpmn2:sequenceFlow id="SequenceFlow_055b52t" name="no" sourceRef="ExclusiveGateway_0ii31dq" targetRef="ExclusiveGateway_0ybxh3b" /> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 290 | </bpmn2:process> |
| 291 | <bpmn2:error id="Error_2" name="MSOWorkflowException" errorCode="MSOWorkflowException" /> |
| 292 | <bpmn2:error id="Error_1" name="java.lang.Exception" errorCode="java.lang.Exception" /> |
| 293 | <bpmndi:BPMNDiagram id="BPMNDiagram_1"> |
| 294 | <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="DoUpdateE2EServiceInstanceRollback"> |
| 295 | <bpmndi:BPMNShape id="_BPMNShape_StartEvent_47" bpmnElement="createSIRollback_startEvent"> |
| 296 | <dc:Bounds x="151" y="79" width="36" height="36" /> |
| 297 | <bpmndi:BPMNLabel> |
| 298 | <dc:Bounds x="146" y="120" width="48" height="14" /> |
| 299 | </bpmndi:BPMNLabel> |
| 300 | </bpmndi:BPMNShape> |
| 301 | <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_61" bpmnElement="preProcessRequest_ScriptTask"> |
| 302 | <dc:Bounds x="234" y="57" width="100" height="80" /> |
| 303 | </bpmndi:BPMNShape> |
| 304 | <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_1" bpmnElement="SequenceFlow_1" sourceElement="_BPMNShape_StartEvent_47" targetElement="_BPMNShape_ScriptTask_61"> |
| 305 | <di:waypoint xsi:type="dc:Point" x="187" y="97" /> |
| 306 | <di:waypoint xsi:type="dc:Point" x="234" y="97" /> |
| 307 | <bpmndi:BPMNLabel> |
| 308 | <dc:Bounds x="211" y="82" width="0" height="0" /> |
| 309 | </bpmndi:BPMNLabel> |
| 310 | </bpmndi:BPMNEdge> |
| 311 | <bpmndi:BPMNShape id="_BPMNShape_EndEvent_177" bpmnElement="EndEvent_3"> |
| 312 | <dc:Bounds x="636" y="-160" width="36" height="36" /> |
| 313 | <bpmndi:BPMNLabel> |
| 314 | <dc:Bounds x="609" y="-119" width="90" height="0" /> |
| 315 | </bpmndi:BPMNLabel> |
| 316 | </bpmndi:BPMNShape> |
| 317 | <bpmndi:BPMNShape id="_BPMNShape_SubProcess_27" bpmnElement="UnexpectedError_SubProcess_1" isExpanded="true"> |
| 318 | <dc:Bounds x="122" y="981" width="466" height="156" /> |
| 319 | </bpmndi:BPMNShape> |
| 320 | <bpmndi:BPMNShape id="_BPMNShape_StartEvent_70" bpmnElement="StartEvent_1"> |
| 321 | <dc:Bounds x="190" y="1047" width="36" height="36" /> |
| 322 | <bpmndi:BPMNLabel> |
| 323 | <dc:Bounds x="163" y="1088" width="90" height="0" /> |
| 324 | </bpmndi:BPMNLabel> |
| 325 | </bpmndi:BPMNShape> |
| 326 | <bpmndi:BPMNShape id="_BPMNShape_EndEvent_219" bpmnElement="EndEvent_1"> |
| 327 | <dc:Bounds x="483" y="1047" width="36" height="36" /> |
| 328 | <bpmndi:BPMNLabel> |
| 329 | <dc:Bounds x="456" y="1088" width="90" height="0" /> |
| 330 | </bpmndi:BPMNLabel> |
| 331 | </bpmndi:BPMNShape> |
| 332 | <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_4" bpmnElement="SequenceFlow_8" sourceElement="_BPMNShape_StartEvent_70" targetElement="_BPMNShape_ScriptTask_269"> |
| 333 | <di:waypoint xsi:type="dc:Point" x="226" y="1065" /> |
| 334 | <di:waypoint xsi:type="dc:Point" x="294" y="1065" /> |
| 335 | <bpmndi:BPMNLabel> |
| 336 | <dc:Bounds x="216" y="1050" width="90" height="0" /> |
| 337 | </bpmndi:BPMNLabel> |
| 338 | </bpmndi:BPMNEdge> |
| 339 | <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_3" bpmnElement="SequenceFlow_2" sourceElement="_BPMNShape_ScriptTask_61"> |
| 340 | <di:waypoint xsi:type="dc:Point" x="334" y="97" /> |
| 341 | <di:waypoint xsi:type="dc:Point" x="391" y="97" /> |
| 342 | <bpmndi:BPMNLabel> |
| 343 | <dc:Bounds x="342.5" y="82" width="90" height="0" /> |
| 344 | </bpmndi:BPMNLabel> |
| 345 | </bpmndi:BPMNEdge> |
| 346 | <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_269" bpmnElement="ScriptTask_1"> |
| 347 | <dc:Bounds x="294" y="1025" width="100" height="80" /> |
| 348 | </bpmndi:BPMNShape> |
| 349 | <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_5" bpmnElement="SequenceFlow_7" sourceElement="_BPMNShape_ScriptTask_269" targetElement="_BPMNShape_EndEvent_219"> |
| 350 | <di:waypoint xsi:type="dc:Point" x="394" y="1065" /> |
| 351 | <di:waypoint xsi:type="dc:Point" x="483" y="1065" /> |
| 352 | <bpmndi:BPMNLabel> |
| 353 | <dc:Bounds x="394" y="1050" width="90" height="0" /> |
| 354 | </bpmndi:BPMNLabel> |
| 355 | </bpmndi:BPMNEdge> |
| 356 | <bpmndi:BPMNShape id="ScriptTask_1wk55es_di" bpmnElement="PostProcess_ScriptTask"> |
| 357 | <dc:Bounds x="604" y="-62" width="100" height="80" /> |
| 358 | </bpmndi:BPMNShape> |
| 359 | <bpmndi:BPMNEdge id="SequenceFlow_01l4ssl_di" bpmnElement="SequenceFlow_01l4ssl"> |
| 360 | <di:waypoint xsi:type="dc:Point" x="654" y="-62" /> |
| 361 | <di:waypoint xsi:type="dc:Point" x="654" y="-89" /> |
| 362 | <di:waypoint xsi:type="dc:Point" x="654" y="-89" /> |
| 363 | <di:waypoint xsi:type="dc:Point" x="654" y="-124" /> |
| 364 | <bpmndi:BPMNLabel> |
| 365 | <dc:Bounds x="624" y="-89" width="90" height="0" /> |
| 366 | </bpmndi:BPMNLabel> |
| 367 | </bpmndi:BPMNEdge> |
| 368 | <bpmndi:BPMNShape id="SubProcess_11bi8mc_di" bpmnElement="SubProcess_11bi8mc" isExpanded="true"> |
| 369 | <dc:Bounds x="612" y="982" width="463" height="152" /> |
| 370 | </bpmndi:BPMNShape> |
| 371 | <bpmndi:BPMNShape id="StartEvent_1gxe17c_di" bpmnElement="StartEvent_1gxe17c"> |
| 372 | <dc:Bounds x="647" y="1034" width="36" height="36" /> |
| 373 | <bpmndi:BPMNLabel> |
| 374 | <dc:Bounds x="620" y="1075" width="90" height="0" /> |
| 375 | </bpmndi:BPMNLabel> |
| 376 | </bpmndi:BPMNShape> |
| 377 | <bpmndi:BPMNShape id="ScriptTask_15yddb0_di" bpmnElement="ScriptTask_15yddb0"> |
| 378 | <dc:Bounds x="755" y="1012" width="100" height="80" /> |
| 379 | </bpmndi:BPMNShape> |
| 380 | <bpmndi:BPMNShape id="EndEvent_12e3h6k_di" bpmnElement="EndEvent_12e3h6k"> |
| 381 | <dc:Bounds x="905" y="1034" width="36" height="36" /> |
| 382 | <bpmndi:BPMNLabel> |
| 383 | <dc:Bounds x="878" y="1075" width="90" height="0" /> |
| 384 | </bpmndi:BPMNLabel> |
| 385 | </bpmndi:BPMNShape> |
| 386 | <bpmndi:BPMNEdge id="SequenceFlow_1ch4xrf_di" bpmnElement="SequenceFlow_1ch4xrf"> |
| 387 | <di:waypoint xsi:type="dc:Point" x="683" y="1052" /> |
| 388 | <di:waypoint xsi:type="dc:Point" x="755" y="1052" /> |
| 389 | <bpmndi:BPMNLabel> |
| 390 | <dc:Bounds x="663" y="1052" width="90" height="0" /> |
| 391 | </bpmndi:BPMNLabel> |
| 392 | </bpmndi:BPMNEdge> |
| 393 | <bpmndi:BPMNEdge id="SequenceFlow_1pjk2ff_di" bpmnElement="SequenceFlow_1pjk2ff"> |
| 394 | <di:waypoint xsi:type="dc:Point" x="855" y="1052" /> |
| 395 | <di:waypoint xsi:type="dc:Point" x="905" y="1052" /> |
| 396 | <bpmndi:BPMNLabel> |
| 397 | <dc:Bounds x="835" y="1052" width="90" height="0" /> |
| 398 | </bpmndi:BPMNLabel> |
| 399 | </bpmndi:BPMNEdge> |
| 400 | <bpmndi:BPMNShape id="ExclusiveGateway_19tbjgn_di" bpmnElement="ExclusiveGateway_19tbjgn" isMarkerVisible="true"> |
| 401 | <dc:Bounds x="391" y="72" width="50" height="50" /> |
| 402 | <bpmndi:BPMNLabel> |
| 403 | <dc:Bounds x="383" y="54" width="65" height="12" /> |
| 404 | </bpmndi:BPMNLabel> |
| 405 | </bpmndi:BPMNShape> |
| 406 | <bpmndi:BPMNEdge id="SequenceFlow_1rzlaoy_di" bpmnElement="SequenceFlow_1rzlaoy"> |
| 407 | <di:waypoint xsi:type="dc:Point" x="416" y="72" /> |
| 408 | <di:waypoint xsi:type="dc:Point" x="416" y="-22" /> |
| 409 | <di:waypoint xsi:type="dc:Point" x="604" y="-22" /> |
| 410 | <bpmndi:BPMNLabel> |
| 411 | <dc:Bounds x="463.0056179775281" y="-39" width="19" height="12" /> |
| 412 | </bpmndi:BPMNLabel> |
| 413 | </bpmndi:BPMNEdge> |
| 414 | <bpmndi:BPMNShape id="ExclusiveGateway_0ii31dq_di" bpmnElement="ExclusiveGateway_0ii31dq" isMarkerVisible="true"> |
| 415 | <dc:Bounds x="687" y="72" width="50" height="50" /> |
| 416 | <bpmndi:BPMNLabel> |
| 417 | <dc:Bounds x="668" y="39" width="87" height="24" /> |
| 418 | </bpmndi:BPMNLabel> |
| 419 | </bpmndi:BPMNShape> |
| 420 | <bpmndi:BPMNShape id="ExclusiveGateway_09wkav2_di" bpmnElement="ExclusiveGateway_09wkav2" isMarkerVisible="true"> |
| 421 | <dc:Bounds x="520" y="72" width="50" height="50" /> |
| 422 | <bpmndi:BPMNLabel> |
| 423 | <dc:Bounds x="507" y="38" width="76" height="24" /> |
| 424 | </bpmndi:BPMNLabel> |
| 425 | </bpmndi:BPMNShape> |
| 426 | <bpmndi:BPMNEdge id="SequenceFlow_1uw2p9a_di" bpmnElement="SequenceFlow_1uw2p9a"> |
| 427 | <di:waypoint xsi:type="dc:Point" x="570" y="97" /> |
| 428 | <di:waypoint xsi:type="dc:Point" x="687" y="97" /> |
| 429 | <bpmndi:BPMNLabel> |
| 430 | <dc:Bounds x="592.125" y="107.5" width="12" height="12" /> |
| 431 | </bpmndi:BPMNLabel> |
| 432 | </bpmndi:BPMNEdge> |
| 433 | <bpmndi:BPMNEdge id="SequenceFlow_11fnnkb_di" bpmnElement="SequenceFlow_11fnnkb"> |
| 434 | <di:waypoint xsi:type="dc:Point" x="545" y="122" /> |
| 435 | <di:waypoint xsi:type="dc:Point" x="545" y="218" /> |
| 436 | <bpmndi:BPMNLabel> |
| 437 | <dc:Bounds x="510" y="135.20000000000002" width="19" height="12" /> |
| 438 | </bpmndi:BPMNLabel> |
| 439 | </bpmndi:BPMNEdge> |
| 440 | <bpmndi:BPMNEdge id="SequenceFlow_06aasqh_di" bpmnElement="SequenceFlow_06aasqh"> |
| 441 | <di:waypoint xsi:type="dc:Point" x="441" y="97" /> |
| 442 | <di:waypoint xsi:type="dc:Point" x="520" y="97" /> |
| 443 | <bpmndi:BPMNLabel> |
| 444 | <dc:Bounds x="460.5" y="104" width="12" height="12" /> |
| 445 | </bpmndi:BPMNLabel> |
| 446 | </bpmndi:BPMNEdge> |
| 447 | <bpmndi:BPMNShape id="CallActivity_05jnyuq_di" bpmnElement="CallActivity_05jnyuq"> |
| 448 | <dc:Bounds x="417" y="345" width="100" height="80" /> |
| 449 | </bpmndi:BPMNShape> |
| 450 | <bpmndi:BPMNEdge id="SequenceFlow_0pwixhh_di" bpmnElement="SequenceFlow_0pwixhh"> |
| 451 | <di:waypoint xsi:type="dc:Point" x="517" y="385" /> |
| 452 | <di:waypoint xsi:type="dc:Point" x="594" y="385" /> |
| 453 | <bpmndi:BPMNLabel> |
| 454 | <dc:Bounds x="511" y="364" width="90" height="12" /> |
| 455 | </bpmndi:BPMNLabel> |
| 456 | </bpmndi:BPMNEdge> |
| 457 | <bpmndi:BPMNShape id="ScriptTask_1i1ova8_di" bpmnElement="ScriptTask_1i1ova8"> |
| 458 | <dc:Bounds x="230" y="533" width="100" height="80" /> |
| 459 | </bpmndi:BPMNShape> |
| 460 | <bpmndi:BPMNShape id="ScriptTask_0ngehrz_di" bpmnElement="ScriptTask_0ngehrz"> |
| 461 | <dc:Bounds x="594" y="345" width="100" height="80" /> |
| 462 | </bpmndi:BPMNShape> |
| 463 | <bpmndi:BPMNShape id="ScriptTask_01beerv_di" bpmnElement="ScriptTask_01beerv"> |
| 464 | <dc:Bounds x="230" y="345" width="100" height="80" /> |
| 465 | </bpmndi:BPMNShape> |
| 466 | <bpmndi:BPMNShape id="CallActivity_0l7jjb1_di" bpmnElement="CallActivity_0l7jjb1"> |
| 467 | <dc:Bounds x="417" y="533" width="100" height="80" /> |
| 468 | </bpmndi:BPMNShape> |
| 469 | <bpmndi:BPMNShape id="ScriptTask_1afo620_di" bpmnElement="ScriptTask_1afo620"> |
| 470 | <dc:Bounds x="594" y="533" width="100" height="80" /> |
| 471 | </bpmndi:BPMNShape> |
| 472 | <bpmndi:BPMNShape id="ExclusiveGateway_0ybxh3b_di" bpmnElement="ExclusiveGateway_0ybxh3b" isMarkerVisible="true"> |
| 473 | <dc:Bounds x="864" y="72" width="50" height="50" /> |
| 474 | <bpmndi:BPMNLabel> |
| 475 | <dc:Bounds x="894" y="44" width="70" height="12" /> |
| 476 | </bpmndi:BPMNLabel> |
| 477 | </bpmndi:BPMNShape> |
| 478 | <bpmndi:BPMNEdge id="SequenceFlow_0drjj7b_di" bpmnElement="SequenceFlow_0drjj7b"> |
| 479 | <di:waypoint xsi:type="dc:Point" x="712" y="122" /> |
| 480 | <di:waypoint xsi:type="dc:Point" x="712" y="218" /> |
| 481 | <bpmndi:BPMNLabel> |
| 482 | <dc:Bounds x="687" y="141.6" width="19" height="12" /> |
| 483 | </bpmndi:BPMNLabel> |
| 484 | </bpmndi:BPMNEdge> |
| 485 | <bpmndi:BPMNShape id="IntermediateCatchEvent_05uesi2_di" bpmnElement="IntermediateCatchEvent_05uesi2"> |
| 486 | <dc:Bounds x="159" y="555" width="36" height="36" /> |
| 487 | <bpmndi:BPMNLabel> |
| 488 | <dc:Bounds x="135" y="600" width="84" height="24" /> |
| 489 | </bpmndi:BPMNLabel> |
| 490 | </bpmndi:BPMNShape> |
| 491 | <bpmndi:BPMNShape id="IntermediateCatchEvent_1qn9srt_di" bpmnElement="IntermediateCatchEvent_1qn9srt"> |
| 492 | <dc:Bounds x="159" y="367" width="36" height="36" /> |
| 493 | <bpmndi:BPMNLabel> |
| 494 | <dc:Bounds x="135" y="407" width="86" height="24" /> |
| 495 | </bpmndi:BPMNLabel> |
| 496 | </bpmndi:BPMNShape> |
| 497 | <bpmndi:BPMNShape id="IntermediateThrowEvent_11l0okn_di" bpmnElement="IntermediateThrowEvent_11l0okn"> |
| 498 | <dc:Bounds x="527" y="218" width="36" height="36" /> |
| 499 | <bpmndi:BPMNLabel> |
| 500 | <dc:Bounds x="502" y="257" width="86" height="36" /> |
| 501 | </bpmndi:BPMNLabel> |
| 502 | </bpmndi:BPMNShape> |
| 503 | <bpmndi:BPMNShape id="IntermediateThrowEvent_14ed07u_di" bpmnElement="IntermediateThrowEvent_14ed07u"> |
| 504 | <dc:Bounds x="694" y="218" width="36" height="36" /> |
| 505 | <bpmndi:BPMNLabel> |
| 506 | <dc:Bounds x="670" y="262" width="84" height="36" /> |
| 507 | </bpmndi:BPMNLabel> |
| 508 | </bpmndi:BPMNShape> |
| 509 | <bpmndi:BPMNEdge id="SequenceFlow_0a83f6m_di" bpmnElement="SequenceFlow_0a83f6m"> |
| 510 | <di:waypoint xsi:type="dc:Point" x="889" y="72" /> |
| 511 | <di:waypoint xsi:type="dc:Point" x="889" y="-22" /> |
| 512 | <di:waypoint xsi:type="dc:Point" x="704" y="-22" /> |
| 513 | <bpmndi:BPMNLabel> |
| 514 | <dc:Bounds x="837" y="19" width="15" height="12" /> |
| 515 | </bpmndi:BPMNLabel> |
| 516 | </bpmndi:BPMNEdge> |
| 517 | <bpmndi:BPMNEdge id="SequenceFlow_1fih4h0_di" bpmnElement="SequenceFlow_1fih4h0"> |
| 518 | <di:waypoint xsi:type="dc:Point" x="330" y="385" /> |
| 519 | <di:waypoint xsi:type="dc:Point" x="417" y="385" /> |
| 520 | <bpmndi:BPMNLabel> |
| 521 | <dc:Bounds x="329" y="364" width="90" height="12" /> |
| 522 | </bpmndi:BPMNLabel> |
| 523 | </bpmndi:BPMNEdge> |
| 524 | <bpmndi:BPMNEdge id="SequenceFlow_1g4qm2l_di" bpmnElement="SequenceFlow_1g4qm2l"> |
| 525 | <di:waypoint xsi:type="dc:Point" x="195" y="385" /> |
| 526 | <di:waypoint xsi:type="dc:Point" x="230" y="385" /> |
| 527 | <bpmndi:BPMNLabel> |
| 528 | <dc:Bounds x="168" y="364" width="90" height="12" /> |
| 529 | </bpmndi:BPMNLabel> |
| 530 | </bpmndi:BPMNEdge> |
| 531 | <bpmndi:BPMNEdge id="SequenceFlow_06xv7b2_di" bpmnElement="SequenceFlow_06xv7b2"> |
| 532 | <di:waypoint xsi:type="dc:Point" x="195" y="573" /> |
| 533 | <di:waypoint xsi:type="dc:Point" x="230" y="573" /> |
| 534 | <bpmndi:BPMNLabel> |
| 535 | <dc:Bounds x="168" y="552" width="90" height="12" /> |
| 536 | </bpmndi:BPMNLabel> |
| 537 | </bpmndi:BPMNEdge> |
| 538 | <bpmndi:BPMNEdge id="SequenceFlow_0b73i9r_di" bpmnElement="SequenceFlow_0b73i9r"> |
| 539 | <di:waypoint xsi:type="dc:Point" x="330" y="573" /> |
| 540 | <di:waypoint xsi:type="dc:Point" x="363" y="573" /> |
| 541 | <di:waypoint xsi:type="dc:Point" x="363" y="573" /> |
| 542 | <di:waypoint xsi:type="dc:Point" x="417" y="573" /> |
| 543 | <bpmndi:BPMNLabel> |
| 544 | <dc:Bounds x="333" y="567" width="90" height="12" /> |
| 545 | </bpmndi:BPMNLabel> |
| 546 | </bpmndi:BPMNEdge> |
| 547 | <bpmndi:BPMNEdge id="SequenceFlow_0q9ws1s_di" bpmnElement="SequenceFlow_0q9ws1s"> |
| 548 | <di:waypoint xsi:type="dc:Point" x="517" y="573" /> |
| 549 | <di:waypoint xsi:type="dc:Point" x="545" y="573" /> |
| 550 | <di:waypoint xsi:type="dc:Point" x="545" y="573" /> |
| 551 | <di:waypoint xsi:type="dc:Point" x="594" y="573" /> |
| 552 | <bpmndi:BPMNLabel> |
| 553 | <dc:Bounds x="515" y="567" width="90" height="12" /> |
| 554 | </bpmndi:BPMNLabel> |
| 555 | </bpmndi:BPMNEdge> |
| 556 | <bpmndi:BPMNShape id="IntermediateCatchEvent_0546q5i_di" bpmnElement="IntermediateCatchEvent_0546q5i"> |
| 557 | <dc:Bounds x="156" y="765" width="36" height="36" /> |
| 558 | <bpmndi:BPMNLabel> |
| 559 | <dc:Bounds x="151" y="801" width="52" height="12" /> |
| 560 | </bpmndi:BPMNLabel> |
| 561 | </bpmndi:BPMNShape> |
| 562 | <bpmndi:BPMNShape id="ScriptTask_0gj4dj5_di" bpmnElement="ScriptTask_0gj4dj5"> |
| 563 | <dc:Bounds x="687" y="743" width="100" height="80" /> |
| 564 | </bpmndi:BPMNShape> |
| 565 | <bpmndi:BPMNShape id="CallActivity_0zs5y0x_di" bpmnElement="CallActivity_0zs5y0x"> |
| 566 | <dc:Bounds x="841" y="743" width="100" height="80" /> |
| 567 | </bpmndi:BPMNShape> |
| 568 | <bpmndi:BPMNShape id="ScriptTask_1p96syr_di" bpmnElement="ScriptTask_1p96syr"> |
| 569 | <dc:Bounds x="1014" y="743" width="100" height="80" /> |
| 570 | </bpmndi:BPMNShape> |
| 571 | <bpmndi:BPMNEdge id="SequenceFlow_1a65s3k_di" bpmnElement="SequenceFlow_1a65s3k"> |
| 572 | <di:waypoint xsi:type="dc:Point" x="192" y="783" /> |
Benjamin, Max (mb388a) | 0bb644b | 2018-08-07 16:06:09 -0400 | [diff] [blame^] | 573 | <di:waypoint xsi:type="dc:Point" x="687" y="783" /> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 574 | <bpmndi:BPMNLabel> |
Benjamin, Max (mb388a) | 0bb644b | 2018-08-07 16:06:09 -0400 | [diff] [blame^] | 575 | <dc:Bounds x="394.5" y="762" width="90" height="12" /> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 576 | </bpmndi:BPMNLabel> |
| 577 | </bpmndi:BPMNEdge> |
| 578 | <bpmndi:BPMNEdge id="SequenceFlow_1lppnhy_di" bpmnElement="SequenceFlow_1lppnhy"> |
| 579 | <di:waypoint xsi:type="dc:Point" x="787" y="783" /> |
| 580 | <di:waypoint xsi:type="dc:Point" x="841" y="783" /> |
| 581 | <bpmndi:BPMNLabel> |
| 582 | <dc:Bounds x="769" y="762" width="90" height="12" /> |
| 583 | </bpmndi:BPMNLabel> |
| 584 | </bpmndi:BPMNEdge> |
| 585 | <bpmndi:BPMNEdge id="SequenceFlow_0kbisn8_di" bpmnElement="SequenceFlow_0kbisn8"> |
| 586 | <di:waypoint xsi:type="dc:Point" x="941" y="783" /> |
| 587 | <di:waypoint xsi:type="dc:Point" x="978" y="783" /> |
| 588 | <di:waypoint xsi:type="dc:Point" x="978" y="783" /> |
| 589 | <di:waypoint xsi:type="dc:Point" x="1014" y="783" /> |
| 590 | <bpmndi:BPMNLabel> |
| 591 | <dc:Bounds x="948" y="777" width="90" height="12" /> |
| 592 | </bpmndi:BPMNLabel> |
| 593 | </bpmndi:BPMNEdge> |
| 594 | <bpmndi:BPMNShape id="ExclusiveGateway_1k16vgh_di" bpmnElement="ExclusiveGateway_1k16vgh" isMarkerVisible="true"> |
| 595 | <dc:Bounds x="778" y="360" width="50" height="50" /> |
| 596 | <bpmndi:BPMNLabel> |
| 597 | <dc:Bounds x="719" y="358" width="70" height="12" /> |
| 598 | </bpmndi:BPMNLabel> |
| 599 | </bpmndi:BPMNShape> |
| 600 | <bpmndi:BPMNEdge id="SequenceFlow_08p4pkv_di" bpmnElement="SequenceFlow_08p4pkv"> |
| 601 | <di:waypoint xsi:type="dc:Point" x="694" y="385" /> |
| 602 | <di:waypoint xsi:type="dc:Point" x="778" y="385" /> |
| 603 | <bpmndi:BPMNLabel> |
| 604 | <dc:Bounds x="691" y="364" width="90" height="12" /> |
| 605 | </bpmndi:BPMNLabel> |
| 606 | </bpmndi:BPMNEdge> |
| 607 | <bpmndi:BPMNShape id="IntermediateThrowEvent_0x32fw8_di" bpmnElement="IntermediateThrowEvent_0x32fw8"> |
| 608 | <dc:Bounds x="785" y="454" width="36" height="36" /> |
| 609 | <bpmndi:BPMNLabel> |
| 610 | <dc:Bounds x="762" y="495" width="82" height="12" /> |
| 611 | </bpmndi:BPMNLabel> |
| 612 | </bpmndi:BPMNShape> |
| 613 | <bpmndi:BPMNEdge id="SequenceFlow_0cbnwwi_di" bpmnElement="SequenceFlow_0cbnwwi"> |
| 614 | <di:waypoint xsi:type="dc:Point" x="803" y="410" /> |
| 615 | <di:waypoint xsi:type="dc:Point" x="803" y="454" /> |
| 616 | <bpmndi:BPMNLabel> |
| 617 | <dc:Bounds x="808" y="426" width="20" height="12" /> |
| 618 | </bpmndi:BPMNLabel> |
| 619 | </bpmndi:BPMNEdge> |
| 620 | <bpmndi:BPMNShape id="ScriptTask_1c3q8hc_di" bpmnElement="ScriptTask_1c3q8hc"> |
| 621 | <dc:Bounds x="879" y="345" width="100" height="80" /> |
| 622 | </bpmndi:BPMNShape> |
| 623 | <bpmndi:BPMNEdge id="SequenceFlow_161uzhj_di" bpmnElement="SequenceFlow_161uzhj"> |
| 624 | <di:waypoint xsi:type="dc:Point" x="828" y="385" /> |
| 625 | <di:waypoint xsi:type="dc:Point" x="879" y="385" /> |
| 626 | <bpmndi:BPMNLabel> |
| 627 | <dc:Bounds x="809" y="364" width="90" height="12" /> |
| 628 | </bpmndi:BPMNLabel> |
| 629 | </bpmndi:BPMNEdge> |
| 630 | <bpmndi:BPMNShape id="EndEvent_0knjkkx_di" bpmnElement="EndEvent_0knjkkx"> |
| 631 | <dc:Bounds x="1040" y="367" width="36" height="36" /> |
| 632 | <bpmndi:BPMNLabel> |
| 633 | <dc:Bounds x="1013" y="407" width="90" height="12" /> |
| 634 | </bpmndi:BPMNLabel> |
| 635 | </bpmndi:BPMNShape> |
| 636 | <bpmndi:BPMNEdge id="SequenceFlow_13r4lij_di" bpmnElement="SequenceFlow_13r4lij"> |
| 637 | <di:waypoint xsi:type="dc:Point" x="979" y="385" /> |
| 638 | <di:waypoint xsi:type="dc:Point" x="1040" y="385" /> |
| 639 | <bpmndi:BPMNLabel> |
| 640 | <dc:Bounds x="965" y="364" width="90" height="12" /> |
| 641 | </bpmndi:BPMNLabel> |
| 642 | </bpmndi:BPMNEdge> |
| 643 | <bpmndi:BPMNShape id="ExclusiveGateway_0g7wcmb_di" bpmnElement="ExclusiveGateway_0g7wcmb" isMarkerVisible="true"> |
| 644 | <dc:Bounds x="778" y="548" width="50" height="50" /> |
| 645 | <bpmndi:BPMNLabel> |
| 646 | <dc:Bounds x="719" y="546" width="70" height="12" /> |
| 647 | </bpmndi:BPMNLabel> |
| 648 | </bpmndi:BPMNShape> |
| 649 | <bpmndi:BPMNShape id="IntermediateThrowEvent_0q76lxg_di" bpmnElement="IntermediateThrowEvent_0q76lxg"> |
| 650 | <dc:Bounds x="785" y="647" width="36" height="36" /> |
| 651 | <bpmndi:BPMNLabel> |
| 652 | <dc:Bounds x="762" y="693" width="82" height="12" /> |
| 653 | </bpmndi:BPMNLabel> |
| 654 | </bpmndi:BPMNShape> |
| 655 | <bpmndi:BPMNShape id="ScriptTask_1y4us3g_di" bpmnElement="ScriptTask_1y4us3g"> |
| 656 | <dc:Bounds x="879" y="533" width="100" height="80" /> |
| 657 | </bpmndi:BPMNShape> |
| 658 | <bpmndi:BPMNShape id="EndEvent_0yzh2qs_di" bpmnElement="EndEvent_0yzh2qs"> |
| 659 | <dc:Bounds x="1040" y="555" width="36" height="36" /> |
| 660 | <bpmndi:BPMNLabel> |
| 661 | <dc:Bounds x="1013" y="595" width="90" height="12" /> |
| 662 | </bpmndi:BPMNLabel> |
| 663 | </bpmndi:BPMNShape> |
| 664 | <bpmndi:BPMNEdge id="SequenceFlow_0bkvqao_di" bpmnElement="SequenceFlow_0bkvqao"> |
| 665 | <di:waypoint xsi:type="dc:Point" x="803" y="598" /> |
| 666 | <di:waypoint xsi:type="dc:Point" x="803" y="647" /> |
| 667 | <bpmndi:BPMNLabel> |
| 668 | <dc:Bounds x="808" y="617" width="20" height="12" /> |
| 669 | </bpmndi:BPMNLabel> |
| 670 | </bpmndi:BPMNEdge> |
| 671 | <bpmndi:BPMNEdge id="SequenceFlow_1isdxh1_di" bpmnElement="SequenceFlow_1isdxh1"> |
| 672 | <di:waypoint xsi:type="dc:Point" x="828" y="573" /> |
| 673 | <di:waypoint xsi:type="dc:Point" x="879" y="573" /> |
| 674 | <bpmndi:BPMNLabel> |
| 675 | <dc:Bounds x="809" y="552" width="90" height="12" /> |
| 676 | </bpmndi:BPMNLabel> |
| 677 | </bpmndi:BPMNEdge> |
| 678 | <bpmndi:BPMNEdge id="SequenceFlow_0a9xori_di" bpmnElement="SequenceFlow_0a9xori"> |
| 679 | <di:waypoint xsi:type="dc:Point" x="979" y="573" /> |
| 680 | <di:waypoint xsi:type="dc:Point" x="1040" y="573" /> |
| 681 | <bpmndi:BPMNLabel> |
| 682 | <dc:Bounds x="965" y="552" width="90" height="12" /> |
| 683 | </bpmndi:BPMNLabel> |
| 684 | </bpmndi:BPMNEdge> |
| 685 | <bpmndi:BPMNShape id="IntermediateThrowEvent_1et42wh_di" bpmnElement="IntermediateThrowEvent_1et42wh"> |
| 686 | <dc:Bounds x="873" y="218" width="36" height="36" /> |
| 687 | <bpmndi:BPMNLabel> |
| 688 | <dc:Bounds x="852" y="269" width="82" height="12" /> |
| 689 | </bpmndi:BPMNLabel> |
| 690 | </bpmndi:BPMNShape> |
| 691 | <bpmndi:BPMNEdge id="SequenceFlow_0zijz16_di" bpmnElement="SequenceFlow_0zijz16"> |
| 692 | <di:waypoint xsi:type="dc:Point" x="889" y="122" /> |
| 693 | <di:waypoint xsi:type="dc:Point" x="891" y="218" /> |
| 694 | <bpmndi:BPMNLabel> |
| 695 | <dc:Bounds x="861.4067820523877" y="137.3057489950117" width="19" height="12" /> |
| 696 | </bpmndi:BPMNLabel> |
| 697 | </bpmndi:BPMNEdge> |
| 698 | <bpmndi:BPMNEdge id="SequenceFlow_1bp5oce_di" bpmnElement="SequenceFlow_1bp5oce"> |
| 699 | <di:waypoint xsi:type="dc:Point" x="694" y="573" /> |
| 700 | <di:waypoint xsi:type="dc:Point" x="778" y="573" /> |
| 701 | <bpmndi:BPMNLabel> |
| 702 | <dc:Bounds x="691" y="552" width="90" height="12" /> |
| 703 | </bpmndi:BPMNLabel> |
| 704 | </bpmndi:BPMNEdge> |
| 705 | <bpmndi:BPMNShape id="ScriptTask_17k4l6y_di" bpmnElement="ScriptTask_17k4l6y"> |
| 706 | <dc:Bounds x="1171" y="743" width="100" height="80" /> |
| 707 | </bpmndi:BPMNShape> |
| 708 | <bpmndi:BPMNShape id="EndEvent_193e9tt_di" bpmnElement="EndEvent_193e9tt"> |
| 709 | <dc:Bounds x="1327" y="765" width="36" height="36" /> |
| 710 | <bpmndi:BPMNLabel> |
| 711 | <dc:Bounds x="1300" y="805" width="90" height="12" /> |
| 712 | </bpmndi:BPMNLabel> |
| 713 | </bpmndi:BPMNShape> |
| 714 | <bpmndi:BPMNEdge id="SequenceFlow_1n6foyw_di" bpmnElement="SequenceFlow_1n6foyw"> |
| 715 | <di:waypoint xsi:type="dc:Point" x="1271" y="783" /> |
| 716 | <di:waypoint xsi:type="dc:Point" x="1327" y="783" /> |
| 717 | <bpmndi:BPMNLabel> |
| 718 | <dc:Bounds x="1254" y="762" width="90" height="12" /> |
| 719 | </bpmndi:BPMNLabel> |
| 720 | </bpmndi:BPMNEdge> |
| 721 | <bpmndi:BPMNEdge id="SequenceFlow_1azhgda_di" bpmnElement="SequenceFlow_1azhgda"> |
| 722 | <di:waypoint xsi:type="dc:Point" x="1114" y="783" /> |
| 723 | <di:waypoint xsi:type="dc:Point" x="1171" y="783" /> |
| 724 | <bpmndi:BPMNLabel> |
| 725 | <dc:Bounds x="1097.5" y="762" width="90" height="12" /> |
| 726 | </bpmndi:BPMNLabel> |
| 727 | </bpmndi:BPMNEdge> |
| 728 | <bpmndi:BPMNEdge id="SequenceFlow_055b52t_di" bpmnElement="SequenceFlow_055b52t"> |
| 729 | <di:waypoint xsi:type="dc:Point" x="737" y="97" /> |
| 730 | <di:waypoint xsi:type="dc:Point" x="864" y="97" /> |
| 731 | <bpmndi:BPMNLabel> |
| 732 | <dc:Bounds x="769" y="106" width="15" height="12" /> |
| 733 | </bpmndi:BPMNLabel> |
| 734 | </bpmndi:BPMNEdge> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 735 | </bpmndi:BPMNPlane> |
| 736 | </bpmndi:BPMNDiagram> |
| 737 | </bpmn2:definitions> |