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="_CyftwG_HEeaKe-v4u9MasA" 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="CreateVfModuleVolumeInfraV1" name="CreateVfModuleVolumeInfraV1" isExecutable="true"> |
| 4 | <bpmn2:startEvent id="StartEvent_createVfModuleVolumeInfraV1"> |
| 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_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"> |
| 10 | <bpmn2:outgoing>SequenceFlow_14</bpmn2:outgoing> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame^] | 11 | <bpmn2:errorEventDefinition id="ErrorEventDefinition_2"/> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 12 | </bpmn2:startEvent> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame^] | 13 | <bpmn2:sequenceFlow id="SequenceFlow_14" name="" sourceRef="StartEvent_catchErrors" targetRef="ExclusiveGateway_isSyncResponseSent"/> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 14 | <bpmn2:exclusiveGateway id="ExclusiveGateway_isSyncResponseSent" name="Sync response sent?" default="SequenceFlow_syncResponseNotSent"> |
| 15 | <bpmn2:incoming>SequenceFlow_14</bpmn2:incoming> |
| 16 | <bpmn2:outgoing>SequenceFlow_syncResponseSent</bpmn2:outgoing> |
| 17 | <bpmn2:outgoing>SequenceFlow_syncResponseNotSent</bpmn2:outgoing> |
| 18 | </bpmn2:exclusiveGateway> |
| 19 | <bpmn2:sequenceFlow id="SequenceFlow_syncResponseSent" name="Yes" sourceRef="ExclusiveGateway_isSyncResponseSent" targetRef="ScriptTask_prefalloutHandlerRequest"> |
| 20 | <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression">#{CVMVINFRAV1_syncResponseSent == true}</bpmn2:conditionExpression> |
| 21 | </bpmn2:sequenceFlow> |
| 22 | <bpmn2:scriptTask id="ScriptTask_sendSyncErrorResp" name="Send sync error response" scriptFormat="groovy"> |
| 23 | <bpmn2:incoming>SequenceFlow_syncResponseNotSent</bpmn2:incoming> |
| 24 | <bpmn2:outgoing>SequenceFlow_22</bpmn2:outgoing> |
| 25 | <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.* |
ChrisC | 025301d | 2017-01-31 11:40:03 +0100 | [diff] [blame] | 26 | def createVfModuleVolumeInfraV1 = new CreateVfModuleVolumeInfraV1() |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 27 | createVfModuleVolumeInfraV1.executeMethod('sendSyncError', execution, isDebugLogEnabled)]]></bpmn2:script> |
| 28 | </bpmn2:scriptTask> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame^] | 29 | <bpmn2:sequenceFlow id="SequenceFlow_syncResponseNotSent" name="No" sourceRef="ExclusiveGateway_isSyncResponseSent" targetRef="ScriptTask_sendSyncErrorResp"/> |
| 30 | <bpmn2:sequenceFlow id="SequenceFlow_22" name="" sourceRef="ScriptTask_sendSyncErrorResp" targetRef="ScriptTask_prefalloutHandlerRequest"/> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 31 | <bpmn2:scriptTask id="ScriptTask_prefalloutHandlerRequest" name="Prepare Fallout Handler Request" scriptFormat="groovy"> |
| 32 | <bpmn2:incoming>SequenceFlow_22</bpmn2:incoming> |
| 33 | <bpmn2:incoming>SequenceFlow_syncResponseSent</bpmn2:incoming> |
| 34 | <bpmn2:outgoing>SequenceFlow_18</bpmn2:outgoing> |
| 35 | <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.* |
ChrisC | 025301d | 2017-01-31 11:40:03 +0100 | [diff] [blame] | 36 | def createVfModuleVolumeInfraV1 = new CreateVfModuleVolumeInfraV1() |
| 37 | createVfModuleVolumeInfraV1.executeMethod('prepareFalloutHandlerRequest', execution, isDebugLogEnabled) |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 38 | ]]></bpmn2:script> |
| 39 | </bpmn2:scriptTask> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame^] | 40 | <bpmn2:sequenceFlow id="SequenceFlow_18" name="" sourceRef="ScriptTask_prefalloutHandlerRequest" targetRef="CallActivity_callFalloutHandler"/> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 41 | <bpmn2:callActivity id="CallActivity_callFalloutHandler" name="Call Fallout Handler" calledElement="FalloutHandler"> |
| 42 | <bpmn2:extensionElements> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame^] | 43 | <camunda:in source="CVMVINFRAV1_FalloutHandlerRequest" target="FalloutHandlerRequest"/> |
| 44 | <camunda:in source="mso-request-id" target="mso-request-id"/> |
| 45 | <camunda:in source="mso-service-instance-id" target="mso-service-instance-id"/> |
| 46 | <camunda:out source="FH_ResponseCode" target="FH_ResponseCode"/> |
| 47 | <camunda:out source="FalloutHandlerResponse" target="FalloutHandlerResponse"/> |
| 48 | <camunda:out source="FH_ErrorResponse" target="FH_ErrorResponse"/> |
| 49 | <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled"/> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 50 | </bpmn2:extensionElements> |
| 51 | <bpmn2:incoming>SequenceFlow_18</bpmn2:incoming> |
| 52 | <bpmn2:outgoing>SequenceFlow_19</bpmn2:outgoing> |
| 53 | </bpmn2:callActivity> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame^] | 54 | <bpmn2:sequenceFlow id="SequenceFlow_19" name="" sourceRef="CallActivity_callFalloutHandler" targetRef="EndEvent_4"/> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 55 | <bpmn2:endEvent id="EndEvent_4" name="End"> |
| 56 | <bpmn2:incoming>SequenceFlow_19</bpmn2:incoming> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame^] | 57 | <bpmn2:terminateEventDefinition id="TerminateEventDefinition_2"/> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 58 | </bpmn2:endEvent> |
| 59 | </bpmn2:subProcess> |
| 60 | <bpmn2:scriptTask id="ScriptTask_preProcessRequest" name="Preprocess Request" scriptFormat="groovy"> |
| 61 | <bpmn2:incoming>SequenceFlow_1</bpmn2:incoming> |
| 62 | <bpmn2:outgoing>SequenceFlow_4</bpmn2:outgoing> |
| 63 | <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.* |
ChrisC | 025301d | 2017-01-31 11:40:03 +0100 | [diff] [blame] | 64 | def createVfModuleVolumeInfraV1 = new CreateVfModuleVolumeInfraV1() |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 65 | createVfModuleVolumeInfraV1.executeMethod('preProcessRequest', execution, isDebugLogEnabled)]]></bpmn2:script> |
| 66 | </bpmn2:scriptTask> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame^] | 67 | <bpmn2:sequenceFlow id="SequenceFlow_4" name="" sourceRef="ScriptTask_preProcessRequest" targetRef="ScriptTask_sendSyncAckResponse"/> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 68 | <bpmn2:scriptTask id="ScriptTask_sendSyncAckResponse" name="Send Sync Ack Response" scriptFormat="groovy"> |
| 69 | <bpmn2:incoming>SequenceFlow_4</bpmn2:incoming> |
| 70 | <bpmn2:outgoing>SequenceFlow_3</bpmn2:outgoing> |
| 71 | <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.* |
ChrisC | 025301d | 2017-01-31 11:40:03 +0100 | [diff] [blame] | 72 | def createVfModuleVolumeInfraV1 = new CreateVfModuleVolumeInfraV1() |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 73 | createVfModuleVolumeInfraV1.executeMethod('sendSyncResponse', execution, isDebugLogEnabled)]]></bpmn2:script> |
| 74 | </bpmn2:scriptTask> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame^] | 75 | <bpmn2:sequenceFlow id="SequenceFlow_3" name="" sourceRef="ScriptTask_sendSyncAckResponse" targetRef="ExclusiveGateway_isVolGrpnamePresent"/> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 76 | <bpmn2:exclusiveGateway id="ExclusiveGateway_isVolGrpnamePresent" name="Is volume group name present?" default="SequenceFlow_volGrpNameMissing"> |
| 77 | <bpmn2:incoming>SequenceFlow_3</bpmn2:incoming> |
| 78 | <bpmn2:outgoing>SequenceFlow_volGrpNamePresent</bpmn2:outgoing> |
| 79 | <bpmn2:outgoing>SequenceFlow_volGrpNameMissing</bpmn2:outgoing> |
| 80 | </bpmn2:exclusiveGateway> |
| 81 | <bpmn2:sequenceFlow id="SequenceFlow_volGrpNamePresent" name="" sourceRef="ExclusiveGateway_isVolGrpnamePresent" targetRef="CallActivity_callGenericGetSI"> |
| 82 | <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{CVMVINFRAV1_volumeGroupName != null && CVMVINFRAV1_volumeGroupName != "" }]]></bpmn2:conditionExpression> |
| 83 | </bpmn2:sequenceFlow> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame^] | 84 | <bpmn2:sequenceFlow id="SequenceFlow_volGrpNameMissing" name="" sourceRef="ExclusiveGateway_isVolGrpnamePresent" targetRef="ScriptTask_buildError"/> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 85 | <bpmn2:scriptTask id="ScriptTask_buildError" name="Build Error" scriptFormat="groovy"> |
| 86 | <bpmn2:incoming>SequenceFlow_volGrpNameMissing</bpmn2:incoming> |
| 87 | <bpmn2:outgoing>SequenceFlow_7</bpmn2:outgoing> |
| 88 | <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.* |
ChrisC | 025301d | 2017-01-31 11:40:03 +0100 | [diff] [blame] | 89 | def createVfModuleVolumeInfraV1 = new CreateVfModuleVolumeInfraV1() |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 90 | createVfModuleVolumeInfraV1.executeMethod('buildWorkflowException', execution, 2500, "Volume group name not present in request.", isDebugLogEnabled)]]></bpmn2:script> |
| 91 | </bpmn2:scriptTask> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame^] | 92 | <bpmn2:sequenceFlow id="SequenceFlow_7" name="" sourceRef="ScriptTask_buildError" targetRef="EndEvent_2"/> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 93 | <bpmn2:endEvent id="EndEvent_2"> |
| 94 | <bpmn2:incoming>SequenceFlow_7</bpmn2:incoming> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame^] | 95 | <bpmn2:errorEventDefinition id="ErrorEventDefinition_1" errorRef="Error_1"/> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 96 | </bpmn2:endEvent> |
| 97 | <bpmn2:callActivity id="CallActivity_callGenericGetSI" name="Call Generic Get Service Instance" calledElement="GenericGetService"> |
| 98 | <bpmn2:extensionElements> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame^] | 99 | <camunda:in source="CVMVINFRAV1_serviceInstanceId" target="GENGS_serviceInstanceId"/> |
| 100 | <camunda:out source="GENGS_FoundIndicator" target="GENGSI_FoundIndicator"/> |
| 101 | <camunda:out source="GENGS_SuccessIndicator" target="GENGSI_SuccessIndicator"/> |
| 102 | <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled"/> |
| 103 | <camunda:in source="CVMVINFRAV1_serviceType" target="GENGS_type"/> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 104 | </bpmn2:extensionElements> |
| 105 | <bpmn2:incoming>SequenceFlow_volGrpNamePresent</bpmn2:incoming> |
| 106 | <bpmn2:outgoing>SequenceFlow_5</bpmn2:outgoing> |
| 107 | </bpmn2:callActivity> |
| 108 | <bpmn2:callActivity id="CallActivity_doCreateVfModuleVolumeV1" name="Call DoCreateVfModuleVolumeV1" calledElement="DoCreateVfModuleVolumeV1"> |
| 109 | <bpmn2:extensionElements> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame^] | 110 | <camunda:in source="CVMVINFRAV1_Request" target="DoCreateVfModuleVolumeV1Request"/> |
| 111 | <camunda:in source="CVMVINFRAV1_vnfId" target="vnf-id"/> |
| 112 | <camunda:in source="mso-request-id" target="mso-request-id"/> |
| 113 | <camunda:in source="mso-service-instance-id" target="mso-service-instance-id"/> |
| 114 | <camunda:in source="CVMVINFRAV1_volumeGroupId" target="volume-group-id"/> |
| 115 | <camunda:out source="DCVFMODVOLV1_SuccessIndicator" target="DCVFMODVOLV1_SuccessIndicator"/> |
| 116 | <camunda:out source="WorkflowException" target="WorkflowException"/> |
| 117 | <camunda:in source="CVMVINFRAV1_isVidRequest" target="is-vid-request"/> |
| 118 | <camunda:in source="test-volume-group-name" target="test-volume-group-name"/> |
| 119 | <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled"/> |
| 120 | <camunda:in source="WorkflowException" target="WorkflowException"/> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 121 | </bpmn2:extensionElements> |
| 122 | <bpmn2:incoming>SequenceFlow_serviceInstanceFound</bpmn2:incoming> |
| 123 | <bpmn2:outgoing>SequenceFlow_2</bpmn2:outgoing> |
| 124 | </bpmn2:callActivity> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame^] | 125 | <bpmn2:sequenceFlow id="SequenceFlow_2" name="" sourceRef="CallActivity_doCreateVfModuleVolumeV1" targetRef="ScriptTask_prepareDbInfraRequest"/> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 126 | <bpmn2:scriptTask id="ScriptTask_setSuccessIndicator" name="Set Success Indicator" scriptFormat="groovy"> |
| 127 | <bpmn2:incoming>SequenceFlow_12</bpmn2:incoming> |
| 128 | <bpmn2:outgoing>SequenceFlow_13</bpmn2:outgoing> |
| 129 | <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.* |
ChrisC | 025301d | 2017-01-31 11:40:03 +0100 | [diff] [blame] | 130 | def createVfModuleVolumeInfraV1 = new CreateVfModuleVolumeInfraV1() |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 131 | createVfModuleVolumeInfraV1.executeMethod('setSuccessIndicator', execution, true)]]></bpmn2:script> |
| 132 | </bpmn2:scriptTask> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame^] | 133 | <bpmn2:sequenceFlow id="SequenceFlow_13" name="" sourceRef="ScriptTask_setSuccessIndicator" targetRef="EndEvent_3"/> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 134 | <bpmn2:callActivity id="CallActivity_completeMsoProcess" name="Call CompleteMsoProcess" calledElement="CompleteMsoProcess"> |
| 135 | <bpmn2:extensionElements> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame^] | 136 | <camunda:in source="CVMVINFRAV1_CompleteMsoProcessRequest" target="CompleteMsoProcessRequest"/> |
| 137 | <camunda:in source="mso-request-id" target="mso-request-id"/> |
| 138 | <camunda:in source="mso-service-instance-id" target="mso-service-instance-id"/> |
| 139 | <camunda:out source="CMSO_ResponseCode" target="CMSO_ResponseCode"/> |
| 140 | <camunda:out source="CompleteMsoProcessResponse" target="CompleteMsoProcessResponse"/> |
| 141 | <camunda:out source="CMSO_ErrorResponse" target="CMSO_ErrorResponse"/> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 142 | </bpmn2:extensionElements> |
| 143 | <bpmn2:incoming>SequenceFlow_11</bpmn2:incoming> |
| 144 | <bpmn2:outgoing>SequenceFlow_12</bpmn2:outgoing> |
| 145 | </bpmn2:callActivity> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame^] | 146 | <bpmn2:sequenceFlow id="SequenceFlow_12" name="" sourceRef="CallActivity_completeMsoProcess" targetRef="ScriptTask_setSuccessIndicator"/> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 147 | <bpmn2:scriptTask id="ScriptTask_postCompletionRequest" name="Post Completion Request" scriptFormat="groovy"> |
| 148 | <bpmn2:incoming>SequenceFlow_8</bpmn2:incoming> |
| 149 | <bpmn2:outgoing>SequenceFlow_11</bpmn2:outgoing> |
| 150 | <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.* |
ChrisC | 025301d | 2017-01-31 11:40:03 +0100 | [diff] [blame] | 151 | def createVfModuleVolumeInfraV1 = new CreateVfModuleVolumeInfraV1() |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 152 | createVfModuleVolumeInfraV1.executeMethod('postProcessResponse', execution, isDebugLogEnabled)]]></bpmn2:script> |
| 153 | </bpmn2:scriptTask> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame^] | 154 | <bpmn2:sequenceFlow id="SequenceFlow_11" name="" sourceRef="ScriptTask_postCompletionRequest" targetRef="CallActivity_completeMsoProcess"/> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 155 | <bpmn2:serviceTask id="ServiceTask_callDbInfraUpdate" name="Call DB Infra Update"> |
| 156 | <bpmn2:extensionElements> |
| 157 | <camunda:connector> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame^] | 158 | <camunda:connectorId>http-connector</camunda:connectorId> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 159 | <camunda:inputOutput> |
| 160 | <camunda:inputParameter name="url">${URN_mso_adapters_db_endpoint}</camunda:inputParameter> |
| 161 | <camunda:inputParameter name="payload">${CVMVINFRAV1_createDBRequest}</camunda:inputParameter> |
| 162 | <camunda:inputParameter name="headers"> |
| 163 | <camunda:map> |
| 164 | <camunda:entry key="content-type">application/soap+xml</camunda:entry> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 165 | </camunda:map> |
| 166 | </camunda:inputParameter> |
| 167 | <camunda:inputParameter name="method">POST</camunda:inputParameter> |
| 168 | <camunda:outputParameter name="CVMVINFRAV1_createDBResponse">${response}</camunda:outputParameter> |
| 169 | <camunda:outputParameter name="CVMVINFRAV1_dbReturnCode">${statusCode}</camunda:outputParameter> |
| 170 | </camunda:inputOutput> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 171 | </camunda:connector> |
| 172 | </bpmn2:extensionElements> |
| 173 | <bpmn2:incoming>SequenceFlow_6</bpmn2:incoming> |
| 174 | <bpmn2:outgoing>SequenceFlow_8</bpmn2:outgoing> |
| 175 | </bpmn2:serviceTask> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame^] | 176 | <bpmn2:sequenceFlow id="SequenceFlow_8" name="" sourceRef="ServiceTask_callDbInfraUpdate" targetRef="ScriptTask_postCompletionRequest"/> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 177 | <bpmn2:endEvent id="EndEvent_3"> |
| 178 | <bpmn2:incoming>SequenceFlow_13</bpmn2:incoming> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame^] | 179 | <bpmn2:terminateEventDefinition id="TerminateEventDefinition_1"/> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 180 | </bpmn2:endEvent> |
| 181 | <bpmn2:scriptTask id="ScriptTask_prepareDbInfraRequest" name="Prepare DB Infra Request" scriptFormat="groovy"> |
| 182 | <bpmn2:incoming>SequenceFlow_2</bpmn2:incoming> |
| 183 | <bpmn2:outgoing>SequenceFlow_6</bpmn2:outgoing> |
| 184 | <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.* |
ChrisC | 025301d | 2017-01-31 11:40:03 +0100 | [diff] [blame] | 185 | def createVfModuleVolumeInfraV1 = new CreateVfModuleVolumeInfraV1() |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 186 | createVfModuleVolumeInfraV1.executeMethod('prepareDbInfraSuccessRequest', execution, isDebugLogEnabled)]]></bpmn2:script> |
| 187 | </bpmn2:scriptTask> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame^] | 188 | <bpmn2:sequenceFlow id="SequenceFlow_6" name="" sourceRef="ScriptTask_prepareDbInfraRequest" targetRef="ServiceTask_callDbInfraUpdate"/> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 189 | <bpmn2:exclusiveGateway id="ExclusiveGateway_1" name="Is service instance found?" default="SequenceFlow_serviceInstanceNotFound"> |
| 190 | <bpmn2:incoming>SequenceFlow_5</bpmn2:incoming> |
| 191 | <bpmn2:outgoing>SequenceFlow_serviceInstanceFound</bpmn2:outgoing> |
| 192 | <bpmn2:outgoing>SequenceFlow_serviceInstanceNotFound</bpmn2:outgoing> |
| 193 | </bpmn2:exclusiveGateway> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame^] | 194 | <bpmn2:sequenceFlow id="SequenceFlow_5" name="" sourceRef="CallActivity_callGenericGetSI" targetRef="ExclusiveGateway_1"/> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 195 | <bpmn2:sequenceFlow id="SequenceFlow_serviceInstanceFound" name="Yes" sourceRef="ExclusiveGateway_1" targetRef="CallActivity_doCreateVfModuleVolumeV1"> |
| 196 | <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{GENGSI_SuccessIndicator == true && GENGSI_FoundIndicator == true}]]></bpmn2:conditionExpression> |
| 197 | </bpmn2:sequenceFlow> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame^] | 198 | <bpmn2:sequenceFlow id="SequenceFlow_serviceInstanceNotFound" name="No" sourceRef="ExclusiveGateway_1" targetRef="ScriptTask_buildServiceInstanceNotFoundError"/> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 199 | <bpmn2:endEvent id="EndEvent_serviceInstanceNotFound"> |
| 200 | <bpmn2:incoming>SequenceFlow_16</bpmn2:incoming> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame^] | 201 | <bpmn2:errorEventDefinition id="ErrorEventDefinition_3" errorRef="Error_1"/> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 202 | </bpmn2:endEvent> |
| 203 | <bpmn2:scriptTask id="ScriptTask_buildServiceInstanceNotFoundError" name="Build Service Instance Not Found Error" scriptFormat="groovy"> |
| 204 | <bpmn2:incoming>SequenceFlow_serviceInstanceNotFound</bpmn2:incoming> |
| 205 | <bpmn2:outgoing>SequenceFlow_16</bpmn2:outgoing> |
| 206 | <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.* |
ChrisC | 025301d | 2017-01-31 11:40:03 +0100 | [diff] [blame] | 207 | def createVfModuleVolumeInfraV1 = new CreateVfModuleVolumeInfraV1() |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 208 | createVfModuleVolumeInfraV1.executeMethod('buildWorkflowException', execution, 2500, "Service instance id not found in AAI: $CVMVINFRAV1_serviceInstanceId.", isDebugLogEnabled)]]></bpmn2:script> |
| 209 | </bpmn2:scriptTask> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame^] | 210 | <bpmn2:sequenceFlow id="SequenceFlow_16" name="" sourceRef="ScriptTask_buildServiceInstanceNotFoundError" targetRef="EndEvent_serviceInstanceNotFound"/> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 211 | </bpmn2:process> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame^] | 212 | <bpmn2:error id="Error_1" errorCode="MSOWorkflowException" name="MSOWorkflowException"/> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 213 | <bpmndi:BPMNDiagram id="BPMNDiagram_1"> |
| 214 | <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="CreateVfModuleVolumeInfraV1"> |
| 215 | <bpmndi:BPMNShape id="_BPMNShape_StartEvent_67" bpmnElement="StartEvent_createVfModuleVolumeInfraV1"> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame^] | 216 | <dc:Bounds height="36.0" width="36.0" x="144.0" y="156.0"/> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 217 | <bpmndi:BPMNLabel> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame^] | 218 | <dc:Bounds height="0.0" width="0.0" x="162.0" y="197.0"/> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 219 | </bpmndi:BPMNLabel> |
| 220 | </bpmndi:BPMNShape> |
| 221 | <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_1" bpmnElement="SequenceFlow_1" sourceElement="_BPMNShape_StartEvent_67" targetElement="_BPMNShape_ScriptTask_300"> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame^] | 222 | <di:waypoint xsi:type="dc:Point" x="180.0" y="174.0"/> |
| 223 | <di:waypoint xsi:type="dc:Point" x="252.0" y="174.0"/> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 224 | <bpmndi:BPMNLabel> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame^] | 225 | <dc:Bounds height="6.0" width="6.0" x="219.0" y="174.0"/> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 226 | </bpmndi:BPMNLabel> |
| 227 | </bpmndi:BPMNEdge> |
| 228 | <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_300" bpmnElement="ScriptTask_preProcessRequest"> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame^] | 229 | <dc:Bounds height="80.0" width="100.0" x="252.0" y="134.0"/> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 230 | </bpmndi:BPMNShape> |
| 231 | <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_301" bpmnElement="ScriptTask_sendSyncAckResponse"> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame^] | 232 | <dc:Bounds height="80.0" width="100.0" x="408.0" y="134.0"/> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 233 | </bpmndi:BPMNShape> |
| 234 | <bpmndi:BPMNShape id="_BPMNShape_ExclusiveGateway_249" bpmnElement="ExclusiveGateway_isVolGrpnamePresent" isMarkerVisible="true"> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame^] | 235 | <dc:Bounds height="50.0" width="50.0" x="589.0" y="148.0"/> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 236 | <bpmndi:BPMNLabel> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame^] | 237 | <dc:Bounds height="22.0" width="186.0" x="521.0" y="203.0"/> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 238 | </bpmndi:BPMNLabel> |
| 239 | </bpmndi:BPMNShape> |
| 240 | <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_302" bpmnElement="ScriptTask_buildError"> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame^] | 241 | <dc:Bounds height="80.0" width="100.0" x="565.0" y="264.0"/> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 242 | </bpmndi:BPMNShape> |
| 243 | <bpmndi:BPMNShape id="_BPMNShape_CallActivity_36" bpmnElement="CallActivity_doCreateVfModuleVolumeV1"> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame^] | 244 | <dc:Bounds height="80.0" width="100.0" x="996.0" y="134.0"/> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 245 | </bpmndi:BPMNShape> |
| 246 | <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_2" bpmnElement="SequenceFlow_volGrpNamePresent" sourceElement="_BPMNShape_ExclusiveGateway_249" targetElement="_BPMNShape_CallActivity_51"> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame^] | 247 | <di:waypoint xsi:type="dc:Point" x="639.0" y="173.0"/> |
| 248 | <di:waypoint xsi:type="dc:Point" x="685.0" y="173.0"/> |
| 249 | <di:waypoint xsi:type="dc:Point" x="685.0" y="174.0"/> |
| 250 | <di:waypoint xsi:type="dc:Point" x="720.0" y="174.0"/> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 251 | <bpmndi:BPMNLabel> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame^] | 252 | <dc:Bounds height="6.0" width="6.0" x="680.0" y="173.0"/> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 253 | </bpmndi:BPMNLabel> |
| 254 | </bpmndi:BPMNEdge> |
| 255 | <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_3" bpmnElement="SequenceFlow_3" sourceElement="_BPMNShape_ScriptTask_301" targetElement="_BPMNShape_ExclusiveGateway_249"> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame^] | 256 | <di:waypoint xsi:type="dc:Point" x="508.0" y="174.0"/> |
| 257 | <di:waypoint xsi:type="dc:Point" x="589.0" y="173.0"/> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 258 | <bpmndi:BPMNLabel> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame^] | 259 | <dc:Bounds height="6.0" width="6.0" x="547.0" y="173.0"/> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 260 | </bpmndi:BPMNLabel> |
| 261 | </bpmndi:BPMNEdge> |
| 262 | <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_4" bpmnElement="SequenceFlow_4" sourceElement="_BPMNShape_ScriptTask_300" targetElement="_BPMNShape_ScriptTask_301"> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame^] | 263 | <di:waypoint xsi:type="dc:Point" x="352.0" y="174.0"/> |
| 264 | <di:waypoint xsi:type="dc:Point" x="408.0" y="174.0"/> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 265 | <bpmndi:BPMNLabel> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame^] | 266 | <dc:Bounds height="6.0" width="6.0" x="371.0" y="174.0"/> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 267 | </bpmndi:BPMNLabel> |
| 268 | </bpmndi:BPMNEdge> |
| 269 | <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_6" bpmnElement="SequenceFlow_volGrpNameMissing" sourceElement="_BPMNShape_ExclusiveGateway_249" targetElement="_BPMNShape_ScriptTask_302"> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame^] | 270 | <di:waypoint xsi:type="dc:Point" x="614.0" y="198.0"/> |
| 271 | <di:waypoint xsi:type="dc:Point" x="615.0" y="264.0"/> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 272 | <bpmndi:BPMNLabel> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame^] | 273 | <dc:Bounds height="6.0" width="6.0" x="612.0" y="234.0"/> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 274 | </bpmndi:BPMNLabel> |
| 275 | </bpmndi:BPMNEdge> |
| 276 | <bpmndi:BPMNShape id="_BPMNShape_EndEvent_233" bpmnElement="EndEvent_2"> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame^] | 277 | <dc:Bounds height="36.0" width="36.0" x="598.0" y="389.0"/> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 278 | <bpmndi:BPMNLabel> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame^] | 279 | <dc:Bounds height="0.0" width="0.0" x="616.0" y="430.0"/> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 280 | </bpmndi:BPMNLabel> |
| 281 | </bpmndi:BPMNShape> |
| 282 | <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_7" bpmnElement="SequenceFlow_7" sourceElement="_BPMNShape_ScriptTask_302" targetElement="_BPMNShape_EndEvent_233"> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame^] | 283 | <di:waypoint xsi:type="dc:Point" x="615.0" y="344.0"/> |
| 284 | <di:waypoint xsi:type="dc:Point" x="616.0" y="389.0"/> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 285 | <bpmndi:BPMNLabel> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame^] | 286 | <dc:Bounds height="6.0" width="6.0" x="613.0" y="370.0"/> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 287 | </bpmndi:BPMNLabel> |
| 288 | </bpmndi:BPMNEdge> |
| 289 | <bpmndi:BPMNShape id="_BPMNShape_EndEvent_234" bpmnElement="EndEvent_3"> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame^] | 290 | <dc:Bounds height="36.0" width="36.0" x="1898.0" y="156.0"/> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 291 | <bpmndi:BPMNLabel> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame^] | 292 | <dc:Bounds height="0.0" width="0.0" x="1916.0" y="197.0"/> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 293 | </bpmndi:BPMNLabel> |
| 294 | </bpmndi:BPMNShape> |
| 295 | <bpmndi:BPMNShape id="_BPMNShape_SubProcess_22" bpmnElement="SubProcess_exceptionHandler" isExpanded="true"> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame^] | 296 | <dc:Bounds height="337.0" width="856.0" x="133.0" y="471.0"/> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 297 | </bpmndi:BPMNShape> |
| 298 | <bpmndi:BPMNShape id="_BPMNShape_StartEvent_68" bpmnElement="StartEvent_catchErrors"> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame^] | 299 | <dc:Bounds height="36.0" width="36.0" x="204.0" y="555.0"/> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 300 | <bpmndi:BPMNLabel> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame^] | 301 | <dc:Bounds height="22.0" width="109.0" x="168.0" y="596.0"/> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 302 | </bpmndi:BPMNLabel> |
| 303 | </bpmndi:BPMNShape> |
| 304 | <bpmndi:BPMNShape id="_BPMNShape_EndEvent_235" bpmnElement="EndEvent_4"> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame^] | 305 | <dc:Bounds height="36.0" width="36.0" x="876.0" y="555.0"/> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 306 | <bpmndi:BPMNLabel> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame^] | 307 | <dc:Bounds height="22.0" width="29.0" x="924.0" y="562.0"/> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 308 | </bpmndi:BPMNLabel> |
| 309 | </bpmndi:BPMNShape> |
| 310 | <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_304" bpmnElement="ScriptTask_prepareDbInfraRequest"> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame^] | 311 | <dc:Bounds height="80.0" width="100.0" x="1160.0" y="134.0"/> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 312 | </bpmndi:BPMNShape> |
| 313 | <bpmndi:BPMNShape id="_BPMNShape_ServiceTask_103" bpmnElement="ServiceTask_callDbInfraUpdate"> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame^] | 314 | <dc:Bounds height="80.0" width="100.0" x="1298.0" y="135.0"/> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 315 | </bpmndi:BPMNShape> |
| 316 | <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_305" bpmnElement="ScriptTask_postCompletionRequest"> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame^] | 317 | <dc:Bounds height="80.0" width="100.0" x="1442.0" y="136.0"/> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 318 | </bpmndi:BPMNShape> |
| 319 | <bpmndi:BPMNShape id="_BPMNShape_CallActivity_37" bpmnElement="CallActivity_completeMsoProcess"> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame^] | 320 | <dc:Bounds height="80.0" width="100.0" x="1598.0" y="135.0"/> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 321 | </bpmndi:BPMNShape> |
| 322 | <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_8" bpmnElement="SequenceFlow_2" sourceElement="_BPMNShape_CallActivity_36" targetElement="_BPMNShape_ScriptTask_304"> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame^] | 323 | <di:waypoint xsi:type="dc:Point" x="1096.0" y="174.0"/> |
| 324 | <di:waypoint xsi:type="dc:Point" x="1160.0" y="174.0"/> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 325 | <bpmndi:BPMNLabel> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame^] | 326 | <dc:Bounds height="6.0" width="6.0" x="1115.0" y="174.0"/> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 327 | </bpmndi:BPMNLabel> |
| 328 | </bpmndi:BPMNEdge> |
| 329 | <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_11" bpmnElement="SequenceFlow_6" sourceElement="_BPMNShape_ScriptTask_304" targetElement="_BPMNShape_ServiceTask_103"> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame^] | 330 | <di:waypoint xsi:type="dc:Point" x="1260.0" y="174.0"/> |
| 331 | <di:waypoint xsi:type="dc:Point" x="1298.0" y="175.0"/> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 332 | <bpmndi:BPMNLabel> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame^] | 333 | <dc:Bounds height="6.0" width="6.0" x="1374.0" y="175.0"/> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 334 | </bpmndi:BPMNLabel> |
| 335 | </bpmndi:BPMNEdge> |
| 336 | <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_12" bpmnElement="SequenceFlow_8" sourceElement="_BPMNShape_ServiceTask_103" targetElement="_BPMNShape_ScriptTask_305"> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame^] | 337 | <di:waypoint xsi:type="dc:Point" x="1398.0" y="175.0"/> |
| 338 | <di:waypoint xsi:type="dc:Point" x="1442.0" y="176.0"/> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 339 | <bpmndi:BPMNLabel> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame^] | 340 | <dc:Bounds height="6.0" width="6.0" x="1417.0" y="176.0"/> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 341 | </bpmndi:BPMNLabel> |
| 342 | </bpmndi:BPMNEdge> |
| 343 | <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_13" bpmnElement="SequenceFlow_11" sourceElement="_BPMNShape_ScriptTask_305" targetElement="_BPMNShape_CallActivity_37"> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame^] | 344 | <di:waypoint xsi:type="dc:Point" x="1542.0" y="176.0"/> |
| 345 | <di:waypoint xsi:type="dc:Point" x="1598.0" y="175.0"/> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 346 | <bpmndi:BPMNLabel> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame^] | 347 | <dc:Bounds height="6.0" width="6.0" x="1653.0" y="176.0"/> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 348 | </bpmndi:BPMNLabel> |
| 349 | </bpmndi:BPMNEdge> |
| 350 | <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_306" bpmnElement="ScriptTask_setSuccessIndicator"> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame^] | 351 | <dc:Bounds height="80.0" width="100.0" x="1742.0" y="134.0"/> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 352 | </bpmndi:BPMNShape> |
| 353 | <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_14" bpmnElement="SequenceFlow_12" sourceElement="_BPMNShape_CallActivity_37" targetElement="_BPMNShape_ScriptTask_306"> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame^] | 354 | <di:waypoint xsi:type="dc:Point" x="1698.0" y="175.0"/> |
| 355 | <di:waypoint xsi:type="dc:Point" x="1742.0" y="174.0"/> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 356 | <bpmndi:BPMNLabel> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame^] | 357 | <dc:Bounds height="6.0" width="6.0" x="1767.0" y="174.0"/> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 358 | </bpmndi:BPMNLabel> |
| 359 | </bpmndi:BPMNEdge> |
| 360 | <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_15" bpmnElement="SequenceFlow_13" sourceElement="_BPMNShape_ScriptTask_306" targetElement="_BPMNShape_EndEvent_234"> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame^] | 361 | <di:waypoint xsi:type="dc:Point" x="1842.0" y="174.0"/> |
| 362 | <di:waypoint xsi:type="dc:Point" x="1866.0" y="174.0"/> |
| 363 | <di:waypoint xsi:type="dc:Point" x="1866.0" y="175.0"/> |
| 364 | <di:waypoint xsi:type="dc:Point" x="1898.0" y="174.0"/> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 365 | <bpmndi:BPMNLabel> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame^] | 366 | <dc:Bounds height="6.0" width="6.0" x="1963.0" y="175.0"/> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 367 | </bpmndi:BPMNLabel> |
| 368 | </bpmndi:BPMNEdge> |
| 369 | <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_16" bpmnElement="SequenceFlow_14" sourceElement="_BPMNShape_StartEvent_68" targetElement="_BPMNShape_ExclusiveGateway_251"> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame^] | 370 | <di:waypoint xsi:type="dc:Point" x="240.0" y="573.0"/> |
| 371 | <di:waypoint xsi:type="dc:Point" x="286.0" y="573.0"/> |
| 372 | <di:waypoint xsi:type="dc:Point" x="286.0" y="572.0"/> |
| 373 | <di:waypoint xsi:type="dc:Point" x="348.0" y="572.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="286.0" y="572.0"/> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 376 | </bpmndi:BPMNLabel> |
| 377 | </bpmndi:BPMNEdge> |
| 378 | <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_307" bpmnElement="ScriptTask_prefalloutHandlerRequest"> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame^] | 379 | <dc:Bounds height="80.0" width="100.0" x="576.0" y="533.0"/> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 380 | </bpmndi:BPMNShape> |
| 381 | <bpmndi:BPMNShape id="_BPMNShape_CallActivity_50" bpmnElement="CallActivity_callFalloutHandler"> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame^] | 382 | <dc:Bounds height="80.0" width="100.0" x="720.0" y="533.0"/> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 383 | </bpmndi:BPMNShape> |
| 384 | <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_20" bpmnElement="SequenceFlow_18" sourceElement="_BPMNShape_ScriptTask_307" targetElement="_BPMNShape_CallActivity_50"> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame^] | 385 | <di:waypoint xsi:type="dc:Point" x="676.0" y="573.0"/> |
| 386 | <di:waypoint xsi:type="dc:Point" x="720.0" y="573.0"/> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 387 | <bpmndi:BPMNLabel> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame^] | 388 | <dc:Bounds height="6.0" width="6.0" x="694.0" y="573.0"/> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 389 | </bpmndi:BPMNLabel> |
| 390 | </bpmndi:BPMNEdge> |
| 391 | <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_21" bpmnElement="SequenceFlow_19" sourceElement="_BPMNShape_CallActivity_50" targetElement="_BPMNShape_EndEvent_235"> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame^] | 392 | <di:waypoint xsi:type="dc:Point" x="820.0" y="573.0"/> |
| 393 | <di:waypoint xsi:type="dc:Point" x="876.0" y="573.0"/> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 394 | <bpmndi:BPMNLabel> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame^] | 395 | <dc:Bounds height="6.0" width="6.0" x="842.0" y="573.0"/> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 396 | </bpmndi:BPMNLabel> |
| 397 | </bpmndi:BPMNEdge> |
| 398 | <bpmndi:BPMNShape id="_BPMNShape_ExclusiveGateway_251" bpmnElement="ExclusiveGateway_isSyncResponseSent" isMarkerVisible="true"> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame^] | 399 | <dc:Bounds height="50.0" width="50.0" x="348.0" y="547.0"/> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 400 | <bpmndi:BPMNLabel> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame^] | 401 | <dc:Bounds height="22.0" width="129.0" x="309.0" y="602.0"/> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 402 | </bpmndi:BPMNLabel> |
| 403 | </bpmndi:BPMNShape> |
| 404 | <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_22" bpmnElement="SequenceFlow_syncResponseSent" sourceElement="_BPMNShape_ExclusiveGateway_251" targetElement="_BPMNShape_ScriptTask_307"> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame^] | 405 | <di:waypoint xsi:type="dc:Point" x="398.0" y="572.0"/> |
| 406 | <di:waypoint xsi:type="dc:Point" x="493.0" y="572.0"/> |
| 407 | <di:waypoint xsi:type="dc:Point" x="493.0" y="573.0"/> |
| 408 | <di:waypoint xsi:type="dc:Point" x="576.0" y="573.0"/> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 409 | <bpmndi:BPMNLabel> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame^] | 410 | <dc:Bounds height="22.0" width="29.0" x="450.0" y="572.0"/> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 411 | </bpmndi:BPMNLabel> |
| 412 | </bpmndi:BPMNEdge> |
| 413 | <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_308" bpmnElement="ScriptTask_sendSyncErrorResp"> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame^] | 414 | <dc:Bounds height="80.0" width="100.0" x="324.0" y="672.0"/> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 415 | </bpmndi:BPMNShape> |
| 416 | <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_23" bpmnElement="SequenceFlow_syncResponseNotSent" sourceElement="_BPMNShape_ExclusiveGateway_251" targetElement="_BPMNShape_ScriptTask_308"> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame^] | 417 | <di:waypoint xsi:type="dc:Point" x="373.0" y="597.0"/> |
| 418 | <di:waypoint xsi:type="dc:Point" x="373.0" y="634.0"/> |
| 419 | <di:waypoint xsi:type="dc:Point" x="374.0" y="634.0"/> |
| 420 | <di:waypoint xsi:type="dc:Point" x="374.0" y="672.0"/> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 421 | <bpmndi:BPMNLabel> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame^] | 422 | <dc:Bounds height="22.0" width="22.0" x="363.0" y="634.0"/> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 423 | </bpmndi:BPMNLabel> |
| 424 | </bpmndi:BPMNEdge> |
| 425 | <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_24" bpmnElement="SequenceFlow_22" sourceElement="_BPMNShape_ScriptTask_308" targetElement="_BPMNShape_ScriptTask_307"> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame^] | 426 | <di:waypoint xsi:type="dc:Point" x="424.0" y="712.0"/> |
| 427 | <di:waypoint xsi:type="dc:Point" x="608.0" y="712.0"/> |
| 428 | <di:waypoint xsi:type="dc:Point" x="626.0" y="712.0"/> |
| 429 | <di:waypoint xsi:type="dc:Point" x="626.0" y="613.0"/> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 430 | <bpmndi:BPMNLabel> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame^] | 431 | <dc:Bounds height="6.0" width="6.0" x="530.0" y="712.0"/> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 432 | </bpmndi:BPMNLabel> |
| 433 | </bpmndi:BPMNEdge> |
| 434 | <bpmndi:BPMNShape id="_BPMNShape_CallActivity_51" bpmnElement="CallActivity_callGenericGetSI"> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame^] | 435 | <dc:Bounds height="80.0" width="100.0" x="720.0" y="134.0"/> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 436 | </bpmndi:BPMNShape> |
| 437 | <bpmndi:BPMNShape id="_BPMNShape_ExclusiveGateway_254" bpmnElement="ExclusiveGateway_1" isMarkerVisible="true"> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame^] | 438 | <dc:Bounds height="50.0" width="50.0" x="887.0" y="148.0"/> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 439 | <bpmndi:BPMNLabel> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame^] | 440 | <dc:Bounds height="0.0" width="0.0" x="912.0" y="203.0"/> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 441 | </bpmndi:BPMNLabel> |
| 442 | </bpmndi:BPMNShape> |
| 443 | <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_5" bpmnElement="SequenceFlow_5" sourceElement="_BPMNShape_CallActivity_51" targetElement="_BPMNShape_ExclusiveGateway_254"> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame^] | 444 | <di:waypoint xsi:type="dc:Point" x="820.0" y="174.0"/> |
| 445 | <di:waypoint xsi:type="dc:Point" x="853.0" y="174.0"/> |
| 446 | <di:waypoint xsi:type="dc:Point" x="853.0" y="173.0"/> |
| 447 | <di:waypoint xsi:type="dc:Point" x="887.0" y="173.0"/> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 448 | </bpmndi:BPMNEdge> |
| 449 | <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_9" bpmnElement="SequenceFlow_serviceInstanceFound" sourceElement="_BPMNShape_ExclusiveGateway_254" targetElement="_BPMNShape_CallActivity_36"> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame^] | 450 | <di:waypoint xsi:type="dc:Point" x="937.0" y="173.0"/> |
| 451 | <di:waypoint xsi:type="dc:Point" x="966.0" y="173.0"/> |
| 452 | <di:waypoint xsi:type="dc:Point" x="966.0" y="174.0"/> |
| 453 | <di:waypoint xsi:type="dc:Point" x="996.0" y="174.0"/> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 454 | </bpmndi:BPMNEdge> |
| 455 | <bpmndi:BPMNShape id="_BPMNShape_EndEvent_237" bpmnElement="EndEvent_serviceInstanceNotFound"> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame^] | 456 | <dc:Bounds height="36.0" width="36.0" x="895.0" y="389.0"/> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 457 | <bpmndi:BPMNLabel> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame^] | 458 | <dc:Bounds height="0.0" width="0.0" x="913.0" y="430.0"/> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 459 | </bpmndi:BPMNLabel> |
| 460 | </bpmndi:BPMNShape> |
| 461 | <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_10" bpmnElement="SequenceFlow_serviceInstanceNotFound" sourceElement="_BPMNShape_ExclusiveGateway_254" targetElement="_BPMNShape_ScriptTask_312"> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame^] | 462 | <di:waypoint xsi:type="dc:Point" x="912.0" y="198.0"/> |
| 463 | <di:waypoint xsi:type="dc:Point" x="912.0" y="264.0"/> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 464 | <bpmndi:BPMNLabel> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame^] | 465 | <dc:Bounds height="22.0" width="22.0" x="919.0" y="226.0"/> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 466 | </bpmndi:BPMNLabel> |
| 467 | </bpmndi:BPMNEdge> |
| 468 | <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_312" bpmnElement="ScriptTask_buildServiceInstanceNotFoundError"> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame^] | 469 | <dc:Bounds height="80.0" width="100.0" x="862.0" y="264.0"/> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 470 | </bpmndi:BPMNShape> |
| 471 | <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_18" bpmnElement="SequenceFlow_16" sourceElement="_BPMNShape_ScriptTask_312" targetElement="_BPMNShape_EndEvent_237"> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame^] | 472 | <di:waypoint xsi:type="dc:Point" x="912.0" y="344.0"/> |
| 473 | <di:waypoint xsi:type="dc:Point" x="913.0" y="389.0"/> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 474 | <bpmndi:BPMNLabel> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame^] | 475 | <dc:Bounds height="6.0" width="6.0" x="910.0" y="370.0"/> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 476 | </bpmndi:BPMNLabel> |
| 477 | </bpmndi:BPMNEdge> |
| 478 | </bpmndi:BPMNPlane> |
| 479 | </bpmndi:BPMNDiagram> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame^] | 480 | </bpmn2:definitions> |