Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
Srivahni Chivukula | b67d61f | 2018-09-18 08:32:49 -0700 | [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="_MagIIMOUEeW8asg-vCEgWQ" targetNamespace="http://camunda.org/schema/1.0/bpmn" exporter="Camunda Modeler" exporterVersion="1.11.3" 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="CreateGenericALaCarteServiceInstance" name="CreateGenericALaCarteServiceInstance" isExecutable="true"> |
| 4 | <bpmn2:startEvent id="createSI_startEvent" name="Create SI Start Flow"> |
| 5 | <bpmn2:outgoing>SequenceFlow_0lp2z7l</bpmn2:outgoing> |
| 6 | </bpmn2:startEvent> |
| 7 | <bpmn2:subProcess id="unexpectedErrors_SubProcess" name="Sub-process for UnexpectedErrors" triggeredByEvent="true"> |
| 8 | <bpmn2:scriptTask id="ScriptTask_1" name="Handle Unexpected Error" scriptFormat="groovy"> |
| 9 | <bpmn2:incoming>SequenceFlow_10</bpmn2:incoming> |
| 10 | <bpmn2:outgoing>SequenceFlow_14</bpmn2:outgoing> |
| 11 | <bpmn2:script><![CDATA[import org.onap.so.bpmn.common.scripts.* |
| 12 | ExceptionUtil ex = new ExceptionUtil() |
| 13 | ex.processJavaException(execution)]]></bpmn2:script> |
| 14 | </bpmn2:scriptTask> |
| 15 | <bpmn2:sequenceFlow id="SequenceFlow_14" name="" sourceRef="ScriptTask_1" targetRef="EndEvent_1" /> |
| 16 | <bpmn2:startEvent id="StartEvent_1"> |
| 17 | <bpmn2:outgoing>SequenceFlow_10</bpmn2:outgoing> |
Smokowski, Steve (ss835w) | 219ef08 | 2018-08-09 12:44:57 -0400 | [diff] [blame] | 18 | <bpmn2:errorEventDefinition id="ErrorEventDefinition_2" errorRef="Error_1" camunda:errorMessageVariable="gUnknownError" /> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 19 | </bpmn2:startEvent> |
| 20 | <bpmn2:sequenceFlow id="SequenceFlow_10" name="" sourceRef="StartEvent_1" targetRef="ScriptTask_1" /> |
| 21 | <bpmn2:endEvent id="EndEvent_1"> |
| 22 | <bpmn2:incoming>SequenceFlow_14</bpmn2:incoming> |
| 23 | </bpmn2:endEvent> |
| 24 | </bpmn2:subProcess> |
| 25 | <bpmn2:callActivity id="doCreateServiceInstance_CallActivity" name="Call DoCreateServiceInstance " calledElement="DoCreateServiceInstance"> |
| 26 | <bpmn2:extensionElements> |
| 27 | <camunda:out source="WorkflowException" target="WorkflowException" /> |
| 28 | <camunda:in source="msoRequestId" target="msoRequestId" /> |
| 29 | <camunda:out source="rollbackData" target="rollbackData" /> |
| 30 | <camunda:in source="productFamilyId" target="productFamilyId" /> |
| 31 | <camunda:in source="disableRollback" target="disableRollback" /> |
| 32 | <camunda:in source="serviceInputParams" target="serviceInputParams" /> |
| 33 | <camunda:out source="rolledBack" target="rolledBack" /> |
| 34 | <camunda:out source="serviceInstanceName" target="serviceInstanceName" /> |
| 35 | <camunda:in source="failIfExists" target="failIfExists" /> |
| 36 | <camunda:in source="globalSubscriberId" target="globalSubscriberId" /> |
| 37 | <camunda:in source="subscriptionServiceType" target="subscriptionServiceType" /> |
| 38 | <camunda:in sourceExpression="1610" target="sdncVersion" /> |
| 39 | <camunda:in source="serviceDecomposition" target="serviceDecomposition" /> |
| 40 | <camunda:in source="bpmnRequest" target="requestJson" /> |
| 41 | </bpmn2:extensionElements> |
Srivahni Chivukula | b67d61f | 2018-09-18 08:32:49 -0700 | [diff] [blame] | 42 | <bpmn2:incoming>SequenceFlow_1fv5tk6</bpmn2:incoming> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 43 | <bpmn2:outgoing>SequenceFlow_1lj31zp</bpmn2:outgoing> |
| 44 | </bpmn2:callActivity> |
| 45 | <bpmn2:endEvent id="EndEvent_0o440av" name="End"> |
| 46 | <bpmn2:incoming>SequenceFlow_095crcd</bpmn2:incoming> |
| 47 | </bpmn2:endEvent> |
| 48 | <bpmn2:sequenceFlow id="SequenceFlow_1lj31zp" sourceRef="doCreateServiceInstance_CallActivity" targetRef="ExclusiveGateway_1x5i9c1" /> |
| 49 | <bpmn2:scriptTask id="ScriptTask_0pvcr6j" name="Pre Process Incoming Request" scriptFormat="groovy"> |
| 50 | <bpmn2:incoming>SequenceFlow_0lp2z7l</bpmn2:incoming> |
| 51 | <bpmn2:outgoing>SequenceFlow_0ktadna</bpmn2:outgoing> |
| 52 | <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.* |
| 53 | def csi = new CreateGenericALaCarteServiceInstance() |
| 54 | csi.preProcessRequest(execution)]]></bpmn2:script> |
| 55 | </bpmn2:scriptTask> |
| 56 | <bpmn2:sequenceFlow id="SequenceFlow_0lp2z7l" sourceRef="createSI_startEvent" targetRef="ScriptTask_0pvcr6j" /> |
| 57 | <bpmn2:scriptTask id="ScriptTask_0cihgpv" name="Prepare Completion Request" scriptFormat="groovy"> |
| 58 | <bpmn2:incoming>SequenceFlow_1o4wwba</bpmn2:incoming> |
| 59 | <bpmn2:outgoing>SequenceFlow_0xxvjxq</bpmn2:outgoing> |
| 60 | <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.* |
| 61 | def csi = new CreateGenericALaCarteServiceInstance() |
| 62 | csi.prepareCompletionRequest(execution)]]></bpmn2:script> |
| 63 | </bpmn2:scriptTask> |
| 64 | <bpmn2:callActivity id="CallActivity_0sevgre" name="Call CompleteMsoProcess" calledElement="CompleteMsoProcess"> |
| 65 | <bpmn2:extensionElements> |
| 66 | <camunda:in source="completionRequest" target="CompleteMsoProcessRequest" /> |
| 67 | <camunda:in source="mso-request-id" target="mso-request-id" /> |
| 68 | <camunda:in source="mso-service-instance-id" target="mso-service-instance-id" /> |
| 69 | <camunda:out source="CMSO_ResponseCode" target="CMSO_ResponseCode" /> |
| 70 | <camunda:out source="CompleteMsoProcessResponse" target="CompleteMsoProcessResponse" /> |
| 71 | <camunda:out source="CMSO_ErrorResponse" target="CMSO_ErrorResponse" /> |
| 72 | </bpmn2:extensionElements> |
| 73 | <bpmn2:incoming>SequenceFlow_0xxvjxq</bpmn2:incoming> |
| 74 | <bpmn2:outgoing>SequenceFlow_095crcd</bpmn2:outgoing> |
| 75 | </bpmn2:callActivity> |
| 76 | <bpmn2:sequenceFlow id="SequenceFlow_0xxvjxq" sourceRef="ScriptTask_0cihgpv" targetRef="CallActivity_0sevgre" /> |
| 77 | <bpmn2:subProcess id="SubProcess_1k2112i" name="Sub-process for FalloutHandler and Rollback" triggeredByEvent="true"> |
| 78 | <bpmn2:startEvent id="StartEvent_110xxgx"> |
| 79 | <bpmn2:outgoing>SequenceFlow_0n4umjf</bpmn2:outgoing> |
| 80 | <bpmn2:errorEventDefinition /> |
| 81 | </bpmn2:startEvent> |
| 82 | <bpmn2:endEvent id="EndEvent_1rqikib"> |
| 83 | <bpmn2:incoming>SequenceFlow_1ghqolv</bpmn2:incoming> |
| 84 | </bpmn2:endEvent> |
| 85 | <bpmn2:scriptTask id="ScriptTask_1hql91g" name="Prepare Fallout Request" scriptFormat="groovy"> |
| 86 | <bpmn2:incoming>SequenceFlow_14eadeb</bpmn2:incoming> |
| 87 | <bpmn2:outgoing>SequenceFlow_1reso2f</bpmn2:outgoing> |
| 88 | <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.* |
| 89 | def csi = new CreateGenericALaCarteServiceInstance() |
| 90 | csi.prepareFalloutRequest(execution)]]></bpmn2:script> |
| 91 | </bpmn2:scriptTask> |
| 92 | <bpmn2:callActivity id="CallActivity_1ksm1dz" name="Call FalloutHandler" calledElement="FalloutHandler"> |
| 93 | <bpmn2:extensionElements> |
| 94 | <camunda:in source="falloutRequest" target="FalloutHandlerRequest" /> |
| 95 | <camunda:in source="mso-request-id" target="mso-request-id" /> |
| 96 | <camunda:in source="mso-service-instance-id" target="mso-service-instance-id" /> |
| 97 | <camunda:out source="FH_ResponseCode" target="FH_ResponseCode" /> |
| 98 | <camunda:out source="FalloutHandlerResponse" target="FalloutHandlerResponse" /> |
| 99 | <camunda:out source="FH_ErrorResponse" target="FH_ErrorResponse" /> |
| 100 | </bpmn2:extensionElements> |
| 101 | <bpmn2:incoming>SequenceFlow_1reso2f</bpmn2:incoming> |
| 102 | <bpmn2:outgoing>SequenceFlow_1ghqolv</bpmn2:outgoing> |
| 103 | </bpmn2:callActivity> |
| 104 | <bpmn2:sequenceFlow id="SequenceFlow_1reso2f" sourceRef="ScriptTask_1hql91g" targetRef="CallActivity_1ksm1dz" /> |
| 105 | <bpmn2:sequenceFlow id="SequenceFlow_1ghqolv" sourceRef="CallActivity_1ksm1dz" targetRef="EndEvent_1rqikib" /> |
| 106 | <bpmn2:sequenceFlow id="SequenceFlow_0n4umjf" sourceRef="StartEvent_110xxgx" targetRef="ScriptTask_0o4smqp" /> |
| 107 | <bpmn2:scriptTask id="ScriptTask_0o4smqp" name="Send Error Response"> |
| 108 | <bpmn2:incoming>SequenceFlow_0n4umjf</bpmn2:incoming> |
| 109 | <bpmn2:outgoing>SequenceFlow_14eadeb</bpmn2:outgoing> |
| 110 | <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.* |
| 111 | def csi = new CreateGenericALaCarteServiceInstance() |
| 112 | csi.sendSyncError(execution)]]></bpmn2:script> |
| 113 | </bpmn2:scriptTask> |
| 114 | <bpmn2:sequenceFlow id="SequenceFlow_14eadeb" sourceRef="ScriptTask_0o4smqp" targetRef="ScriptTask_1hql91g" /> |
| 115 | </bpmn2:subProcess> |
| 116 | <bpmn2:sequenceFlow id="SequenceFlow_095crcd" sourceRef="CallActivity_0sevgre" targetRef="EndEvent_0o440av" /> |
| 117 | <bpmn2:scriptTask id="Task_1nko5zz" name="Send Sync Ack Response" scriptFormat="groovy"> |
| 118 | <bpmn2:incoming>SequenceFlow_0ktadna</bpmn2:incoming> |
| 119 | <bpmn2:outgoing>SequenceFlow_16vhtu8</bpmn2:outgoing> |
| 120 | <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.* |
| 121 | def csi = new CreateGenericALaCarteServiceInstance() |
| 122 | csi.sendSyncResponse(execution)]]></bpmn2:script> |
| 123 | </bpmn2:scriptTask> |
| 124 | <bpmn2:sequenceFlow id="SequenceFlow_0ktadna" sourceRef="ScriptTask_0pvcr6j" targetRef="Task_1nko5zz" /> |
| 125 | <bpmn2:exclusiveGateway id="ExclusiveGateway_1x5i9c1" name="Success?"> |
| 126 | <bpmn2:incoming>SequenceFlow_1lj31zp</bpmn2:incoming> |
| 127 | <bpmn2:outgoing>SequenceFlow_1o4wwba</bpmn2:outgoing> |
| 128 | <bpmn2:outgoing>SequenceFlow_1mdnv3l</bpmn2:outgoing> |
| 129 | </bpmn2:exclusiveGateway> |
| 130 | <bpmn2:endEvent id="EndEvent_143akoz"> |
| 131 | <bpmn2:incoming>SequenceFlow_1mdnv3l</bpmn2:incoming> |
| 132 | <bpmn2:errorEventDefinition errorRef="Error_2" /> |
| 133 | </bpmn2:endEvent> |
| 134 | <bpmn2:sequenceFlow id="SequenceFlow_1o4wwba" name="yes" sourceRef="ExclusiveGateway_1x5i9c1" targetRef="ScriptTask_0cihgpv"> |
| 135 | <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{execution.getVariable("WorkflowException") == null}]]></bpmn2:conditionExpression> |
| 136 | </bpmn2:sequenceFlow> |
| 137 | <bpmn2:sequenceFlow id="SequenceFlow_1mdnv3l" name="no" sourceRef="ExclusiveGateway_1x5i9c1" targetRef="EndEvent_143akoz"> |
| 138 | <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{execution.getVariable("WorkflowException") != null}]]></bpmn2:conditionExpression> |
| 139 | </bpmn2:sequenceFlow> |
| 140 | <bpmn2:intermediateThrowEvent id="IntermediateThrowEvent_0y5991s" name="GoDecompose"> |
| 141 | <bpmn2:incoming>SequenceFlow_16vhtu8</bpmn2:incoming> |
| 142 | <bpmn2:linkEventDefinition name="Decompose" /> |
| 143 | </bpmn2:intermediateThrowEvent> |
| 144 | <bpmn2:sequenceFlow id="SequenceFlow_16vhtu8" sourceRef="Task_1nko5zz" targetRef="IntermediateThrowEvent_0y5991s" /> |
| 145 | <bpmn2:intermediateCatchEvent id="IntermediateCatchEvent_00tv706" name="Decompose"> |
| 146 | <bpmn2:outgoing>SequenceFlow_1tfe975</bpmn2:outgoing> |
| 147 | <bpmn2:linkEventDefinition name="Decompose" /> |
| 148 | </bpmn2:intermediateCatchEvent> |
| 149 | <bpmn2:intermediateCatchEvent id="IntermediateCatchEvent_1aouco1" name="CreateSI"> |
| 150 | <bpmn2:outgoing>SequenceFlow_1hjh5zy</bpmn2:outgoing> |
| 151 | <bpmn2:linkEventDefinition name="CreateSI" /> |
| 152 | </bpmn2:intermediateCatchEvent> |
| 153 | <bpmn2:intermediateThrowEvent id="IntermediateThrowEvent_1tbopzu" name="GoToCreateSI"> |
| 154 | <bpmn2:incoming>SequenceFlow_14ajbme</bpmn2:incoming> |
| 155 | <bpmn2:linkEventDefinition name="CreateSI" /> |
| 156 | </bpmn2:intermediateThrowEvent> |
| 157 | <bpmn2:scriptTask id="ScriptTask_1vr3ks5" name="Prepare Decompose Service " scriptFormat="groovy"> |
| 158 | <bpmn2:incoming>SequenceFlow_1tfe975</bpmn2:incoming> |
| 159 | <bpmn2:outgoing>SequenceFlow_0xhu1k3</bpmn2:outgoing> |
| 160 | <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.* |
| 161 | def csi= new CreateGenericALaCarteServiceInstance() |
| 162 | csi.prepareDecomposeService(execution)]]></bpmn2:script> |
| 163 | </bpmn2:scriptTask> |
| 164 | <bpmn2:callActivity id="CallActivity_1oc1h9q" name="DecomposeService" calledElement="DecomposeService"> |
| 165 | <bpmn2:extensionElements> |
| 166 | <camunda:in source="msoRequestId" target="msoRequestId" /> |
| 167 | <camunda:in source="serviceInstanceId" target="serviceInstanceId" /> |
| 168 | <camunda:in source="serviceModelInfo" target="serviceModelInfo" /> |
| 169 | <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" /> |
| 170 | <camunda:out source="serviceDecomposition" target="serviceDecomposition" /> |
| 171 | <camunda:out source="WorkflowException" target="WorkflowException" /> |
| 172 | </bpmn2:extensionElements> |
| 173 | <bpmn2:incoming>SequenceFlow_0xhu1k3</bpmn2:incoming> |
| 174 | <bpmn2:outgoing>SequenceFlow_1o3ihrh</bpmn2:outgoing> |
| 175 | </bpmn2:callActivity> |
| 176 | <bpmn2:scriptTask id="ScriptTask_04zaa1o" name="Prepare Create Service " scriptFormat="groovy"> |
Srivahni Chivukula | b67d61f | 2018-09-18 08:32:49 -0700 | [diff] [blame] | 177 | <bpmn2:incoming>SequenceFlow_1hjh5zy</bpmn2:incoming> |
| 178 | <bpmn2:outgoing>SequenceFlow_1fv5tk6</bpmn2:outgoing> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 179 | <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.* |
| 180 | def csi= new CreateGenericALaCarteServiceInstance() |
| 181 | csi.prepareCreateServiceInstance(execution)]]></bpmn2:script> |
| 182 | </bpmn2:scriptTask> |
| 183 | <bpmn2:sequenceFlow id="SequenceFlow_0xhu1k3" sourceRef="ScriptTask_1vr3ks5" targetRef="CallActivity_1oc1h9q" /> |
Srivahni Chivukula | b67d61f | 2018-09-18 08:32:49 -0700 | [diff] [blame] | 184 | <bpmn2:sequenceFlow id="SequenceFlow_1o3ihrh" sourceRef="CallActivity_1oc1h9q" targetRef="ExclusiveGateway_0h0cq5k" /> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 185 | <bpmn2:sequenceFlow id="SequenceFlow_1tfe975" sourceRef="IntermediateCatchEvent_00tv706" targetRef="ScriptTask_1vr3ks5" /> |
Srivahni Chivukula | b67d61f | 2018-09-18 08:32:49 -0700 | [diff] [blame] | 186 | <bpmn2:sequenceFlow id="SequenceFlow_14ajbme" sourceRef="CallActivity_1y1p4bd" targetRef="IntermediateThrowEvent_1tbopzu" /> |
| 187 | <bpmn2:sequenceFlow id="SequenceFlow_1hjh5zy" sourceRef="IntermediateCatchEvent_1aouco1" targetRef="ScriptTask_04zaa1o" /> |
| 188 | <bpmn2:callActivity id="CallActivity_1y1p4bd" name="Call Homing Service" camunda:modelerTemplate="homingBlock" calledElement="Homing"> |
| 189 | <bpmn2:extensionElements> |
| 190 | <camunda:in source="true" target="isDebugLogEnabled" /> |
| 191 | <camunda:in source="null" target="timeout" /> |
| 192 | <camunda:out source="serviceDecomposition" target="serviceDecomposition" /> |
| 193 | <camunda:out source="rolledBack" target="rolledBack" /> |
| 194 | <camunda:out source="rollbackData" target="rollbackData" /> |
| 195 | <camunda:out source="WorkflowException" target="WorkflowException" /> |
| 196 | <camunda:in source="msoRequestId" target="msoRequestId" /> |
| 197 | <camunda:in source="serviceInstanceId" target="serviceInstanceId" /> |
| 198 | <camunda:in source="serviceDecomposition" target="serviceDecomposition" /> |
| 199 | <camunda:in source="subscriberInfo" target="subscriberInfo" /> |
| 200 | <camunda:in source="homingService" target="homingService" /> |
| 201 | <camunda:in source="customerLocation" target="customerLocation" /> |
| 202 | <camunda:in source="cloudOwner" target="cloudOwner" /> |
| 203 | <camunda:in source="cloudRegionId" target="cloudRegionId" /> |
| 204 | <camunda:in source="serviceInstanceName" target="serviceInstanceName" /> |
| 205 | <camunda:in source="homingModelIds" target="homingModelIds" /> |
| 206 | <camunda:in source="subscriptionServiceType" target="subscriptionServiceType" /> |
| 207 | </bpmn2:extensionElements> |
| 208 | <bpmn2:incoming>SequenceFlow_0bng27u</bpmn2:incoming> |
| 209 | <bpmn2:outgoing>SequenceFlow_14ajbme</bpmn2:outgoing> |
| 210 | </bpmn2:callActivity> |
| 211 | <bpmn2:scriptTask id="ScriptTask_1imcb54" name="PostProcess Decompose Service " scriptFormat="groovy"> |
| 212 | <bpmn2:incoming>SequenceFlow_0vcumrm</bpmn2:incoming> |
| 213 | <bpmn2:outgoing>SequenceFlow_0bng27u</bpmn2:outgoing> |
| 214 | <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.* |
| 215 | def csi= new CreateGenericALaCarteServiceInstance() |
| 216 | csi.processDecomposition(execution)]]></bpmn2:script> |
| 217 | </bpmn2:scriptTask> |
| 218 | <bpmn2:sequenceFlow id="SequenceFlow_0bng27u" sourceRef="ScriptTask_1imcb54" targetRef="CallActivity_1y1p4bd" /> |
| 219 | <bpmn2:sequenceFlow id="SequenceFlow_1fv5tk6" sourceRef="ScriptTask_04zaa1o" targetRef="doCreateServiceInstance_CallActivity" /> |
| 220 | <bpmn2:exclusiveGateway id="ExclusiveGateway_0h0cq5k" name="Home Service?"> |
| 221 | <bpmn2:incoming>SequenceFlow_1o3ihrh</bpmn2:incoming> |
| 222 | <bpmn2:outgoing>SequenceFlow_0vcumrm</bpmn2:outgoing> |
| 223 | <bpmn2:outgoing>SequenceFlow_0xrox26</bpmn2:outgoing> |
| 224 | </bpmn2:exclusiveGateway> |
| 225 | <bpmn2:sequenceFlow id="SequenceFlow_0vcumrm" sourceRef="ExclusiveGateway_0h0cq5k" targetRef="ScriptTask_1imcb54"> |
| 226 | <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{execution.getVariable("homingService") == "oof"}]]></bpmn2:conditionExpression> |
| 227 | </bpmn2:sequenceFlow> |
| 228 | <bpmn2:intermediateThrowEvent id="IntermediateThrowEvent_0hhmvlw" name="GoToCreateSI"> |
| 229 | <bpmn2:incoming>SequenceFlow_0xrox26</bpmn2:incoming> |
| 230 | <bpmn2:linkEventDefinition name="CreateSI" /> |
| 231 | </bpmn2:intermediateThrowEvent> |
| 232 | <bpmn2:sequenceFlow id="SequenceFlow_0xrox26" sourceRef="ExclusiveGateway_0h0cq5k" targetRef="IntermediateThrowEvent_0hhmvlw" /> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 233 | </bpmn2:process> |
| 234 | <bpmn2:error id="Error_2" name="MSOWorkflowException" errorCode="MSOWorkflowException" /> |
| 235 | <bpmn2:error id="Error_1" name="java.lang.Exception" errorCode="java.lang.Exception" /> |
| 236 | <bpmndi:BPMNDiagram id="BPMNDiagram_1"> |
| 237 | <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="CreateGenericALaCarteServiceInstance"> |
| 238 | <bpmndi:BPMNShape id="_BPMNShape_StartEvent_47" bpmnElement="createSI_startEvent"> |
| 239 | <dc:Bounds x="-6" y="79" width="36" height="36" /> |
| 240 | <bpmndi:BPMNLabel> |
| 241 | <dc:Bounds x="-25" y="120" width="74" height="26" /> |
| 242 | </bpmndi:BPMNLabel> |
| 243 | </bpmndi:BPMNShape> |
| 244 | <bpmndi:BPMNShape id="_BPMNShape_SubProcess_28" bpmnElement="unexpectedErrors_SubProcess" isExpanded="true"> |
Smokowski, Steve (ss835w) | 219ef08 | 2018-08-09 12:44:57 -0400 | [diff] [blame] | 245 | <dc:Bounds x="187" y="926" width="394" height="188" /> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 246 | </bpmndi:BPMNShape> |
| 247 | <bpmndi:BPMNShape id="_BPMNShape_StartEvent_71" bpmnElement="StartEvent_1"> |
Smokowski, Steve (ss835w) | 219ef08 | 2018-08-09 12:44:57 -0400 | [diff] [blame] | 248 | <dc:Bounds x="220" y="1003" width="36" height="36" /> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 249 | <bpmndi:BPMNLabel> |
Smokowski, Steve (ss835w) | 219ef08 | 2018-08-09 12:44:57 -0400 | [diff] [blame] | 250 | <dc:Bounds x="193" y="1044" width="90" height="0" /> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 251 | </bpmndi:BPMNLabel> |
| 252 | </bpmndi:BPMNShape> |
| 253 | <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_270" bpmnElement="ScriptTask_1"> |
Smokowski, Steve (ss835w) | 219ef08 | 2018-08-09 12:44:57 -0400 | [diff] [blame] | 254 | <dc:Bounds x="335" y="981" width="100" height="80" /> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 255 | </bpmndi:BPMNShape> |
| 256 | <bpmndi:BPMNShape id="_BPMNShape_EndEvent_220" bpmnElement="EndEvent_1"> |
Smokowski, Steve (ss835w) | 219ef08 | 2018-08-09 12:44:57 -0400 | [diff] [blame] | 257 | <dc:Bounds x="496" y="1003" width="36" height="36" /> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 258 | <bpmndi:BPMNLabel> |
Smokowski, Steve (ss835w) | 219ef08 | 2018-08-09 12:44:57 -0400 | [diff] [blame] | 259 | <dc:Bounds x="469" y="1044" width="90" height="0" /> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 260 | </bpmndi:BPMNLabel> |
| 261 | </bpmndi:BPMNShape> |
| 262 | <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_5" bpmnElement="SequenceFlow_10" sourceElement="_BPMNShape_StartEvent_71" targetElement="_BPMNShape_ScriptTask_270"> |
Smokowski, Steve (ss835w) | 219ef08 | 2018-08-09 12:44:57 -0400 | [diff] [blame] | 263 | <di:waypoint xsi:type="dc:Point" x="256" y="1021" /> |
| 264 | <di:waypoint xsi:type="dc:Point" x="335" y="1021" /> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 265 | <bpmndi:BPMNLabel> |
Smokowski, Steve (ss835w) | 219ef08 | 2018-08-09 12:44:57 -0400 | [diff] [blame] | 266 | <dc:Bounds x="253" y="1021" width="90" height="0" /> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 267 | </bpmndi:BPMNLabel> |
| 268 | </bpmndi:BPMNEdge> |
| 269 | <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_13" bpmnElement="SequenceFlow_14" sourceElement="_BPMNShape_ScriptTask_270" targetElement="_BPMNShape_EndEvent_220"> |
Smokowski, Steve (ss835w) | 219ef08 | 2018-08-09 12:44:57 -0400 | [diff] [blame] | 270 | <di:waypoint xsi:type="dc:Point" x="435" y="1021" /> |
| 271 | <di:waypoint xsi:type="dc:Point" x="496" y="1021" /> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 272 | <bpmndi:BPMNLabel> |
Smokowski, Steve (ss835w) | 219ef08 | 2018-08-09 12:44:57 -0400 | [diff] [blame] | 273 | <dc:Bounds x="425" y="1021" width="90" height="0" /> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 274 | </bpmndi:BPMNLabel> |
| 275 | </bpmndi:BPMNEdge> |
| 276 | <bpmndi:BPMNShape id="_BPMNShape_CallActivity_72" bpmnElement="doCreateServiceInstance_CallActivity"> |
Srivahni Chivukula | b67d61f | 2018-09-18 08:32:49 -0700 | [diff] [blame] | 277 | <dc:Bounds x="321" y="452" width="100" height="80" /> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 278 | </bpmndi:BPMNShape> |
| 279 | <bpmndi:BPMNShape id="EndEvent_0o440av_di" bpmnElement="EndEvent_0o440av"> |
Srivahni Chivukula | b67d61f | 2018-09-18 08:32:49 -0700 | [diff] [blame] | 280 | <dc:Bounds x="1004" y="474" width="36" height="36" /> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 281 | <bpmndi:BPMNLabel> |
Srivahni Chivukula | b67d61f | 2018-09-18 08:32:49 -0700 | [diff] [blame] | 282 | <dc:Bounds x="1015" y="510" width="20" height="12" /> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 283 | </bpmndi:BPMNLabel> |
| 284 | </bpmndi:BPMNShape> |
| 285 | <bpmndi:BPMNEdge id="SequenceFlow_1lj31zp_di" bpmnElement="SequenceFlow_1lj31zp"> |
Srivahni Chivukula | b67d61f | 2018-09-18 08:32:49 -0700 | [diff] [blame] | 286 | <di:waypoint xsi:type="dc:Point" x="421" y="492" /> |
| 287 | <di:waypoint xsi:type="dc:Point" x="500" y="492" /> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 288 | <bpmndi:BPMNLabel> |
Srivahni Chivukula | b67d61f | 2018-09-18 08:32:49 -0700 | [diff] [blame] | 289 | <dc:Bounds x="415.5" y="477" width="90" height="0" /> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 290 | </bpmndi:BPMNLabel> |
| 291 | </bpmndi:BPMNEdge> |
| 292 | <bpmndi:BPMNShape id="ScriptTask_0pvcr6j_di" bpmnElement="ScriptTask_0pvcr6j"> |
| 293 | <dc:Bounds x="112" y="57" width="100" height="80" /> |
| 294 | </bpmndi:BPMNShape> |
| 295 | <bpmndi:BPMNEdge id="SequenceFlow_0lp2z7l_di" bpmnElement="SequenceFlow_0lp2z7l"> |
| 296 | <di:waypoint xsi:type="dc:Point" x="30" y="97" /> |
| 297 | <di:waypoint xsi:type="dc:Point" x="112" y="97" /> |
| 298 | <bpmndi:BPMNLabel> |
| 299 | <dc:Bounds x="71" y="82" width="0" height="0" /> |
| 300 | </bpmndi:BPMNLabel> |
| 301 | </bpmndi:BPMNEdge> |
| 302 | <bpmndi:BPMNShape id="ScriptTask_0cihgpv_di" bpmnElement="ScriptTask_0cihgpv"> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 303 | <dc:Bounds x="637" y="452" width="100" height="80" /> |
| 304 | </bpmndi:BPMNShape> |
Srivahni Chivukula | b67d61f | 2018-09-18 08:32:49 -0700 | [diff] [blame] | 305 | <bpmndi:BPMNShape id="CallActivity_0sevgre_di" bpmnElement="CallActivity_0sevgre"> |
| 306 | <dc:Bounds x="820" y="452" width="100" height="80" /> |
| 307 | </bpmndi:BPMNShape> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 308 | <bpmndi:BPMNEdge id="SequenceFlow_0xxvjxq_di" bpmnElement="SequenceFlow_0xxvjxq"> |
Srivahni Chivukula | b67d61f | 2018-09-18 08:32:49 -0700 | [diff] [blame] | 309 | <di:waypoint xsi:type="dc:Point" x="737" y="492" /> |
| 310 | <di:waypoint xsi:type="dc:Point" x="820" y="492" /> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 311 | <bpmndi:BPMNLabel> |
Srivahni Chivukula | b67d61f | 2018-09-18 08:32:49 -0700 | [diff] [blame] | 312 | <dc:Bounds x="733.5" y="477" width="90" height="0" /> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 313 | </bpmndi:BPMNLabel> |
| 314 | </bpmndi:BPMNEdge> |
| 315 | <bpmndi:BPMNShape id="ScriptTask_1hql91g_di" bpmnElement="ScriptTask_1hql91g"> |
| 316 | <dc:Bounds x="443" y="731" width="100" height="80" /> |
| 317 | </bpmndi:BPMNShape> |
| 318 | <bpmndi:BPMNShape id="CallActivity_1ksm1dz_di" bpmnElement="CallActivity_1ksm1dz"> |
| 319 | <dc:Bounds x="620" y="731" width="100" height="80" /> |
| 320 | </bpmndi:BPMNShape> |
| 321 | <bpmndi:BPMNShape id="SubProcess_1k2112i_di" bpmnElement="SubProcess_1k2112i" isExpanded="true"> |
| 322 | <dc:Bounds x="170" y="667" width="679" height="194" /> |
| 323 | </bpmndi:BPMNShape> |
| 324 | <bpmndi:BPMNShape id="StartEvent_110xxgx_di" bpmnElement="StartEvent_110xxgx"> |
| 325 | <dc:Bounds x="185" y="753" width="36" height="36" /> |
| 326 | <bpmndi:BPMNLabel> |
| 327 | <dc:Bounds x="203" y="794" width="0" height="0" /> |
| 328 | </bpmndi:BPMNLabel> |
| 329 | </bpmndi:BPMNShape> |
| 330 | <bpmndi:BPMNShape id="EndEvent_1rqikib_di" bpmnElement="EndEvent_1rqikib"> |
| 331 | <dc:Bounds x="764" y="753" width="36" height="36" /> |
| 332 | <bpmndi:BPMNLabel> |
| 333 | <dc:Bounds x="782" y="794" width="0" height="0" /> |
| 334 | </bpmndi:BPMNLabel> |
| 335 | </bpmndi:BPMNShape> |
| 336 | <bpmndi:BPMNEdge id="SequenceFlow_1reso2f_di" bpmnElement="SequenceFlow_1reso2f"> |
| 337 | <di:waypoint xsi:type="dc:Point" x="543" y="771" /> |
| 338 | <di:waypoint xsi:type="dc:Point" x="620" y="771" /> |
| 339 | <bpmndi:BPMNLabel> |
| 340 | <dc:Bounds x="582" y="756" width="0" height="0" /> |
| 341 | </bpmndi:BPMNLabel> |
| 342 | </bpmndi:BPMNEdge> |
| 343 | <bpmndi:BPMNEdge id="SequenceFlow_1ghqolv_di" bpmnElement="SequenceFlow_1ghqolv"> |
| 344 | <di:waypoint xsi:type="dc:Point" x="720" y="771" /> |
| 345 | <di:waypoint xsi:type="dc:Point" x="764" y="771" /> |
| 346 | <bpmndi:BPMNLabel> |
| 347 | <dc:Bounds x="742" y="756" width="0" height="0" /> |
| 348 | </bpmndi:BPMNLabel> |
| 349 | </bpmndi:BPMNEdge> |
| 350 | <bpmndi:BPMNEdge id="SequenceFlow_095crcd_di" bpmnElement="SequenceFlow_095crcd"> |
Srivahni Chivukula | b67d61f | 2018-09-18 08:32:49 -0700 | [diff] [blame] | 351 | <di:waypoint xsi:type="dc:Point" x="920" y="492" /> |
| 352 | <di:waypoint xsi:type="dc:Point" x="1004" y="492" /> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 353 | <bpmndi:BPMNLabel> |
Srivahni Chivukula | b67d61f | 2018-09-18 08:32:49 -0700 | [diff] [blame] | 354 | <dc:Bounds x="917" y="477" width="90" height="0" /> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 355 | </bpmndi:BPMNLabel> |
| 356 | </bpmndi:BPMNEdge> |
| 357 | <bpmndi:BPMNEdge id="SequenceFlow_0n4umjf_di" bpmnElement="SequenceFlow_0n4umjf"> |
| 358 | <di:waypoint xsi:type="dc:Point" x="221" y="771" /> |
| 359 | <di:waypoint xsi:type="dc:Point" x="243" y="771" /> |
| 360 | <di:waypoint xsi:type="dc:Point" x="243" y="771" /> |
| 361 | <di:waypoint xsi:type="dc:Point" x="264" y="771" /> |
| 362 | <bpmndi:BPMNLabel> |
| 363 | <dc:Bounds x="258" y="771" width="0" height="0" /> |
| 364 | </bpmndi:BPMNLabel> |
| 365 | </bpmndi:BPMNEdge> |
| 366 | <bpmndi:BPMNShape id="ScriptTask_1rb2dsd_di" bpmnElement="Task_1nko5zz"> |
| 367 | <dc:Bounds x="342" y="57" width="100" height="80" /> |
| 368 | </bpmndi:BPMNShape> |
| 369 | <bpmndi:BPMNEdge id="SequenceFlow_0ktadna_di" bpmnElement="SequenceFlow_0ktadna"> |
| 370 | <di:waypoint xsi:type="dc:Point" x="212" y="97" /> |
| 371 | <di:waypoint xsi:type="dc:Point" x="342" y="97" /> |
| 372 | <bpmndi:BPMNLabel> |
| 373 | <dc:Bounds x="277" y="82" width="0" height="0" /> |
| 374 | </bpmndi:BPMNLabel> |
| 375 | </bpmndi:BPMNEdge> |
| 376 | <bpmndi:BPMNShape id="ScriptTask_0o4smqp_di" bpmnElement="ScriptTask_0o4smqp"> |
| 377 | <dc:Bounds x="265" y="731" width="100" height="80" /> |
| 378 | </bpmndi:BPMNShape> |
| 379 | <bpmndi:BPMNEdge id="SequenceFlow_14eadeb_di" bpmnElement="SequenceFlow_14eadeb"> |
| 380 | <di:waypoint xsi:type="dc:Point" x="365" y="771" /> |
| 381 | <di:waypoint xsi:type="dc:Point" x="392" y="771" /> |
| 382 | <di:waypoint xsi:type="dc:Point" x="392" y="771" /> |
| 383 | <di:waypoint xsi:type="dc:Point" x="443" y="771" /> |
| 384 | <bpmndi:BPMNLabel> |
| 385 | <dc:Bounds x="407" y="771" width="0" height="0" /> |
| 386 | </bpmndi:BPMNLabel> |
| 387 | </bpmndi:BPMNEdge> |
| 388 | <bpmndi:BPMNShape id="ExclusiveGateway_1x5i9c1_di" bpmnElement="ExclusiveGateway_1x5i9c1" isMarkerVisible="true"> |
Srivahni Chivukula | b67d61f | 2018-09-18 08:32:49 -0700 | [diff] [blame] | 389 | <dc:Bounds x="500" y="467" width="50" height="50" /> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 390 | <bpmndi:BPMNLabel> |
Srivahni Chivukula | b67d61f | 2018-09-18 08:32:49 -0700 | [diff] [blame] | 391 | <dc:Bounds x="501" y="439" width="49" height="12" /> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 392 | </bpmndi:BPMNLabel> |
| 393 | </bpmndi:BPMNShape> |
| 394 | <bpmndi:BPMNShape id="EndEvent_143akoz_di" bpmnElement="EndEvent_143akoz"> |
Srivahni Chivukula | b67d61f | 2018-09-18 08:32:49 -0700 | [diff] [blame] | 395 | <dc:Bounds x="507" y="580" width="36" height="36" /> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 396 | <bpmndi:BPMNLabel> |
Srivahni Chivukula | b67d61f | 2018-09-18 08:32:49 -0700 | [diff] [blame] | 397 | <dc:Bounds x="558" y="965" width="90" height="0" /> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 398 | </bpmndi:BPMNLabel> |
| 399 | </bpmndi:BPMNShape> |
| 400 | <bpmndi:BPMNEdge id="SequenceFlow_1o4wwba_di" bpmnElement="SequenceFlow_1o4wwba"> |
Srivahni Chivukula | b67d61f | 2018-09-18 08:32:49 -0700 | [diff] [blame] | 401 | <di:waypoint xsi:type="dc:Point" x="550" y="492" /> |
| 402 | <di:waypoint xsi:type="dc:Point" x="637" y="492" /> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 403 | <bpmndi:BPMNLabel> |
Srivahni Chivukula | b67d61f | 2018-09-18 08:32:49 -0700 | [diff] [blame] | 404 | <dc:Bounds x="554.09375" y="489" width="19" height="12" /> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 405 | </bpmndi:BPMNLabel> |
| 406 | </bpmndi:BPMNEdge> |
| 407 | <bpmndi:BPMNEdge id="SequenceFlow_1mdnv3l_di" bpmnElement="SequenceFlow_1mdnv3l"> |
Srivahni Chivukula | b67d61f | 2018-09-18 08:32:49 -0700 | [diff] [blame] | 408 | <di:waypoint xsi:type="dc:Point" x="525" y="517" /> |
| 409 | <di:waypoint xsi:type="dc:Point" x="525" y="549" /> |
| 410 | <di:waypoint xsi:type="dc:Point" x="525" y="549" /> |
| 411 | <di:waypoint xsi:type="dc:Point" x="525" y="580" /> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 412 | <bpmndi:BPMNLabel> |
Srivahni Chivukula | b67d61f | 2018-09-18 08:32:49 -0700 | [diff] [blame] | 413 | <dc:Bounds x="514" y="524.0370370370371" width="13" height="12" /> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 414 | </bpmndi:BPMNLabel> |
| 415 | </bpmndi:BPMNEdge> |
| 416 | <bpmndi:BPMNShape id="IntermediateThrowEvent_0y5991s_di" bpmnElement="IntermediateThrowEvent_0y5991s"> |
| 417 | <dc:Bounds x="587" y="79" width="36" height="36" /> |
| 418 | <bpmndi:BPMNLabel> |
| 419 | <dc:Bounds x="568" y="120" width="74" height="12" /> |
| 420 | </bpmndi:BPMNLabel> |
| 421 | </bpmndi:BPMNShape> |
| 422 | <bpmndi:BPMNEdge id="SequenceFlow_16vhtu8_di" bpmnElement="SequenceFlow_16vhtu8"> |
| 423 | <di:waypoint xsi:type="dc:Point" x="442" y="97" /> |
| 424 | <di:waypoint xsi:type="dc:Point" x="587" y="97" /> |
| 425 | <bpmndi:BPMNLabel> |
| 426 | <dc:Bounds x="515" y="82" width="0" height="0" /> |
| 427 | </bpmndi:BPMNLabel> |
| 428 | </bpmndi:BPMNEdge> |
| 429 | <bpmndi:BPMNShape id="IntermediateCatchEvent_00tv706_di" bpmnElement="IntermediateCatchEvent_00tv706"> |
| 430 | <dc:Bounds x="-6" y="272" width="36" height="36" /> |
| 431 | <bpmndi:BPMNLabel> |
| 432 | <dc:Bounds x="-19" y="308" width="59" height="12" /> |
| 433 | </bpmndi:BPMNLabel> |
| 434 | </bpmndi:BPMNShape> |
| 435 | <bpmndi:BPMNShape id="IntermediateCatchEvent_1aouco1_di" bpmnElement="IntermediateCatchEvent_1aouco1"> |
| 436 | <dc:Bounds x="-6" y="474" width="36" height="36" /> |
| 437 | <bpmndi:BPMNLabel> |
| 438 | <dc:Bounds x="-11" y="510" width="43" height="12" /> |
| 439 | </bpmndi:BPMNLabel> |
| 440 | </bpmndi:BPMNShape> |
| 441 | <bpmndi:BPMNShape id="IntermediateThrowEvent_1tbopzu_di" bpmnElement="IntermediateThrowEvent_1tbopzu"> |
Srivahni Chivukula | b67d61f | 2018-09-18 08:32:49 -0700 | [diff] [blame] | 442 | <dc:Bounds x="1004" y="272" width="36" height="36" /> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 443 | <bpmndi:BPMNLabel> |
Srivahni Chivukula | b67d61f | 2018-09-18 08:32:49 -0700 | [diff] [blame] | 444 | <dc:Bounds x="986" y="313" width="72" height="12" /> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 445 | </bpmndi:BPMNLabel> |
| 446 | </bpmndi:BPMNShape> |
| 447 | <bpmndi:BPMNShape id="ScriptTask_1vr3ks5_di" bpmnElement="ScriptTask_1vr3ks5"> |
| 448 | <dc:Bounds x="112" y="250" width="100" height="80" /> |
| 449 | </bpmndi:BPMNShape> |
| 450 | <bpmndi:BPMNShape id="CallActivity_1oc1h9q_di" bpmnElement="CallActivity_1oc1h9q"> |
| 451 | <dc:Bounds x="342" y="250" width="100" height="80" /> |
| 452 | </bpmndi:BPMNShape> |
| 453 | <bpmndi:BPMNShape id="ScriptTask_04zaa1o_di" bpmnElement="ScriptTask_04zaa1o"> |
Srivahni Chivukula | b67d61f | 2018-09-18 08:32:49 -0700 | [diff] [blame] | 454 | <dc:Bounds x="112" y="452" width="100" height="80" /> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 455 | </bpmndi:BPMNShape> |
| 456 | <bpmndi:BPMNEdge id="SequenceFlow_0xhu1k3_di" bpmnElement="SequenceFlow_0xhu1k3"> |
| 457 | <di:waypoint xsi:type="dc:Point" x="212" y="290" /> |
| 458 | <di:waypoint xsi:type="dc:Point" x="342" y="290" /> |
| 459 | <bpmndi:BPMNLabel> |
| 460 | <dc:Bounds x="277" y="275" width="0" height="0" /> |
| 461 | </bpmndi:BPMNLabel> |
| 462 | </bpmndi:BPMNEdge> |
| 463 | <bpmndi:BPMNEdge id="SequenceFlow_1o3ihrh_di" bpmnElement="SequenceFlow_1o3ihrh"> |
| 464 | <di:waypoint xsi:type="dc:Point" x="442" y="290" /> |
Srivahni Chivukula | b67d61f | 2018-09-18 08:32:49 -0700 | [diff] [blame] | 465 | <di:waypoint xsi:type="dc:Point" x="500" y="290" /> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 466 | <bpmndi:BPMNLabel> |
Srivahni Chivukula | b67d61f | 2018-09-18 08:32:49 -0700 | [diff] [blame] | 467 | <dc:Bounds x="426" y="275" width="90" height="0" /> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 468 | </bpmndi:BPMNLabel> |
| 469 | </bpmndi:BPMNEdge> |
| 470 | <bpmndi:BPMNEdge id="SequenceFlow_1tfe975_di" bpmnElement="SequenceFlow_1tfe975"> |
| 471 | <di:waypoint xsi:type="dc:Point" x="30" y="290" /> |
| 472 | <di:waypoint xsi:type="dc:Point" x="69" y="290" /> |
| 473 | <di:waypoint xsi:type="dc:Point" x="69" y="290" /> |
| 474 | <di:waypoint xsi:type="dc:Point" x="112" y="290" /> |
| 475 | <bpmndi:BPMNLabel> |
| 476 | <dc:Bounds x="84" y="290" width="0" height="0" /> |
| 477 | </bpmndi:BPMNLabel> |
| 478 | </bpmndi:BPMNEdge> |
| 479 | <bpmndi:BPMNEdge id="SequenceFlow_14ajbme_di" bpmnElement="SequenceFlow_14ajbme"> |
Srivahni Chivukula | b67d61f | 2018-09-18 08:32:49 -0700 | [diff] [blame] | 480 | <di:waypoint xsi:type="dc:Point" x="930" y="290" /> |
| 481 | <di:waypoint xsi:type="dc:Point" x="1004" y="290" /> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 482 | <bpmndi:BPMNLabel> |
Srivahni Chivukula | b67d61f | 2018-09-18 08:32:49 -0700 | [diff] [blame] | 483 | <dc:Bounds x="922" y="275" width="90" height="0" /> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 484 | </bpmndi:BPMNLabel> |
| 485 | </bpmndi:BPMNEdge> |
| 486 | <bpmndi:BPMNEdge id="SequenceFlow_1hjh5zy_di" bpmnElement="SequenceFlow_1hjh5zy"> |
| 487 | <di:waypoint xsi:type="dc:Point" x="30" y="492" /> |
| 488 | <di:waypoint xsi:type="dc:Point" x="112" y="492" /> |
| 489 | <bpmndi:BPMNLabel> |
Srivahni Chivukula | b67d61f | 2018-09-18 08:32:49 -0700 | [diff] [blame] | 490 | <dc:Bounds x="26" y="477" width="90" height="0" /> |
| 491 | </bpmndi:BPMNLabel> |
| 492 | </bpmndi:BPMNEdge> |
| 493 | <bpmndi:BPMNShape id="CallActivity_1y1p4bd_di" bpmnElement="CallActivity_1y1p4bd"> |
| 494 | <dc:Bounds x="830" y="250" width="100" height="80" /> |
| 495 | </bpmndi:BPMNShape> |
| 496 | <bpmndi:BPMNShape id="ScriptTask_1imcb54_di" bpmnElement="ScriptTask_1imcb54"> |
| 497 | <dc:Bounds x="637" y="250" width="100" height="80" /> |
| 498 | </bpmndi:BPMNShape> |
| 499 | <bpmndi:BPMNEdge id="SequenceFlow_0bng27u_di" bpmnElement="SequenceFlow_0bng27u"> |
| 500 | <di:waypoint xsi:type="dc:Point" x="737" y="290" /> |
| 501 | <di:waypoint xsi:type="dc:Point" x="830" y="290" /> |
| 502 | <bpmndi:BPMNLabel> |
| 503 | <dc:Bounds x="783.5" y="269" width="0" height="12" /> |
| 504 | </bpmndi:BPMNLabel> |
| 505 | </bpmndi:BPMNEdge> |
| 506 | <bpmndi:BPMNEdge id="SequenceFlow_1fv5tk6_di" bpmnElement="SequenceFlow_1fv5tk6"> |
| 507 | <di:waypoint xsi:type="dc:Point" x="212" y="492" /> |
| 508 | <di:waypoint xsi:type="dc:Point" x="321" y="492" /> |
| 509 | <bpmndi:BPMNLabel> |
| 510 | <dc:Bounds x="266.5" y="471" width="0" height="12" /> |
| 511 | </bpmndi:BPMNLabel> |
| 512 | </bpmndi:BPMNEdge> |
| 513 | <bpmndi:BPMNShape id="ExclusiveGateway_0h0cq5k_di" bpmnElement="ExclusiveGateway_0h0cq5k" isMarkerVisible="true"> |
| 514 | <dc:Bounds x="499.52351097178683" y="265" width="50" height="50" /> |
| 515 | <bpmndi:BPMNLabel> |
| 516 | <dc:Bounds x="488" y="319" width="77" height="12" /> |
| 517 | </bpmndi:BPMNLabel> |
| 518 | </bpmndi:BPMNShape> |
| 519 | <bpmndi:BPMNEdge id="SequenceFlow_0vcumrm_di" bpmnElement="SequenceFlow_0vcumrm"> |
| 520 | <di:waypoint xsi:type="dc:Point" x="550" y="290" /> |
| 521 | <di:waypoint xsi:type="dc:Point" x="637" y="290" /> |
| 522 | <bpmndi:BPMNLabel> |
| 523 | <dc:Bounds x="593.5" y="269" width="0" height="12" /> |
| 524 | </bpmndi:BPMNLabel> |
| 525 | </bpmndi:BPMNEdge> |
| 526 | <bpmndi:BPMNShape id="IntermediateThrowEvent_0hhmvlw_di" bpmnElement="IntermediateThrowEvent_0hhmvlw"> |
| 527 | <dc:Bounds x="507" y="342" width="36" height="36" /> |
| 528 | <bpmndi:BPMNLabel> |
| 529 | <dc:Bounds x="489" y="383" width="72" height="12" /> |
| 530 | </bpmndi:BPMNLabel> |
| 531 | </bpmndi:BPMNShape> |
| 532 | <bpmndi:BPMNEdge id="SequenceFlow_0xrox26_di" bpmnElement="SequenceFlow_0xrox26"> |
| 533 | <di:waypoint xsi:type="dc:Point" x="525" y="315" /> |
| 534 | <di:waypoint xsi:type="dc:Point" x="525" y="342" /> |
| 535 | <bpmndi:BPMNLabel> |
| 536 | <dc:Bounds x="540" y="322.5" width="0" height="12" /> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 537 | </bpmndi:BPMNLabel> |
| 538 | </bpmndi:BPMNEdge> |
| 539 | </bpmndi:BPMNPlane> |
| 540 | </bpmndi:BPMNDiagram> |
Smokowski, Steve (ss835w) | 219ef08 | 2018-08-09 12:44:57 -0400 | [diff] [blame] | 541 | </bpmn2:definitions> |