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