xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
Abhishek Shekhar | 1208bda | 2017-09-11 18:25:30 +0530 | [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.8.2" xsi:schemaLocation="http://www.omg.org/spec/BPMN/20100524/MODEL BPMN20.xsd"> |
Determe, Sebastien (sd378r) | b1e5734 | 2017-05-09 03:55:30 -0700 | [diff] [blame] | 3 | <bpmn2:process id="CreateGenericALaCarteServiceInstance" name="CreateGenericALaCarteServiceInstance" isExecutable="true"> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 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> |
Determe, Sebastien (sd378r) | b1e5734 | 2017-05-09 03:55:30 -0700 | [diff] [blame] | 11 | <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.common.scripts.* |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 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> |
| 18 | <bpmn2:errorEventDefinition id="ErrorEventDefinition_2" errorRef="Error_1" /> |
| 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" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 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" /> |
Rob Daugherty | 38f7207 | 2018-03-14 02:07:32 -0400 | [diff] [blame] | 39 | <camunda:in source="serviceDecomposition" target="serviceDecomposition" /> |
| 40 | <camunda:in source="bpmnRequest" target="requestJson" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 41 | </bpmn2:extensionElements> |
Rob Daugherty | 38f7207 | 2018-03-14 02:07:32 -0400 | [diff] [blame] | 42 | <bpmn2:incoming>SequenceFlow_1hjh5zy</bpmn2:incoming> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [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.openecomp.mso.bpmn.infrastructure.scripts.* |
Rob Daugherty | 38f7207 | 2018-03-14 02:07:32 -0400 | [diff] [blame] | 53 | def csi = new CreateGenericALaCarteServiceInstance() |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 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.openecomp.mso.bpmn.infrastructure.scripts.* |
Determe, Sebastien (sd378r) | b1e5734 | 2017-05-09 03:55:30 -0700 | [diff] [blame] | 61 | def csi = new CreateGenericALaCarteServiceInstance() |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 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.openecomp.mso.bpmn.infrastructure.scripts.* |
Determe, Sebastien (sd378r) | b1e5734 | 2017-05-09 03:55:30 -0700 | [diff] [blame] | 89 | def csi = new CreateGenericALaCarteServiceInstance() |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 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.openecomp.mso.bpmn.infrastructure.scripts.* |
Determe, Sebastien (sd378r) | b1e5734 | 2017-05-09 03:55:30 -0700 | [diff] [blame] | 111 | def csi = new CreateGenericALaCarteServiceInstance() |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 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" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 117 | <bpmn2:scriptTask id="Task_1nko5zz" name="Send Sync Ack Response" scriptFormat="groovy"> |
| 118 | <bpmn2:incoming>SequenceFlow_0ktadna</bpmn2:incoming> |
Rob Daugherty | 38f7207 | 2018-03-14 02:07:32 -0400 | [diff] [blame] | 119 | <bpmn2:outgoing>SequenceFlow_16vhtu8</bpmn2:outgoing> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 120 | <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.* |
Determe, Sebastien (sd378r) | b1e5734 | 2017-05-09 03:55:30 -0700 | [diff] [blame] | 121 | def csi = new CreateGenericALaCarteServiceInstance() |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 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> |
Rob Daugherty | 38f7207 | 2018-03-14 02:07:32 -0400 | [diff] [blame] | 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.openecomp.mso.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"> |
| 177 | <bpmn2:incoming>SequenceFlow_1o3ihrh</bpmn2:incoming> |
| 178 | <bpmn2:outgoing>SequenceFlow_14ajbme</bpmn2:outgoing> |
| 179 | <bpmn2:script><![CDATA[import org.openecomp.mso.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" /> |
| 184 | <bpmn2:sequenceFlow id="SequenceFlow_1o3ihrh" sourceRef="CallActivity_1oc1h9q" targetRef="ScriptTask_04zaa1o" /> |
| 185 | <bpmn2:sequenceFlow id="SequenceFlow_1tfe975" sourceRef="IntermediateCatchEvent_00tv706" targetRef="ScriptTask_1vr3ks5" /> |
| 186 | <bpmn2:sequenceFlow id="SequenceFlow_14ajbme" sourceRef="ScriptTask_04zaa1o" targetRef="IntermediateThrowEvent_1tbopzu" /> |
| 187 | <bpmn2:sequenceFlow id="SequenceFlow_1hjh5zy" sourceRef="IntermediateCatchEvent_1aouco1" targetRef="doCreateServiceInstance_CallActivity" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 188 | </bpmn2:process> |
| 189 | <bpmn2:error id="Error_2" name="MSOWorkflowException" errorCode="MSOWorkflowException" /> |
| 190 | <bpmn2:error id="Error_1" name="java.lang.Exception" errorCode="java.lang.Exception" /> |
| 191 | <bpmndi:BPMNDiagram id="BPMNDiagram_1"> |
Determe, Sebastien (sd378r) | b1e5734 | 2017-05-09 03:55:30 -0700 | [diff] [blame] | 192 | <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="CreateGenericALaCarteServiceInstance"> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 193 | <bpmndi:BPMNShape id="_BPMNShape_StartEvent_47" bpmnElement="createSI_startEvent"> |
| 194 | <dc:Bounds x="-6" y="79" width="36" height="36" /> |
| 195 | <bpmndi:BPMNLabel> |
| 196 | <dc:Bounds x="-25" y="120" width="74" height="26" /> |
| 197 | </bpmndi:BPMNLabel> |
| 198 | </bpmndi:BPMNShape> |
| 199 | <bpmndi:BPMNShape id="_BPMNShape_SubProcess_28" bpmnElement="unexpectedErrors_SubProcess" isExpanded="true"> |
Rob Daugherty | 38f7207 | 2018-03-14 02:07:32 -0400 | [diff] [blame] | 200 | <dc:Bounds x="300" y="880" width="394" height="188" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 201 | </bpmndi:BPMNShape> |
| 202 | <bpmndi:BPMNShape id="_BPMNShape_StartEvent_71" bpmnElement="StartEvent_1"> |
Rob Daugherty | 38f7207 | 2018-03-14 02:07:32 -0400 | [diff] [blame] | 203 | <dc:Bounds x="333" y="957" width="36" height="36" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 204 | <bpmndi:BPMNLabel> |
Rob Daugherty | 38f7207 | 2018-03-14 02:07:32 -0400 | [diff] [blame] | 205 | <dc:Bounds x="351" y="998" width="0" height="0" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 206 | </bpmndi:BPMNLabel> |
| 207 | </bpmndi:BPMNShape> |
| 208 | <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_270" bpmnElement="ScriptTask_1"> |
Rob Daugherty | 38f7207 | 2018-03-14 02:07:32 -0400 | [diff] [blame] | 209 | <dc:Bounds x="448" y="935" width="100" height="80" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 210 | </bpmndi:BPMNShape> |
| 211 | <bpmndi:BPMNShape id="_BPMNShape_EndEvent_220" bpmnElement="EndEvent_1"> |
Rob Daugherty | 38f7207 | 2018-03-14 02:07:32 -0400 | [diff] [blame] | 212 | <dc:Bounds x="609" y="957" width="36" height="36" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 213 | <bpmndi:BPMNLabel> |
Rob Daugherty | 38f7207 | 2018-03-14 02:07:32 -0400 | [diff] [blame] | 214 | <dc:Bounds x="627" y="998" width="0" height="0" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 215 | </bpmndi:BPMNLabel> |
| 216 | </bpmndi:BPMNShape> |
| 217 | <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_5" bpmnElement="SequenceFlow_10" sourceElement="_BPMNShape_StartEvent_71" targetElement="_BPMNShape_ScriptTask_270"> |
Rob Daugherty | 38f7207 | 2018-03-14 02:07:32 -0400 | [diff] [blame] | 218 | <di:waypoint xsi:type="dc:Point" x="369" y="975" /> |
| 219 | <di:waypoint xsi:type="dc:Point" x="448" y="975" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 220 | <bpmndi:BPMNLabel> |
Rob Daugherty | 38f7207 | 2018-03-14 02:07:32 -0400 | [diff] [blame] | 221 | <dc:Bounds x="411" y="975" width="0" height="0" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 222 | </bpmndi:BPMNLabel> |
| 223 | </bpmndi:BPMNEdge> |
| 224 | <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_13" bpmnElement="SequenceFlow_14" sourceElement="_BPMNShape_ScriptTask_270" targetElement="_BPMNShape_EndEvent_220"> |
Rob Daugherty | 38f7207 | 2018-03-14 02:07:32 -0400 | [diff] [blame] | 225 | <di:waypoint xsi:type="dc:Point" x="548" y="975" /> |
| 226 | <di:waypoint xsi:type="dc:Point" x="609" y="975" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 227 | <bpmndi:BPMNLabel> |
Rob Daugherty | 38f7207 | 2018-03-14 02:07:32 -0400 | [diff] [blame] | 228 | <dc:Bounds x="583" y="975" width="0" height="0" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 229 | </bpmndi:BPMNLabel> |
| 230 | </bpmndi:BPMNEdge> |
| 231 | <bpmndi:BPMNShape id="_BPMNShape_CallActivity_72" bpmnElement="doCreateServiceInstance_CallActivity"> |
Rob Daugherty | 38f7207 | 2018-03-14 02:07:32 -0400 | [diff] [blame] | 232 | <dc:Bounds x="112" y="452" width="100" height="80" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 233 | </bpmndi:BPMNShape> |
| 234 | <bpmndi:BPMNShape id="EndEvent_0o440av_di" bpmnElement="EndEvent_0o440av"> |
Rob Daugherty | 38f7207 | 2018-03-14 02:07:32 -0400 | [diff] [blame] | 235 | <dc:Bounds x="852" y="474" width="36" height="36" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 236 | <bpmndi:BPMNLabel> |
Rob Daugherty | 38f7207 | 2018-03-14 02:07:32 -0400 | [diff] [blame] | 237 | <dc:Bounds x="863" y="510" width="20" height="14" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 238 | </bpmndi:BPMNLabel> |
| 239 | </bpmndi:BPMNShape> |
| 240 | <bpmndi:BPMNEdge id="SequenceFlow_1lj31zp_di" bpmnElement="SequenceFlow_1lj31zp"> |
Rob Daugherty | 38f7207 | 2018-03-14 02:07:32 -0400 | [diff] [blame] | 241 | <di:waypoint xsi:type="dc:Point" x="212" y="492" /> |
| 242 | <di:waypoint xsi:type="dc:Point" x="314" y="492" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 243 | <bpmndi:BPMNLabel> |
Rob Daugherty | 38f7207 | 2018-03-14 02:07:32 -0400 | [diff] [blame] | 244 | <dc:Bounds x="263" y="477" width="0" height="0" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 245 | </bpmndi:BPMNLabel> |
| 246 | </bpmndi:BPMNEdge> |
| 247 | <bpmndi:BPMNShape id="ScriptTask_0pvcr6j_di" bpmnElement="ScriptTask_0pvcr6j"> |
| 248 | <dc:Bounds x="112" y="57" width="100" height="80" /> |
| 249 | </bpmndi:BPMNShape> |
| 250 | <bpmndi:BPMNEdge id="SequenceFlow_0lp2z7l_di" bpmnElement="SequenceFlow_0lp2z7l"> |
| 251 | <di:waypoint xsi:type="dc:Point" x="30" y="97" /> |
| 252 | <di:waypoint xsi:type="dc:Point" x="112" y="97" /> |
| 253 | <bpmndi:BPMNLabel> |
| 254 | <dc:Bounds x="71" y="82" width="0" height="0" /> |
| 255 | </bpmndi:BPMNLabel> |
| 256 | </bpmndi:BPMNEdge> |
| 257 | <bpmndi:BPMNShape id="ScriptTask_0cihgpv_di" bpmnElement="ScriptTask_0cihgpv"> |
Rob Daugherty | 38f7207 | 2018-03-14 02:07:32 -0400 | [diff] [blame] | 258 | <dc:Bounds x="449" y="452" width="100" height="80" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 259 | </bpmndi:BPMNShape> |
| 260 | <bpmndi:BPMNShape id="CallActivity_0sevgre_di" bpmnElement="CallActivity_0sevgre"> |
Rob Daugherty | 38f7207 | 2018-03-14 02:07:32 -0400 | [diff] [blame] | 261 | <dc:Bounds x="637" y="452" width="100" height="80" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 262 | </bpmndi:BPMNShape> |
| 263 | <bpmndi:BPMNEdge id="SequenceFlow_0xxvjxq_di" bpmnElement="SequenceFlow_0xxvjxq"> |
Rob Daugherty | 38f7207 | 2018-03-14 02:07:32 -0400 | [diff] [blame] | 264 | <di:waypoint xsi:type="dc:Point" x="549" y="492" /> |
| 265 | <di:waypoint xsi:type="dc:Point" x="637" y="492" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 266 | <bpmndi:BPMNLabel> |
Rob Daugherty | 38f7207 | 2018-03-14 02:07:32 -0400 | [diff] [blame] | 267 | <dc:Bounds x="593" y="477" width="0" height="0" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 268 | </bpmndi:BPMNLabel> |
| 269 | </bpmndi:BPMNEdge> |
| 270 | <bpmndi:BPMNShape id="ScriptTask_1hql91g_di" bpmnElement="ScriptTask_1hql91g"> |
Rob Daugherty | 38f7207 | 2018-03-14 02:07:32 -0400 | [diff] [blame] | 271 | <dc:Bounds x="443" y="731" width="100" height="80" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 272 | </bpmndi:BPMNShape> |
| 273 | <bpmndi:BPMNShape id="CallActivity_1ksm1dz_di" bpmnElement="CallActivity_1ksm1dz"> |
Rob Daugherty | 38f7207 | 2018-03-14 02:07:32 -0400 | [diff] [blame] | 274 | <dc:Bounds x="620" y="731" width="100" height="80" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 275 | </bpmndi:BPMNShape> |
| 276 | <bpmndi:BPMNShape id="SubProcess_1k2112i_di" bpmnElement="SubProcess_1k2112i" isExpanded="true"> |
Rob Daugherty | 38f7207 | 2018-03-14 02:07:32 -0400 | [diff] [blame] | 277 | <dc:Bounds x="170" y="667" width="679" height="194" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 278 | </bpmndi:BPMNShape> |
| 279 | <bpmndi:BPMNShape id="StartEvent_110xxgx_di" bpmnElement="StartEvent_110xxgx"> |
Rob Daugherty | 38f7207 | 2018-03-14 02:07:32 -0400 | [diff] [blame] | 280 | <dc:Bounds x="185" y="753" width="36" height="36" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 281 | <bpmndi:BPMNLabel> |
Rob Daugherty | 38f7207 | 2018-03-14 02:07:32 -0400 | [diff] [blame] | 282 | <dc:Bounds x="203" y="794" width="0" height="0" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 283 | </bpmndi:BPMNLabel> |
| 284 | </bpmndi:BPMNShape> |
| 285 | <bpmndi:BPMNShape id="EndEvent_1rqikib_di" bpmnElement="EndEvent_1rqikib"> |
Rob Daugherty | 38f7207 | 2018-03-14 02:07:32 -0400 | [diff] [blame] | 286 | <dc:Bounds x="764" y="753" width="36" height="36" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 287 | <bpmndi:BPMNLabel> |
Rob Daugherty | 38f7207 | 2018-03-14 02:07:32 -0400 | [diff] [blame] | 288 | <dc:Bounds x="782" y="794" width="0" height="0" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 289 | </bpmndi:BPMNLabel> |
| 290 | </bpmndi:BPMNShape> |
| 291 | <bpmndi:BPMNEdge id="SequenceFlow_1reso2f_di" bpmnElement="SequenceFlow_1reso2f"> |
Rob Daugherty | 38f7207 | 2018-03-14 02:07:32 -0400 | [diff] [blame] | 292 | <di:waypoint xsi:type="dc:Point" x="543" y="771" /> |
| 293 | <di:waypoint xsi:type="dc:Point" x="620" y="771" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 294 | <bpmndi:BPMNLabel> |
Rob Daugherty | 38f7207 | 2018-03-14 02:07:32 -0400 | [diff] [blame] | 295 | <dc:Bounds x="582" y="756" width="0" height="0" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 296 | </bpmndi:BPMNLabel> |
| 297 | </bpmndi:BPMNEdge> |
| 298 | <bpmndi:BPMNEdge id="SequenceFlow_1ghqolv_di" bpmnElement="SequenceFlow_1ghqolv"> |
Rob Daugherty | 38f7207 | 2018-03-14 02:07:32 -0400 | [diff] [blame] | 299 | <di:waypoint xsi:type="dc:Point" x="720" y="771" /> |
| 300 | <di:waypoint xsi:type="dc:Point" x="764" y="771" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 301 | <bpmndi:BPMNLabel> |
Rob Daugherty | 38f7207 | 2018-03-14 02:07:32 -0400 | [diff] [blame] | 302 | <dc:Bounds x="742" y="756" width="0" height="0" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 303 | </bpmndi:BPMNLabel> |
| 304 | </bpmndi:BPMNEdge> |
| 305 | <bpmndi:BPMNEdge id="SequenceFlow_095crcd_di" bpmnElement="SequenceFlow_095crcd"> |
Rob Daugherty | 38f7207 | 2018-03-14 02:07:32 -0400 | [diff] [blame] | 306 | <di:waypoint xsi:type="dc:Point" x="737" y="492" /> |
| 307 | <di:waypoint xsi:type="dc:Point" x="852" y="492" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 308 | <bpmndi:BPMNLabel> |
Rob Daugherty | 38f7207 | 2018-03-14 02:07:32 -0400 | [diff] [blame] | 309 | <dc:Bounds x="795" y="477" width="0" height="0" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 310 | </bpmndi:BPMNLabel> |
| 311 | </bpmndi:BPMNEdge> |
| 312 | <bpmndi:BPMNEdge id="SequenceFlow_0n4umjf_di" bpmnElement="SequenceFlow_0n4umjf"> |
Rob Daugherty | 38f7207 | 2018-03-14 02:07:32 -0400 | [diff] [blame] | 313 | <di:waypoint xsi:type="dc:Point" x="221" y="771" /> |
| 314 | <di:waypoint xsi:type="dc:Point" x="243" y="771" /> |
| 315 | <di:waypoint xsi:type="dc:Point" x="243" y="771" /> |
| 316 | <di:waypoint xsi:type="dc:Point" x="264" y="771" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 317 | <bpmndi:BPMNLabel> |
Rob Daugherty | 38f7207 | 2018-03-14 02:07:32 -0400 | [diff] [blame] | 318 | <dc:Bounds x="258" y="771" width="0" height="0" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 319 | </bpmndi:BPMNLabel> |
| 320 | </bpmndi:BPMNEdge> |
| 321 | <bpmndi:BPMNShape id="ScriptTask_1rb2dsd_di" bpmnElement="Task_1nko5zz"> |
Rob Daugherty | 38f7207 | 2018-03-14 02:07:32 -0400 | [diff] [blame] | 322 | <dc:Bounds x="342" y="57" width="100" height="80" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 323 | </bpmndi:BPMNShape> |
| 324 | <bpmndi:BPMNEdge id="SequenceFlow_0ktadna_di" bpmnElement="SequenceFlow_0ktadna"> |
| 325 | <di:waypoint xsi:type="dc:Point" x="212" y="97" /> |
Rob Daugherty | 38f7207 | 2018-03-14 02:07:32 -0400 | [diff] [blame] | 326 | <di:waypoint xsi:type="dc:Point" x="342" y="97" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 327 | <bpmndi:BPMNLabel> |
Rob Daugherty | 38f7207 | 2018-03-14 02:07:32 -0400 | [diff] [blame] | 328 | <dc:Bounds x="277" y="82" width="0" height="0" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 329 | </bpmndi:BPMNLabel> |
| 330 | </bpmndi:BPMNEdge> |
| 331 | <bpmndi:BPMNShape id="ScriptTask_0o4smqp_di" bpmnElement="ScriptTask_0o4smqp"> |
Rob Daugherty | 38f7207 | 2018-03-14 02:07:32 -0400 | [diff] [blame] | 332 | <dc:Bounds x="265" y="731" width="100" height="80" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 333 | </bpmndi:BPMNShape> |
| 334 | <bpmndi:BPMNEdge id="SequenceFlow_14eadeb_di" bpmnElement="SequenceFlow_14eadeb"> |
Rob Daugherty | 38f7207 | 2018-03-14 02:07:32 -0400 | [diff] [blame] | 335 | <di:waypoint xsi:type="dc:Point" x="365" y="771" /> |
| 336 | <di:waypoint xsi:type="dc:Point" x="392" y="771" /> |
| 337 | <di:waypoint xsi:type="dc:Point" x="392" y="771" /> |
| 338 | <di:waypoint xsi:type="dc:Point" x="443" y="771" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 339 | <bpmndi:BPMNLabel> |
Rob Daugherty | 38f7207 | 2018-03-14 02:07:32 -0400 | [diff] [blame] | 340 | <dc:Bounds x="407" y="771" width="0" height="0" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 341 | </bpmndi:BPMNLabel> |
| 342 | </bpmndi:BPMNEdge> |
| 343 | <bpmndi:BPMNShape id="ExclusiveGateway_1x5i9c1_di" bpmnElement="ExclusiveGateway_1x5i9c1" isMarkerVisible="true"> |
Rob Daugherty | 38f7207 | 2018-03-14 02:07:32 -0400 | [diff] [blame] | 344 | <dc:Bounds x="314" y="467" width="50" height="50" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 345 | <bpmndi:BPMNLabel> |
Rob Daugherty | 38f7207 | 2018-03-14 02:07:32 -0400 | [diff] [blame] | 346 | <dc:Bounds x="314" y="439" width="50" height="14" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 347 | </bpmndi:BPMNLabel> |
| 348 | </bpmndi:BPMNShape> |
| 349 | <bpmndi:BPMNShape id="EndEvent_143akoz_di" bpmnElement="EndEvent_143akoz"> |
Rob Daugherty | 38f7207 | 2018-03-14 02:07:32 -0400 | [diff] [blame] | 350 | <dc:Bounds x="321" y="580" width="36" height="36" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 351 | <bpmndi:BPMNLabel> |
Rob Daugherty | 38f7207 | 2018-03-14 02:07:32 -0400 | [diff] [blame] | 352 | <dc:Bounds x="417" y="965" width="0" height="0" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 353 | </bpmndi:BPMNLabel> |
| 354 | </bpmndi:BPMNShape> |
| 355 | <bpmndi:BPMNEdge id="SequenceFlow_1o4wwba_di" bpmnElement="SequenceFlow_1o4wwba"> |
Rob Daugherty | 38f7207 | 2018-03-14 02:07:32 -0400 | [diff] [blame] | 356 | <di:waypoint xsi:type="dc:Point" x="364" y="492" /> |
| 357 | <di:waypoint xsi:type="dc:Point" x="401" y="492" /> |
| 358 | <di:waypoint xsi:type="dc:Point" x="401" y="492" /> |
| 359 | <di:waypoint xsi:type="dc:Point" x="449" y="492" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 360 | <bpmndi:BPMNLabel> |
Rob Daugherty | 38f7207 | 2018-03-14 02:07:32 -0400 | [diff] [blame] | 361 | <dc:Bounds x="399" y="489" width="18" height="14" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 362 | </bpmndi:BPMNLabel> |
| 363 | </bpmndi:BPMNEdge> |
| 364 | <bpmndi:BPMNEdge id="SequenceFlow_1mdnv3l_di" bpmnElement="SequenceFlow_1mdnv3l"> |
Rob Daugherty | 38f7207 | 2018-03-14 02:07:32 -0400 | [diff] [blame] | 365 | <di:waypoint xsi:type="dc:Point" x="339" y="517" /> |
| 366 | <di:waypoint xsi:type="dc:Point" x="339" y="544" /> |
| 367 | <di:waypoint xsi:type="dc:Point" x="339" y="544" /> |
| 368 | <di:waypoint xsi:type="dc:Point" x="339" y="580" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 369 | <bpmndi:BPMNLabel> |
Rob Daugherty | 38f7207 | 2018-03-14 02:07:32 -0400 | [diff] [blame] | 370 | <dc:Bounds x="313" y="522" width="12" height="14" /> |
| 371 | </bpmndi:BPMNLabel> |
| 372 | </bpmndi:BPMNEdge> |
| 373 | <bpmndi:BPMNShape id="IntermediateThrowEvent_0y5991s_di" bpmnElement="IntermediateThrowEvent_0y5991s"> |
| 374 | <dc:Bounds x="587" y="79" width="36" height="36" /> |
| 375 | <bpmndi:BPMNLabel> |
| 376 | <dc:Bounds x="568" y="120" width="74" height="12" /> |
| 377 | </bpmndi:BPMNLabel> |
| 378 | </bpmndi:BPMNShape> |
| 379 | <bpmndi:BPMNEdge id="SequenceFlow_16vhtu8_di" bpmnElement="SequenceFlow_16vhtu8"> |
| 380 | <di:waypoint xsi:type="dc:Point" x="442" y="97" /> |
| 381 | <di:waypoint xsi:type="dc:Point" x="587" y="97" /> |
| 382 | <bpmndi:BPMNLabel> |
| 383 | <dc:Bounds x="515" y="82" width="0" height="0" /> |
| 384 | </bpmndi:BPMNLabel> |
| 385 | </bpmndi:BPMNEdge> |
| 386 | <bpmndi:BPMNShape id="IntermediateCatchEvent_00tv706_di" bpmnElement="IntermediateCatchEvent_00tv706"> |
| 387 | <dc:Bounds x="-6" y="272" width="36" height="36" /> |
| 388 | <bpmndi:BPMNLabel> |
| 389 | <dc:Bounds x="-19" y="308" width="59" height="12" /> |
| 390 | </bpmndi:BPMNLabel> |
| 391 | </bpmndi:BPMNShape> |
| 392 | <bpmndi:BPMNShape id="IntermediateCatchEvent_1aouco1_di" bpmnElement="IntermediateCatchEvent_1aouco1"> |
| 393 | <dc:Bounds x="-6" y="474" width="36" height="36" /> |
| 394 | <bpmndi:BPMNLabel> |
| 395 | <dc:Bounds x="-11" y="510" width="43" height="12" /> |
| 396 | </bpmndi:BPMNLabel> |
| 397 | </bpmndi:BPMNShape> |
| 398 | <bpmndi:BPMNShape id="IntermediateThrowEvent_1tbopzu_di" bpmnElement="IntermediateThrowEvent_1tbopzu"> |
| 399 | <dc:Bounds x="852" y="272" width="36" height="36" /> |
| 400 | <bpmndi:BPMNLabel> |
| 401 | <dc:Bounds x="835" y="313" width="70" height="12" /> |
| 402 | </bpmndi:BPMNLabel> |
| 403 | </bpmndi:BPMNShape> |
| 404 | <bpmndi:BPMNShape id="ScriptTask_1vr3ks5_di" bpmnElement="ScriptTask_1vr3ks5"> |
| 405 | <dc:Bounds x="112" y="250" width="100" height="80" /> |
| 406 | </bpmndi:BPMNShape> |
| 407 | <bpmndi:BPMNShape id="CallActivity_1oc1h9q_di" bpmnElement="CallActivity_1oc1h9q"> |
| 408 | <dc:Bounds x="342" y="250" width="100" height="80" /> |
| 409 | </bpmndi:BPMNShape> |
| 410 | <bpmndi:BPMNShape id="ScriptTask_04zaa1o_di" bpmnElement="ScriptTask_04zaa1o"> |
| 411 | <dc:Bounds x="555" y="250" width="100" height="80" /> |
| 412 | </bpmndi:BPMNShape> |
| 413 | <bpmndi:BPMNEdge id="SequenceFlow_0xhu1k3_di" bpmnElement="SequenceFlow_0xhu1k3"> |
| 414 | <di:waypoint xsi:type="dc:Point" x="212" y="290" /> |
| 415 | <di:waypoint xsi:type="dc:Point" x="342" y="290" /> |
| 416 | <bpmndi:BPMNLabel> |
| 417 | <dc:Bounds x="277" y="275" width="0" height="0" /> |
| 418 | </bpmndi:BPMNLabel> |
| 419 | </bpmndi:BPMNEdge> |
| 420 | <bpmndi:BPMNEdge id="SequenceFlow_1o3ihrh_di" bpmnElement="SequenceFlow_1o3ihrh"> |
| 421 | <di:waypoint xsi:type="dc:Point" x="442" y="290" /> |
| 422 | <di:waypoint xsi:type="dc:Point" x="555" y="290" /> |
| 423 | <bpmndi:BPMNLabel> |
| 424 | <dc:Bounds x="499" y="275" width="0" height="0" /> |
| 425 | </bpmndi:BPMNLabel> |
| 426 | </bpmndi:BPMNEdge> |
| 427 | <bpmndi:BPMNEdge id="SequenceFlow_1tfe975_di" bpmnElement="SequenceFlow_1tfe975"> |
| 428 | <di:waypoint xsi:type="dc:Point" x="30" y="290" /> |
| 429 | <di:waypoint xsi:type="dc:Point" x="69" y="290" /> |
| 430 | <di:waypoint xsi:type="dc:Point" x="69" y="290" /> |
| 431 | <di:waypoint xsi:type="dc:Point" x="112" y="290" /> |
| 432 | <bpmndi:BPMNLabel> |
| 433 | <dc:Bounds x="84" y="290" width="0" height="0" /> |
| 434 | </bpmndi:BPMNLabel> |
| 435 | </bpmndi:BPMNEdge> |
| 436 | <bpmndi:BPMNEdge id="SequenceFlow_14ajbme_di" bpmnElement="SequenceFlow_14ajbme"> |
| 437 | <di:waypoint xsi:type="dc:Point" x="655" y="290" /> |
| 438 | <di:waypoint xsi:type="dc:Point" x="852" y="290" /> |
| 439 | <bpmndi:BPMNLabel> |
| 440 | <dc:Bounds x="754" y="265" width="0" height="0" /> |
| 441 | </bpmndi:BPMNLabel> |
| 442 | </bpmndi:BPMNEdge> |
| 443 | <bpmndi:BPMNEdge id="SequenceFlow_1hjh5zy_di" bpmnElement="SequenceFlow_1hjh5zy"> |
| 444 | <di:waypoint xsi:type="dc:Point" x="30" y="492" /> |
| 445 | <di:waypoint xsi:type="dc:Point" x="112" y="492" /> |
| 446 | <bpmndi:BPMNLabel> |
| 447 | <dc:Bounds x="71" y="467" width="0" height="0" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 448 | </bpmndi:BPMNLabel> |
| 449 | </bpmndi:BPMNEdge> |
| 450 | </bpmndi:BPMNPlane> |
| 451 | </bpmndi:BPMNDiagram> |
Rob Daugherty | 38f7207 | 2018-03-14 02:07:32 -0400 | [diff] [blame] | 452 | </bpmn2:definitions> |