xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [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" id="_CyftwG_HEeaKe-v4u9MasA" targetNamespace="http://camunda.org/schema/1.0/bpmn" exporter="Camunda Modeler" exporterVersion="1.4.0" xsi:schemaLocation="http://www.omg.org/spec/BPMN/20100524/MODEL BPMN20.xsd"> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 3 | <bpmn2:process id="CreateVfModuleVolumeInfraV1" name="CreateVfModuleVolumeInfraV1" isExecutable="true"> |
| 4 | <bpmn2:startEvent id="StartEvent_createVfModuleVolumeInfraV1"> |
| 5 | <bpmn2:outgoing>SequenceFlow_1</bpmn2:outgoing> |
| 6 | </bpmn2:startEvent> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 7 | <bpmn2:sequenceFlow id="SequenceFlow_1" name="" sourceRef="StartEvent_createVfModuleVolumeInfraV1" targetRef="ScriptTask_preProcessRequest" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 8 | <bpmn2:subProcess id="SubProcess_exceptionHandler" name="Exception Handler" triggeredByEvent="true"> |
| 9 | <bpmn2:startEvent id="StartEvent_catchErrors" name="Catch Exceptions"> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 10 | <bpmn2:outgoing>SequenceFlow_1tfi3sp</bpmn2:outgoing> |
| 11 | <bpmn2:errorEventDefinition id="ErrorEventDefinition_2" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 12 | </bpmn2:startEvent> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 13 | <bpmn2:exclusiveGateway id="ExclusiveGateway_isSyncResponseSent" name="Sync response sent?" default="SequenceFlow_0x34g02"> |
| 14 | <bpmn2:incoming>SequenceFlow_1tfi3sp</bpmn2:incoming> |
| 15 | <bpmn2:outgoing>SequenceFlow_0x34g02</bpmn2:outgoing> |
| 16 | <bpmn2:outgoing>SequenceFlow_1q9kksk</bpmn2:outgoing> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 17 | </bpmn2:exclusiveGateway> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 18 | <bpmn2:scriptTask id="ScriptTask_sendSyncErrorResp" name="Send sync error response" scriptFormat="groovy"> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 19 | <bpmn2:incoming>SequenceFlow_0x34g02</bpmn2:incoming> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 20 | <bpmn2:outgoing>SequenceFlow_22</bpmn2:outgoing> |
| 21 | <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.* |
ChrisC | 025301d | 2017-01-31 11:40:03 +0100 | [diff] [blame] | 22 | def createVfModuleVolumeInfraV1 = new CreateVfModuleVolumeInfraV1() |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 23 | createVfModuleVolumeInfraV1.executeMethod('sendSyncError', execution, isDebugLogEnabled)]]></bpmn2:script> |
| 24 | </bpmn2:scriptTask> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 25 | <bpmn2:sequenceFlow id="SequenceFlow_22" name="" sourceRef="ScriptTask_sendSyncErrorResp" targetRef="ExclusiveGateway_0of872x" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 26 | <bpmn2:scriptTask id="ScriptTask_prefalloutHandlerRequest" name="Prepare Fallout Handler Request" scriptFormat="groovy"> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 27 | <bpmn2:incoming>SequenceFlow_1v1jx7y</bpmn2:incoming> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 28 | <bpmn2:outgoing>SequenceFlow_18</bpmn2:outgoing> |
| 29 | <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.* |
ChrisC | 025301d | 2017-01-31 11:40:03 +0100 | [diff] [blame] | 30 | def createVfModuleVolumeInfraV1 = new CreateVfModuleVolumeInfraV1() |
| 31 | createVfModuleVolumeInfraV1.executeMethod('prepareFalloutHandlerRequest', execution, isDebugLogEnabled) |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 32 | ]]></bpmn2:script> |
| 33 | </bpmn2:scriptTask> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 34 | <bpmn2:sequenceFlow id="SequenceFlow_18" name="" sourceRef="ScriptTask_prefalloutHandlerRequest" targetRef="CallActivity_callFalloutHandler" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 35 | <bpmn2:callActivity id="CallActivity_callFalloutHandler" name="Call Fallout Handler" calledElement="FalloutHandler"> |
| 36 | <bpmn2:extensionElements> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 37 | <camunda:in source="CVMVINFRAV1_FalloutHandlerRequest" target="FalloutHandlerRequest" /> |
| 38 | <camunda:in source="mso-request-id" target="mso-request-id" /> |
| 39 | <camunda:in source="mso-service-instance-id" target="mso-service-instance-id" /> |
| 40 | <camunda:out source="FH_ResponseCode" target="FH_ResponseCode" /> |
| 41 | <camunda:out source="FalloutHandlerResponse" target="FalloutHandlerResponse" /> |
| 42 | <camunda:out source="FH_ErrorResponse" target="FH_ErrorResponse" /> |
| 43 | <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 44 | </bpmn2:extensionElements> |
| 45 | <bpmn2:incoming>SequenceFlow_18</bpmn2:incoming> |
| 46 | <bpmn2:outgoing>SequenceFlow_19</bpmn2:outgoing> |
| 47 | </bpmn2:callActivity> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 48 | <bpmn2:sequenceFlow id="SequenceFlow_19" name="" sourceRef="CallActivity_callFalloutHandler" targetRef="EndEvent_4" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 49 | <bpmn2:endEvent id="EndEvent_4" name="End"> |
| 50 | <bpmn2:incoming>SequenceFlow_19</bpmn2:incoming> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 51 | <bpmn2:terminateEventDefinition id="TerminateEventDefinition_2" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 52 | </bpmn2:endEvent> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 53 | <bpmn2:exclusiveGateway id="ExclusiveGateway_09n39bk" name="Is rollback on?" default="SequenceFlow_1cu5t8k"> |
| 54 | <bpmn2:incoming>SequenceFlow_1q9kksk</bpmn2:incoming> |
| 55 | <bpmn2:outgoing>SequenceFlow_1cu5t8k</bpmn2:outgoing> |
| 56 | <bpmn2:outgoing>SequenceFlow_1tfh1vm</bpmn2:outgoing> |
| 57 | </bpmn2:exclusiveGateway> |
| 58 | <bpmn2:scriptTask id="Task_0nc3wxy" name="Log and save original exception" scriptFormat="groovy"> |
| 59 | <bpmn2:incoming>SequenceFlow_1tfh1vm</bpmn2:incoming> |
| 60 | <bpmn2:outgoing>SequenceFlow_0b1nrfk</bpmn2:outgoing> |
| 61 | <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.* |
| 62 | def createVfModuleVolumeInfraV1 = new CreateVfModuleVolumeInfraV1() |
| 63 | createVfModuleVolumeInfraV1.executeMethod('logAndSaveOriginalException', execution, isDebugLogEnabled)]]></bpmn2:script> |
| 64 | </bpmn2:scriptTask> |
| 65 | <bpmn2:callActivity id="Task_1b9yx6k" name="DoCreateVfModuleVolumeRollback" calledElement="DoCreateVfModuleVolumeRollback"> |
| 66 | <bpmn2:extensionElements> |
| 67 | <camunda:in source="requestId" target="mso-request-id" /> |
| 68 | <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" /> |
| 69 | <camunda:in source="serviceInstanceId" target="serviceInstanceId" /> |
| 70 | <camunda:in source="rollbackData" target="rollbackData" /> |
| 71 | <camunda:in source="workflowException" target="workflowException" /> |
| 72 | <camunda:out source="wasDeleted" target="wasDeleted" /> |
| 73 | <camunda:in source="rolledBack" target="rolledBack" /> |
| 74 | <camunda:in source="workflowException" target="workflowException" /> |
| 75 | </bpmn2:extensionElements> |
| 76 | <bpmn2:incoming>SequenceFlow_0b1nrfk</bpmn2:incoming> |
| 77 | <bpmn2:outgoing>SequenceFlow_08vm13o</bpmn2:outgoing> |
| 78 | </bpmn2:callActivity> |
| 79 | <bpmn2:scriptTask id="Task_1lkduwj" name="Validate Rollback Response" scriptFormat="groovy"> |
| 80 | <bpmn2:incoming>SequenceFlow_08vm13o</bpmn2:incoming> |
| 81 | <bpmn2:outgoing>SequenceFlow_097zy8w</bpmn2:outgoing> |
| 82 | <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.* |
| 83 | def createVfModuleVolumeInfraV1 = new CreateVfModuleVolumeInfraV1() |
| 84 | createVfModuleVolumeInfraV1.executeMethod('validateRollbackResponse', execution, isDebugLogEnabled)]]></bpmn2:script> |
| 85 | </bpmn2:scriptTask> |
| 86 | <bpmn2:inclusiveGateway id="ExclusiveGateway_0of872x"> |
| 87 | <bpmn2:incoming>SequenceFlow_22</bpmn2:incoming> |
| 88 | <bpmn2:incoming>SequenceFlow_1cu5t8k</bpmn2:incoming> |
| 89 | <bpmn2:incoming>SequenceFlow_097zy8w</bpmn2:incoming> |
| 90 | <bpmn2:outgoing>SequenceFlow_1v1jx7y</bpmn2:outgoing> |
| 91 | </bpmn2:inclusiveGateway> |
| 92 | <bpmn2:sequenceFlow id="SequenceFlow_1tfi3sp" sourceRef="StartEvent_catchErrors" targetRef="ExclusiveGateway_isSyncResponseSent" /> |
| 93 | <bpmn2:sequenceFlow id="SequenceFlow_0x34g02" name="No" sourceRef="ExclusiveGateway_isSyncResponseSent" targetRef="ScriptTask_sendSyncErrorResp" /> |
| 94 | <bpmn2:sequenceFlow id="SequenceFlow_1q9kksk" name="Yes" sourceRef="ExclusiveGateway_isSyncResponseSent" targetRef="ExclusiveGateway_09n39bk"> |
| 95 | <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{execution.getVariable("CVMVINFRAV1_syncResponseSent") == true}]]></bpmn2:conditionExpression> |
| 96 | </bpmn2:sequenceFlow> |
| 97 | <bpmn2:sequenceFlow id="SequenceFlow_1cu5t8k" name="No" sourceRef="ExclusiveGateway_09n39bk" targetRef="ExclusiveGateway_0of872x" /> |
| 98 | <bpmn2:sequenceFlow id="SequenceFlow_1tfh1vm" name="Yes" sourceRef="ExclusiveGateway_09n39bk" targetRef="Task_0nc3wxy"> |
| 99 | <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{execution.getVariable("CVMVINFRAV1_backoutOnFailure") == true}]]></bpmn2:conditionExpression> |
| 100 | </bpmn2:sequenceFlow> |
| 101 | <bpmn2:sequenceFlow id="SequenceFlow_0b1nrfk" sourceRef="Task_0nc3wxy" targetRef="Task_1b9yx6k" /> |
| 102 | <bpmn2:sequenceFlow id="SequenceFlow_08vm13o" sourceRef="Task_1b9yx6k" targetRef="Task_1lkduwj" /> |
| 103 | <bpmn2:sequenceFlow id="SequenceFlow_097zy8w" sourceRef="Task_1lkduwj" targetRef="ExclusiveGateway_0of872x" /> |
| 104 | <bpmn2:sequenceFlow id="SequenceFlow_1v1jx7y" sourceRef="ExclusiveGateway_0of872x" targetRef="ScriptTask_prefalloutHandlerRequest" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 105 | </bpmn2:subProcess> |
| 106 | <bpmn2:scriptTask id="ScriptTask_preProcessRequest" name="Preprocess Request" scriptFormat="groovy"> |
| 107 | <bpmn2:incoming>SequenceFlow_1</bpmn2:incoming> |
| 108 | <bpmn2:outgoing>SequenceFlow_4</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 createVfModuleVolumeInfraV1 = new CreateVfModuleVolumeInfraV1() |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 111 | createVfModuleVolumeInfraV1.executeMethod('preProcessRequest', execution, isDebugLogEnabled)]]></bpmn2:script> |
| 112 | </bpmn2:scriptTask> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 113 | <bpmn2:sequenceFlow id="SequenceFlow_4" name="" sourceRef="ScriptTask_preProcessRequest" targetRef="ScriptTask_sendSyncAckResponse" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 114 | <bpmn2:scriptTask id="ScriptTask_sendSyncAckResponse" name="Send Sync Ack Response" scriptFormat="groovy"> |
| 115 | <bpmn2:incoming>SequenceFlow_4</bpmn2:incoming> |
| 116 | <bpmn2:outgoing>SequenceFlow_3</bpmn2:outgoing> |
| 117 | <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.* |
ChrisC | 025301d | 2017-01-31 11:40:03 +0100 | [diff] [blame] | 118 | def createVfModuleVolumeInfraV1 = new CreateVfModuleVolumeInfraV1() |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 119 | createVfModuleVolumeInfraV1.executeMethod('sendSyncResponse', execution, isDebugLogEnabled)]]></bpmn2:script> |
| 120 | </bpmn2:scriptTask> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 121 | <bpmn2:sequenceFlow id="SequenceFlow_3" name="" sourceRef="ScriptTask_sendSyncAckResponse" targetRef="ExclusiveGateway_isVolGrpnamePresent" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 122 | <bpmn2:exclusiveGateway id="ExclusiveGateway_isVolGrpnamePresent" name="Is volume group name present?" default="SequenceFlow_volGrpNameMissing"> |
| 123 | <bpmn2:incoming>SequenceFlow_3</bpmn2:incoming> |
| 124 | <bpmn2:outgoing>SequenceFlow_volGrpNamePresent</bpmn2:outgoing> |
| 125 | <bpmn2:outgoing>SequenceFlow_volGrpNameMissing</bpmn2:outgoing> |
| 126 | </bpmn2:exclusiveGateway> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 127 | <bpmn2:sequenceFlow id="SequenceFlow_volGrpNamePresent" name="" sourceRef="ExclusiveGateway_isVolGrpnamePresent" targetRef="CallActivity_doCreateVfModuleVolumeV2"> |
| 128 | <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{volumeGroupName != null && volumeGroupName != "" }]]></bpmn2:conditionExpression> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 129 | </bpmn2:sequenceFlow> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 130 | <bpmn2:sequenceFlow id="SequenceFlow_volGrpNameMissing" name="" sourceRef="ExclusiveGateway_isVolGrpnamePresent" targetRef="ScriptTask_buildError" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 131 | <bpmn2:scriptTask id="ScriptTask_buildError" name="Build Error" scriptFormat="groovy"> |
| 132 | <bpmn2:incoming>SequenceFlow_volGrpNameMissing</bpmn2:incoming> |
| 133 | <bpmn2:outgoing>SequenceFlow_7</bpmn2:outgoing> |
| 134 | <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.* |
ChrisC | 025301d | 2017-01-31 11:40:03 +0100 | [diff] [blame] | 135 | def createVfModuleVolumeInfraV1 = new CreateVfModuleVolumeInfraV1() |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 136 | createVfModuleVolumeInfraV1.executeMethod('buildWorkflowException', execution, 2500, "Volume group name not present in request.", isDebugLogEnabled)]]></bpmn2:script> |
| 137 | </bpmn2:scriptTask> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 138 | <bpmn2:sequenceFlow id="SequenceFlow_7" name="" sourceRef="ScriptTask_buildError" targetRef="EndEvent_2" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 139 | <bpmn2:endEvent id="EndEvent_2"> |
| 140 | <bpmn2:incoming>SequenceFlow_7</bpmn2:incoming> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 141 | <bpmn2:errorEventDefinition id="ErrorEventDefinition_1" errorRef="Error_1" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 142 | </bpmn2:endEvent> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 143 | <bpmn2:callActivity id="CallActivity_doCreateVfModuleVolumeV2" name="Call DoCreateVfModuleVolumeV2" calledElement="DoCreateVfModuleVolumeV2"> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 144 | <bpmn2:extensionElements> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 145 | <camunda:out source="DCVFMODVOLV1_SuccessIndicator" target="DCVFMODVOLV1_SuccessIndicator" /> |
| 146 | <camunda:out source="WorkflowException" target="WorkflowException" /> |
| 147 | <camunda:in source="requestId" target="msoRequestId" /> |
| 148 | <camunda:in source="disableRollback" target="disableRollback" /> |
| 149 | <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" /> |
| 150 | <camunda:in source="failIfExists" target="failIfExists" /> |
| 151 | <camunda:in source="serviceInstanceId" target="serviceInstanceId" /> |
| 152 | <camunda:in source="vnfId" target="vnfId" /> |
| 153 | <camunda:in source="volumeGroupId" target="volumeGroupId" /> |
| 154 | <camunda:in source="vnfName" target="vnfName" /> |
| 155 | <camunda:in source="volumeGroupName" target="volumeGroupName" /> |
| 156 | <camunda:in source="vfModuleModelInfo" target="vfModuleModelInfo" /> |
| 157 | <camunda:in source="lcpCloudRegionId" target="lcpCloudRegionId" /> |
| 158 | <camunda:in source="tenantId" target="tenantId" /> |
| 159 | <camunda:in source="vnfType" target="vnfType" /> |
| 160 | <camunda:in source="asdcServiceModelVersion" target="asdcServiceModelVersion" /> |
| 161 | <camunda:in source="test-volume-group-name" target="test-volume-group-name" /> |
| 162 | <camunda:in source="test-volume-group-id" target="test-volume-group-id" /> |
| 163 | <camunda:out source="rollbackData" target="rollbackData" /> |
| 164 | <camunda:in source="requestId" target="mso-request-id" /> |
| 165 | <camunda:in source="vfModuleInputParams" target="vfModuleInputParams" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 166 | </bpmn2:extensionElements> |
| 167 | <bpmn2:incoming>SequenceFlow_volGrpNamePresent</bpmn2:incoming> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 168 | <bpmn2:outgoing>SequenceFlow_0djjra2</bpmn2:outgoing> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 169 | </bpmn2:callActivity> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 170 | <bpmn2:scriptTask id="ScriptTask_setSuccessIndicator" name="Set Success Indicator" scriptFormat="groovy"> |
| 171 | <bpmn2:incoming>SequenceFlow_12</bpmn2:incoming> |
| 172 | <bpmn2:outgoing>SequenceFlow_13</bpmn2:outgoing> |
| 173 | <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.* |
ChrisC | 025301d | 2017-01-31 11:40:03 +0100 | [diff] [blame] | 174 | def createVfModuleVolumeInfraV1 = new CreateVfModuleVolumeInfraV1() |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 175 | createVfModuleVolumeInfraV1.executeMethod('setSuccessIndicator', execution, true)]]></bpmn2:script> |
| 176 | </bpmn2:scriptTask> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 177 | <bpmn2:sequenceFlow id="SequenceFlow_13" name="" sourceRef="ScriptTask_setSuccessIndicator" targetRef="EndEvent_3" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 178 | <bpmn2:callActivity id="CallActivity_completeMsoProcess" name="Call CompleteMsoProcess" calledElement="CompleteMsoProcess"> |
| 179 | <bpmn2:extensionElements> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 180 | <camunda:in source="CVMVINFRAV1_CompleteMsoProcessRequest" target="CompleteMsoProcessRequest" /> |
| 181 | <camunda:in source="mso-request-id" target="mso-request-id" /> |
| 182 | <camunda:in source="mso-service-instance-id" target="mso-service-instance-id" /> |
| 183 | <camunda:out source="CMSO_ResponseCode" target="CMSO_ResponseCode" /> |
| 184 | <camunda:out source="CompleteMsoProcessResponse" target="CompleteMsoProcessResponse" /> |
| 185 | <camunda:out source="CMSO_ErrorResponse" target="CMSO_ErrorResponse" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 186 | </bpmn2:extensionElements> |
| 187 | <bpmn2:incoming>SequenceFlow_11</bpmn2:incoming> |
| 188 | <bpmn2:outgoing>SequenceFlow_12</bpmn2:outgoing> |
| 189 | </bpmn2:callActivity> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 190 | <bpmn2:sequenceFlow id="SequenceFlow_12" name="" sourceRef="CallActivity_completeMsoProcess" targetRef="ScriptTask_setSuccessIndicator" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 191 | <bpmn2:scriptTask id="ScriptTask_postCompletionRequest" name="Post Completion Request" scriptFormat="groovy"> |
| 192 | <bpmn2:incoming>SequenceFlow_8</bpmn2:incoming> |
| 193 | <bpmn2:outgoing>SequenceFlow_11</bpmn2:outgoing> |
| 194 | <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.* |
ChrisC | 025301d | 2017-01-31 11:40:03 +0100 | [diff] [blame] | 195 | def createVfModuleVolumeInfraV1 = new CreateVfModuleVolumeInfraV1() |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 196 | createVfModuleVolumeInfraV1.executeMethod('postProcessResponse', execution, isDebugLogEnabled)]]></bpmn2:script> |
| 197 | </bpmn2:scriptTask> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 198 | <bpmn2:sequenceFlow id="SequenceFlow_11" name="" sourceRef="ScriptTask_postCompletionRequest" targetRef="CallActivity_completeMsoProcess" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 199 | <bpmn2:serviceTask id="ServiceTask_callDbInfraUpdate" name="Call DB Infra Update"> |
| 200 | <bpmn2:extensionElements> |
| 201 | <camunda:connector> |
| 202 | <camunda:inputOutput> |
Rob Daugherty | 9f48bf3 | 2017-10-19 21:42:19 -0400 | [diff] [blame] | 203 | <camunda:inputParameter name="url">${URN_mso_adapters_openecomp_db_endpoint}</camunda:inputParameter> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 204 | <camunda:inputParameter name="payload">${CVMVINFRAV1_createDBRequest}</camunda:inputParameter> |
| 205 | <camunda:inputParameter name="headers"> |
| 206 | <camunda:map> |
| 207 | <camunda:entry key="content-type">application/soap+xml</camunda:entry> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 208 | <camunda:entry key="Authorization">#{BasicAuthHeaderValueDB}</camunda:entry> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 209 | </camunda:map> |
| 210 | </camunda:inputParameter> |
| 211 | <camunda:inputParameter name="method">POST</camunda:inputParameter> |
| 212 | <camunda:outputParameter name="CVMVINFRAV1_createDBResponse">${response}</camunda:outputParameter> |
| 213 | <camunda:outputParameter name="CVMVINFRAV1_dbReturnCode">${statusCode}</camunda:outputParameter> |
| 214 | </camunda:inputOutput> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 215 | <camunda:connectorId>http-connector</camunda:connectorId> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 216 | </camunda:connector> |
| 217 | </bpmn2:extensionElements> |
| 218 | <bpmn2:incoming>SequenceFlow_6</bpmn2:incoming> |
| 219 | <bpmn2:outgoing>SequenceFlow_8</bpmn2:outgoing> |
| 220 | </bpmn2:serviceTask> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 221 | <bpmn2:sequenceFlow id="SequenceFlow_8" name="" sourceRef="ServiceTask_callDbInfraUpdate" targetRef="ScriptTask_postCompletionRequest" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 222 | <bpmn2:endEvent id="EndEvent_3"> |
| 223 | <bpmn2:incoming>SequenceFlow_13</bpmn2:incoming> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 224 | <bpmn2:terminateEventDefinition id="TerminateEventDefinition_1" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 225 | </bpmn2:endEvent> |
| 226 | <bpmn2:scriptTask id="ScriptTask_prepareDbInfraRequest" name="Prepare DB Infra Request" scriptFormat="groovy"> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 227 | <bpmn2:incoming>SequenceFlow_0djjra2</bpmn2:incoming> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 228 | <bpmn2:outgoing>SequenceFlow_6</bpmn2:outgoing> |
| 229 | <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.* |
ChrisC | 025301d | 2017-01-31 11:40:03 +0100 | [diff] [blame] | 230 | def createVfModuleVolumeInfraV1 = new CreateVfModuleVolumeInfraV1() |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 231 | createVfModuleVolumeInfraV1.executeMethod('prepareDbInfraSuccessRequest', execution, isDebugLogEnabled)]]></bpmn2:script> |
| 232 | </bpmn2:scriptTask> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 233 | <bpmn2:sequenceFlow id="SequenceFlow_6" name="" sourceRef="ScriptTask_prepareDbInfraRequest" targetRef="ServiceTask_callDbInfraUpdate" /> |
| 234 | <bpmn2:sequenceFlow id="SequenceFlow_0djjra2" sourceRef="CallActivity_doCreateVfModuleVolumeV2" targetRef="ScriptTask_prepareDbInfraRequest" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 235 | </bpmn2:process> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 236 | <bpmn2:error id="Error_1" name="MSOWorkflowException" errorCode="MSOWorkflowException" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 237 | <bpmndi:BPMNDiagram id="BPMNDiagram_1"> |
| 238 | <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="CreateVfModuleVolumeInfraV1"> |
| 239 | <bpmndi:BPMNShape id="_BPMNShape_StartEvent_67" bpmnElement="StartEvent_createVfModuleVolumeInfraV1"> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 240 | <dc:Bounds x="201" y="156" width="36" height="36" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 241 | <bpmndi:BPMNLabel> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 242 | <dc:Bounds x="219" y="197" width="0" height="0" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 243 | </bpmndi:BPMNLabel> |
| 244 | </bpmndi:BPMNShape> |
| 245 | <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_1" bpmnElement="SequenceFlow_1" sourceElement="_BPMNShape_StartEvent_67" targetElement="_BPMNShape_ScriptTask_300"> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 246 | <di:waypoint xsi:type="dc:Point" x="237" y="174" /> |
| 247 | <di:waypoint xsi:type="dc:Point" x="271" y="174" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 248 | <bpmndi:BPMNLabel> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 249 | <dc:Bounds x="254" y="159" width="0" height="0" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 250 | </bpmndi:BPMNLabel> |
| 251 | </bpmndi:BPMNEdge> |
| 252 | <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_300" bpmnElement="ScriptTask_preProcessRequest"> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 253 | <dc:Bounds x="271" y="134" width="100" height="80" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 254 | </bpmndi:BPMNShape> |
| 255 | <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_301" bpmnElement="ScriptTask_sendSyncAckResponse"> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 256 | <dc:Bounds x="404" y="134" width="100" height="80" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 257 | </bpmndi:BPMNShape> |
| 258 | <bpmndi:BPMNShape id="_BPMNShape_ExclusiveGateway_249" bpmnElement="ExclusiveGateway_isVolGrpnamePresent" isMarkerVisible="true"> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 259 | <dc:Bounds x="556" y="149" width="50" height="50" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 260 | <bpmndi:BPMNLabel> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 261 | <dc:Bounds x="540" y="204" width="81" height="24" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 262 | </bpmndi:BPMNLabel> |
| 263 | </bpmndi:BPMNShape> |
| 264 | <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_302" bpmnElement="ScriptTask_buildError"> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 265 | <dc:Bounds x="531" y="253" width="100" height="80" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 266 | </bpmndi:BPMNShape> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 267 | <bpmndi:BPMNShape id="_BPMNShape_CallActivity_36" bpmnElement="CallActivity_doCreateVfModuleVolumeV2"> |
| 268 | <dc:Bounds x="705" y="134" width="100" height="80" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 269 | </bpmndi:BPMNShape> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 270 | <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_2" bpmnElement="SequenceFlow_volGrpNamePresent" sourceElement="_BPMNShape_ExclusiveGateway_249"> |
| 271 | <di:waypoint xsi:type="dc:Point" x="606" y="174" /> |
| 272 | <di:waypoint xsi:type="dc:Point" x="705" y="174" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 273 | <bpmndi:BPMNLabel> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 274 | <dc:Bounds x="656" y="159" width="0" height="0" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 275 | </bpmndi:BPMNLabel> |
| 276 | </bpmndi:BPMNEdge> |
| 277 | <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_3" bpmnElement="SequenceFlow_3" sourceElement="_BPMNShape_ScriptTask_301" targetElement="_BPMNShape_ExclusiveGateway_249"> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 278 | <di:waypoint xsi:type="dc:Point" x="504" y="175" /> |
| 279 | <di:waypoint xsi:type="dc:Point" x="556" y="174" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 280 | <bpmndi:BPMNLabel> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 281 | <dc:Bounds x="530" y="159.5" width="0" height="0" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 282 | </bpmndi:BPMNLabel> |
| 283 | </bpmndi:BPMNEdge> |
| 284 | <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_4" bpmnElement="SequenceFlow_4" sourceElement="_BPMNShape_ScriptTask_300" targetElement="_BPMNShape_ScriptTask_301"> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 285 | <di:waypoint xsi:type="dc:Point" x="371" y="174" /> |
| 286 | <di:waypoint xsi:type="dc:Point" x="404" y="174" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 287 | <bpmndi:BPMNLabel> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 288 | <dc:Bounds x="388" y="159" width="0" height="0" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 289 | </bpmndi:BPMNLabel> |
| 290 | </bpmndi:BPMNEdge> |
| 291 | <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_6" bpmnElement="SequenceFlow_volGrpNameMissing" sourceElement="_BPMNShape_ExclusiveGateway_249" targetElement="_BPMNShape_ScriptTask_302"> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 292 | <di:waypoint xsi:type="dc:Point" x="581" y="199" /> |
| 293 | <di:waypoint xsi:type="dc:Point" x="582" y="253" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 294 | <bpmndi:BPMNLabel> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 295 | <dc:Bounds x="582" y="211" width="0" height="0" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 296 | </bpmndi:BPMNLabel> |
| 297 | </bpmndi:BPMNEdge> |
| 298 | <bpmndi:BPMNShape id="_BPMNShape_EndEvent_233" bpmnElement="EndEvent_2"> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 299 | <dc:Bounds x="563" y="379" width="36" height="36" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 300 | <bpmndi:BPMNLabel> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 301 | <dc:Bounds x="581" y="420" width="0" height="0" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 302 | </bpmndi:BPMNLabel> |
| 303 | </bpmndi:BPMNShape> |
| 304 | <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_7" bpmnElement="SequenceFlow_7" sourceElement="_BPMNShape_ScriptTask_302" targetElement="_BPMNShape_EndEvent_233"> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 305 | <di:waypoint xsi:type="dc:Point" x="580" y="333" /> |
| 306 | <di:waypoint xsi:type="dc:Point" x="581" y="379" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 307 | <bpmndi:BPMNLabel> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 308 | <dc:Bounds x="581" y="341" width="0" height="0" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 309 | </bpmndi:BPMNLabel> |
| 310 | </bpmndi:BPMNEdge> |
| 311 | <bpmndi:BPMNShape id="_BPMNShape_EndEvent_234" bpmnElement="EndEvent_3"> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 312 | <dc:Bounds x="1456" y="156" width="36" height="36" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 313 | <bpmndi:BPMNLabel> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 314 | <dc:Bounds x="1474" y="197" width="0" height="0" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 315 | </bpmndi:BPMNLabel> |
| 316 | </bpmndi:BPMNShape> |
| 317 | <bpmndi:BPMNShape id="_BPMNShape_SubProcess_22" bpmnElement="SubProcess_exceptionHandler" isExpanded="true"> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 318 | <dc:Bounds x="213" y="461" width="895" height="549" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 319 | </bpmndi:BPMNShape> |
| 320 | <bpmndi:BPMNShape id="_BPMNShape_StartEvent_68" bpmnElement="StartEvent_catchErrors"> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 321 | <dc:Bounds x="263" y="771" width="36" height="36" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 322 | <bpmndi:BPMNLabel> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 323 | <dc:Bounds x="239" y="812" width="86" height="12" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 324 | </bpmndi:BPMNLabel> |
| 325 | </bpmndi:BPMNShape> |
| 326 | <bpmndi:BPMNShape id="_BPMNShape_EndEvent_235" bpmnElement="EndEvent_4"> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 327 | <dc:Bounds x="989" y="771" width="36" height="36" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 328 | <bpmndi:BPMNLabel> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 329 | <dc:Bounds x="1042" y="778" width="19" height="12" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 330 | </bpmndi:BPMNLabel> |
| 331 | </bpmndi:BPMNShape> |
| 332 | <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_304" bpmnElement="ScriptTask_prepareDbInfraRequest"> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 333 | <dc:Bounds x="835" y="134" width="100" height="80" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 334 | </bpmndi:BPMNShape> |
| 335 | <bpmndi:BPMNShape id="_BPMNShape_ServiceTask_103" bpmnElement="ServiceTask_callDbInfraUpdate"> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 336 | <dc:Bounds x="963" y="134" width="100" height="80" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 337 | </bpmndi:BPMNShape> |
| 338 | <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_305" bpmnElement="ScriptTask_postCompletionRequest"> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 339 | <dc:Bounds x="1086" y="134" width="100" height="80" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 340 | </bpmndi:BPMNShape> |
| 341 | <bpmndi:BPMNShape id="_BPMNShape_CallActivity_37" bpmnElement="CallActivity_completeMsoProcess"> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 342 | <dc:Bounds x="1211" y="134" width="100" height="80" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 343 | </bpmndi:BPMNShape> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 344 | <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_11" bpmnElement="SequenceFlow_6" sourceElement="_BPMNShape_ScriptTask_304" targetElement="_BPMNShape_ServiceTask_103"> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 345 | <di:waypoint xsi:type="dc:Point" x="935" y="174" /> |
| 346 | <di:waypoint xsi:type="dc:Point" x="963" y="174" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 347 | <bpmndi:BPMNLabel> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 348 | <dc:Bounds x="949" y="159" width="0" height="0" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 349 | </bpmndi:BPMNLabel> |
| 350 | </bpmndi:BPMNEdge> |
| 351 | <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_12" bpmnElement="SequenceFlow_8" sourceElement="_BPMNShape_ServiceTask_103" targetElement="_BPMNShape_ScriptTask_305"> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 352 | <di:waypoint xsi:type="dc:Point" x="1063" y="174" /> |
| 353 | <di:waypoint xsi:type="dc:Point" x="1086" y="174" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 354 | <bpmndi:BPMNLabel> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 355 | <dc:Bounds x="1075" y="159" width="0" height="0" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 356 | </bpmndi:BPMNLabel> |
| 357 | </bpmndi:BPMNEdge> |
| 358 | <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_13" bpmnElement="SequenceFlow_11" sourceElement="_BPMNShape_ScriptTask_305" targetElement="_BPMNShape_CallActivity_37"> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 359 | <di:waypoint xsi:type="dc:Point" x="1186" y="174" /> |
| 360 | <di:waypoint xsi:type="dc:Point" x="1211" y="174" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 361 | <bpmndi:BPMNLabel> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 362 | <dc:Bounds x="1199" y="159" width="0" height="0" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 363 | </bpmndi:BPMNLabel> |
| 364 | </bpmndi:BPMNEdge> |
| 365 | <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_306" bpmnElement="ScriptTask_setSuccessIndicator"> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 366 | <dc:Bounds x="1337" y="134" width="100" height="80" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 367 | </bpmndi:BPMNShape> |
| 368 | <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_14" bpmnElement="SequenceFlow_12" sourceElement="_BPMNShape_CallActivity_37" targetElement="_BPMNShape_ScriptTask_306"> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 369 | <di:waypoint xsi:type="dc:Point" x="1311" y="174" /> |
| 370 | <di:waypoint xsi:type="dc:Point" x="1337" y="174" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 371 | <bpmndi:BPMNLabel> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 372 | <dc:Bounds x="1324" y="159" width="0" height="0" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 373 | </bpmndi:BPMNLabel> |
| 374 | </bpmndi:BPMNEdge> |
| 375 | <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_15" bpmnElement="SequenceFlow_13" sourceElement="_BPMNShape_ScriptTask_306" targetElement="_BPMNShape_EndEvent_234"> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 376 | <di:waypoint xsi:type="dc:Point" x="1437" y="173" /> |
| 377 | <di:waypoint xsi:type="dc:Point" x="1456" y="173" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 378 | <bpmndi:BPMNLabel> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 379 | <dc:Bounds x="1447" y="158" width="0" height="0" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 380 | </bpmndi:BPMNLabel> |
| 381 | </bpmndi:BPMNEdge> |
| 382 | <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_307" bpmnElement="ScriptTask_prefalloutHandlerRequest"> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 383 | <dc:Bounds x="725" y="749" width="100" height="80" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 384 | </bpmndi:BPMNShape> |
| 385 | <bpmndi:BPMNShape id="_BPMNShape_CallActivity_50" bpmnElement="CallActivity_callFalloutHandler"> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 386 | <dc:Bounds x="858" y="749" width="100" height="80" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 387 | </bpmndi:BPMNShape> |
| 388 | <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_20" bpmnElement="SequenceFlow_18" sourceElement="_BPMNShape_ScriptTask_307" targetElement="_BPMNShape_CallActivity_50"> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 389 | <di:waypoint xsi:type="dc:Point" x="825" y="789" /> |
| 390 | <di:waypoint xsi:type="dc:Point" x="858" y="789" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 391 | <bpmndi:BPMNLabel> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 392 | <dc:Bounds x="842" y="774" width="0" height="0" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 393 | </bpmndi:BPMNLabel> |
| 394 | </bpmndi:BPMNEdge> |
| 395 | <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_21" bpmnElement="SequenceFlow_19" sourceElement="_BPMNShape_CallActivity_50" targetElement="_BPMNShape_EndEvent_235"> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 396 | <di:waypoint xsi:type="dc:Point" x="958" y="789" /> |
| 397 | <di:waypoint xsi:type="dc:Point" x="989" y="789" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 398 | <bpmndi:BPMNLabel> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 399 | <dc:Bounds x="974" y="774" width="0" height="0" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 400 | </bpmndi:BPMNLabel> |
| 401 | </bpmndi:BPMNEdge> |
| 402 | <bpmndi:BPMNShape id="_BPMNShape_ExclusiveGateway_251" bpmnElement="ExclusiveGateway_isSyncResponseSent" isMarkerVisible="true"> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 403 | <dc:Bounds x="380" y="764" width="50" height="50" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 404 | <bpmndi:BPMNLabel> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 405 | <dc:Bounds x="367" y="819" width="77" height="24" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 406 | </bpmndi:BPMNLabel> |
| 407 | </bpmndi:BPMNShape> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 408 | <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_308" bpmnElement="ScriptTask_sendSyncErrorResp"> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 409 | <dc:Bounds x="355" y="879" width="100" height="80" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 410 | </bpmndi:BPMNShape> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 411 | <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_24" bpmnElement="SequenceFlow_22" sourceElement="_BPMNShape_ScriptTask_308" targetElement="_BPMNShape_ScriptTask_307"> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 412 | <di:waypoint xsi:type="dc:Point" x="455" y="919" /> |
| 413 | <di:waypoint xsi:type="dc:Point" x="664" y="919" /> |
| 414 | <di:waypoint xsi:type="dc:Point" x="664" y="814" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 415 | <bpmndi:BPMNLabel> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 416 | <dc:Bounds x="560" y="904" width="0" height="0" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 417 | </bpmndi:BPMNLabel> |
| 418 | </bpmndi:BPMNEdge> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 419 | <bpmndi:BPMNShape id="ExclusiveGateway_09n39bk_di" bpmnElement="ExclusiveGateway_09n39bk" isMarkerVisible="true"> |
| 420 | <dc:Bounds x="492.646" y="764" width="50" height="50" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 421 | <bpmndi:BPMNLabel> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 422 | <dc:Bounds x="482" y="814" width="71" height="12" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 423 | </bpmndi:BPMNLabel> |
| 424 | </bpmndi:BPMNShape> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 425 | <bpmndi:BPMNShape id="ScriptTask_0z3e4ts_di" bpmnElement="Task_0nc3wxy"> |
| 426 | <dc:Bounds x="468" y="644" width="100" height="80" /> |
| 427 | </bpmndi:BPMNShape> |
| 428 | <bpmndi:BPMNShape id="CallActivity_1td0fj3_di" bpmnElement="Task_1b9yx6k"> |
| 429 | <dc:Bounds x="468" y="530" width="100" height="80" /> |
| 430 | </bpmndi:BPMNShape> |
| 431 | <bpmndi:BPMNShape id="ScriptTask_0mld0ou_di" bpmnElement="Task_1lkduwj"> |
| 432 | <dc:Bounds x="614" y="530" width="100" height="80" /> |
| 433 | </bpmndi:BPMNShape> |
| 434 | <bpmndi:BPMNShape id="InclusiveGateway_1gkubx4_di" bpmnElement="ExclusiveGateway_0of872x"> |
| 435 | <dc:Bounds x="639" y="764" width="50" height="50" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 436 | <bpmndi:BPMNLabel> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 437 | <dc:Bounds x="664" y="814" width="0" height="0" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 438 | </bpmndi:BPMNLabel> |
| 439 | </bpmndi:BPMNShape> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 440 | <bpmndi:BPMNEdge id="SequenceFlow_1tfi3sp_di" bpmnElement="SequenceFlow_1tfi3sp"> |
| 441 | <di:waypoint xsi:type="dc:Point" x="299" y="789" /> |
| 442 | <di:waypoint xsi:type="dc:Point" x="380" y="789" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 443 | <bpmndi:BPMNLabel> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 444 | <dc:Bounds x="340" y="764" width="0" height="0" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 445 | </bpmndi:BPMNLabel> |
| 446 | </bpmndi:BPMNEdge> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 447 | <bpmndi:BPMNEdge id="SequenceFlow_0x34g02_di" bpmnElement="SequenceFlow_0x34g02"> |
| 448 | <di:waypoint xsi:type="dc:Point" x="405" y="814" /> |
| 449 | <di:waypoint xsi:type="dc:Point" x="405" y="879" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 450 | <bpmndi:BPMNLabel> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 451 | <dc:Bounds x="413" y="847" width="14" height="12" /> |
| 452 | </bpmndi:BPMNLabel> |
| 453 | </bpmndi:BPMNEdge> |
| 454 | <bpmndi:BPMNEdge id="SequenceFlow_1q9kksk_di" bpmnElement="SequenceFlow_1q9kksk"> |
| 455 | <di:waypoint xsi:type="dc:Point" x="430" y="789" /> |
| 456 | <di:waypoint xsi:type="dc:Point" x="493" y="789" /> |
| 457 | <bpmndi:BPMNLabel> |
| 458 | <dc:Bounds x="453" y="764" width="18" height="12" /> |
| 459 | </bpmndi:BPMNLabel> |
| 460 | </bpmndi:BPMNEdge> |
| 461 | <bpmndi:BPMNEdge id="SequenceFlow_1cu5t8k_di" bpmnElement="SequenceFlow_1cu5t8k"> |
| 462 | <di:waypoint xsi:type="dc:Point" x="543" y="789" /> |
| 463 | <di:waypoint xsi:type="dc:Point" x="639" y="789" /> |
| 464 | <bpmndi:BPMNLabel> |
| 465 | <dc:Bounds x="584" y="764" width="14" height="12" /> |
| 466 | </bpmndi:BPMNLabel> |
| 467 | </bpmndi:BPMNEdge> |
| 468 | <bpmndi:BPMNEdge id="SequenceFlow_1tfh1vm_di" bpmnElement="SequenceFlow_1tfh1vm"> |
| 469 | <di:waypoint xsi:type="dc:Point" x="518" y="764" /> |
| 470 | <di:waypoint xsi:type="dc:Point" x="518" y="724" /> |
| 471 | <bpmndi:BPMNLabel> |
| 472 | <dc:Bounds x="524" y="734" width="18" height="12" /> |
| 473 | </bpmndi:BPMNLabel> |
| 474 | </bpmndi:BPMNEdge> |
| 475 | <bpmndi:BPMNEdge id="SequenceFlow_0b1nrfk_di" bpmnElement="SequenceFlow_0b1nrfk"> |
| 476 | <di:waypoint xsi:type="dc:Point" x="518" y="644" /> |
| 477 | <di:waypoint xsi:type="dc:Point" x="518" y="610" /> |
| 478 | <bpmndi:BPMNLabel> |
| 479 | <dc:Bounds x="533" y="627" width="0" height="0" /> |
| 480 | </bpmndi:BPMNLabel> |
| 481 | </bpmndi:BPMNEdge> |
| 482 | <bpmndi:BPMNEdge id="SequenceFlow_08vm13o_di" bpmnElement="SequenceFlow_08vm13o"> |
| 483 | <di:waypoint xsi:type="dc:Point" x="568" y="570" /> |
| 484 | <di:waypoint xsi:type="dc:Point" x="591" y="570" /> |
| 485 | <di:waypoint xsi:type="dc:Point" x="591" y="570" /> |
| 486 | <di:waypoint xsi:type="dc:Point" x="614" y="570" /> |
| 487 | <bpmndi:BPMNLabel> |
| 488 | <dc:Bounds x="606" y="570" width="0" height="0" /> |
| 489 | </bpmndi:BPMNLabel> |
| 490 | </bpmndi:BPMNEdge> |
| 491 | <bpmndi:BPMNEdge id="SequenceFlow_097zy8w_di" bpmnElement="SequenceFlow_097zy8w"> |
| 492 | <di:waypoint xsi:type="dc:Point" x="664" y="610" /> |
| 493 | <di:waypoint xsi:type="dc:Point" x="664" y="764" /> |
| 494 | <bpmndi:BPMNLabel> |
| 495 | <dc:Bounds x="679" y="687" width="0" height="0" /> |
| 496 | </bpmndi:BPMNLabel> |
| 497 | </bpmndi:BPMNEdge> |
| 498 | <bpmndi:BPMNEdge id="SequenceFlow_1v1jx7y_di" bpmnElement="SequenceFlow_1v1jx7y"> |
| 499 | <di:waypoint xsi:type="dc:Point" x="689" y="789" /> |
| 500 | <di:waypoint xsi:type="dc:Point" x="725" y="789" /> |
| 501 | <bpmndi:BPMNLabel> |
| 502 | <dc:Bounds x="707" y="774" width="0" height="0" /> |
| 503 | </bpmndi:BPMNLabel> |
| 504 | </bpmndi:BPMNEdge> |
| 505 | <bpmndi:BPMNEdge id="SequenceFlow_0djjra2_di" bpmnElement="SequenceFlow_0djjra2"> |
| 506 | <di:waypoint xsi:type="dc:Point" x="805" y="174" /> |
| 507 | <di:waypoint xsi:type="dc:Point" x="835" y="174" /> |
| 508 | <bpmndi:BPMNLabel> |
| 509 | <dc:Bounds x="820" y="159" width="0" height="0" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 510 | </bpmndi:BPMNLabel> |
| 511 | </bpmndi:BPMNEdge> |
| 512 | </bpmndi:BPMNPlane> |
| 513 | </bpmndi:BPMNDiagram> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 514 | </bpmn2:definitions> |