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" /> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 28 | <camunda:in source="isBaseVfModule" target="isBaseVfModule" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 29 | <camunda:in source="asdcServiceModelVersion" target="asdcServiceModelVersion" /> |
| 30 | <camunda:out source="vfModuleId" target="createdVfModuleId" /> |
| 31 | <camunda:out source="vfModuleOutputParams" target="createdVfModuleOutputParams" /> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [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" /> |
Rob Daugherty | 38f7207 | 2018-03-14 02:07:32 -0400 | [diff] [blame] | 42 | <camunda:in source="aLaCarte" target="aLaCarte" /> |
Marcus G K Williams | 2447321 | 2018-05-31 05:39:55 -0700 | [diff] [blame] | 43 | <camunda:in source="RegionOne_flavorList" target="RegionOne_flavorList" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 44 | </bpmn:extensionElements> |
| 45 | <bpmn:incoming>SequenceFlow_1hf7k7q</bpmn:incoming> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame] | 46 | <bpmn:outgoing>SequenceFlow_1ixcnb6</bpmn:outgoing> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 47 | </bpmn:callActivity> |
| 48 | <bpmn:sequenceFlow id="SequenceFlow_0o4vuzt" sourceRef="StartEvent_1" targetRef="PreProcessRequest" /> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 49 | <bpmn:sequenceFlow id="SequenceFlow_1xd3ri5" sourceRef="PreProcessRequest" targetRef="QueryCatalogDB" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 50 | <bpmn:callActivity id="CreateAddOnVfModule" name="Create Add-On VF Module" calledElement="DoCreateVfModule"> |
| 51 | <bpmn:extensionElements> |
Determe, Sebastien (sd378r) | b1e5734 | 2017-05-09 03:55:30 -0700 | [diff] [blame] | 52 | <camunda:in source="msoRequestId" target="msoRequestId" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 53 | <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" /> |
| 54 | <camunda:in source="disableRollback" target="disableRollback" /> |
| 55 | <camunda:in source="vnfType" target="vnfType" /> |
| 56 | <camunda:in source="vnfName" target="vnfName" /> |
| 57 | <camunda:in source="vnfId" target="vnfId" /> |
| 58 | <camunda:in source="addOnVfModuleName" target="vfModuleName" /> |
| 59 | <camunda:in source="vfModuleType" target="vfModuleType" /> |
| 60 | <camunda:in source="addOnVfModuleId" target="vfModuleId" /> |
| 61 | <camunda:in source="volumeGroupId" target="volumeGroupId" /> |
| 62 | <camunda:in source="volumeGroupName" target="volumeGroupName" /> |
| 63 | <camunda:in source="addOnVfModuleModelInfo" target="vfModuleModelInfo" /> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 64 | <camunda:in source="isBaseVfModule" target="isBaseVfModule" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 65 | <camunda:in source="asdcServiceModelVersion" target="asdcServiceModelVersion" /> |
| 66 | <camunda:out source="vfModuleId" target="createdVfModuleId" /> |
| 67 | <camunda:out source="vfModuleOutputParameters" target="createdVfModuleOutputParameters" /> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 68 | <camunda:out source="rollbackData" target="DCVAM_addOnRollbackData" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 69 | <camunda:out source="WorkflowException" target="WorkflowException" /> |
| 70 | <camunda:in source="serviceInstanceId" target="serviceInstanceId" /> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame] | 71 | <camunda:in source="serviceModelInfo" target="serviceModelInfo" /> |
| 72 | <camunda:in source="vnfModelInfo" target="vnfModelInfo" /> |
| 73 | <camunda:in source="globalSubscriberId" target="globalSubscriberId" /> |
| 74 | <camunda:in source="sdncVersion" target="sdncVersion" /> |
Determe, Sebastien (sd378r) | b1e5734 | 2017-05-09 03:55:30 -0700 | [diff] [blame] | 75 | <camunda:in source="lcpCloudRegionId" target="lcpCloudRegionId" /> |
| 76 | <camunda:in source="tenantId" target="tenantId" /> |
| 77 | <camunda:in source="false" target="usePreload" /> |
Rob Daugherty | 38f7207 | 2018-03-14 02:07:32 -0400 | [diff] [blame] | 78 | <camunda:in source="aLaCarte" target="aLaCarte" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 79 | </bpmn:extensionElements> |
| 80 | <bpmn:incoming>SequenceFlow_1lh21yl</bpmn:incoming> |
| 81 | <bpmn:outgoing>SequenceFlow_1llbx0k</bpmn:outgoing> |
| 82 | </bpmn:callActivity> |
| 83 | <bpmn:scriptTask id="Task_1lfmdks" name="Validate Create Add-On VF Module Response" scriptFormat="groovy"> |
| 84 | <bpmn:incoming>SequenceFlow_1llbx0k</bpmn:incoming> |
| 85 | <bpmn:outgoing>SequenceFlow_1mguf2m</bpmn:outgoing> |
| 86 | <bpmn:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.* |
| 87 | def doCreateVnfAndModules = new DoCreateVnfAndModules() |
| 88 | doCreateVnfAndModules.validateAddOnModule(execution)]]></bpmn:script> |
| 89 | </bpmn:scriptTask> |
| 90 | <bpmn:endEvent id="EndEvent_0v6povc"> |
| 91 | <bpmn:incoming>SequenceFlow_132bohl</bpmn:incoming> |
| 92 | <bpmn:terminateEventDefinition /> |
| 93 | </bpmn:endEvent> |
| 94 | <bpmn:sequenceFlow id="SequenceFlow_1llbx0k" sourceRef="CreateAddOnVfModule" targetRef="Task_1lfmdks" /> |
| 95 | <bpmn:exclusiveGateway id="ExclusiveGateway_1vyqr5o" name="Are there more add-on modules?" default="SequenceFlow_132bohl"> |
| 96 | <bpmn:extensionElements> |
| 97 | <camunda:properties> |
| 98 | <camunda:property /> |
| 99 | </camunda:properties> |
| 100 | </bpmn:extensionElements> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame] | 101 | <bpmn:incoming>SequenceFlow_1a6wyuu</bpmn:incoming> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 102 | <bpmn:incoming>SequenceFlow_0j52dxv</bpmn:incoming> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 103 | <bpmn:outgoing>SequenceFlow_132bohl</bpmn:outgoing> |
| 104 | <bpmn:outgoing>SequenceFlow_0jz6bqn</bpmn:outgoing> |
| 105 | </bpmn:exclusiveGateway> |
| 106 | <bpmn:sequenceFlow id="SequenceFlow_132bohl" name="No" sourceRef="ExclusiveGateway_1vyqr5o" targetRef="EndEvent_0v6povc" /> |
| 107 | <bpmn:callActivity id="CreateVNF" name="Create VNF" calledElement="DoCreateVnf"> |
| 108 | <bpmn:extensionElements> |
Determe, Sebastien (sd378r) | b1e5734 | 2017-05-09 03:55:30 -0700 | [diff] [blame] | 109 | <camunda:in source="msoRequestId" target="msoRequestId" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 110 | <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" /> |
| 111 | <camunda:in source="disableRollback" target="disableRollback" /> |
| 112 | <camunda:in source="serviceInstanceId" target="serviceInstanceId" /> |
| 113 | <camunda:in source="vnfModelInfo" target="vnfModelInfo" /> |
| 114 | <camunda:in source="vnfType" target="vnfType" /> |
| 115 | <camunda:in source="vnfName" target="vnfName" /> |
| 116 | <camunda:in source="vnfId" target="vnfId" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 117 | <camunda:in source="vnfInputParameters" target="vnfInputParameters" /> |
| 118 | <camunda:in source="productFamilyId" target="productFamilyId" /> |
| 119 | <camunda:out source="vnfId" target="vnfId" /> |
| 120 | <camunda:out source="vnfOutputParams" target="vnfOutputParams" /> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 121 | <camunda:out source="rollbackData" target="rollbackData" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 122 | <camunda:out source="WorkflowException" target="WorkflowException" /> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame] | 123 | <camunda:in source="serviceModelInfo" target="serviceModelInfo" /> |
| 124 | <camunda:in source="globalSubscriberId" target="globalSubscriberId" /> |
| 125 | <camunda:in source="sdncVersion" target="sdncVersion" /> |
Determe, Sebastien (sd378r) | b1e5734 | 2017-05-09 03:55:30 -0700 | [diff] [blame] | 126 | <camunda:out source="vnfName" target="vnfName" /> |
| 127 | <camunda:in source="lcpCloudRegionId" target="lcpCloudRegionId" /> |
| 128 | <camunda:in source="tenantId" target="tenantId" /> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 129 | <camunda:in source="rollbackData" target="rollbackData" /> |
| 130 | <camunda:in source="vnfResourceDecomposition" target="vnfResourceDecomposition" /> |
Marcus G K Williams | 2447321 | 2018-05-31 05:39:55 -0700 | [diff] [blame] | 131 | <camunda:in source="RegionOne_flavorList" target="RegionOne_flavorList" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 132 | </bpmn:extensionElements> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 133 | <bpmn:incoming>SequenceFlow_19ohb1a</bpmn:incoming> |
| 134 | <bpmn:outgoing>SequenceFlow_07u8e3l</bpmn:outgoing> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 135 | </bpmn:callActivity> |
| 136 | <bpmn:scriptTask id="PreProcessAddOnModule" name="PreProcess Add-On Module" scriptFormat="groovy"> |
| 137 | <bpmn:incoming>SequenceFlow_0jz6bqn</bpmn:incoming> |
| 138 | <bpmn:outgoing>SequenceFlow_12x4dvf</bpmn:outgoing> |
| 139 | <bpmn:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.* |
| 140 | def doCreateVnfAndModules = new DoCreateVnfAndModules() |
| 141 | doCreateVnfAndModules.preProcessAddOnModule(execution)]]></bpmn:script> |
| 142 | </bpmn:scriptTask> |
| 143 | <bpmn:scriptTask id="QueryCatalogDB" name="Query Catalog DB for VF Modules" scriptFormat="groovy"> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 144 | <bpmn:incoming>SequenceFlow_1xd3ri5</bpmn:incoming> |
| 145 | <bpmn:outgoing>SequenceFlow_19ohb1a</bpmn:outgoing> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 146 | <bpmn:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.* |
| 147 | def doCreateVnfAndModules = new DoCreateVnfAndModules() |
| 148 | doCreateVnfAndModules.queryCatalogDB(execution)]]></bpmn:script> |
| 149 | </bpmn:scriptTask> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 150 | <bpmn:exclusiveGateway id="ExclusiveGateway_1hx9s0y" name="Less than initialCount?" default="SequenceFlow_1vrogpr"> |
| 151 | <bpmn:incoming>SequenceFlow_1mguf2m</bpmn:incoming> |
| 152 | <bpmn:incoming>SequenceFlow_12x4dvf</bpmn:incoming> |
| 153 | <bpmn:outgoing>SequenceFlow_0kld3qt</bpmn:outgoing> |
| 154 | <bpmn:outgoing>SequenceFlow_1vrogpr</bpmn:outgoing> |
| 155 | </bpmn:exclusiveGateway> |
| 156 | <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] | 157 | <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] | 158 | </bpmn:sequenceFlow> |
| 159 | <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] | 160 | <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] | 161 | </bpmn:sequenceFlow> |
| 162 | <bpmn:sequenceFlow id="SequenceFlow_1mguf2m" sourceRef="Task_1lfmdks" targetRef="ExclusiveGateway_1hx9s0y" /> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 163 | <bpmn:sequenceFlow id="SequenceFlow_1vrogpr" name="no" sourceRef="ExclusiveGateway_1hx9s0y" targetRef="PostProcessAddOnModule" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 164 | <bpmn:sequenceFlow id="SequenceFlow_1hf7k7q" sourceRef="GenerateBaseModuleName" targetRef="CreateBaseVfModule" /> |
| 165 | <bpmn:callActivity id="GenerateBaseModuleName" name="Generate Base Module Name" calledElement="GenerateVfModuleName"> |
| 166 | <bpmn:extensionElements> |
| 167 | <camunda:in source="vnfId" target="vnfId" /> |
| 168 | <camunda:in source="vnfName" target="vnfName" /> |
| 169 | <camunda:in source="baseVfModuleLabel" target="vfModuleLabel" /> |
| 170 | <camunda:in source="basePersonaModelId" target="personaModelId" /> |
| 171 | <camunda:out source="vfModuleName" target="baseVfModuleName" /> |
| 172 | <camunda:out source="WorkflowException" target="WorkflowException" /> |
Determe, Sebastien (sd378r) | b1e5734 | 2017-05-09 03:55:30 -0700 | [diff] [blame] | 173 | <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 174 | </bpmn:extensionElements> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 175 | <bpmn:incoming>SequenceFlow_07u8e3l</bpmn:incoming> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 176 | <bpmn:outgoing>SequenceFlow_1hf7k7q</bpmn:outgoing> |
| 177 | </bpmn:callActivity> |
| 178 | <bpmn:callActivity id="GenerateAddOnModuleName" name="Generate Add-On Module Name" calledElement="GenerateVfModuleName"> |
| 179 | <bpmn:extensionElements> |
| 180 | <camunda:in source="vnfId" target="vnfId" /> |
| 181 | <camunda:in source="vnfName" target="vnfName" /> |
| 182 | <camunda:in source="addOnVfModuleLabel" target="vfModuleLabel" /> |
| 183 | <camunda:in source="addOnPersonaModelId" target="personaModelId" /> |
| 184 | <camunda:out source="vfModuleName" target="addOnVfModuleName" /> |
| 185 | <camunda:out source="WorkflowException" target="WorkflowException" /> |
Determe, Sebastien (sd378r) | b1e5734 | 2017-05-09 03:55:30 -0700 | [diff] [blame] | 186 | <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 187 | </bpmn:extensionElements> |
| 188 | <bpmn:incoming>SequenceFlow_0kld3qt</bpmn:incoming> |
| 189 | <bpmn:outgoing>SequenceFlow_1lh21yl</bpmn:outgoing> |
| 190 | </bpmn:callActivity> |
| 191 | <bpmn:sequenceFlow id="SequenceFlow_1lh21yl" sourceRef="GenerateAddOnModuleName" targetRef="CreateAddOnVfModule" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 192 | <bpmn:sequenceFlow id="SequenceFlow_12x4dvf" sourceRef="PreProcessAddOnModule" targetRef="ExclusiveGateway_1hx9s0y" /> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame] | 193 | <bpmn:sequenceFlow id="SequenceFlow_1ixcnb6" sourceRef="CreateBaseVfModule" targetRef="Task_054rz9i" /> |
| 194 | <bpmn:sequenceFlow id="SequenceFlow_1a6wyuu" sourceRef="Task_054rz9i" targetRef="ExclusiveGateway_1vyqr5o" /> |
| 195 | <bpmn:scriptTask id="Task_054rz9i" name="Validate Create Base VF Module Response" scriptFormat="groovy"> |
| 196 | <bpmn:incoming>SequenceFlow_1ixcnb6</bpmn:incoming> |
| 197 | <bpmn:outgoing>SequenceFlow_1a6wyuu</bpmn:outgoing> |
| 198 | <bpmn:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.* |
| 199 | def doCreateVnfAndModules = new DoCreateVnfAndModules() |
| 200 | doCreateVnfAndModules.validateBaseModule(execution)]]></bpmn:script> |
| 201 | </bpmn:scriptTask> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 202 | <bpmn:subProcess id="SubProcess_0u7tbb2" name="Sub-process for Application Errors" triggeredByEvent="true"> |
| 203 | <bpmn:endEvent id="EndEvent_16s0a3q"> |
| 204 | <bpmn:incoming>SequenceFlow_1h74w1v</bpmn:incoming> |
Determe, Sebastien (sd378r) | b1e5734 | 2017-05-09 03:55:30 -0700 | [diff] [blame] | 205 | </bpmn:endEvent> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 206 | <bpmn:callActivity id="CallActivity_0gtajjm" name="Call DoCreateVnfAndModulesRollback" calledElement="DoCreateVnfAndModulesRollback"> |
| 207 | <bpmn:extensionElements> |
| 208 | <camunda:in source="msoRequestId" target="msoRequestId" /> |
| 209 | <camunda:in source="rollbackData" target="rollbackData" /> |
| 210 | <camunda:in source="disableRollback" target="disableRollback" /> |
| 211 | <camunda:out source="rolledBack" target="rolledBack" /> |
| 212 | <camunda:out source="rollbackError" target="rollbackError" /> |
| 213 | <camunda:in source="sdncVersion" target="sdncVersion" /> |
| 214 | </bpmn:extensionElements> |
| 215 | <bpmn:incoming>SequenceFlow_03v8mmc</bpmn:incoming> |
| 216 | <bpmn:outgoing>SequenceFlow_0yu0im2</bpmn:outgoing> |
| 217 | </bpmn:callActivity> |
| 218 | <bpmn:scriptTask id="PreProcessRollback" name="Pre Process Rollback" scriptFormat="groovy"> |
| 219 | <bpmn:incoming>SequenceFlow_1l0rxnh</bpmn:incoming> |
| 220 | <bpmn:outgoing>SequenceFlow_03v8mmc</bpmn:outgoing> |
| 221 | <bpmn:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.* |
| 222 | def dcvam = new DoCreateVnfAndModules() |
| 223 | dcvam.preProcessRollback(execution)]]></bpmn:script> |
| 224 | </bpmn:scriptTask> |
| 225 | <bpmn:scriptTask id="PostProcessRollback" name="Post Process Rollback" scriptFormat="groovy"> |
| 226 | <bpmn:incoming>SequenceFlow_0yu0im2</bpmn:incoming> |
| 227 | <bpmn:outgoing>SequenceFlow_1h74w1v</bpmn:outgoing> |
| 228 | <bpmn:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.* |
| 229 | def dcvam = new DoCreateVnfAndModules() |
| 230 | dcvam.postProcessRollback(execution)]]></bpmn:script> |
| 231 | </bpmn:scriptTask> |
| 232 | <bpmn:sequenceFlow id="SequenceFlow_1l0rxnh" sourceRef="StartEvent_1nbwxby" targetRef="PreProcessRollback" /> |
| 233 | <bpmn:sequenceFlow id="SequenceFlow_1h74w1v" sourceRef="PostProcessRollback" targetRef="EndEvent_16s0a3q" /> |
| 234 | <bpmn:sequenceFlow id="SequenceFlow_03v8mmc" sourceRef="PreProcessRollback" targetRef="CallActivity_0gtajjm" /> |
| 235 | <bpmn:sequenceFlow id="SequenceFlow_0yu0im2" sourceRef="CallActivity_0gtajjm" targetRef="PostProcessRollback" /> |
| 236 | <bpmn:startEvent id="StartEvent_1nbwxby"> |
| 237 | <bpmn:outgoing>SequenceFlow_1l0rxnh</bpmn:outgoing> |
| 238 | <bpmn:errorEventDefinition errorRef="Error_2" /> |
Determe, Sebastien (sd378r) | b1e5734 | 2017-05-09 03:55:30 -0700 | [diff] [blame] | 239 | </bpmn:startEvent> |
Determe, Sebastien (sd378r) | b1e5734 | 2017-05-09 03:55:30 -0700 | [diff] [blame] | 240 | </bpmn:subProcess> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 241 | <bpmn:sequenceFlow id="SequenceFlow_19ohb1a" sourceRef="QueryCatalogDB" targetRef="CreateVNF" /> |
| 242 | <bpmn:sequenceFlow id="SequenceFlow_07u8e3l" sourceRef="CreateVNF" targetRef="GenerateBaseModuleName" /> |
| 243 | <bpmn:sequenceFlow id="SequenceFlow_0j52dxv" sourceRef="PostProcessAddOnModule" targetRef="ExclusiveGateway_1vyqr5o" /> |
| 244 | <bpmn:scriptTask id="PostProcessAddOnModule" name="PostProcess Add-On Module" scriptFormat="groovy"> |
| 245 | <bpmn:incoming>SequenceFlow_1vrogpr</bpmn:incoming> |
| 246 | <bpmn:outgoing>SequenceFlow_0j52dxv</bpmn:outgoing> |
| 247 | <bpmn:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.* |
| 248 | def doCreateVnfAndModules = new DoCreateVnfAndModules() |
| 249 | doCreateVnfAndModules.postProcessAddOnModule(execution)]]></bpmn:script> |
| 250 | </bpmn:scriptTask> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 251 | </bpmn:process> |
Determe, Sebastien (sd378r) | b1e5734 | 2017-05-09 03:55:30 -0700 | [diff] [blame] | 252 | <bpmn:error id="Error_1" name="Java Lang Exception" errorCode="java.lang.Exception" /> |
| 253 | <bpmn:error id="Error_2" name="MSO Workflow Exception" errorCode="MSOWorkflowException" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 254 | <bpmndi:BPMNDiagram id="BPMNDiagram_1"> |
| 255 | <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="DoCreateVnfAndModules"> |
| 256 | <bpmndi:BPMNShape id="_BPMNShape_StartEvent_2" bpmnElement="StartEvent_1"> |
| 257 | <dc:Bounds x="152" y="147" width="36" height="36" /> |
| 258 | <bpmndi:BPMNLabel> |
| 259 | <dc:Bounds x="170" y="183" width="0" height="0" /> |
| 260 | </bpmndi:BPMNLabel> |
| 261 | </bpmndi:BPMNShape> |
| 262 | <bpmndi:BPMNShape id="ScriptTask_1tco8kw_di" bpmnElement="PreProcessRequest"> |
| 263 | <dc:Bounds x="256" y="125" width="100" height="80" /> |
| 264 | </bpmndi:BPMNShape> |
| 265 | <bpmndi:BPMNShape id="CallActivity_1sztzw8_di" bpmnElement="CreateBaseVfModule"> |
| 266 | <dc:Bounds x="888" y="125" width="100" height="80" /> |
| 267 | </bpmndi:BPMNShape> |
| 268 | <bpmndi:BPMNEdge id="SequenceFlow_0o4vuzt_di" bpmnElement="SequenceFlow_0o4vuzt"> |
| 269 | <di:waypoint xsi:type="dc:Point" x="188" y="165" /> |
| 270 | <di:waypoint xsi:type="dc:Point" x="256" y="165" /> |
| 271 | <bpmndi:BPMNLabel> |
| 272 | <dc:Bounds x="222" y="150" width="0" height="0" /> |
| 273 | </bpmndi:BPMNLabel> |
| 274 | </bpmndi:BPMNEdge> |
| 275 | <bpmndi:BPMNEdge id="SequenceFlow_1xd3ri5_di" bpmnElement="SequenceFlow_1xd3ri5"> |
| 276 | <di:waypoint xsi:type="dc:Point" x="356" y="165" /> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 277 | <di:waypoint xsi:type="dc:Point" x="418" y="165" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 278 | <bpmndi:BPMNLabel> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 279 | <dc:Bounds x="387" y="150" width="0" height="0" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 280 | </bpmndi:BPMNLabel> |
| 281 | </bpmndi:BPMNEdge> |
| 282 | <bpmndi:BPMNShape id="CallActivity_0auiwq0_di" bpmnElement="CreateAddOnVfModule"> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame] | 283 | <dc:Bounds x="1749" y="57" width="100" height="80" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 284 | </bpmndi:BPMNShape> |
| 285 | <bpmndi:BPMNShape id="ScriptTask_1eeaxqn_di" bpmnElement="Task_1lfmdks"> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame] | 286 | <dc:Bounds x="1888" y="57" width="100" height="80" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 287 | </bpmndi:BPMNShape> |
| 288 | <bpmndi:BPMNShape id="EndEvent_1h41bs7_di" bpmnElement="EndEvent_0v6povc"> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame] | 289 | <dc:Bounds x="2011" y="147" width="36" height="36" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 290 | <bpmndi:BPMNLabel> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame] | 291 | <dc:Bounds x="2029" y="183" width="0" height="0" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 292 | </bpmndi:BPMNLabel> |
| 293 | </bpmndi:BPMNShape> |
| 294 | <bpmndi:BPMNEdge id="SequenceFlow_1llbx0k_di" bpmnElement="SequenceFlow_1llbx0k"> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame] | 295 | <di:waypoint xsi:type="dc:Point" x="1849" y="97" /> |
| 296 | <di:waypoint xsi:type="dc:Point" x="1888" y="97" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 297 | <bpmndi:BPMNLabel> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame] | 298 | <dc:Bounds x="1869" y="82" width="0" height="0" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 299 | </bpmndi:BPMNLabel> |
| 300 | </bpmndi:BPMNEdge> |
| 301 | <bpmndi:BPMNShape id="ExclusiveGateway_1vyqr5o_di" bpmnElement="ExclusiveGateway_1vyqr5o" isMarkerVisible="true"> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame] | 302 | <dc:Bounds x="1166" y="140" width="50" height="50" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 303 | <bpmndi:BPMNLabel> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame] | 304 | <dc:Bounds x="1150" y="190" width="84" height="24" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 305 | </bpmndi:BPMNLabel> |
| 306 | </bpmndi:BPMNShape> |
| 307 | <bpmndi:BPMNEdge id="SequenceFlow_132bohl_di" bpmnElement="SequenceFlow_132bohl"> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame] | 308 | <di:waypoint xsi:type="dc:Point" x="1191" y="140" /> |
| 309 | <di:waypoint xsi:type="dc:Point" x="1191" y="36" /> |
| 310 | <di:waypoint xsi:type="dc:Point" x="2029" y="36" /> |
| 311 | <di:waypoint xsi:type="dc:Point" x="2029" y="147" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 312 | <bpmndi:BPMNLabel> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame] | 313 | <dc:Bounds x="1612" y="21" width="14" height="12" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 314 | </bpmndi:BPMNLabel> |
| 315 | </bpmndi:BPMNEdge> |
| 316 | <bpmndi:BPMNShape id="CallActivity_0zr4ioh_di" bpmnElement="CreateVNF"> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 317 | <dc:Bounds x="574" y="125" width="100" height="80" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 318 | </bpmndi:BPMNShape> |
| 319 | <bpmndi:BPMNShape id="ScriptTask_0tknqn1_di" bpmnElement="PreProcessAddOnModule"> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame] | 320 | <dc:Bounds x="1300" y="125" width="100" height="80" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 321 | </bpmndi:BPMNShape> |
| 322 | <bpmndi:BPMNShape id="ScriptTask_1u6qcio_di" bpmnElement="QueryCatalogDB"> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 323 | <dc:Bounds x="418" y="125" width="100" height="80" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 324 | </bpmndi:BPMNShape> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 325 | <bpmndi:BPMNShape id="ExclusiveGateway_1hx9s0y_di" bpmnElement="ExclusiveGateway_1hx9s0y" isMarkerVisible="true"> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame] | 326 | <dc:Bounds x="1493" y="140" width="50" height="50" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 327 | <bpmndi:BPMNLabel> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame] | 328 | <dc:Bounds x="1489" y="190" width="58" height="24" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 329 | </bpmndi:BPMNLabel> |
| 330 | </bpmndi:BPMNShape> |
| 331 | <bpmndi:BPMNEdge id="SequenceFlow_0jz6bqn_di" bpmnElement="SequenceFlow_0jz6bqn"> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame] | 332 | <di:waypoint xsi:type="dc:Point" x="1216" y="165" /> |
| 333 | <di:waypoint xsi:type="dc:Point" x="1258" y="165" /> |
| 334 | <di:waypoint xsi:type="dc:Point" x="1258" y="165" /> |
| 335 | <di:waypoint xsi:type="dc:Point" x="1298" y="165" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 336 | <bpmndi:BPMNLabel> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame] | 337 | <dc:Bounds x="1219" y="147" width="18" height="12" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 338 | </bpmndi:BPMNLabel> |
| 339 | </bpmndi:BPMNEdge> |
| 340 | <bpmndi:BPMNEdge id="SequenceFlow_0kld3qt_di" bpmnElement="SequenceFlow_0kld3qt"> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame] | 341 | <di:waypoint xsi:type="dc:Point" x="1518" y="140" /> |
| 342 | <di:waypoint xsi:type="dc:Point" x="1518" y="89" /> |
| 343 | <di:waypoint xsi:type="dc:Point" x="1601" y="89" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 344 | <bpmndi:BPMNLabel> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame] | 345 | <dc:Bounds x="1534" y="96" width="18" height="12" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 346 | </bpmndi:BPMNLabel> |
| 347 | </bpmndi:BPMNEdge> |
| 348 | <bpmndi:BPMNEdge id="SequenceFlow_1mguf2m_di" bpmnElement="SequenceFlow_1mguf2m"> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame] | 349 | <di:waypoint xsi:type="dc:Point" x="1938" y="137" /> |
| 350 | <di:waypoint xsi:type="dc:Point" x="1938" y="165" /> |
| 351 | <di:waypoint xsi:type="dc:Point" x="1543" y="165" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 352 | <bpmndi:BPMNLabel> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame] | 353 | <dc:Bounds x="1953" y="151" width="0" height="0" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 354 | </bpmndi:BPMNLabel> |
| 355 | </bpmndi:BPMNEdge> |
| 356 | <bpmndi:BPMNEdge id="SequenceFlow_1vrogpr_di" bpmnElement="SequenceFlow_1vrogpr"> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame] | 357 | <di:waypoint xsi:type="dc:Point" x="1518" y="190" /> |
| 358 | <di:waypoint xsi:type="dc:Point" x="1518" y="221" /> |
| 359 | <di:waypoint xsi:type="dc:Point" x="1518" y="221" /> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 360 | <di:waypoint xsi:type="dc:Point" x="1518" y="301" /> |
| 361 | <di:waypoint xsi:type="dc:Point" x="1400" y="301" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 362 | <bpmndi:BPMNLabel> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 363 | <dc:Bounds x="1528" y="247.2077922077922" width="12" height="12" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 364 | </bpmndi:BPMNLabel> |
| 365 | </bpmndi:BPMNEdge> |
| 366 | <bpmndi:BPMNEdge id="SequenceFlow_1hf7k7q_di" bpmnElement="SequenceFlow_1hf7k7q"> |
| 367 | <di:waypoint xsi:type="dc:Point" x="840" y="165" /> |
| 368 | <di:waypoint xsi:type="dc:Point" x="888" y="165" /> |
| 369 | <bpmndi:BPMNLabel> |
| 370 | <dc:Bounds x="864" y="150" width="0" height="0" /> |
| 371 | </bpmndi:BPMNLabel> |
| 372 | </bpmndi:BPMNEdge> |
| 373 | <bpmndi:BPMNShape id="CallActivity_0rz8zl9_di" bpmnElement="GenerateBaseModuleName"> |
| 374 | <dc:Bounds x="740" y="125" width="100" height="80" /> |
| 375 | </bpmndi:BPMNShape> |
| 376 | <bpmndi:BPMNShape id="CallActivity_0otq8mo_di" bpmnElement="GenerateAddOnModuleName"> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame] | 377 | <dc:Bounds x="1601" y="57" width="100" height="80" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 378 | </bpmndi:BPMNShape> |
| 379 | <bpmndi:BPMNEdge id="SequenceFlow_1lh21yl_di" bpmnElement="SequenceFlow_1lh21yl"> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame] | 380 | <di:waypoint xsi:type="dc:Point" x="1701" y="97" /> |
| 381 | <di:waypoint xsi:type="dc:Point" x="1749" y="97" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 382 | <bpmndi:BPMNLabel> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame] | 383 | <dc:Bounds x="1725" y="82" width="0" height="0" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 384 | </bpmndi:BPMNLabel> |
| 385 | </bpmndi:BPMNEdge> |
| 386 | <bpmndi:BPMNEdge id="SequenceFlow_12x4dvf_di" bpmnElement="SequenceFlow_12x4dvf"> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame] | 387 | <di:waypoint xsi:type="dc:Point" x="1400" y="165" /> |
| 388 | <di:waypoint xsi:type="dc:Point" x="1493" y="165" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 389 | <bpmndi:BPMNLabel> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame] | 390 | <dc:Bounds x="1447" y="140" width="0" height="0" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 391 | </bpmndi:BPMNLabel> |
| 392 | </bpmndi:BPMNEdge> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame] | 393 | <bpmndi:BPMNEdge id="SequenceFlow_1ixcnb6_di" bpmnElement="SequenceFlow_1ixcnb6"> |
| 394 | <di:waypoint xsi:type="dc:Point" x="988" y="165" /> |
| 395 | <di:waypoint xsi:type="dc:Point" x="1030" y="165" /> |
| 396 | <bpmndi:BPMNLabel> |
| 397 | <dc:Bounds x="1009" y="150" width="0" height="0" /> |
| 398 | </bpmndi:BPMNLabel> |
| 399 | </bpmndi:BPMNEdge> |
| 400 | <bpmndi:BPMNEdge id="SequenceFlow_1a6wyuu_di" bpmnElement="SequenceFlow_1a6wyuu"> |
| 401 | <di:waypoint xsi:type="dc:Point" x="1130" y="165" /> |
| 402 | <di:waypoint xsi:type="dc:Point" x="1166" y="165" /> |
| 403 | <bpmndi:BPMNLabel> |
| 404 | <dc:Bounds x="1148" y="150" width="0" height="0" /> |
| 405 | </bpmndi:BPMNLabel> |
| 406 | </bpmndi:BPMNEdge> |
| 407 | <bpmndi:BPMNShape id="ScriptTask_1obevnp_di" bpmnElement="Task_054rz9i"> |
| 408 | <dc:Bounds x="1030" y="125" width="100" height="80" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 409 | </bpmndi:BPMNShape> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 410 | <bpmndi:BPMNShape id="SubProcess_0u7tbb2_di" bpmnElement="SubProcess_0u7tbb2" isExpanded="true"> |
| 411 | <dc:Bounds x="113" y="382" width="783" height="195" /> |
Determe, Sebastien (sd378r) | b1e5734 | 2017-05-09 03:55:30 -0700 | [diff] [blame] | 412 | </bpmndi:BPMNShape> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 413 | <bpmndi:BPMNShape id="EndEvent_16s0a3q_di" bpmnElement="EndEvent_16s0a3q"> |
| 414 | <dc:Bounds x="843" y="460" width="36" height="36" /> |
Determe, Sebastien (sd378r) | b1e5734 | 2017-05-09 03:55:30 -0700 | [diff] [blame] | 415 | <bpmndi:BPMNLabel> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 416 | <dc:Bounds x="861" y="501" width="0" height="0" /> |
Determe, Sebastien (sd378r) | b1e5734 | 2017-05-09 03:55:30 -0700 | [diff] [blame] | 417 | </bpmndi:BPMNLabel> |
| 418 | </bpmndi:BPMNShape> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 419 | <bpmndi:BPMNShape id="CallActivity_0gtajjm_di" bpmnElement="CallActivity_0gtajjm"> |
| 420 | <dc:Bounds x="508" y="438" width="100" height="80" /> |
Determe, Sebastien (sd378r) | b1e5734 | 2017-05-09 03:55:30 -0700 | [diff] [blame] | 421 | </bpmndi:BPMNShape> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 422 | <bpmndi:BPMNShape id="ScriptTask_12g5tld_di" bpmnElement="PreProcessRollback"> |
| 423 | <dc:Bounds x="345" y="438" width="100" height="80" /> |
| 424 | </bpmndi:BPMNShape> |
| 425 | <bpmndi:BPMNShape id="ScriptTask_1nk6apr_di" bpmnElement="PostProcessRollback"> |
| 426 | <dc:Bounds x="676" y="438" width="100" height="80" /> |
| 427 | </bpmndi:BPMNShape> |
| 428 | <bpmndi:BPMNEdge id="SequenceFlow_1l0rxnh_di" bpmnElement="SequenceFlow_1l0rxnh"> |
| 429 | <di:waypoint xsi:type="dc:Point" x="246" y="478" /> |
| 430 | <di:waypoint xsi:type="dc:Point" x="345" y="478" /> |
Determe, Sebastien (sd378r) | b1e5734 | 2017-05-09 03:55:30 -0700 | [diff] [blame] | 431 | <bpmndi:BPMNLabel> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 432 | <dc:Bounds x="296" y="463" width="0" height="0" /> |
Determe, Sebastien (sd378r) | b1e5734 | 2017-05-09 03:55:30 -0700 | [diff] [blame] | 433 | </bpmndi:BPMNLabel> |
| 434 | </bpmndi:BPMNEdge> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 435 | <bpmndi:BPMNEdge id="SequenceFlow_1h74w1v_di" bpmnElement="SequenceFlow_1h74w1v"> |
| 436 | <di:waypoint xsi:type="dc:Point" x="776" y="478" /> |
| 437 | <di:waypoint xsi:type="dc:Point" x="808" y="478" /> |
| 438 | <di:waypoint xsi:type="dc:Point" x="808" y="478" /> |
| 439 | <di:waypoint xsi:type="dc:Point" x="843" y="478" /> |
Determe, Sebastien (sd378r) | b1e5734 | 2017-05-09 03:55:30 -0700 | [diff] [blame] | 440 | <bpmndi:BPMNLabel> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 441 | <dc:Bounds x="823" y="478" width="0" height="0" /> |
Determe, Sebastien (sd378r) | b1e5734 | 2017-05-09 03:55:30 -0700 | [diff] [blame] | 442 | </bpmndi:BPMNLabel> |
| 443 | </bpmndi:BPMNEdge> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 444 | <bpmndi:BPMNEdge id="SequenceFlow_03v8mmc_di" bpmnElement="SequenceFlow_03v8mmc"> |
| 445 | <di:waypoint xsi:type="dc:Point" x="445" y="478" /> |
| 446 | <di:waypoint xsi:type="dc:Point" x="508" y="478" /> |
| 447 | <bpmndi:BPMNLabel> |
| 448 | <dc:Bounds x="477" y="463" width="0" height="0" /> |
| 449 | </bpmndi:BPMNLabel> |
| 450 | </bpmndi:BPMNEdge> |
| 451 | <bpmndi:BPMNEdge id="SequenceFlow_0yu0im2_di" bpmnElement="SequenceFlow_0yu0im2"> |
| 452 | <di:waypoint xsi:type="dc:Point" x="608" y="478" /> |
| 453 | <di:waypoint xsi:type="dc:Point" x="676" y="478" /> |
| 454 | <bpmndi:BPMNLabel> |
| 455 | <dc:Bounds x="642" y="463" width="0" height="0" /> |
| 456 | </bpmndi:BPMNLabel> |
| 457 | </bpmndi:BPMNEdge> |
| 458 | <bpmndi:BPMNShape id="StartEvent_00jdkur_di" bpmnElement="StartEvent_1nbwxby"> |
| 459 | <dc:Bounds x="210" y="460" width="36" height="36" /> |
| 460 | <bpmndi:BPMNLabel> |
| 461 | <dc:Bounds x="228" y="501" width="0" height="0" /> |
| 462 | </bpmndi:BPMNLabel> |
| 463 | </bpmndi:BPMNShape> |
| 464 | <bpmndi:BPMNEdge id="SequenceFlow_19ohb1a_di" bpmnElement="SequenceFlow_19ohb1a"> |
| 465 | <di:waypoint xsi:type="dc:Point" x="518" y="165" /> |
| 466 | <di:waypoint xsi:type="dc:Point" x="574" y="165" /> |
| 467 | <bpmndi:BPMNLabel> |
| 468 | <dc:Bounds x="546" y="140" width="0" height="0" /> |
| 469 | </bpmndi:BPMNLabel> |
| 470 | </bpmndi:BPMNEdge> |
| 471 | <bpmndi:BPMNEdge id="SequenceFlow_07u8e3l_di" bpmnElement="SequenceFlow_07u8e3l"> |
| 472 | <di:waypoint xsi:type="dc:Point" x="674" y="165" /> |
| 473 | <di:waypoint xsi:type="dc:Point" x="740" y="165" /> |
| 474 | <bpmndi:BPMNLabel> |
| 475 | <dc:Bounds x="707" y="140" width="0" height="0" /> |
| 476 | </bpmndi:BPMNLabel> |
| 477 | </bpmndi:BPMNEdge> |
| 478 | <bpmndi:BPMNEdge id="SequenceFlow_0j52dxv_di" bpmnElement="SequenceFlow_0j52dxv"> |
| 479 | <di:waypoint xsi:type="dc:Point" x="1300" y="301" /> |
| 480 | <di:waypoint xsi:type="dc:Point" x="1192" y="301" /> |
| 481 | <di:waypoint xsi:type="dc:Point" x="1191" y="190" /> |
| 482 | <bpmndi:BPMNLabel> |
| 483 | <dc:Bounds x="1246" y="286" width="0" height="0" /> |
| 484 | </bpmndi:BPMNLabel> |
| 485 | </bpmndi:BPMNEdge> |
| 486 | <bpmndi:BPMNShape id="ScriptTask_0srhar8_di" bpmnElement="PostProcessAddOnModule"> |
| 487 | <dc:Bounds x="1300" y="262" width="100" height="80" /> |
| 488 | </bpmndi:BPMNShape> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 489 | </bpmndi:BPMNPlane> |
| 490 | </bpmndi:BPMNDiagram> |
Rob Daugherty | 38f7207 | 2018-03-14 02:07:32 -0400 | [diff] [blame] | 491 | </bpmn:definitions> |