xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <bpmn:definitions xmlns:bpmn="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI" xmlns:di="http://www.omg.org/spec/DD/20100524/DI" xmlns:dc="http://www.omg.org/spec/DD/20100524/DC" xmlns:camunda="http://camunda.org/schema/1.0/bpmn" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" id="Definitions_1" targetNamespace="http://bpmn.io/schema/bpmn" exporter="Camunda Modeler" exporterVersion="1.4.0"> |
| 3 | <bpmn:process id="DoCreateVnfAndModules" name="DoCreateVnfAndModules" isExecutable="true"> |
| 4 | <bpmn:startEvent id="StartEvent_1"> |
| 5 | <bpmn:outgoing>SequenceFlow_0o4vuzt</bpmn:outgoing> |
| 6 | </bpmn:startEvent> |
| 7 | <bpmn:scriptTask id="PreProcessRequest" name="PreProcess Request" scriptFormat="groovy"> |
| 8 | <bpmn:incoming>SequenceFlow_0o4vuzt</bpmn:incoming> |
| 9 | <bpmn:outgoing>SequenceFlow_1xd3ri5</bpmn:outgoing> |
| 10 | <bpmn:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.* |
| 11 | def doCreateVnfAndModules = new DoCreateVnfAndModules() |
| 12 | doCreateVnfAndModules.preProcessRequest(execution)]]></bpmn:script> |
| 13 | </bpmn:scriptTask> |
| 14 | <bpmn:callActivity id="CreateBaseVfModule" name="Create Base VF Module" calledElement="DoCreateVfModule"> |
| 15 | <bpmn:extensionElements> |
Determe, Sebastien (sd378r) | b1e5734 | 2017-05-09 03:55:30 -0700 | [diff] [blame] | 16 | <camunda:in source="msoRequestId" target="msoRequestId" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 17 | <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" /> |
| 18 | <camunda:in source="disableRollback" target="disableRollback" /> |
| 19 | <camunda:in source="vnfType" target="vnfType" /> |
| 20 | <camunda:in source="vnfName" target="vnfName" /> |
| 21 | <camunda:in source="vnfId" target="vnfId" /> |
| 22 | <camunda:in source="baseVfModuleName" target="vfModuleName" /> |
| 23 | <camunda:in source="vfModuleType" target="vfModuleType" /> |
| 24 | <camunda:in source="volumeGroupId" target="volumeGroupId" /> |
| 25 | <camunda:in source="volumeGroupName" target="volumeGroupName" /> |
| 26 | <camunda:in source="baseVfModuleId" target="vfModuleId" /> |
| 27 | <camunda:in source="baseVfModuleModelInfo" target="vfModuleModelInfo" /> |
| 28 | <camunda:in source=""true"" target="isBaseVfModule" /> |
| 29 | <camunda:in source="asdcServiceModelVersion" target="asdcServiceModelVersion" /> |
| 30 | <camunda:out source="vfModuleId" target="createdVfModuleId" /> |
| 31 | <camunda:out source="vfModuleOutputParams" target="createdVfModuleOutputParams" /> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame] | 32 | <camunda:out source="RollbackData" target="DCVAM_baseRollbackData" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 33 | <camunda:out source="WorkflowException" target="WorkflowException" /> |
| 34 | <camunda:in source="serviceInstanceId" target="serviceInstanceId" /> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame] | 35 | <camunda:in source="serviceModelInfo" target="serviceModelInfo" /> |
| 36 | <camunda:in source="vnfModelInfo" target="vnfModelInfo" /> |
| 37 | <camunda:in source="globalSubscriberId" target="globalSubscriberId" /> |
| 38 | <camunda:in source="sdncVersion" target="sdncVersion" /> |
Determe, Sebastien (sd378r) | b1e5734 | 2017-05-09 03:55:30 -0700 | [diff] [blame] | 39 | <camunda:in source="lcpCloudRegionId" target="lcpCloudRegionId" /> |
| 40 | <camunda:in source="tenantId" target="tenantId" /> |
| 41 | <camunda:in source="false" target="usePreload" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 42 | </bpmn:extensionElements> |
| 43 | <bpmn:incoming>SequenceFlow_1hf7k7q</bpmn:incoming> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame] | 44 | <bpmn:outgoing>SequenceFlow_1ixcnb6</bpmn:outgoing> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 45 | </bpmn:callActivity> |
| 46 | <bpmn:sequenceFlow id="SequenceFlow_0o4vuzt" sourceRef="StartEvent_1" targetRef="PreProcessRequest" /> |
| 47 | <bpmn:sequenceFlow id="SequenceFlow_1xd3ri5" sourceRef="PreProcessRequest" targetRef="CreateVNF" /> |
| 48 | <bpmn:callActivity id="CreateAddOnVfModule" name="Create Add-On VF Module" calledElement="DoCreateVfModule"> |
| 49 | <bpmn:extensionElements> |
Determe, Sebastien (sd378r) | b1e5734 | 2017-05-09 03:55:30 -0700 | [diff] [blame] | 50 | <camunda:in source="msoRequestId" target="msoRequestId" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 51 | <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" /> |
| 52 | <camunda:in source="disableRollback" target="disableRollback" /> |
| 53 | <camunda:in source="vnfType" target="vnfType" /> |
| 54 | <camunda:in source="vnfName" target="vnfName" /> |
| 55 | <camunda:in source="vnfId" target="vnfId" /> |
| 56 | <camunda:in source="addOnVfModuleName" target="vfModuleName" /> |
| 57 | <camunda:in source="vfModuleType" target="vfModuleType" /> |
| 58 | <camunda:in source="addOnVfModuleId" target="vfModuleId" /> |
| 59 | <camunda:in source="volumeGroupId" target="volumeGroupId" /> |
| 60 | <camunda:in source="volumeGroupName" target="volumeGroupName" /> |
| 61 | <camunda:in source="addOnVfModuleModelInfo" target="vfModuleModelInfo" /> |
| 62 | <camunda:in source=""false"" target="isBaseVfModule" /> |
| 63 | <camunda:in source="asdcServiceModelVersion" target="asdcServiceModelVersion" /> |
| 64 | <camunda:out source="vfModuleId" target="createdVfModuleId" /> |
| 65 | <camunda:out source="vfModuleOutputParameters" target="createdVfModuleOutputParameters" /> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame] | 66 | <camunda:out source="RollbackData" target="DCVAM_addOnRollbackData" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 67 | <camunda:out source="WorkflowException" target="WorkflowException" /> |
| 68 | <camunda:in source="serviceInstanceId" target="serviceInstanceId" /> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame] | 69 | <camunda:in source="serviceModelInfo" target="serviceModelInfo" /> |
| 70 | <camunda:in source="vnfModelInfo" target="vnfModelInfo" /> |
| 71 | <camunda:in source="globalSubscriberId" target="globalSubscriberId" /> |
| 72 | <camunda:in source="sdncVersion" target="sdncVersion" /> |
Determe, Sebastien (sd378r) | b1e5734 | 2017-05-09 03:55:30 -0700 | [diff] [blame] | 73 | <camunda:in source="lcpCloudRegionId" target="lcpCloudRegionId" /> |
| 74 | <camunda:in source="tenantId" target="tenantId" /> |
| 75 | <camunda:in source="false" target="usePreload" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 76 | </bpmn:extensionElements> |
| 77 | <bpmn:incoming>SequenceFlow_1lh21yl</bpmn:incoming> |
| 78 | <bpmn:outgoing>SequenceFlow_1llbx0k</bpmn:outgoing> |
| 79 | </bpmn:callActivity> |
| 80 | <bpmn:scriptTask id="Task_1lfmdks" name="Validate Create Add-On VF Module Response" scriptFormat="groovy"> |
| 81 | <bpmn:incoming>SequenceFlow_1llbx0k</bpmn:incoming> |
| 82 | <bpmn:outgoing>SequenceFlow_1mguf2m</bpmn:outgoing> |
| 83 | <bpmn:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.* |
| 84 | def doCreateVnfAndModules = new DoCreateVnfAndModules() |
| 85 | doCreateVnfAndModules.validateAddOnModule(execution)]]></bpmn:script> |
| 86 | </bpmn:scriptTask> |
| 87 | <bpmn:endEvent id="EndEvent_0v6povc"> |
| 88 | <bpmn:incoming>SequenceFlow_132bohl</bpmn:incoming> |
| 89 | <bpmn:terminateEventDefinition /> |
| 90 | </bpmn:endEvent> |
| 91 | <bpmn:sequenceFlow id="SequenceFlow_1llbx0k" sourceRef="CreateAddOnVfModule" targetRef="Task_1lfmdks" /> |
| 92 | <bpmn:exclusiveGateway id="ExclusiveGateway_1vyqr5o" name="Are there more add-on modules?" default="SequenceFlow_132bohl"> |
| 93 | <bpmn:extensionElements> |
| 94 | <camunda:properties> |
| 95 | <camunda:property /> |
| 96 | </camunda:properties> |
| 97 | </bpmn:extensionElements> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 98 | <bpmn:incoming>SequenceFlow_07gl6gw</bpmn:incoming> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame] | 99 | <bpmn:incoming>SequenceFlow_1a6wyuu</bpmn:incoming> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 100 | <bpmn:outgoing>SequenceFlow_132bohl</bpmn:outgoing> |
| 101 | <bpmn:outgoing>SequenceFlow_0jz6bqn</bpmn:outgoing> |
| 102 | </bpmn:exclusiveGateway> |
| 103 | <bpmn:sequenceFlow id="SequenceFlow_132bohl" name="No" sourceRef="ExclusiveGateway_1vyqr5o" targetRef="EndEvent_0v6povc" /> |
| 104 | <bpmn:callActivity id="CreateVNF" name="Create VNF" calledElement="DoCreateVnf"> |
| 105 | <bpmn:extensionElements> |
Determe, Sebastien (sd378r) | b1e5734 | 2017-05-09 03:55:30 -0700 | [diff] [blame] | 106 | <camunda:in source="msoRequestId" target="msoRequestId" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 107 | <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" /> |
| 108 | <camunda:in source="disableRollback" target="disableRollback" /> |
| 109 | <camunda:in source="serviceInstanceId" target="serviceInstanceId" /> |
| 110 | <camunda:in source="vnfModelInfo" target="vnfModelInfo" /> |
| 111 | <camunda:in source="vnfType" target="vnfType" /> |
| 112 | <camunda:in source="vnfName" target="vnfName" /> |
| 113 | <camunda:in source="vnfId" target="vnfId" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 114 | <camunda:in source="vnfInputParameters" target="vnfInputParameters" /> |
| 115 | <camunda:in source="productFamilyId" target="productFamilyId" /> |
| 116 | <camunda:out source="vnfId" target="vnfId" /> |
| 117 | <camunda:out source="vnfOutputParams" target="vnfOutputParams" /> |
| 118 | <camunda:out source="RollbackData" target="RollbackData" /> |
| 119 | <camunda:out source="WorkflowException" target="WorkflowException" /> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame] | 120 | <camunda:in source="serviceModelInfo" target="serviceModelInfo" /> |
| 121 | <camunda:in source="globalSubscriberId" target="globalSubscriberId" /> |
| 122 | <camunda:in source="sdncVersion" target="sdncVersion" /> |
Determe, Sebastien (sd378r) | b1e5734 | 2017-05-09 03:55:30 -0700 | [diff] [blame] | 123 | <camunda:out source="vnfName" target="vnfName" /> |
| 124 | <camunda:in source="lcpCloudRegionId" target="lcpCloudRegionId" /> |
| 125 | <camunda:in source="tenantId" target="tenantId" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 126 | </bpmn:extensionElements> |
| 127 | <bpmn:incoming>SequenceFlow_1xd3ri5</bpmn:incoming> |
| 128 | <bpmn:outgoing>SequenceFlow_08i3uo6</bpmn:outgoing> |
| 129 | </bpmn:callActivity> |
| 130 | <bpmn:scriptTask id="PreProcessAddOnModule" name="PreProcess Add-On Module" scriptFormat="groovy"> |
| 131 | <bpmn:incoming>SequenceFlow_0jz6bqn</bpmn:incoming> |
| 132 | <bpmn:outgoing>SequenceFlow_12x4dvf</bpmn:outgoing> |
| 133 | <bpmn:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.* |
| 134 | def doCreateVnfAndModules = new DoCreateVnfAndModules() |
| 135 | doCreateVnfAndModules.preProcessAddOnModule(execution)]]></bpmn:script> |
| 136 | </bpmn:scriptTask> |
| 137 | <bpmn:scriptTask id="QueryCatalogDB" name="Query Catalog DB for VF Modules" scriptFormat="groovy"> |
| 138 | <bpmn:incoming>SequenceFlow_08i3uo6</bpmn:incoming> |
| 139 | <bpmn:outgoing>SequenceFlow_1ifw9tw</bpmn:outgoing> |
| 140 | <bpmn:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.* |
| 141 | def doCreateVnfAndModules = new DoCreateVnfAndModules() |
| 142 | doCreateVnfAndModules.queryCatalogDB(execution)]]></bpmn:script> |
| 143 | </bpmn:scriptTask> |
| 144 | <bpmn:sequenceFlow id="SequenceFlow_08i3uo6" sourceRef="CreateVNF" targetRef="QueryCatalogDB" /> |
| 145 | <bpmn:exclusiveGateway id="ExclusiveGateway_1hx9s0y" name="Less than initialCount?" default="SequenceFlow_1vrogpr"> |
| 146 | <bpmn:incoming>SequenceFlow_1mguf2m</bpmn:incoming> |
| 147 | <bpmn:incoming>SequenceFlow_12x4dvf</bpmn:incoming> |
| 148 | <bpmn:outgoing>SequenceFlow_0kld3qt</bpmn:outgoing> |
| 149 | <bpmn:outgoing>SequenceFlow_1vrogpr</bpmn:outgoing> |
| 150 | </bpmn:exclusiveGateway> |
| 151 | <bpmn:sequenceFlow id="SequenceFlow_0jz6bqn" name="yes" sourceRef="ExclusiveGateway_1vyqr5o" targetRef="PreProcessAddOnModule"> |
Determe, Sebastien (sd378r) | b1e5734 | 2017-05-09 03:55:30 -0700 | [diff] [blame] | 152 | <bpmn:conditionExpression xsi:type="bpmn:tFormalExpression"><![CDATA[#{execution.getVariable("addOnModulesDeployed") < execution.getVariable("addOnModulesToDeploy")}]]></bpmn:conditionExpression> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 153 | </bpmn:sequenceFlow> |
| 154 | <bpmn:sequenceFlow id="SequenceFlow_0kld3qt" name="yes" sourceRef="ExclusiveGateway_1hx9s0y" targetRef="GenerateAddOnModuleName"> |
Determe, Sebastien (sd378r) | b1e5734 | 2017-05-09 03:55:30 -0700 | [diff] [blame] | 155 | <bpmn:conditionExpression xsi:type="bpmn:tFormalExpression"><![CDATA[#{execution.getVariable("instancesOfThisModuleDeployed") < execution.getVariable("initialCount")}]]></bpmn:conditionExpression> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 156 | </bpmn:sequenceFlow> |
| 157 | <bpmn:sequenceFlow id="SequenceFlow_1mguf2m" sourceRef="Task_1lfmdks" targetRef="ExclusiveGateway_1hx9s0y" /> |
| 158 | <bpmn:sequenceFlow id="SequenceFlow_1vrogpr" name="no" sourceRef="ExclusiveGateway_1hx9s0y" targetRef="FinishProcessingInitialCountDeployment" /> |
| 159 | <bpmn:sequenceFlow id="SequenceFlow_07gl6gw" sourceRef="FinishProcessingInitialCountDeployment" targetRef="ExclusiveGateway_1vyqr5o" /> |
| 160 | <bpmn:sequenceFlow id="SequenceFlow_1ifw9tw" sourceRef="QueryCatalogDB" targetRef="GenerateBaseModuleName" /> |
| 161 | <bpmn:sequenceFlow id="SequenceFlow_1hf7k7q" sourceRef="GenerateBaseModuleName" targetRef="CreateBaseVfModule" /> |
| 162 | <bpmn:callActivity id="GenerateBaseModuleName" name="Generate Base Module Name" calledElement="GenerateVfModuleName"> |
| 163 | <bpmn:extensionElements> |
| 164 | <camunda:in source="vnfId" target="vnfId" /> |
| 165 | <camunda:in source="vnfName" target="vnfName" /> |
| 166 | <camunda:in source="baseVfModuleLabel" target="vfModuleLabel" /> |
| 167 | <camunda:in source="basePersonaModelId" target="personaModelId" /> |
| 168 | <camunda:out source="vfModuleName" target="baseVfModuleName" /> |
| 169 | <camunda:out source="WorkflowException" target="WorkflowException" /> |
Determe, Sebastien (sd378r) | b1e5734 | 2017-05-09 03:55:30 -0700 | [diff] [blame] | 170 | <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 171 | </bpmn:extensionElements> |
| 172 | <bpmn:incoming>SequenceFlow_1ifw9tw</bpmn:incoming> |
| 173 | <bpmn:outgoing>SequenceFlow_1hf7k7q</bpmn:outgoing> |
| 174 | </bpmn:callActivity> |
| 175 | <bpmn:callActivity id="GenerateAddOnModuleName" name="Generate Add-On Module Name" calledElement="GenerateVfModuleName"> |
| 176 | <bpmn:extensionElements> |
| 177 | <camunda:in source="vnfId" target="vnfId" /> |
| 178 | <camunda:in source="vnfName" target="vnfName" /> |
| 179 | <camunda:in source="addOnVfModuleLabel" target="vfModuleLabel" /> |
| 180 | <camunda:in source="addOnPersonaModelId" target="personaModelId" /> |
| 181 | <camunda:out source="vfModuleName" target="addOnVfModuleName" /> |
| 182 | <camunda:out source="WorkflowException" target="WorkflowException" /> |
Determe, Sebastien (sd378r) | b1e5734 | 2017-05-09 03:55:30 -0700 | [diff] [blame] | 183 | <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 184 | </bpmn:extensionElements> |
| 185 | <bpmn:incoming>SequenceFlow_0kld3qt</bpmn:incoming> |
| 186 | <bpmn:outgoing>SequenceFlow_1lh21yl</bpmn:outgoing> |
| 187 | </bpmn:callActivity> |
| 188 | <bpmn:sequenceFlow id="SequenceFlow_1lh21yl" sourceRef="GenerateAddOnModuleName" targetRef="CreateAddOnVfModule" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 189 | <bpmn:sequenceFlow id="SequenceFlow_12x4dvf" sourceRef="PreProcessAddOnModule" targetRef="ExclusiveGateway_1hx9s0y" /> |
| 190 | <bpmn:scriptTask id="FinishProcessingInitialCountDeployment" name="Finish Processing Initial Count Deployment" scriptFormat="groovy"> |
| 191 | <bpmn:incoming>SequenceFlow_1vrogpr</bpmn:incoming> |
| 192 | <bpmn:outgoing>SequenceFlow_07gl6gw</bpmn:outgoing> |
| 193 | <bpmn:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.* |
| 194 | def doCreateVnfAndModules = new DoCreateVnfAndModules() |
| 195 | doCreateVnfAndModules.finisthProcessingInitialCountDeployment(execution)]]></bpmn:script> |
| 196 | </bpmn:scriptTask> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame] | 197 | <bpmn:sequenceFlow id="SequenceFlow_1ixcnb6" sourceRef="CreateBaseVfModule" targetRef="Task_054rz9i" /> |
| 198 | <bpmn:sequenceFlow id="SequenceFlow_1a6wyuu" sourceRef="Task_054rz9i" targetRef="ExclusiveGateway_1vyqr5o" /> |
| 199 | <bpmn:scriptTask id="Task_054rz9i" name="Validate Create Base VF Module Response" scriptFormat="groovy"> |
| 200 | <bpmn:incoming>SequenceFlow_1ixcnb6</bpmn:incoming> |
| 201 | <bpmn:outgoing>SequenceFlow_1a6wyuu</bpmn:outgoing> |
| 202 | <bpmn:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.* |
| 203 | def doCreateVnfAndModules = new DoCreateVnfAndModules() |
| 204 | doCreateVnfAndModules.validateBaseModule(execution)]]></bpmn:script> |
| 205 | </bpmn:scriptTask> |
Determe, Sebastien (sd378r) | b1e5734 | 2017-05-09 03:55:30 -0700 | [diff] [blame] | 206 | <bpmn:subProcess id="SubProcess_1ktx0cx" name="Java Exception Handling Sub Process" triggeredByEvent="true"> |
| 207 | <bpmn:scriptTask id="processJavaError" name="Process Error" scriptFormat="groovy"> |
| 208 | <bpmn:incoming>SequenceFlow_11bmhi4</bpmn:incoming> |
| 209 | <bpmn:outgoing>SequenceFlow_1kjlzrn</bpmn:outgoing> |
| 210 | <bpmn:script><![CDATA[import org.openecomp.mso.bpmn.common.scripts.* |
| 211 | ExceptionUtil exceptionUtil = new ExceptionUtil() |
| 212 | exceptionUtil.processJavaException(execution)]]></bpmn:script> |
| 213 | </bpmn:scriptTask> |
| 214 | <bpmn:endEvent id="EndEvent_2"> |
| 215 | <bpmn:incoming>SequenceFlow_1kjlzrn</bpmn:incoming> |
| 216 | </bpmn:endEvent> |
| 217 | <bpmn:startEvent id="StartEvent_2"> |
| 218 | <bpmn:outgoing>SequenceFlow_11bmhi4</bpmn:outgoing> |
| 219 | <bpmn:errorEventDefinition errorRef="Error_1" /> |
| 220 | </bpmn:startEvent> |
| 221 | <bpmn:sequenceFlow id="SequenceFlow_11bmhi4" name="" sourceRef="StartEvent_2" targetRef="processJavaError" /> |
| 222 | <bpmn:sequenceFlow id="SequenceFlow_1kjlzrn" name="" sourceRef="processJavaError" targetRef="EndEvent_2" /> |
| 223 | </bpmn:subProcess> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 224 | </bpmn:process> |
Determe, Sebastien (sd378r) | b1e5734 | 2017-05-09 03:55:30 -0700 | [diff] [blame] | 225 | <bpmn:error id="Error_1" name="Java Lang Exception" errorCode="java.lang.Exception" /> |
| 226 | <bpmn:error id="Error_2" name="MSO Workflow Exception" errorCode="MSOWorkflowException" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 227 | <bpmndi:BPMNDiagram id="BPMNDiagram_1"> |
| 228 | <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="DoCreateVnfAndModules"> |
| 229 | <bpmndi:BPMNShape id="_BPMNShape_StartEvent_2" bpmnElement="StartEvent_1"> |
| 230 | <dc:Bounds x="152" y="147" width="36" height="36" /> |
| 231 | <bpmndi:BPMNLabel> |
| 232 | <dc:Bounds x="170" y="183" width="0" height="0" /> |
| 233 | </bpmndi:BPMNLabel> |
| 234 | </bpmndi:BPMNShape> |
| 235 | <bpmndi:BPMNShape id="ScriptTask_1tco8kw_di" bpmnElement="PreProcessRequest"> |
| 236 | <dc:Bounds x="256" y="125" width="100" height="80" /> |
| 237 | </bpmndi:BPMNShape> |
| 238 | <bpmndi:BPMNShape id="CallActivity_1sztzw8_di" bpmnElement="CreateBaseVfModule"> |
| 239 | <dc:Bounds x="888" y="125" width="100" height="80" /> |
| 240 | </bpmndi:BPMNShape> |
| 241 | <bpmndi:BPMNEdge id="SequenceFlow_0o4vuzt_di" bpmnElement="SequenceFlow_0o4vuzt"> |
| 242 | <di:waypoint xsi:type="dc:Point" x="188" y="165" /> |
| 243 | <di:waypoint xsi:type="dc:Point" x="256" y="165" /> |
| 244 | <bpmndi:BPMNLabel> |
| 245 | <dc:Bounds x="222" y="150" width="0" height="0" /> |
| 246 | </bpmndi:BPMNLabel> |
| 247 | </bpmndi:BPMNEdge> |
| 248 | <bpmndi:BPMNEdge id="SequenceFlow_1xd3ri5_di" bpmnElement="SequenceFlow_1xd3ri5"> |
| 249 | <di:waypoint xsi:type="dc:Point" x="356" y="165" /> |
| 250 | <di:waypoint xsi:type="dc:Point" x="430" y="165" /> |
| 251 | <bpmndi:BPMNLabel> |
| 252 | <dc:Bounds x="393" y="150" width="0" height="0" /> |
| 253 | </bpmndi:BPMNLabel> |
| 254 | </bpmndi:BPMNEdge> |
| 255 | <bpmndi:BPMNShape id="CallActivity_0auiwq0_di" bpmnElement="CreateAddOnVfModule"> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame] | 256 | <dc:Bounds x="1749" y="57" width="100" height="80" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 257 | </bpmndi:BPMNShape> |
| 258 | <bpmndi:BPMNShape id="ScriptTask_1eeaxqn_di" bpmnElement="Task_1lfmdks"> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame] | 259 | <dc:Bounds x="1888" y="57" width="100" height="80" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 260 | </bpmndi:BPMNShape> |
| 261 | <bpmndi:BPMNShape id="EndEvent_1h41bs7_di" bpmnElement="EndEvent_0v6povc"> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame] | 262 | <dc:Bounds x="2011" y="147" width="36" height="36" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 263 | <bpmndi:BPMNLabel> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame] | 264 | <dc:Bounds x="2029" y="183" width="0" height="0" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 265 | </bpmndi:BPMNLabel> |
| 266 | </bpmndi:BPMNShape> |
| 267 | <bpmndi:BPMNEdge id="SequenceFlow_1llbx0k_di" bpmnElement="SequenceFlow_1llbx0k"> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame] | 268 | <di:waypoint xsi:type="dc:Point" x="1849" y="97" /> |
| 269 | <di:waypoint xsi:type="dc:Point" x="1888" y="97" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 270 | <bpmndi:BPMNLabel> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame] | 271 | <dc:Bounds x="1869" y="82" width="0" height="0" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 272 | </bpmndi:BPMNLabel> |
| 273 | </bpmndi:BPMNEdge> |
| 274 | <bpmndi:BPMNShape id="ExclusiveGateway_1vyqr5o_di" bpmnElement="ExclusiveGateway_1vyqr5o" isMarkerVisible="true"> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame] | 275 | <dc:Bounds x="1166" y="140" width="50" height="50" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 276 | <bpmndi:BPMNLabel> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame] | 277 | <dc:Bounds x="1150" y="190" width="84" height="24" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 278 | </bpmndi:BPMNLabel> |
| 279 | </bpmndi:BPMNShape> |
| 280 | <bpmndi:BPMNEdge id="SequenceFlow_132bohl_di" bpmnElement="SequenceFlow_132bohl"> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame] | 281 | <di:waypoint xsi:type="dc:Point" x="1191" y="140" /> |
| 282 | <di:waypoint xsi:type="dc:Point" x="1191" y="36" /> |
| 283 | <di:waypoint xsi:type="dc:Point" x="2029" y="36" /> |
| 284 | <di:waypoint xsi:type="dc:Point" x="2029" y="147" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 285 | <bpmndi:BPMNLabel> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame] | 286 | <dc:Bounds x="1612" y="21" width="14" height="12" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 287 | </bpmndi:BPMNLabel> |
| 288 | </bpmndi:BPMNEdge> |
| 289 | <bpmndi:BPMNShape id="CallActivity_0zr4ioh_di" bpmnElement="CreateVNF"> |
| 290 | <dc:Bounds x="430" y="125" width="100" height="80" /> |
| 291 | </bpmndi:BPMNShape> |
| 292 | <bpmndi:BPMNShape id="ScriptTask_0tknqn1_di" bpmnElement="PreProcessAddOnModule"> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame] | 293 | <dc:Bounds x="1300" y="125" width="100" height="80" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 294 | </bpmndi:BPMNShape> |
| 295 | <bpmndi:BPMNShape id="ScriptTask_1u6qcio_di" bpmnElement="QueryCatalogDB"> |
| 296 | <dc:Bounds x="590" y="125" width="100" height="80" /> |
| 297 | </bpmndi:BPMNShape> |
| 298 | <bpmndi:BPMNEdge id="SequenceFlow_08i3uo6_di" bpmnElement="SequenceFlow_08i3uo6"> |
| 299 | <di:waypoint xsi:type="dc:Point" x="530" y="165" /> |
| 300 | <di:waypoint xsi:type="dc:Point" x="590" y="165" /> |
| 301 | <bpmndi:BPMNLabel> |
| 302 | <dc:Bounds x="560" y="150" width="0" height="0" /> |
| 303 | </bpmndi:BPMNLabel> |
| 304 | </bpmndi:BPMNEdge> |
| 305 | <bpmndi:BPMNShape id="ExclusiveGateway_1hx9s0y_di" bpmnElement="ExclusiveGateway_1hx9s0y" isMarkerVisible="true"> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame] | 306 | <dc:Bounds x="1493" y="140" width="50" height="50" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 307 | <bpmndi:BPMNLabel> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame] | 308 | <dc:Bounds x="1489" y="190" width="58" height="24" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 309 | </bpmndi:BPMNLabel> |
| 310 | </bpmndi:BPMNShape> |
| 311 | <bpmndi:BPMNEdge id="SequenceFlow_0jz6bqn_di" bpmnElement="SequenceFlow_0jz6bqn"> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame] | 312 | <di:waypoint xsi:type="dc:Point" x="1216" y="165" /> |
| 313 | <di:waypoint xsi:type="dc:Point" x="1258" y="165" /> |
| 314 | <di:waypoint xsi:type="dc:Point" x="1258" y="165" /> |
| 315 | <di:waypoint xsi:type="dc:Point" x="1298" y="165" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 316 | <bpmndi:BPMNLabel> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame] | 317 | <dc:Bounds x="1219" y="147" width="18" height="12" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 318 | </bpmndi:BPMNLabel> |
| 319 | </bpmndi:BPMNEdge> |
| 320 | <bpmndi:BPMNEdge id="SequenceFlow_0kld3qt_di" bpmnElement="SequenceFlow_0kld3qt"> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame] | 321 | <di:waypoint xsi:type="dc:Point" x="1518" y="140" /> |
| 322 | <di:waypoint xsi:type="dc:Point" x="1518" y="89" /> |
| 323 | <di:waypoint xsi:type="dc:Point" x="1601" y="89" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 324 | <bpmndi:BPMNLabel> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame] | 325 | <dc:Bounds x="1534" y="96" width="18" height="12" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 326 | </bpmndi:BPMNLabel> |
| 327 | </bpmndi:BPMNEdge> |
| 328 | <bpmndi:BPMNEdge id="SequenceFlow_1mguf2m_di" bpmnElement="SequenceFlow_1mguf2m"> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame] | 329 | <di:waypoint xsi:type="dc:Point" x="1938" y="137" /> |
| 330 | <di:waypoint xsi:type="dc:Point" x="1938" y="165" /> |
| 331 | <di:waypoint xsi:type="dc:Point" x="1543" y="165" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 332 | <bpmndi:BPMNLabel> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame] | 333 | <dc:Bounds x="1953" y="151" width="0" height="0" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 334 | </bpmndi:BPMNLabel> |
| 335 | </bpmndi:BPMNEdge> |
| 336 | <bpmndi:BPMNEdge id="SequenceFlow_1vrogpr_di" bpmnElement="SequenceFlow_1vrogpr"> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame] | 337 | <di:waypoint xsi:type="dc:Point" x="1518" y="190" /> |
| 338 | <di:waypoint xsi:type="dc:Point" x="1518" y="221" /> |
| 339 | <di:waypoint xsi:type="dc:Point" x="1518" y="221" /> |
| 340 | <di:waypoint xsi:type="dc:Point" x="1518" y="258" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 341 | <bpmndi:BPMNLabel> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame] | 342 | <dc:Bounds x="1527" y="221" width="12" height="12" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 343 | </bpmndi:BPMNLabel> |
| 344 | </bpmndi:BPMNEdge> |
| 345 | <bpmndi:BPMNEdge id="SequenceFlow_07gl6gw_di" bpmnElement="SequenceFlow_07gl6gw"> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame] | 346 | <di:waypoint xsi:type="dc:Point" x="1468" y="298" /> |
| 347 | <di:waypoint xsi:type="dc:Point" x="1192" y="298" /> |
| 348 | <di:waypoint xsi:type="dc:Point" x="1191" y="190" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 349 | <bpmndi:BPMNLabel> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame] | 350 | <dc:Bounds x="1330" y="283" width="0" height="0" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 351 | </bpmndi:BPMNLabel> |
| 352 | </bpmndi:BPMNEdge> |
| 353 | <bpmndi:BPMNEdge id="SequenceFlow_1ifw9tw_di" bpmnElement="SequenceFlow_1ifw9tw"> |
| 354 | <di:waypoint xsi:type="dc:Point" x="690" y="165" /> |
| 355 | <di:waypoint xsi:type="dc:Point" x="740" y="165" /> |
| 356 | <bpmndi:BPMNLabel> |
| 357 | <dc:Bounds x="715" y="150" width="0" height="0" /> |
| 358 | </bpmndi:BPMNLabel> |
| 359 | </bpmndi:BPMNEdge> |
| 360 | <bpmndi:BPMNEdge id="SequenceFlow_1hf7k7q_di" bpmnElement="SequenceFlow_1hf7k7q"> |
| 361 | <di:waypoint xsi:type="dc:Point" x="840" y="165" /> |
| 362 | <di:waypoint xsi:type="dc:Point" x="888" y="165" /> |
| 363 | <bpmndi:BPMNLabel> |
| 364 | <dc:Bounds x="864" y="150" width="0" height="0" /> |
| 365 | </bpmndi:BPMNLabel> |
| 366 | </bpmndi:BPMNEdge> |
| 367 | <bpmndi:BPMNShape id="CallActivity_0rz8zl9_di" bpmnElement="GenerateBaseModuleName"> |
| 368 | <dc:Bounds x="740" y="125" width="100" height="80" /> |
| 369 | </bpmndi:BPMNShape> |
| 370 | <bpmndi:BPMNShape id="CallActivity_0otq8mo_di" bpmnElement="GenerateAddOnModuleName"> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame] | 371 | <dc:Bounds x="1601" y="57" width="100" height="80" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 372 | </bpmndi:BPMNShape> |
| 373 | <bpmndi:BPMNEdge id="SequenceFlow_1lh21yl_di" bpmnElement="SequenceFlow_1lh21yl"> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame] | 374 | <di:waypoint xsi:type="dc:Point" x="1701" y="97" /> |
| 375 | <di:waypoint xsi:type="dc:Point" x="1749" y="97" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 376 | <bpmndi:BPMNLabel> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame] | 377 | <dc:Bounds x="1725" y="82" width="0" height="0" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 378 | </bpmndi:BPMNLabel> |
| 379 | </bpmndi:BPMNEdge> |
| 380 | <bpmndi:BPMNEdge id="SequenceFlow_12x4dvf_di" bpmnElement="SequenceFlow_12x4dvf"> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame] | 381 | <di:waypoint xsi:type="dc:Point" x="1400" y="165" /> |
| 382 | <di:waypoint xsi:type="dc:Point" x="1493" y="165" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 383 | <bpmndi:BPMNLabel> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame] | 384 | <dc:Bounds x="1447" y="140" width="0" height="0" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 385 | </bpmndi:BPMNLabel> |
| 386 | </bpmndi:BPMNEdge> |
| 387 | <bpmndi:BPMNShape id="ScriptTask_144n0mg_di" bpmnElement="FinishProcessingInitialCountDeployment"> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame] | 388 | <dc:Bounds x="1468" y="258" width="100" height="80" /> |
| 389 | </bpmndi:BPMNShape> |
| 390 | <bpmndi:BPMNEdge id="SequenceFlow_1ixcnb6_di" bpmnElement="SequenceFlow_1ixcnb6"> |
| 391 | <di:waypoint xsi:type="dc:Point" x="988" y="165" /> |
| 392 | <di:waypoint xsi:type="dc:Point" x="1030" y="165" /> |
| 393 | <bpmndi:BPMNLabel> |
| 394 | <dc:Bounds x="1009" y="150" width="0" height="0" /> |
| 395 | </bpmndi:BPMNLabel> |
| 396 | </bpmndi:BPMNEdge> |
| 397 | <bpmndi:BPMNEdge id="SequenceFlow_1a6wyuu_di" bpmnElement="SequenceFlow_1a6wyuu"> |
| 398 | <di:waypoint xsi:type="dc:Point" x="1130" y="165" /> |
| 399 | <di:waypoint xsi:type="dc:Point" x="1166" y="165" /> |
| 400 | <bpmndi:BPMNLabel> |
| 401 | <dc:Bounds x="1148" y="150" width="0" height="0" /> |
| 402 | </bpmndi:BPMNLabel> |
| 403 | </bpmndi:BPMNEdge> |
| 404 | <bpmndi:BPMNShape id="ScriptTask_1obevnp_di" bpmnElement="Task_054rz9i"> |
| 405 | <dc:Bounds x="1030" y="125" width="100" height="80" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 406 | </bpmndi:BPMNShape> |
Determe, Sebastien (sd378r) | b1e5734 | 2017-05-09 03:55:30 -0700 | [diff] [blame] | 407 | <bpmndi:BPMNShape id="SubProcess_1ktx0cx_di" bpmnElement="SubProcess_1ktx0cx" isExpanded="true"> |
| 408 | <dc:Bounds x="208" y="438" width="313" height="169" /> |
| 409 | </bpmndi:BPMNShape> |
| 410 | <bpmndi:BPMNShape id="ScriptTask_1j93kr8_di" bpmnElement="processJavaError"> |
| 411 | <dc:Bounds x="316" y="484" width="100" height="80" /> |
| 412 | </bpmndi:BPMNShape> |
| 413 | <bpmndi:BPMNShape id="EndEvent_1s63ccl_di" bpmnElement="EndEvent_2"> |
| 414 | <dc:Bounds x="461" y="506" width="36" height="36" /> |
| 415 | <bpmndi:BPMNLabel> |
| 416 | <dc:Bounds x="479" y="547" width="0" height="0" /> |
| 417 | </bpmndi:BPMNLabel> |
| 418 | </bpmndi:BPMNShape> |
| 419 | <bpmndi:BPMNShape id="StartEvent_028j51v_di" bpmnElement="StartEvent_2"> |
| 420 | <dc:Bounds x="233" y="506" width="36" height="36" /> |
| 421 | <bpmndi:BPMNLabel> |
| 422 | <dc:Bounds x="251" y="547" width="0" height="0" /> |
| 423 | </bpmndi:BPMNLabel> |
| 424 | </bpmndi:BPMNShape> |
| 425 | <bpmndi:BPMNEdge id="SequenceFlow_11bmhi4_di" bpmnElement="SequenceFlow_11bmhi4"> |
| 426 | <di:waypoint xsi:type="dc:Point" x="269" y="524" /> |
| 427 | <di:waypoint xsi:type="dc:Point" x="316" y="524" /> |
| 428 | <bpmndi:BPMNLabel> |
| 429 | <dc:Bounds x="290" y="524" width="0" height="0" /> |
| 430 | </bpmndi:BPMNLabel> |
| 431 | </bpmndi:BPMNEdge> |
| 432 | <bpmndi:BPMNEdge id="SequenceFlow_1kjlzrn_di" bpmnElement="SequenceFlow_1kjlzrn"> |
| 433 | <di:waypoint xsi:type="dc:Point" x="416" y="524" /> |
| 434 | <di:waypoint xsi:type="dc:Point" x="461" y="524" /> |
| 435 | <bpmndi:BPMNLabel> |
| 436 | <dc:Bounds x="436" y="524" width="0" height="0" /> |
| 437 | </bpmndi:BPMNLabel> |
| 438 | </bpmndi:BPMNEdge> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 439 | </bpmndi:BPMNPlane> |
| 440 | </bpmndi:BPMNDiagram> |
| 441 | </bpmn:definitions> |