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> |
| 16 | <camunda:in source="requestId" target="requestId" /> |
| 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" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 39 | </bpmn:extensionElements> |
| 40 | <bpmn:incoming>SequenceFlow_1hf7k7q</bpmn:incoming> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame^] | 41 | <bpmn:outgoing>SequenceFlow_1ixcnb6</bpmn:outgoing> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 42 | </bpmn:callActivity> |
| 43 | <bpmn:sequenceFlow id="SequenceFlow_0o4vuzt" sourceRef="StartEvent_1" targetRef="PreProcessRequest" /> |
| 44 | <bpmn:sequenceFlow id="SequenceFlow_1xd3ri5" sourceRef="PreProcessRequest" targetRef="CreateVNF" /> |
| 45 | <bpmn:callActivity id="CreateAddOnVfModule" name="Create Add-On VF Module" calledElement="DoCreateVfModule"> |
| 46 | <bpmn:extensionElements> |
| 47 | <camunda:in source="requestId" target="requestId" /> |
| 48 | <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" /> |
| 49 | <camunda:in source="disableRollback" target="disableRollback" /> |
| 50 | <camunda:in source="vnfType" target="vnfType" /> |
| 51 | <camunda:in source="vnfName" target="vnfName" /> |
| 52 | <camunda:in source="vnfId" target="vnfId" /> |
| 53 | <camunda:in source="addOnVfModuleName" target="vfModuleName" /> |
| 54 | <camunda:in source="vfModuleType" target="vfModuleType" /> |
| 55 | <camunda:in source="addOnVfModuleId" target="vfModuleId" /> |
| 56 | <camunda:in source="volumeGroupId" target="volumeGroupId" /> |
| 57 | <camunda:in source="volumeGroupName" target="volumeGroupName" /> |
| 58 | <camunda:in source="addOnVfModuleModelInfo" target="vfModuleModelInfo" /> |
| 59 | <camunda:in source=""false"" target="isBaseVfModule" /> |
| 60 | <camunda:in source="asdcServiceModelVersion" target="asdcServiceModelVersion" /> |
| 61 | <camunda:out source="vfModuleId" target="createdVfModuleId" /> |
| 62 | <camunda:out source="vfModuleOutputParameters" target="createdVfModuleOutputParameters" /> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame^] | 63 | <camunda:out source="RollbackData" target="DCVAM_addOnRollbackData" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 64 | <camunda:out source="WorkflowException" target="WorkflowException" /> |
| 65 | <camunda:in source="serviceInstanceId" target="serviceInstanceId" /> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame^] | 66 | <camunda:in source="serviceModelInfo" target="serviceModelInfo" /> |
| 67 | <camunda:in source="vnfModelInfo" target="vnfModelInfo" /> |
| 68 | <camunda:in source="globalSubscriberId" target="globalSubscriberId" /> |
| 69 | <camunda:in source="sdncVersion" target="sdncVersion" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 70 | </bpmn:extensionElements> |
| 71 | <bpmn:incoming>SequenceFlow_1lh21yl</bpmn:incoming> |
| 72 | <bpmn:outgoing>SequenceFlow_1llbx0k</bpmn:outgoing> |
| 73 | </bpmn:callActivity> |
| 74 | <bpmn:scriptTask id="Task_1lfmdks" name="Validate Create Add-On VF Module Response" scriptFormat="groovy"> |
| 75 | <bpmn:incoming>SequenceFlow_1llbx0k</bpmn:incoming> |
| 76 | <bpmn:outgoing>SequenceFlow_1mguf2m</bpmn:outgoing> |
| 77 | <bpmn:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.* |
| 78 | def doCreateVnfAndModules = new DoCreateVnfAndModules() |
| 79 | doCreateVnfAndModules.validateAddOnModule(execution)]]></bpmn:script> |
| 80 | </bpmn:scriptTask> |
| 81 | <bpmn:endEvent id="EndEvent_0v6povc"> |
| 82 | <bpmn:incoming>SequenceFlow_132bohl</bpmn:incoming> |
| 83 | <bpmn:terminateEventDefinition /> |
| 84 | </bpmn:endEvent> |
| 85 | <bpmn:sequenceFlow id="SequenceFlow_1llbx0k" sourceRef="CreateAddOnVfModule" targetRef="Task_1lfmdks" /> |
| 86 | <bpmn:exclusiveGateway id="ExclusiveGateway_1vyqr5o" name="Are there more add-on modules?" default="SequenceFlow_132bohl"> |
| 87 | <bpmn:extensionElements> |
| 88 | <camunda:properties> |
| 89 | <camunda:property /> |
| 90 | </camunda:properties> |
| 91 | </bpmn:extensionElements> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 92 | <bpmn:incoming>SequenceFlow_07gl6gw</bpmn:incoming> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame^] | 93 | <bpmn:incoming>SequenceFlow_1a6wyuu</bpmn:incoming> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 94 | <bpmn:outgoing>SequenceFlow_132bohl</bpmn:outgoing> |
| 95 | <bpmn:outgoing>SequenceFlow_0jz6bqn</bpmn:outgoing> |
| 96 | </bpmn:exclusiveGateway> |
| 97 | <bpmn:sequenceFlow id="SequenceFlow_132bohl" name="No" sourceRef="ExclusiveGateway_1vyqr5o" targetRef="EndEvent_0v6povc" /> |
| 98 | <bpmn:callActivity id="CreateVNF" name="Create VNF" calledElement="DoCreateVnf"> |
| 99 | <bpmn:extensionElements> |
| 100 | <camunda:in source="requestId" target="requestId" /> |
| 101 | <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" /> |
| 102 | <camunda:in source="disableRollback" target="disableRollback" /> |
| 103 | <camunda:in source="serviceInstanceId" target="serviceInstanceId" /> |
| 104 | <camunda:in source="vnfModelInfo" target="vnfModelInfo" /> |
| 105 | <camunda:in source="vnfType" target="vnfType" /> |
| 106 | <camunda:in source="vnfName" target="vnfName" /> |
| 107 | <camunda:in source="vnfId" target="vnfId" /> |
| 108 | <camunda:in source="cloudConfiguration" target="cloudConfiguration" /> |
| 109 | <camunda:in source="vnfInputParameters" target="vnfInputParameters" /> |
| 110 | <camunda:in source="productFamilyId" target="productFamilyId" /> |
| 111 | <camunda:out source="vnfId" target="vnfId" /> |
| 112 | <camunda:out source="vnfOutputParams" target="vnfOutputParams" /> |
| 113 | <camunda:out source="RollbackData" target="RollbackData" /> |
| 114 | <camunda:out source="WorkflowException" target="WorkflowException" /> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame^] | 115 | <camunda:in source="serviceModelInfo" target="serviceModelInfo" /> |
| 116 | <camunda:in source="globalSubscriberId" target="globalSubscriberId" /> |
| 117 | <camunda:in source="sdncVersion" target="sdncVersion" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 118 | </bpmn:extensionElements> |
| 119 | <bpmn:incoming>SequenceFlow_1xd3ri5</bpmn:incoming> |
| 120 | <bpmn:outgoing>SequenceFlow_08i3uo6</bpmn:outgoing> |
| 121 | </bpmn:callActivity> |
| 122 | <bpmn:scriptTask id="PreProcessAddOnModule" name="PreProcess Add-On Module" scriptFormat="groovy"> |
| 123 | <bpmn:incoming>SequenceFlow_0jz6bqn</bpmn:incoming> |
| 124 | <bpmn:outgoing>SequenceFlow_12x4dvf</bpmn:outgoing> |
| 125 | <bpmn:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.* |
| 126 | def doCreateVnfAndModules = new DoCreateVnfAndModules() |
| 127 | doCreateVnfAndModules.preProcessAddOnModule(execution)]]></bpmn:script> |
| 128 | </bpmn:scriptTask> |
| 129 | <bpmn:scriptTask id="QueryCatalogDB" name="Query Catalog DB for VF Modules" scriptFormat="groovy"> |
| 130 | <bpmn:incoming>SequenceFlow_08i3uo6</bpmn:incoming> |
| 131 | <bpmn:outgoing>SequenceFlow_1ifw9tw</bpmn:outgoing> |
| 132 | <bpmn:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.* |
| 133 | def doCreateVnfAndModules = new DoCreateVnfAndModules() |
| 134 | doCreateVnfAndModules.queryCatalogDB(execution)]]></bpmn:script> |
| 135 | </bpmn:scriptTask> |
| 136 | <bpmn:sequenceFlow id="SequenceFlow_08i3uo6" sourceRef="CreateVNF" targetRef="QueryCatalogDB" /> |
| 137 | <bpmn:exclusiveGateway id="ExclusiveGateway_1hx9s0y" name="Less than initialCount?" default="SequenceFlow_1vrogpr"> |
| 138 | <bpmn:incoming>SequenceFlow_1mguf2m</bpmn:incoming> |
| 139 | <bpmn:incoming>SequenceFlow_12x4dvf</bpmn:incoming> |
| 140 | <bpmn:outgoing>SequenceFlow_0kld3qt</bpmn:outgoing> |
| 141 | <bpmn:outgoing>SequenceFlow_1vrogpr</bpmn:outgoing> |
| 142 | </bpmn:exclusiveGateway> |
| 143 | <bpmn:sequenceFlow id="SequenceFlow_0jz6bqn" name="yes" sourceRef="ExclusiveGateway_1vyqr5o" targetRef="PreProcessAddOnModule"> |
| 144 | <bpmn:conditionExpression xsi:type="bpmn:tFormalExpression"><![CDATA[![CDATA[#{execution.getVariable("addOnModulesDeployed") < execution.getVariable("addOnModulesToDeploy")}]]]]></bpmn:conditionExpression> |
| 145 | </bpmn:sequenceFlow> |
| 146 | <bpmn:sequenceFlow id="SequenceFlow_0kld3qt" name="yes" sourceRef="ExclusiveGateway_1hx9s0y" targetRef="GenerateAddOnModuleName"> |
| 147 | <bpmn:conditionExpression xsi:type="bpmn:tFormalExpression"><![CDATA[![CDATA[#{execution.getVariable("instancesOfThisModuleDeployed") < execution.getVariable("initialCount")}]]]]></bpmn:conditionExpression> |
| 148 | </bpmn:sequenceFlow> |
| 149 | <bpmn:sequenceFlow id="SequenceFlow_1mguf2m" sourceRef="Task_1lfmdks" targetRef="ExclusiveGateway_1hx9s0y" /> |
| 150 | <bpmn:sequenceFlow id="SequenceFlow_1vrogpr" name="no" sourceRef="ExclusiveGateway_1hx9s0y" targetRef="FinishProcessingInitialCountDeployment" /> |
| 151 | <bpmn:sequenceFlow id="SequenceFlow_07gl6gw" sourceRef="FinishProcessingInitialCountDeployment" targetRef="ExclusiveGateway_1vyqr5o" /> |
| 152 | <bpmn:sequenceFlow id="SequenceFlow_1ifw9tw" sourceRef="QueryCatalogDB" targetRef="GenerateBaseModuleName" /> |
| 153 | <bpmn:sequenceFlow id="SequenceFlow_1hf7k7q" sourceRef="GenerateBaseModuleName" targetRef="CreateBaseVfModule" /> |
| 154 | <bpmn:callActivity id="GenerateBaseModuleName" name="Generate Base Module Name" calledElement="GenerateVfModuleName"> |
| 155 | <bpmn:extensionElements> |
| 156 | <camunda:in source="vnfId" target="vnfId" /> |
| 157 | <camunda:in source="vnfName" target="vnfName" /> |
| 158 | <camunda:in source="baseVfModuleLabel" target="vfModuleLabel" /> |
| 159 | <camunda:in source="basePersonaModelId" target="personaModelId" /> |
| 160 | <camunda:out source="vfModuleName" target="baseVfModuleName" /> |
| 161 | <camunda:out source="WorkflowException" target="WorkflowException" /> |
| 162 | </bpmn:extensionElements> |
| 163 | <bpmn:incoming>SequenceFlow_1ifw9tw</bpmn:incoming> |
| 164 | <bpmn:outgoing>SequenceFlow_1hf7k7q</bpmn:outgoing> |
| 165 | </bpmn:callActivity> |
| 166 | <bpmn:callActivity id="GenerateAddOnModuleName" name="Generate Add-On Module Name" calledElement="GenerateVfModuleName"> |
| 167 | <bpmn:extensionElements> |
| 168 | <camunda:in source="vnfId" target="vnfId" /> |
| 169 | <camunda:in source="vnfName" target="vnfName" /> |
| 170 | <camunda:in source="addOnVfModuleLabel" target="vfModuleLabel" /> |
| 171 | <camunda:in source="addOnPersonaModelId" target="personaModelId" /> |
| 172 | <camunda:out source="vfModuleName" target="addOnVfModuleName" /> |
| 173 | <camunda:out source="WorkflowException" target="WorkflowException" /> |
| 174 | </bpmn:extensionElements> |
| 175 | <bpmn:incoming>SequenceFlow_0kld3qt</bpmn:incoming> |
| 176 | <bpmn:outgoing>SequenceFlow_1lh21yl</bpmn:outgoing> |
| 177 | </bpmn:callActivity> |
| 178 | <bpmn:sequenceFlow id="SequenceFlow_1lh21yl" sourceRef="GenerateAddOnModuleName" targetRef="CreateAddOnVfModule" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 179 | <bpmn:sequenceFlow id="SequenceFlow_12x4dvf" sourceRef="PreProcessAddOnModule" targetRef="ExclusiveGateway_1hx9s0y" /> |
| 180 | <bpmn:scriptTask id="FinishProcessingInitialCountDeployment" name="Finish Processing Initial Count Deployment" scriptFormat="groovy"> |
| 181 | <bpmn:incoming>SequenceFlow_1vrogpr</bpmn:incoming> |
| 182 | <bpmn:outgoing>SequenceFlow_07gl6gw</bpmn:outgoing> |
| 183 | <bpmn:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.* |
| 184 | def doCreateVnfAndModules = new DoCreateVnfAndModules() |
| 185 | doCreateVnfAndModules.finisthProcessingInitialCountDeployment(execution)]]></bpmn:script> |
| 186 | </bpmn:scriptTask> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame^] | 187 | <bpmn:sequenceFlow id="SequenceFlow_1ixcnb6" sourceRef="CreateBaseVfModule" targetRef="Task_054rz9i" /> |
| 188 | <bpmn:sequenceFlow id="SequenceFlow_1a6wyuu" sourceRef="Task_054rz9i" targetRef="ExclusiveGateway_1vyqr5o" /> |
| 189 | <bpmn:scriptTask id="Task_054rz9i" name="Validate Create Base VF Module Response" scriptFormat="groovy"> |
| 190 | <bpmn:incoming>SequenceFlow_1ixcnb6</bpmn:incoming> |
| 191 | <bpmn:outgoing>SequenceFlow_1a6wyuu</bpmn:outgoing> |
| 192 | <bpmn:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.* |
| 193 | def doCreateVnfAndModules = new DoCreateVnfAndModules() |
| 194 | doCreateVnfAndModules.validateBaseModule(execution)]]></bpmn:script> |
| 195 | </bpmn:scriptTask> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 196 | </bpmn:process> |
| 197 | <bpmndi:BPMNDiagram id="BPMNDiagram_1"> |
| 198 | <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="DoCreateVnfAndModules"> |
| 199 | <bpmndi:BPMNShape id="_BPMNShape_StartEvent_2" bpmnElement="StartEvent_1"> |
| 200 | <dc:Bounds x="152" y="147" width="36" height="36" /> |
| 201 | <bpmndi:BPMNLabel> |
| 202 | <dc:Bounds x="170" y="183" width="0" height="0" /> |
| 203 | </bpmndi:BPMNLabel> |
| 204 | </bpmndi:BPMNShape> |
| 205 | <bpmndi:BPMNShape id="ScriptTask_1tco8kw_di" bpmnElement="PreProcessRequest"> |
| 206 | <dc:Bounds x="256" y="125" width="100" height="80" /> |
| 207 | </bpmndi:BPMNShape> |
| 208 | <bpmndi:BPMNShape id="CallActivity_1sztzw8_di" bpmnElement="CreateBaseVfModule"> |
| 209 | <dc:Bounds x="888" y="125" width="100" height="80" /> |
| 210 | </bpmndi:BPMNShape> |
| 211 | <bpmndi:BPMNEdge id="SequenceFlow_0o4vuzt_di" bpmnElement="SequenceFlow_0o4vuzt"> |
| 212 | <di:waypoint xsi:type="dc:Point" x="188" y="165" /> |
| 213 | <di:waypoint xsi:type="dc:Point" x="256" y="165" /> |
| 214 | <bpmndi:BPMNLabel> |
| 215 | <dc:Bounds x="222" y="150" width="0" height="0" /> |
| 216 | </bpmndi:BPMNLabel> |
| 217 | </bpmndi:BPMNEdge> |
| 218 | <bpmndi:BPMNEdge id="SequenceFlow_1xd3ri5_di" bpmnElement="SequenceFlow_1xd3ri5"> |
| 219 | <di:waypoint xsi:type="dc:Point" x="356" y="165" /> |
| 220 | <di:waypoint xsi:type="dc:Point" x="430" y="165" /> |
| 221 | <bpmndi:BPMNLabel> |
| 222 | <dc:Bounds x="393" y="150" width="0" height="0" /> |
| 223 | </bpmndi:BPMNLabel> |
| 224 | </bpmndi:BPMNEdge> |
| 225 | <bpmndi:BPMNShape id="CallActivity_0auiwq0_di" bpmnElement="CreateAddOnVfModule"> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame^] | 226 | <dc:Bounds x="1749" y="57" width="100" height="80" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 227 | </bpmndi:BPMNShape> |
| 228 | <bpmndi:BPMNShape id="ScriptTask_1eeaxqn_di" bpmnElement="Task_1lfmdks"> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame^] | 229 | <dc:Bounds x="1888" y="57" width="100" height="80" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 230 | </bpmndi:BPMNShape> |
| 231 | <bpmndi:BPMNShape id="EndEvent_1h41bs7_di" bpmnElement="EndEvent_0v6povc"> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame^] | 232 | <dc:Bounds x="2011" y="147" width="36" height="36" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 233 | <bpmndi:BPMNLabel> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame^] | 234 | <dc:Bounds x="2029" y="183" width="0" height="0" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 235 | </bpmndi:BPMNLabel> |
| 236 | </bpmndi:BPMNShape> |
| 237 | <bpmndi:BPMNEdge id="SequenceFlow_1llbx0k_di" bpmnElement="SequenceFlow_1llbx0k"> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame^] | 238 | <di:waypoint xsi:type="dc:Point" x="1849" y="97" /> |
| 239 | <di:waypoint xsi:type="dc:Point" x="1888" y="97" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 240 | <bpmndi:BPMNLabel> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame^] | 241 | <dc:Bounds x="1869" y="82" width="0" height="0" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 242 | </bpmndi:BPMNLabel> |
| 243 | </bpmndi:BPMNEdge> |
| 244 | <bpmndi:BPMNShape id="ExclusiveGateway_1vyqr5o_di" bpmnElement="ExclusiveGateway_1vyqr5o" isMarkerVisible="true"> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame^] | 245 | <dc:Bounds x="1166" y="140" width="50" height="50" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 246 | <bpmndi:BPMNLabel> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame^] | 247 | <dc:Bounds x="1150" y="190" width="84" height="24" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 248 | </bpmndi:BPMNLabel> |
| 249 | </bpmndi:BPMNShape> |
| 250 | <bpmndi:BPMNEdge id="SequenceFlow_132bohl_di" bpmnElement="SequenceFlow_132bohl"> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame^] | 251 | <di:waypoint xsi:type="dc:Point" x="1191" y="140" /> |
| 252 | <di:waypoint xsi:type="dc:Point" x="1191" y="36" /> |
| 253 | <di:waypoint xsi:type="dc:Point" x="2029" y="36" /> |
| 254 | <di:waypoint xsi:type="dc:Point" x="2029" y="147" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 255 | <bpmndi:BPMNLabel> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame^] | 256 | <dc:Bounds x="1612" y="21" width="14" height="12" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 257 | </bpmndi:BPMNLabel> |
| 258 | </bpmndi:BPMNEdge> |
| 259 | <bpmndi:BPMNShape id="CallActivity_0zr4ioh_di" bpmnElement="CreateVNF"> |
| 260 | <dc:Bounds x="430" y="125" width="100" height="80" /> |
| 261 | </bpmndi:BPMNShape> |
| 262 | <bpmndi:BPMNShape id="ScriptTask_0tknqn1_di" bpmnElement="PreProcessAddOnModule"> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame^] | 263 | <dc:Bounds x="1300" y="125" width="100" height="80" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 264 | </bpmndi:BPMNShape> |
| 265 | <bpmndi:BPMNShape id="ScriptTask_1u6qcio_di" bpmnElement="QueryCatalogDB"> |
| 266 | <dc:Bounds x="590" y="125" width="100" height="80" /> |
| 267 | </bpmndi:BPMNShape> |
| 268 | <bpmndi:BPMNEdge id="SequenceFlow_08i3uo6_di" bpmnElement="SequenceFlow_08i3uo6"> |
| 269 | <di:waypoint xsi:type="dc:Point" x="530" y="165" /> |
| 270 | <di:waypoint xsi:type="dc:Point" x="590" y="165" /> |
| 271 | <bpmndi:BPMNLabel> |
| 272 | <dc:Bounds x="560" y="150" width="0" height="0" /> |
| 273 | </bpmndi:BPMNLabel> |
| 274 | </bpmndi:BPMNEdge> |
| 275 | <bpmndi:BPMNShape id="ExclusiveGateway_1hx9s0y_di" bpmnElement="ExclusiveGateway_1hx9s0y" isMarkerVisible="true"> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame^] | 276 | <dc:Bounds x="1493" y="140" width="50" height="50" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 277 | <bpmndi:BPMNLabel> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame^] | 278 | <dc:Bounds x="1489" y="190" width="58" height="24" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 279 | </bpmndi:BPMNLabel> |
| 280 | </bpmndi:BPMNShape> |
| 281 | <bpmndi:BPMNEdge id="SequenceFlow_0jz6bqn_di" bpmnElement="SequenceFlow_0jz6bqn"> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame^] | 282 | <di:waypoint xsi:type="dc:Point" x="1216" y="165" /> |
| 283 | <di:waypoint xsi:type="dc:Point" x="1258" y="165" /> |
| 284 | <di:waypoint xsi:type="dc:Point" x="1258" y="165" /> |
| 285 | <di:waypoint xsi:type="dc:Point" x="1298" y="165" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 286 | <bpmndi:BPMNLabel> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame^] | 287 | <dc:Bounds x="1219" y="147" width="18" height="12" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 288 | </bpmndi:BPMNLabel> |
| 289 | </bpmndi:BPMNEdge> |
| 290 | <bpmndi:BPMNEdge id="SequenceFlow_0kld3qt_di" bpmnElement="SequenceFlow_0kld3qt"> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame^] | 291 | <di:waypoint xsi:type="dc:Point" x="1518" y="140" /> |
| 292 | <di:waypoint xsi:type="dc:Point" x="1518" y="89" /> |
| 293 | <di:waypoint xsi:type="dc:Point" x="1601" y="89" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 294 | <bpmndi:BPMNLabel> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame^] | 295 | <dc:Bounds x="1534" y="96" width="18" height="12" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 296 | </bpmndi:BPMNLabel> |
| 297 | </bpmndi:BPMNEdge> |
| 298 | <bpmndi:BPMNEdge id="SequenceFlow_1mguf2m_di" bpmnElement="SequenceFlow_1mguf2m"> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame^] | 299 | <di:waypoint xsi:type="dc:Point" x="1938" y="137" /> |
| 300 | <di:waypoint xsi:type="dc:Point" x="1938" y="165" /> |
| 301 | <di:waypoint xsi:type="dc:Point" x="1543" y="165" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 302 | <bpmndi:BPMNLabel> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame^] | 303 | <dc:Bounds x="1953" y="151" width="0" height="0" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 304 | </bpmndi:BPMNLabel> |
| 305 | </bpmndi:BPMNEdge> |
| 306 | <bpmndi:BPMNEdge id="SequenceFlow_1vrogpr_di" bpmnElement="SequenceFlow_1vrogpr"> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame^] | 307 | <di:waypoint xsi:type="dc:Point" x="1518" y="190" /> |
| 308 | <di:waypoint xsi:type="dc:Point" x="1518" y="221" /> |
| 309 | <di:waypoint xsi:type="dc:Point" x="1518" y="221" /> |
| 310 | <di:waypoint xsi:type="dc:Point" x="1518" y="258" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 311 | <bpmndi:BPMNLabel> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame^] | 312 | <dc:Bounds x="1527" y="221" width="12" height="12" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 313 | </bpmndi:BPMNLabel> |
| 314 | </bpmndi:BPMNEdge> |
| 315 | <bpmndi:BPMNEdge id="SequenceFlow_07gl6gw_di" bpmnElement="SequenceFlow_07gl6gw"> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame^] | 316 | <di:waypoint xsi:type="dc:Point" x="1468" y="298" /> |
| 317 | <di:waypoint xsi:type="dc:Point" x="1192" y="298" /> |
| 318 | <di:waypoint xsi:type="dc:Point" x="1191" y="190" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 319 | <bpmndi:BPMNLabel> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame^] | 320 | <dc:Bounds x="1330" y="283" width="0" height="0" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 321 | </bpmndi:BPMNLabel> |
| 322 | </bpmndi:BPMNEdge> |
| 323 | <bpmndi:BPMNEdge id="SequenceFlow_1ifw9tw_di" bpmnElement="SequenceFlow_1ifw9tw"> |
| 324 | <di:waypoint xsi:type="dc:Point" x="690" y="165" /> |
| 325 | <di:waypoint xsi:type="dc:Point" x="740" y="165" /> |
| 326 | <bpmndi:BPMNLabel> |
| 327 | <dc:Bounds x="715" y="150" width="0" height="0" /> |
| 328 | </bpmndi:BPMNLabel> |
| 329 | </bpmndi:BPMNEdge> |
| 330 | <bpmndi:BPMNEdge id="SequenceFlow_1hf7k7q_di" bpmnElement="SequenceFlow_1hf7k7q"> |
| 331 | <di:waypoint xsi:type="dc:Point" x="840" y="165" /> |
| 332 | <di:waypoint xsi:type="dc:Point" x="888" y="165" /> |
| 333 | <bpmndi:BPMNLabel> |
| 334 | <dc:Bounds x="864" y="150" width="0" height="0" /> |
| 335 | </bpmndi:BPMNLabel> |
| 336 | </bpmndi:BPMNEdge> |
| 337 | <bpmndi:BPMNShape id="CallActivity_0rz8zl9_di" bpmnElement="GenerateBaseModuleName"> |
| 338 | <dc:Bounds x="740" y="125" width="100" height="80" /> |
| 339 | </bpmndi:BPMNShape> |
| 340 | <bpmndi:BPMNShape id="CallActivity_0otq8mo_di" bpmnElement="GenerateAddOnModuleName"> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame^] | 341 | <dc:Bounds x="1601" y="57" width="100" height="80" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 342 | </bpmndi:BPMNShape> |
| 343 | <bpmndi:BPMNEdge id="SequenceFlow_1lh21yl_di" bpmnElement="SequenceFlow_1lh21yl"> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame^] | 344 | <di:waypoint xsi:type="dc:Point" x="1701" y="97" /> |
| 345 | <di:waypoint xsi:type="dc:Point" x="1749" y="97" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 346 | <bpmndi:BPMNLabel> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame^] | 347 | <dc:Bounds x="1725" y="82" width="0" height="0" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 348 | </bpmndi:BPMNLabel> |
| 349 | </bpmndi:BPMNEdge> |
| 350 | <bpmndi:BPMNEdge id="SequenceFlow_12x4dvf_di" bpmnElement="SequenceFlow_12x4dvf"> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame^] | 351 | <di:waypoint xsi:type="dc:Point" x="1400" y="165" /> |
| 352 | <di:waypoint xsi:type="dc:Point" x="1493" y="165" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 353 | <bpmndi:BPMNLabel> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame^] | 354 | <dc:Bounds x="1447" y="140" width="0" height="0" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 355 | </bpmndi:BPMNLabel> |
| 356 | </bpmndi:BPMNEdge> |
| 357 | <bpmndi:BPMNShape id="ScriptTask_144n0mg_di" bpmnElement="FinishProcessingInitialCountDeployment"> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame^] | 358 | <dc:Bounds x="1468" y="258" width="100" height="80" /> |
| 359 | </bpmndi:BPMNShape> |
| 360 | <bpmndi:BPMNEdge id="SequenceFlow_1ixcnb6_di" bpmnElement="SequenceFlow_1ixcnb6"> |
| 361 | <di:waypoint xsi:type="dc:Point" x="988" y="165" /> |
| 362 | <di:waypoint xsi:type="dc:Point" x="1030" y="165" /> |
| 363 | <bpmndi:BPMNLabel> |
| 364 | <dc:Bounds x="1009" y="150" width="0" height="0" /> |
| 365 | </bpmndi:BPMNLabel> |
| 366 | </bpmndi:BPMNEdge> |
| 367 | <bpmndi:BPMNEdge id="SequenceFlow_1a6wyuu_di" bpmnElement="SequenceFlow_1a6wyuu"> |
| 368 | <di:waypoint xsi:type="dc:Point" x="1130" y="165" /> |
| 369 | <di:waypoint xsi:type="dc:Point" x="1166" y="165" /> |
| 370 | <bpmndi:BPMNLabel> |
| 371 | <dc:Bounds x="1148" y="150" width="0" height="0" /> |
| 372 | </bpmndi:BPMNLabel> |
| 373 | </bpmndi:BPMNEdge> |
| 374 | <bpmndi:BPMNShape id="ScriptTask_1obevnp_di" bpmnElement="Task_054rz9i"> |
| 375 | <dc:Bounds x="1030" y="125" width="100" height="80" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 376 | </bpmndi:BPMNShape> |
| 377 | </bpmndi:BPMNPlane> |
| 378 | </bpmndi:BPMNDiagram> |
| 379 | </bpmn:definitions> |