xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame^] | 2 | <bpmn2:definitions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:bpmn2="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI" xmlns:camunda="http://camunda.org/schema/1.0/bpmn" xmlns:dc="http://www.omg.org/spec/DD/20100524/DC" xmlns:di="http://www.omg.org/spec/DD/20100524/DI" xsi:schemaLocation="http://www.omg.org/spec/BPMN/20100524/MODEL BPMN20.xsd" id="_pNTO8MRhEeWv36YLr7PC3Q" exporter="camunda modeler" exporterVersion="2.7.0" targetNamespace="http://camunda.org/schema/1.0/bpmn"> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 3 | <bpmn2:process id="CreateVfModuleInfra" name="CreateVfModuleInfra" isExecutable="true"> |
| 4 | <bpmn2:startEvent id="StartEvent_1" name="Start"> |
| 5 | <bpmn2:outgoing>SequenceFlow_1</bpmn2:outgoing> |
| 6 | </bpmn2:startEvent> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame^] | 7 | <bpmn2:sequenceFlow id="SequenceFlow_1" name="" sourceRef="StartEvent_1" targetRef="PreProcessRequest"/> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 8 | <bpmn2:callActivity id="DoCreateVfModuleSubprocess" name="Do Create Vf Module" calledElement="DoCreateVfModule"> |
| 9 | <bpmn2:extensionElements> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame^] | 10 | <camunda:in source="DoCreateVfModuleRequest" target="DoCreateVfModuleRequest"/> |
| 11 | <camunda:in source="mso-request-id" target="mso-request-id"/> |
| 12 | <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled"/> |
| 13 | <camunda:in source="isVidRequest" target="isVidRequest"/> |
| 14 | <camunda:in source="newVfModuleId" target="newVfModuleId"/> |
| 15 | <camunda:out source="DCVFM_vnfId" target="CVFMI_vnfId"/> |
| 16 | <camunda:out source="DCVFM_vfModuleId" target="CVFMI_vfModuleId"/> |
| 17 | <camunda:out source="RollbackData" target="RollbackData"/> |
| 18 | <camunda:out source="WorkflowException" target="WorkflowException"/> |
| 19 | <camunda:out source="WorkflowResponse" target="CVFMI_WorkflowResponse"/> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 20 | </bpmn2:extensionElements> |
| 21 | <bpmn2:incoming>SequenceFlow_7</bpmn2:incoming> |
| 22 | <bpmn2:outgoing>SequenceFlow_4</bpmn2:outgoing> |
| 23 | </bpmn2:callActivity> |
| 24 | <bpmn2:scriptTask id="SendResponse" name="Send Response" scriptFormat="groovy"> |
| 25 | <bpmn2:incoming>SequenceFlow_3</bpmn2:incoming> |
| 26 | <bpmn2:outgoing>SequenceFlow_7</bpmn2:outgoing> |
| 27 | <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.* |
ChrisC | 025301d | 2017-01-31 11:40:03 +0100 | [diff] [blame] | 28 | def createVfModule = new CreateVfModuleInfra() |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 29 | createVfModule.sendResponse(execution)]]></bpmn2:script> |
| 30 | </bpmn2:scriptTask> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame^] | 31 | <bpmn2:sequenceFlow id="SequenceFlow_7" name="" sourceRef="SendResponse" targetRef="DoCreateVfModuleSubprocess"/> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 32 | <bpmn2:intermediateThrowEvent id="IntermediateThrowEvent_1" name="To FinishLine"> |
| 33 | <bpmn2:incoming>SequenceFlow_4</bpmn2:incoming> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame^] | 34 | <bpmn2:linkEventDefinition id="_LinkEventDefinition_34" name="FinishLine"/> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 35 | </bpmn2:intermediateThrowEvent> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame^] | 36 | <bpmn2:sequenceFlow id="SequenceFlow_4" name="" sourceRef="DoCreateVfModuleSubprocess" targetRef="IntermediateThrowEvent_1"/> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 37 | <bpmn2:intermediateCatchEvent id="IntermediateCatchEvent_1" name="FinishLine"> |
| 38 | <bpmn2:outgoing>SequenceFlow_5</bpmn2:outgoing> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame^] | 39 | <bpmn2:linkEventDefinition id="_LinkEventDefinition_35" name="FinishLine"/> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 40 | </bpmn2:intermediateCatchEvent> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame^] | 41 | <bpmn2:sequenceFlow id="SequenceFlow_5" name="" sourceRef="IntermediateCatchEvent_1" targetRef="PrepareUpdateInfraRequest"/> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 42 | <bpmn2:scriptTask id="PrepareUpdateInfraRequest" name="Prepare Update Infra Request" scriptFormat="groovy"> |
| 43 | <bpmn2:incoming>SequenceFlow_5</bpmn2:incoming> |
| 44 | <bpmn2:outgoing>SequenceFlow_6</bpmn2:outgoing> |
| 45 | <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.* |
ChrisC | 025301d | 2017-01-31 11:40:03 +0100 | [diff] [blame] | 46 | def createVfModule = new CreateVfModuleInfra() |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 47 | createVfModule.prepareUpdateInfraRequest(execution)]]></bpmn2:script> |
| 48 | </bpmn2:scriptTask> |
| 49 | <bpmn2:serviceTask id="ServiceTask_1" name="Update Infra Request"> |
| 50 | <bpmn2:extensionElements> |
| 51 | <camunda:connector> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame^] | 52 | <camunda:connectorId>http-connector</camunda:connectorId> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 53 | <camunda:inputOutput> |
| 54 | <camunda:inputParameter name="url">${URN_mso_adapters_db_endpoint}</camunda:inputParameter> |
| 55 | <camunda:inputParameter name="headers"> |
| 56 | <camunda:map> |
| 57 | <camunda:entry key="content-type">application/soap+xml</camunda:entry> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 58 | </camunda:map> |
| 59 | </camunda:inputParameter> |
| 60 | <camunda:inputParameter name="payload">${CVFMI_updateInfraRequest}</camunda:inputParameter> |
| 61 | <camunda:inputParameter name="method">POST</camunda:inputParameter> |
| 62 | <camunda:outputParameter name="CVFMI_dbResponseCode">${statusCode}</camunda:outputParameter> |
| 63 | <camunda:outputParameter name="CVFMI_dbResponse">${response}</camunda:outputParameter> |
| 64 | </camunda:inputOutput> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 65 | </camunda:connector> |
| 66 | </bpmn2:extensionElements> |
| 67 | <bpmn2:incoming>SequenceFlow_6</bpmn2:incoming> |
| 68 | <bpmn2:outgoing>SequenceFlow_8</bpmn2:outgoing> |
| 69 | </bpmn2:serviceTask> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame^] | 70 | <bpmn2:sequenceFlow id="SequenceFlow_6" name="" sourceRef="PrepareUpdateInfraRequest" targetRef="ServiceTask_1"/> |
| 71 | <bpmn2:sequenceFlow id="SequenceFlow_8" name="" sourceRef="ServiceTask_1" targetRef="UpdateInfraRequestResponseCheck"/> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 72 | <bpmn2:scriptTask id="PrepareMSOCompletionHandler" name="Prepare MSO Completion Handler" scriptFormat="groovy"> |
| 73 | <bpmn2:incoming>updateInfraRequestResponseGood</bpmn2:incoming> |
| 74 | <bpmn2:outgoing>SequenceFlow_12</bpmn2:outgoing> |
| 75 | <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.* |
ChrisC | 025301d | 2017-01-31 11:40:03 +0100 | [diff] [blame] | 76 | def createVfModule = new CreateVfModuleInfra() |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 77 | createVfModule.postProcessResponse(execution)]]></bpmn2:script> |
| 78 | </bpmn2:scriptTask> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame^] | 79 | <bpmn2:sequenceFlow id="SequenceFlow_12" name="" sourceRef="PrepareMSOCompletionHandler" targetRef="MSOCompletionHandler"/> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 80 | <bpmn2:callActivity id="MSOCompletionHandler" name="MSO Completion Handler" calledElement="CompleteMsoProcess"> |
| 81 | <bpmn2:extensionElements> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame^] | 82 | <camunda:in source="CVFMI_msoCompletionRequest" target="CompleteMsoProcessRequest"/> |
| 83 | <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled"/> |
| 84 | <camunda:in source="mso-service-instance-id" target="mso-service-instance-id"/> |
| 85 | <camunda:in source="mso-request-id" target="mso-request-id"/> |
| 86 | <camunda:out source="CompleteMsoProcessResponse" target="CompleteMsoProcessResponse"/> |
| 87 | <camunda:out source="CMSO_ErrorResponse" target="CMSO_ErrorResponse"/> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 88 | </bpmn2:extensionElements> |
| 89 | <bpmn2:incoming>SequenceFlow_12</bpmn2:incoming> |
| 90 | <bpmn2:outgoing>SequenceFlow_14</bpmn2:outgoing> |
| 91 | </bpmn2:callActivity> |
| 92 | <bpmn2:exclusiveGateway id="UpdateInfraRequestResponseCheck" name="Success? " default="updateInfraRequestResponseBad"> |
| 93 | <bpmn2:incoming>SequenceFlow_8</bpmn2:incoming> |
| 94 | <bpmn2:outgoing>updateInfraRequestResponseBad</bpmn2:outgoing> |
| 95 | <bpmn2:outgoing>updateInfraRequestResponseGood</bpmn2:outgoing> |
| 96 | </bpmn2:exclusiveGateway> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame^] | 97 | <bpmn2:sequenceFlow id="updateInfraRequestResponseBad" name="no" sourceRef="UpdateInfraRequestResponseCheck" targetRef="EndEvent_2"/> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 98 | <bpmn2:sequenceFlow id="updateInfraRequestResponseGood" name="yes" sourceRef="UpdateInfraRequestResponseCheck" targetRef="PrepareMSOCompletionHandler"> |
| 99 | <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{execution.getVariable("CVFMI_dbResponseCode" ) == '200'}]]></bpmn2:conditionExpression> |
| 100 | </bpmn2:sequenceFlow> |
| 101 | <bpmn2:endEvent id="EndEvent_2"> |
| 102 | <bpmn2:incoming>updateInfraRequestResponseBad</bpmn2:incoming> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame^] | 103 | <bpmn2:errorEventDefinition id="_ErrorEventDefinition_2" errorRef="Error_1"/> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 104 | </bpmn2:endEvent> |
| 105 | <bpmn2:subProcess id="ErrorHandler" name="Error Handler" triggeredByEvent="true"> |
| 106 | <bpmn2:scriptTask id="ValidateRollbackResponse" name="Validate Rollback Response" scriptFormat="groovy"> |
| 107 | <bpmn2:incoming>SequenceFlow_17</bpmn2:incoming> |
| 108 | <bpmn2:outgoing>SequenceFlow_21</bpmn2:outgoing> |
| 109 | <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.* |
ChrisC | 025301d | 2017-01-31 11:40:03 +0100 | [diff] [blame] | 110 | def createVfModule = new CreateVfModuleInfra() |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 111 | createVfModule.validateRollbackResponse(execution)]]></bpmn2:script> |
| 112 | </bpmn2:scriptTask> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame^] | 113 | <bpmn2:sequenceFlow id="SequenceFlow_21" name="" sourceRef="ValidateRollbackResponse" targetRef="InclusiveGateway_1"/> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 114 | <bpmn2:callActivity id="ScriptTask_1" name="Do CreateVfModule Rollback" calledElement="DoCreateVfModuleRollback"> |
| 115 | <bpmn2:extensionElements> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame^] | 116 | <camunda:in source="RollbackData" target="RollbackData"/> |
| 117 | <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled"/> |
| 118 | <camunda:in source="isVidRequest" target="isVidRequest"/> |
| 119 | <camunda:out source="MSOWorkflowException" target="RollbackWorkflowException"/> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 120 | </bpmn2:extensionElements> |
| 121 | <bpmn2:incoming>SequenceFlow_19</bpmn2:incoming> |
| 122 | <bpmn2:outgoing>SequenceFlow_17</bpmn2:outgoing> |
| 123 | </bpmn2:callActivity> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame^] | 124 | <bpmn2:sequenceFlow id="SequenceFlow_17" name="" sourceRef="ScriptTask_1" targetRef="ValidateRollbackResponse"/> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 125 | <bpmn2:startEvent id="StartEvent_2" name="Catch All Errors"> |
| 126 | <bpmn2:outgoing>SequenceFlow_13</bpmn2:outgoing> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame^] | 127 | <bpmn2:errorEventDefinition id="ErrorEventDefinition_1"/> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 128 | </bpmn2:startEvent> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame^] | 129 | <bpmn2:sequenceFlow id="SequenceFlow_13" name="" sourceRef="StartEvent_2" targetRef="ExclusiveGateway_1"/> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 130 | <bpmn2:callActivity id="FalloutHandler" name="Fallout Handler" calledElement="FalloutHandler"> |
| 131 | <bpmn2:extensionElements> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame^] | 132 | <camunda:in source="CVFMI_FalloutHandlerRequest" target="FalloutHandlerRequest"/> |
| 133 | <camunda:in source="mso-request-id" target="mso-request-id"/> |
| 134 | <camunda:in source="mso-service-instance-id" target="mso-service-instance-id"/> |
| 135 | <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled"/> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 136 | </bpmn2:extensionElements> |
| 137 | <bpmn2:incoming>SequenceFlow_10</bpmn2:incoming> |
| 138 | <bpmn2:outgoing>SequenceFlow_11</bpmn2:outgoing> |
| 139 | </bpmn2:callActivity> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame^] | 140 | <bpmn2:sequenceFlow id="SequenceFlow_11" name="" sourceRef="FalloutHandler" targetRef="EndEvent_3"/> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 141 | <bpmn2:endEvent id="EndEvent_3"> |
| 142 | <bpmn2:incoming>SequenceFlow_11</bpmn2:incoming> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame^] | 143 | <bpmn2:terminateEventDefinition id="_TerminateEventDefinition_11"/> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 144 | </bpmn2:endEvent> |
| 145 | <bpmn2:scriptTask id="PrepareFalloutHandler" name="Prepare Fallout Handler" scriptFormat="groovy"> |
| 146 | <bpmn2:incoming>SequenceFlow_22</bpmn2:incoming> |
| 147 | <bpmn2:outgoing>SequenceFlow_10</bpmn2:outgoing> |
| 148 | <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.* |
ChrisC | 025301d | 2017-01-31 11:40:03 +0100 | [diff] [blame] | 149 | def cvfm = new CreateVfModuleInfra() |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 150 | cvfm.falloutHandlerPrep(execution, 'CVFMI_FalloutHandlerRequest')]]></bpmn2:script> |
| 151 | </bpmn2:scriptTask> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame^] | 152 | <bpmn2:sequenceFlow id="SequenceFlow_10" name="" sourceRef="PrepareFalloutHandler" targetRef="FalloutHandler"/> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 153 | <bpmn2:inclusiveGateway id="InclusiveGateway_1"> |
| 154 | <bpmn2:incoming>SequenceFlow_21</bpmn2:incoming> |
| 155 | <bpmn2:incoming>isRollbackOnNoSequenceFlow</bpmn2:incoming> |
| 156 | <bpmn2:outgoing>SequenceFlow_22</bpmn2:outgoing> |
| 157 | </bpmn2:inclusiveGateway> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame^] | 158 | <bpmn2:sequenceFlow id="SequenceFlow_22" name="" sourceRef="InclusiveGateway_1" targetRef="PrepareFalloutHandler"/> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 159 | <bpmn2:exclusiveGateway id="ExclusiveGateway_1" name="Is Rollback On? " default="isRollbackOnNoSequenceFlow"> |
| 160 | <bpmn2:incoming>SequenceFlow_13</bpmn2:incoming> |
| 161 | <bpmn2:outgoing>isRollbackOnNoSequenceFlow</bpmn2:outgoing> |
| 162 | <bpmn2:outgoing>IsRollbackOnYesSequenceFlow</bpmn2:outgoing> |
| 163 | </bpmn2:exclusiveGateway> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame^] | 164 | <bpmn2:sequenceFlow id="isRollbackOnNoSequenceFlow" name="no" sourceRef="ExclusiveGateway_1" targetRef="InclusiveGateway_1"/> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 165 | <bpmn2:scriptTask id="LogAndSaveOriginalException" name="Log and Save Original Exception" scriptFormat="groovy"> |
| 166 | <bpmn2:incoming>IsRollbackOnYesSequenceFlow</bpmn2:incoming> |
| 167 | <bpmn2:outgoing>SequenceFlow_19</bpmn2:outgoing> |
| 168 | <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.* |
ChrisC | 025301d | 2017-01-31 11:40:03 +0100 | [diff] [blame] | 169 | def cvfm = new CreateVfModuleInfra() |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 170 | cvfm.logAndSaveOriginalException(execution)]]></bpmn2:script> |
| 171 | </bpmn2:scriptTask> |
| 172 | <bpmn2:sequenceFlow id="IsRollbackOnYesSequenceFlow" name="yes" sourceRef="ExclusiveGateway_1" targetRef="LogAndSaveOriginalException"> |
| 173 | <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{execution.getVariable("CVFMI_rollbackEnabled") == true}]]></bpmn2:conditionExpression> |
| 174 | </bpmn2:sequenceFlow> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame^] | 175 | <bpmn2:sequenceFlow id="SequenceFlow_19" name="" sourceRef="LogAndSaveOriginalException" targetRef="ScriptTask_1"/> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 176 | </bpmn2:subProcess> |
| 177 | <bpmn2:scriptTask id="SetSuccessIndicator" name="Set Success Indicator" scriptFormat="groovy"> |
| 178 | <bpmn2:incoming>SequenceFlow_14</bpmn2:incoming> |
| 179 | <bpmn2:outgoing>SequenceFlow_16</bpmn2:outgoing> |
| 180 | <bpmn2:script><![CDATA[execution.setVariable("CreateVfModuleSuccessIndicator", true)]]></bpmn2:script> |
| 181 | </bpmn2:scriptTask> |
| 182 | <bpmn2:endEvent id="EndEvent_1"> |
| 183 | <bpmn2:incoming>SequenceFlow_16</bpmn2:incoming> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame^] | 184 | <bpmn2:terminateEventDefinition id="_TerminateEventDefinition_10"/> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 185 | </bpmn2:endEvent> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame^] | 186 | <bpmn2:sequenceFlow id="SequenceFlow_14" name="" sourceRef="MSOCompletionHandler" targetRef="SetSuccessIndicator"/> |
| 187 | <bpmn2:sequenceFlow id="SequenceFlow_16" name="" sourceRef="SetSuccessIndicator" targetRef="EndEvent_1"/> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 188 | <bpmn2:boundaryEvent id="BoundaryEvent_1" name="" attachedToRef="ErrorHandler"> |
| 189 | <bpmn2:outgoing>SequenceFlow_15</bpmn2:outgoing> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame^] | 190 | <bpmn2:errorEventDefinition id="_ErrorEventDefinition_3"/> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 191 | </bpmn2:boundaryEvent> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame^] | 192 | <bpmn2:sequenceFlow id="SequenceFlow_15" name="" sourceRef="BoundaryEvent_1" targetRef="EndEvent_4"/> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 193 | <bpmn2:endEvent id="EndEvent_4"> |
| 194 | <bpmn2:incoming>SequenceFlow_15</bpmn2:incoming> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame^] | 195 | <bpmn2:terminateEventDefinition id="_TerminateEventDefinition_12"/> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 196 | </bpmn2:endEvent> |
| 197 | <bpmn2:scriptTask id="PreProcessRequest" name="Pre-Process Request" scriptFormat="groovy"> |
| 198 | <bpmn2:incoming>SequenceFlow_1</bpmn2:incoming> |
| 199 | <bpmn2:outgoing>SequenceFlow_3</bpmn2:outgoing> |
| 200 | <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.* |
ChrisC | 025301d | 2017-01-31 11:40:03 +0100 | [diff] [blame] | 201 | def createVfModule = new CreateVfModuleInfra() |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 202 | createVfModule.preProcessRequest(execution)]]></bpmn2:script> |
| 203 | </bpmn2:scriptTask> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame^] | 204 | <bpmn2:sequenceFlow id="SequenceFlow_3" name="" sourceRef="PreProcessRequest" targetRef="SendResponse"/> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 205 | </bpmn2:process> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame^] | 206 | <bpmn2:error id="Error_1" errorCode="MSOWorkflowException" name="MSOWorkflowException"/> |
| 207 | <bpmn2:error id="Error_2" errorCode="RESTFault" name="REST Fault"/> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 208 | <bpmndi:BPMNDiagram id="BPMNDiagram_1"> |
| 209 | <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="CreateVfModuleInfra"> |
| 210 | <bpmndi:BPMNShape id="_BPMNShape_StartEvent_50" bpmnElement="StartEvent_1"> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame^] | 211 | <dc:Bounds height="36.0" width="36.0" x="41.0" y="231.0"/> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 212 | </bpmndi:BPMNShape> |
| 213 | <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_1" bpmnElement="SequenceFlow_1" sourceElement="_BPMNShape_StartEvent_50" targetElement="_BPMNShape_ScriptTask_124"> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame^] | 214 | <di:waypoint xsi:type="dc:Point" x="77.0" y="249.0"/> |
| 215 | <di:waypoint xsi:type="dc:Point" x="226.0" y="249.0"/> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 216 | <bpmndi:BPMNLabel> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame^] | 217 | <dc:Bounds height="6.0" width="6.0" x="99.0" y="249.0"/> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 218 | </bpmndi:BPMNLabel> |
| 219 | </bpmndi:BPMNEdge> |
| 220 | <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_124" bpmnElement="PreProcessRequest"> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame^] | 221 | <dc:Bounds height="80.0" width="100.0" x="226.0" y="209.0"/> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 222 | </bpmndi:BPMNShape> |
| 223 | <bpmndi:BPMNShape id="_BPMNShape_ServiceTask_86" bpmnElement="SendResponse"> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame^] | 224 | <dc:Bounds height="80.0" width="100.0" x="432.0" y="209.0"/> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 225 | </bpmndi:BPMNShape> |
| 226 | <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_3" bpmnElement="SequenceFlow_3" sourceElement="_BPMNShape_ScriptTask_124" targetElement="_BPMNShape_ServiceTask_86"> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame^] | 227 | <di:waypoint xsi:type="dc:Point" x="326.0" y="249.0"/> |
| 228 | <di:waypoint xsi:type="dc:Point" x="432.0" y="249.0"/> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 229 | <bpmndi:BPMNLabel> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame^] | 230 | <dc:Bounds height="6.0" width="6.0" x="348.0" y="249.0"/> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 231 | </bpmndi:BPMNLabel> |
| 232 | </bpmndi:BPMNEdge> |
| 233 | <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_178" bpmnElement="DoCreateVfModuleSubprocess"> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame^] | 234 | <dc:Bounds height="80.0" width="145.0" x="612.0" y="209.0"/> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 235 | </bpmndi:BPMNShape> |
| 236 | <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_7" bpmnElement="SequenceFlow_7" sourceElement="_BPMNShape_ServiceTask_86" targetElement="_BPMNShape_ScriptTask_178"> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame^] | 237 | <di:waypoint xsi:type="dc:Point" x="532.0" y="249.0"/> |
| 238 | <di:waypoint xsi:type="dc:Point" x="612.0" y="249.0"/> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 239 | </bpmndi:BPMNEdge> |
| 240 | <bpmndi:BPMNShape id="_BPMNShape_IntermediateThrowEvent_47" bpmnElement="IntermediateThrowEvent_1"> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame^] | 241 | <dc:Bounds height="36.0" width="36.0" x="823.0" y="231.0"/> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 242 | <bpmndi:BPMNLabel> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame^] | 243 | <dc:Bounds height="0.0" width="0.0" x="841.0" y="272.0"/> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 244 | </bpmndi:BPMNLabel> |
| 245 | </bpmndi:BPMNShape> |
| 246 | <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_4" bpmnElement="SequenceFlow_4" sourceElement="_BPMNShape_ScriptTask_178" targetElement="_BPMNShape_IntermediateThrowEvent_47"> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame^] | 247 | <di:waypoint xsi:type="dc:Point" x="756.0" y="249.0"/> |
| 248 | <di:waypoint xsi:type="dc:Point" x="823.0" y="249.0"/> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 249 | </bpmndi:BPMNEdge> |
| 250 | <bpmndi:BPMNShape id="_BPMNShape_IntermediateCatchEvent_32" bpmnElement="IntermediateCatchEvent_1"> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame^] | 251 | <dc:Bounds height="36.0" width="36.0" x="39.0" y="349.0"/> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 252 | <bpmndi:BPMNLabel> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame^] | 253 | <dc:Bounds height="22.0" width="65.0" x="25.0" y="390.0"/> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 254 | </bpmndi:BPMNLabel> |
| 255 | </bpmndi:BPMNShape> |
| 256 | <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_219" bpmnElement="PrepareUpdateInfraRequest"> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame^] | 257 | <dc:Bounds height="80.0" width="100.0" x="127.0" y="327.0"/> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 258 | </bpmndi:BPMNShape> |
| 259 | <bpmndi:BPMNShape id="_BPMNShape_ServiceTask_103" bpmnElement="ServiceTask_1"> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame^] | 260 | <dc:Bounds height="80.0" width="100.0" x="277.0" y="327.0"/> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 261 | </bpmndi:BPMNShape> |
| 262 | <bpmndi:BPMNShape id="_BPMNShape_ExclusiveGateway_179" bpmnElement="UpdateInfraRequestResponseCheck" isMarkerVisible="true"> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame^] | 263 | <dc:Bounds height="50.0" width="50.0" x="443.0" y="341.0"/> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 264 | <bpmndi:BPMNLabel> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame^] | 265 | <dc:Bounds height="22.0" width="68.0" x="435.0" y="308.0"/> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 266 | </bpmndi:BPMNLabel> |
| 267 | </bpmndi:BPMNShape> |
| 268 | <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_220" bpmnElement="PrepareMSOCompletionHandler"> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame^] | 269 | <dc:Bounds height="80.0" width="100.0" x="552.0" y="327.0"/> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 270 | </bpmndi:BPMNShape> |
| 271 | <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_221" bpmnElement="MSOCompletionHandler"> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame^] | 272 | <dc:Bounds height="80.0" width="100.0" x="708.0" y="327.0"/> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 273 | </bpmndi:BPMNShape> |
| 274 | <bpmndi:BPMNShape id="_BPMNShape_EndEvent_177" bpmnElement="EndEvent_1"> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame^] | 275 | <dc:Bounds height="36.0" width="36.0" x="1020.0" y="349.0"/> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 276 | <bpmndi:BPMNLabel> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame^] | 277 | <dc:Bounds height="0.0" width="0.0" x="1038.0" y="390.0"/> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 278 | </bpmndi:BPMNLabel> |
| 279 | </bpmndi:BPMNShape> |
| 280 | <bpmndi:BPMNShape id="_BPMNShape_EndEvent_178" bpmnElement="EndEvent_2"> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame^] | 281 | <dc:Bounds height="36.0" width="36.0" x="452.0" y="469.0"/> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 282 | <bpmndi:BPMNLabel> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame^] | 283 | <dc:Bounds height="0.0" width="0.0" x="470.0" y="510.0"/> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 284 | </bpmndi:BPMNLabel> |
| 285 | </bpmndi:BPMNShape> |
| 286 | <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_5" bpmnElement="SequenceFlow_5" sourceElement="_BPMNShape_IntermediateCatchEvent_32" targetElement="_BPMNShape_ScriptTask_219"> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame^] | 287 | <di:waypoint xsi:type="dc:Point" x="75.0" y="367.0"/> |
| 288 | <di:waypoint xsi:type="dc:Point" x="127.0" y="367.0"/> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 289 | <bpmndi:BPMNLabel> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame^] | 290 | <dc:Bounds height="6.0" width="6.0" x="105.0" y="367.0"/> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 291 | </bpmndi:BPMNLabel> |
| 292 | </bpmndi:BPMNEdge> |
| 293 | <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_6" bpmnElement="SequenceFlow_6" sourceElement="_BPMNShape_ScriptTask_219" targetElement="_BPMNShape_ServiceTask_103"> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame^] | 294 | <di:waypoint xsi:type="dc:Point" x="227.0" y="367.0"/> |
| 295 | <di:waypoint xsi:type="dc:Point" x="277.0" y="367.0"/> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 296 | </bpmndi:BPMNEdge> |
| 297 | <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_8" bpmnElement="SequenceFlow_8" sourceElement="_BPMNShape_ServiceTask_103" targetElement="_BPMNShape_ExclusiveGateway_179"> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame^] | 298 | <di:waypoint xsi:type="dc:Point" x="377.0" y="367.0"/> |
| 299 | <di:waypoint xsi:type="dc:Point" x="410.0" y="367.0"/> |
| 300 | <di:waypoint xsi:type="dc:Point" x="410.0" y="366.0"/> |
| 301 | <di:waypoint xsi:type="dc:Point" x="443.0" y="366.0"/> |
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 height="6.0" width="6.0" x="407.0" y="366.0"/> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 304 | </bpmndi:BPMNLabel> |
| 305 | </bpmndi:BPMNEdge> |
| 306 | <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_9" bpmnElement="updateInfraRequestResponseBad" sourceElement="_BPMNShape_ExclusiveGateway_179" targetElement="_BPMNShape_EndEvent_178"> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame^] | 307 | <di:waypoint xsi:type="dc:Point" x="468.0" y="391.0"/> |
| 308 | <di:waypoint xsi:type="dc:Point" x="469.0" y="421.0"/> |
| 309 | <di:waypoint xsi:type="dc:Point" x="470.0" y="421.0"/> |
| 310 | <di:waypoint xsi:type="dc:Point" x="470.0" y="469.0"/> |
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 height="22.0" width="20.0" x="459.0" y="419.0"/> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 313 | </bpmndi:BPMNLabel> |
| 314 | </bpmndi:BPMNEdge> |
| 315 | <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_11" bpmnElement="updateInfraRequestResponseGood" sourceElement="_BPMNShape_ExclusiveGateway_179" targetElement="_BPMNShape_ScriptTask_220"> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame^] | 316 | <di:waypoint xsi:type="dc:Point" x="493.0" y="366.0"/> |
| 317 | <di:waypoint xsi:type="dc:Point" x="523.0" y="366.0"/> |
| 318 | <di:waypoint xsi:type="dc:Point" x="523.0" y="367.0"/> |
| 319 | <di:waypoint xsi:type="dc:Point" x="552.0" y="367.0"/> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 320 | <bpmndi:BPMNLabel> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame^] | 321 | <dc:Bounds height="22.0" width="27.0" x="510.0" y="367.0"/> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 322 | </bpmndi:BPMNLabel> |
| 323 | </bpmndi:BPMNEdge> |
| 324 | <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_12" bpmnElement="SequenceFlow_12" sourceElement="_BPMNShape_ScriptTask_220" targetElement="_BPMNShape_ScriptTask_221"> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame^] | 325 | <di:waypoint xsi:type="dc:Point" x="652.0" y="367.0"/> |
| 326 | <di:waypoint xsi:type="dc:Point" x="708.0" y="367.0"/> |
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 height="6.0" width="6.0" x="678.0" y="367.0"/> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 329 | </bpmndi:BPMNLabel> |
| 330 | </bpmndi:BPMNEdge> |
| 331 | <bpmndi:BPMNShape id="_BPMNShape_SubProcess_20" bpmnElement="ErrorHandler" isExpanded="true"> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame^] | 332 | <dc:Bounds height="385.0" width="925.0" x="48.0" y="540.0"/> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 333 | </bpmndi:BPMNShape> |
| 334 | <bpmndi:BPMNShape id="_BPMNShape_StartEvent_54" bpmnElement="StartEvent_2"> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame^] | 335 | <dc:Bounds height="36.0" width="36.0" x="72.0" y="844.0"/> |
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 height="22.0" width="98.0" x="60.0" y="886.0"/> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 338 | </bpmndi:BPMNLabel> |
| 339 | </bpmndi:BPMNShape> |
| 340 | <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_222" bpmnElement="PrepareFalloutHandler"> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame^] | 341 | <dc:Bounds height="80.0" width="100.0" x="564.0" y="672.0"/> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 342 | </bpmndi:BPMNShape> |
| 343 | <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_223" bpmnElement="FalloutHandler"> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame^] | 344 | <dc:Bounds height="80.0" width="100.0" x="708.0" y="672.0"/> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 345 | </bpmndi:BPMNShape> |
| 346 | <bpmndi:BPMNShape id="_BPMNShape_EndEvent_179" bpmnElement="EndEvent_3"> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame^] | 347 | <dc:Bounds height="36.0" width="36.0" x="864.0" y="694.0"/> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 348 | <bpmndi:BPMNLabel> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame^] | 349 | <dc:Bounds height="0.0" width="0.0" x="882.0" y="735.0"/> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 350 | </bpmndi:BPMNLabel> |
| 351 | </bpmndi:BPMNShape> |
| 352 | <bpmndi:BPMNShape id="_BPMNShape_BoundaryEvent_44" bpmnElement="BoundaryEvent_1"> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame^] | 353 | <dc:Bounds height="36.0" width="36.0" x="955.0" y="690.0"/> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 354 | <bpmndi:BPMNLabel> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame^] | 355 | <dc:Bounds height="6.0" width="6.0" x="970.0" y="731.0"/> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 356 | </bpmndi:BPMNLabel> |
| 357 | </bpmndi:BPMNShape> |
| 358 | <bpmndi:BPMNShape id="_BPMNShape_EndEvent_180" bpmnElement="EndEvent_4"> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame^] | 359 | <dc:Bounds height="36.0" width="36.0" x="1049.0" y="690.0"/> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 360 | <bpmndi:BPMNLabel> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame^] | 361 | <dc:Bounds height="0.0" width="0.0" x="1067.0" y="731.0"/> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 362 | </bpmndi:BPMNLabel> |
| 363 | </bpmndi:BPMNShape> |
| 364 | <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_14" bpmnElement="SequenceFlow_10" sourceElement="_BPMNShape_ScriptTask_222" targetElement="_BPMNShape_ScriptTask_223"> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame^] | 365 | <di:waypoint xsi:type="dc:Point" x="664.0" y="712.0"/> |
| 366 | <di:waypoint xsi:type="dc:Point" x="708.0" y="712.0"/> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 367 | <bpmndi:BPMNLabel> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame^] | 368 | <dc:Bounds height="6.0" width="6.0" x="689.0" y="712.0"/> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 369 | </bpmndi:BPMNLabel> |
| 370 | </bpmndi:BPMNEdge> |
| 371 | <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_15" bpmnElement="SequenceFlow_11" sourceElement="_BPMNShape_ScriptTask_223" targetElement="_BPMNShape_EndEvent_179"> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame^] | 372 | <di:waypoint xsi:type="dc:Point" x="808.0" y="712.0"/> |
| 373 | <di:waypoint xsi:type="dc:Point" x="864.0" y="712.0"/> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 374 | <bpmndi:BPMNLabel> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame^] | 375 | <dc:Bounds height="6.0" width="6.0" x="836.0" y="712.0"/> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 376 | </bpmndi:BPMNLabel> |
| 377 | </bpmndi:BPMNEdge> |
| 378 | <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_17" bpmnElement="SequenceFlow_15" sourceElement="_BPMNShape_BoundaryEvent_44" targetElement="_BPMNShape_EndEvent_180"> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame^] | 379 | <di:waypoint xsi:type="dc:Point" x="991.0" y="708.0"/> |
| 380 | <di:waypoint xsi:type="dc:Point" x="1049.0" y="708.0"/> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 381 | <bpmndi:BPMNLabel> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame^] | 382 | <dc:Bounds height="6.0" width="6.0" x="1015.0" y="708.0"/> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 383 | </bpmndi:BPMNLabel> |
| 384 | </bpmndi:BPMNEdge> |
| 385 | <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_241" bpmnElement="SetSuccessIndicator"> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame^] | 386 | <dc:Bounds height="79.0" width="103.0" x="858.0" y="328.0"/> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 387 | </bpmndi:BPMNShape> |
| 388 | <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_16" bpmnElement="SequenceFlow_14" sourceElement="_BPMNShape_ScriptTask_221" targetElement="_BPMNShape_ScriptTask_241"> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame^] | 389 | <di:waypoint xsi:type="dc:Point" x="808.0" y="367.0"/> |
| 390 | <di:waypoint xsi:type="dc:Point" x="858.0" y="367.0"/> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 391 | </bpmndi:BPMNEdge> |
| 392 | <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_18" bpmnElement="SequenceFlow_16" sourceElement="_BPMNShape_ScriptTask_241" targetElement="_BPMNShape_EndEvent_177"> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame^] | 393 | <di:waypoint xsi:type="dc:Point" x="960.0" y="367.0"/> |
| 394 | <di:waypoint xsi:type="dc:Point" x="1020.0" y="367.0"/> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 395 | </bpmndi:BPMNEdge> |
| 396 | <bpmndi:BPMNShape id="_BPMNShape_ExclusiveGateway_223" bpmnElement="ExclusiveGateway_1" isMarkerVisible="true"> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame^] | 397 | <dc:Bounds height="50.0" width="50.0" x="205.0" y="836.0"/> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 398 | <bpmndi:BPMNLabel> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame^] | 399 | <dc:Bounds height="22.0" width="102.0" x="193.0" y="901.0"/> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 400 | </bpmndi:BPMNLabel> |
| 401 | </bpmndi:BPMNShape> |
| 402 | <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_266" bpmnElement="ValidateRollbackResponse"> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame^] | 403 | <dc:Bounds height="79.0" width="103.0" x="312.0" y="554.0"/> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 404 | </bpmndi:BPMNShape> |
| 405 | <bpmndi:BPMNShape id="_BPMNShape_InclusiveGateway_25" bpmnElement="InclusiveGateway_1"> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame^] | 406 | <dc:Bounds height="50.0" width="50.0" x="459.0" y="686.0"/> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 407 | <bpmndi:BPMNLabel> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame^] | 408 | <dc:Bounds height="0.0" width="0.0" x="484.0" y="741.0"/> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 409 | </bpmndi:BPMNLabel> |
| 410 | </bpmndi:BPMNShape> |
| 411 | <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_13" bpmnElement="SequenceFlow_13" sourceElement="_BPMNShape_StartEvent_54" targetElement="_BPMNShape_ExclusiveGateway_223"> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame^] | 412 | <di:waypoint xsi:type="dc:Point" x="108.0" y="862.0"/> |
| 413 | <di:waypoint xsi:type="dc:Point" x="156.0" y="862.0"/> |
| 414 | <di:waypoint xsi:type="dc:Point" x="156.0" y="861.0"/> |
| 415 | <di:waypoint xsi:type="dc:Point" x="205.0" y="861.0"/> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 416 | <bpmndi:BPMNLabel> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame^] | 417 | <dc:Bounds height="6.0" width="6.0" x="153.0" y="862.0"/> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 418 | </bpmndi:BPMNLabel> |
| 419 | </bpmndi:BPMNEdge> |
| 420 | <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_20" bpmnElement="isRollbackOnNoSequenceFlow" sourceElement="_BPMNShape_ExclusiveGateway_223" targetElement="_BPMNShape_InclusiveGateway_25"> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame^] | 421 | <di:waypoint xsi:type="dc:Point" x="255.0" y="861.0"/> |
| 422 | <di:waypoint xsi:type="dc:Point" x="354.0" y="861.0"/> |
| 423 | <di:waypoint xsi:type="dc:Point" x="354.0" y="711.0"/> |
| 424 | <di:waypoint xsi:type="dc:Point" x="459.0" y="711.0"/> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 425 | <bpmndi:BPMNLabel> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame^] | 426 | <dc:Bounds height="22.0" width="20.0" x="324.0" y="866.0"/> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 427 | </bpmndi:BPMNLabel> |
| 428 | </bpmndi:BPMNEdge> |
| 429 | <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_23" bpmnElement="SequenceFlow_21" sourceElement="_BPMNShape_ScriptTask_266" targetElement="_BPMNShape_InclusiveGateway_25"> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame^] | 430 | <di:waypoint xsi:type="dc:Point" x="414.0" y="593.0"/> |
| 431 | <di:waypoint xsi:type="dc:Point" x="484.0" y="593.0"/> |
| 432 | <di:waypoint xsi:type="dc:Point" x="484.0" y="686.0"/> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 433 | <bpmndi:BPMNLabel> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame^] | 434 | <dc:Bounds height="6.0" width="6.0" x="462.0" y="593.0"/> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 435 | </bpmndi:BPMNLabel> |
| 436 | </bpmndi:BPMNEdge> |
| 437 | <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_24" bpmnElement="SequenceFlow_22" sourceElement="_BPMNShape_InclusiveGateway_25" targetElement="_BPMNShape_ScriptTask_222"> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame^] | 438 | <di:waypoint xsi:type="dc:Point" x="509.0" y="711.0"/> |
| 439 | <di:waypoint xsi:type="dc:Point" x="527.0" y="711.0"/> |
| 440 | <di:waypoint xsi:type="dc:Point" x="527.0" y="712.0"/> |
| 441 | <di:waypoint xsi:type="dc:Point" x="564.0" y="712.0"/> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 442 | <bpmndi:BPMNLabel> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame^] | 443 | <dc:Bounds height="6.0" width="6.0" x="533.0" y="712.0"/> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 444 | </bpmndi:BPMNLabel> |
| 445 | </bpmndi:BPMNEdge> |
| 446 | <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_267" bpmnElement="ScriptTask_1"> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame^] | 447 | <dc:Bounds height="79.0" width="103.0" x="179.0" y="554.0"/> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 448 | </bpmndi:BPMNShape> |
| 449 | <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_22" bpmnElement="SequenceFlow_17" sourceElement="_BPMNShape_ScriptTask_267" targetElement="_BPMNShape_ScriptTask_266"> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame^] | 450 | <di:waypoint xsi:type="dc:Point" x="281.0" y="593.0"/> |
| 451 | <di:waypoint xsi:type="dc:Point" x="312.0" y="593.0"/> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 452 | <bpmndi:BPMNLabel> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame^] | 453 | <dc:Bounds height="6.0" width="6.0" x="294.0" y="593.0"/> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 454 | </bpmndi:BPMNLabel> |
| 455 | </bpmndi:BPMNEdge> |
| 456 | <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_283" bpmnElement="LogAndSaveOriginalException"> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame^] | 457 | <dc:Bounds height="79.0" width="103.0" x="179.0" y="693.0"/> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 458 | </bpmndi:BPMNShape> |
| 459 | <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_21" bpmnElement="IsRollbackOnYesSequenceFlow" sourceElement="_BPMNShape_ExclusiveGateway_223" targetElement="_BPMNShape_ScriptTask_283"> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame^] | 460 | <di:waypoint xsi:type="dc:Point" x="230.0" y="836.0"/> |
| 461 | <di:waypoint xsi:type="dc:Point" x="230.0" y="771.0"/> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 462 | <bpmndi:BPMNLabel> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame^] | 463 | <dc:Bounds height="22.0" width="27.0" x="240.0" y="804.0"/> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 464 | </bpmndi:BPMNLabel> |
| 465 | </bpmndi:BPMNEdge> |
| 466 | <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_25" bpmnElement="SequenceFlow_19" sourceElement="_BPMNShape_ScriptTask_283" targetElement="_BPMNShape_ScriptTask_267"> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame^] | 467 | <di:waypoint xsi:type="dc:Point" x="230.0" y="693.0"/> |
| 468 | <di:waypoint xsi:type="dc:Point" x="230.0" y="632.0"/> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 469 | </bpmndi:BPMNEdge> |
| 470 | </bpmndi:BPMNPlane> |
| 471 | </bpmndi:BPMNDiagram> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame^] | 472 | </bpmn2:definitions> |