xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 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="_MagIIMOUEeW8asg-vCEgWQ" 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"> |
Determe, Sebastien (sd378r) | b1e5734 | 2017-05-09 03:55:30 -0700 | [diff] [blame] | 3 | <bpmn2:process id="DeleteGenericALaCarteServiceInstance" name="DeleteGenericALaCarteServiceInstance" isExecutable="true"> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 4 | <bpmn2:startEvent id="deleteSI_startEvent" name="Delete SI Start Flow"> |
| 5 | <bpmn2:outgoing>SequenceFlow_0lp2z7l</bpmn2:outgoing> |
| 6 | </bpmn2:startEvent> |
| 7 | <bpmn2:subProcess id="unexpectedErrors_SubProcess" name="Sub-process for UnexpectedErrors" triggeredByEvent="true"> |
| 8 | <bpmn2:scriptTask id="ScriptTask_1" name="Handle Unexpected Error" scriptFormat="groovy"> |
| 9 | <bpmn2:incoming>SequenceFlow_10</bpmn2:incoming> |
| 10 | <bpmn2:outgoing>SequenceFlow_14</bpmn2:outgoing> |
Determe, Sebastien (sd378r) | b1e5734 | 2017-05-09 03:55:30 -0700 | [diff] [blame] | 11 | <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.common.scripts.* |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 12 | ExceptionUtil ex = new ExceptionUtil() |
| 13 | ex.processJavaException(execution)]]></bpmn2:script> |
| 14 | </bpmn2:scriptTask> |
| 15 | <bpmn2:sequenceFlow id="SequenceFlow_14" name="" sourceRef="ScriptTask_1" targetRef="EndEvent_1" /> |
| 16 | <bpmn2:startEvent id="StartEvent_1"> |
| 17 | <bpmn2:outgoing>SequenceFlow_10</bpmn2:outgoing> |
| 18 | <bpmn2:errorEventDefinition id="ErrorEventDefinition_2" errorRef="Error_1" /> |
| 19 | </bpmn2:startEvent> |
| 20 | <bpmn2:sequenceFlow id="SequenceFlow_10" name="" sourceRef="StartEvent_1" targetRef="ScriptTask_1" /> |
| 21 | <bpmn2:endEvent id="EndEvent_1"> |
| 22 | <bpmn2:incoming>SequenceFlow_14</bpmn2:incoming> |
| 23 | </bpmn2:endEvent> |
| 24 | </bpmn2:subProcess> |
| 25 | <bpmn2:callActivity id="doDeleteServiceInstance_CallActivity" name="Call DoDeleteServiceInstance " calledElement="DoDeleteServiceInstance"> |
| 26 | <bpmn2:extensionElements> |
| 27 | <camunda:out source="WorkflowException" target="WorkflowException" /> |
| 28 | <camunda:in source="msoRequestId" target="msoRequestId" /> |
| 29 | <camunda:in source="serviceInstanceId" target="serviceInstanceId" /> |
| 30 | <camunda:in source="serviceInstanceName" target="serviceInstanceName" /> |
| 31 | <camunda:in source="serviceModelInfo" target="serviceModelInfo" /> |
| 32 | <camunda:in source="productFamilyId" target="productFamilyId" /> |
| 33 | <camunda:in source="disableRollback" target="disableRollback" /> |
| 34 | <camunda:in source="serviceInputParams" target="serviceInputParams" /> |
| 35 | <camunda:in source="failIfExists" target="failIfExists" /> |
| 36 | <camunda:in source="globalSubscriberId" target="globalSubscriberId" /> |
| 37 | <camunda:in source="subscriptionServiceType" target="subscriptionServiceType" /> |
| 38 | <camunda:in sourceExpression="1610" target="sdncVersion" /> |
| 39 | </bpmn2:extensionElements> |
| 40 | <bpmn2:incoming>SequenceFlow_0eto8sn</bpmn2:incoming> |
| 41 | <bpmn2:outgoing>SequenceFlow_1lj31zp</bpmn2:outgoing> |
| 42 | </bpmn2:callActivity> |
| 43 | <bpmn2:endEvent id="EndEvent_0o440av" name="End"> |
| 44 | <bpmn2:incoming>SequenceFlow_095crcd</bpmn2:incoming> |
| 45 | </bpmn2:endEvent> |
| 46 | <bpmn2:sequenceFlow id="SequenceFlow_1lj31zp" sourceRef="doDeleteServiceInstance_CallActivity" targetRef="ExclusiveGateway_0isueuw" /> |
| 47 | <bpmn2:scriptTask id="ScriptTask_0pvcr6j" name="Pre Process Incoming Request" scriptFormat="groovy"> |
| 48 | <bpmn2:incoming>SequenceFlow_0lp2z7l</bpmn2:incoming> |
| 49 | <bpmn2:outgoing>SequenceFlow_0ktadna</bpmn2:outgoing> |
Determe, Sebastien (sd378r) | b1e5734 | 2017-05-09 03:55:30 -0700 | [diff] [blame] | 50 | <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
|
| 51 | def csi= new DeleteGenericALaCarteServiceInstance() |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 52 | csi.preProcessRequest(execution)]]></bpmn2:script> |
| 53 | </bpmn2:scriptTask> |
| 54 | <bpmn2:sequenceFlow id="SequenceFlow_0lp2z7l" sourceRef="deleteSI_startEvent" targetRef="ScriptTask_0pvcr6j" /> |
| 55 | <bpmn2:scriptTask id="ScriptTask_0cihgpv" name="Prepare Completion Request" scriptFormat="groovy"> |
| 56 | <bpmn2:incoming>SequenceFlow_1qjygj5</bpmn2:incoming> |
| 57 | <bpmn2:outgoing>SequenceFlow_0xxvjxq</bpmn2:outgoing> |
Determe, Sebastien (sd378r) | b1e5734 | 2017-05-09 03:55:30 -0700 | [diff] [blame] | 58 | <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
|
| 59 | def csi = new DeleteGenericALaCarteServiceInstance() |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 60 | csi.prepareCompletionRequest(execution)]]></bpmn2:script> |
| 61 | </bpmn2:scriptTask> |
| 62 | <bpmn2:callActivity id="CallActivity_0sevgre" name="Call CompleteMsoProcess" calledElement="CompleteMsoProcess"> |
| 63 | <bpmn2:extensionElements> |
| 64 | <camunda:in source="completionRequest" target="CompleteMsoProcessRequest" /> |
| 65 | <camunda:in source="mso-request-id" target="mso-request-id" /> |
| 66 | <camunda:in source="mso-service-instance-id" target="mso-service-instance-id" /> |
| 67 | <camunda:out source="CMSO_ResponseCode" target="CMSO_ResponseCode" /> |
| 68 | <camunda:out source="CompleteMsoProcessResponse" target="CompleteMsoProcessResponse" /> |
| 69 | <camunda:out source="CMSO_ErrorResponse" target="CMSO_ErrorResponse" /> |
| 70 | </bpmn2:extensionElements> |
| 71 | <bpmn2:incoming>SequenceFlow_0xxvjxq</bpmn2:incoming> |
| 72 | <bpmn2:outgoing>SequenceFlow_095crcd</bpmn2:outgoing> |
| 73 | </bpmn2:callActivity> |
| 74 | <bpmn2:sequenceFlow id="SequenceFlow_0xxvjxq" sourceRef="ScriptTask_0cihgpv" targetRef="CallActivity_0sevgre" /> |
| 75 | <bpmn2:subProcess id="SubProcess_1k2112i" name="Sub-process for FalloutHandler " triggeredByEvent="true"> |
| 76 | <bpmn2:startEvent id="StartEvent_110xxgx"> |
| 77 | <bpmn2:outgoing>SequenceFlow_0n4umjf</bpmn2:outgoing> |
| 78 | <bpmn2:errorEventDefinition /> |
| 79 | </bpmn2:startEvent> |
| 80 | <bpmn2:endEvent id="EndEvent_1rqikib"> |
| 81 | <bpmn2:incoming>SequenceFlow_1ghqolv</bpmn2:incoming> |
| 82 | </bpmn2:endEvent> |
| 83 | <bpmn2:scriptTask id="ScriptTask_1hql91g" name="Prepare Fallout Request" scriptFormat="groovy"> |
| 84 | <bpmn2:incoming>SequenceFlow_14eadeb</bpmn2:incoming> |
| 85 | <bpmn2:outgoing>SequenceFlow_1reso2f</bpmn2:outgoing> |
Determe, Sebastien (sd378r) | b1e5734 | 2017-05-09 03:55:30 -0700 | [diff] [blame] | 86 | <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
|
| 87 | def csi = new DeleteGenericALaCarteServiceInstance() |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 88 | csi.prepareFalloutRequest(execution)]]></bpmn2:script> |
| 89 | </bpmn2:scriptTask> |
| 90 | <bpmn2:callActivity id="CallActivity_1ksm1dz" name="Call FalloutHandler" calledElement="FalloutHandler"> |
| 91 | <bpmn2:extensionElements> |
| 92 | <camunda:in source="falloutRequest" target="FalloutHandlerRequest" /> |
| 93 | <camunda:in source="mso-request-id" target="mso-request-id" /> |
| 94 | <camunda:in source="mso-service-instance-id" target="mso-service-instance-id" /> |
| 95 | <camunda:out source="FH_ResponseCode" target="FH_ResponseCode" /> |
| 96 | <camunda:out source="FalloutHandlerResponse" target="FalloutHandlerResponse" /> |
| 97 | <camunda:out source="FH_ErrorResponse" target="FH_ErrorResponse" /> |
| 98 | </bpmn2:extensionElements> |
| 99 | <bpmn2:incoming>SequenceFlow_1reso2f</bpmn2:incoming> |
| 100 | <bpmn2:outgoing>SequenceFlow_1ghqolv</bpmn2:outgoing> |
| 101 | </bpmn2:callActivity> |
| 102 | <bpmn2:sequenceFlow id="SequenceFlow_1reso2f" sourceRef="ScriptTask_1hql91g" targetRef="CallActivity_1ksm1dz" /> |
| 103 | <bpmn2:sequenceFlow id="SequenceFlow_1ghqolv" sourceRef="CallActivity_1ksm1dz" targetRef="EndEvent_1rqikib" /> |
| 104 | <bpmn2:sequenceFlow id="SequenceFlow_0n4umjf" sourceRef="StartEvent_110xxgx" targetRef="ScriptTask_0o4smqp" /> |
| 105 | <bpmn2:scriptTask id="ScriptTask_0o4smqp" name="Send Error Response"> |
| 106 | <bpmn2:incoming>SequenceFlow_0n4umjf</bpmn2:incoming> |
| 107 | <bpmn2:outgoing>SequenceFlow_14eadeb</bpmn2:outgoing> |
Determe, Sebastien (sd378r) | b1e5734 | 2017-05-09 03:55:30 -0700 | [diff] [blame] | 108 | <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
|
| 109 | def csi = new DeleteGenericALaCarteServiceInstance() |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 110 | csi.sendSyncError(execution)]]></bpmn2:script> |
| 111 | </bpmn2:scriptTask> |
| 112 | <bpmn2:sequenceFlow id="SequenceFlow_14eadeb" sourceRef="ScriptTask_0o4smqp" targetRef="ScriptTask_1hql91g" /> |
| 113 | </bpmn2:subProcess> |
| 114 | <bpmn2:sequenceFlow id="SequenceFlow_095crcd" sourceRef="CallActivity_0sevgre" targetRef="EndEvent_0o440av" /> |
| 115 | <bpmn2:sequenceFlow id="SequenceFlow_0eto8sn" sourceRef="Task_1nko5zz" targetRef="doDeleteServiceInstance_CallActivity" /> |
| 116 | <bpmn2:scriptTask id="Task_1nko5zz" name="Send Sync Ack Response" scriptFormat="groovy"> |
| 117 | <bpmn2:incoming>SequenceFlow_0ktadna</bpmn2:incoming> |
| 118 | <bpmn2:outgoing>SequenceFlow_0eto8sn</bpmn2:outgoing> |
Determe, Sebastien (sd378r) | b1e5734 | 2017-05-09 03:55:30 -0700 | [diff] [blame] | 119 | <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
|
| 120 | def csi = new DeleteGenericALaCarteServiceInstance() |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 121 | csi.sendSyncResponse(execution)]]></bpmn2:script> |
| 122 | </bpmn2:scriptTask> |
| 123 | <bpmn2:sequenceFlow id="SequenceFlow_0ktadna" sourceRef="ScriptTask_0pvcr6j" targetRef="Task_1nko5zz" /> |
| 124 | <bpmn2:exclusiveGateway id="ExclusiveGateway_0isueuw" name="Success?" default="SequenceFlow_0hgiouk"> |
| 125 | <bpmn2:incoming>SequenceFlow_1lj31zp</bpmn2:incoming> |
| 126 | <bpmn2:outgoing>SequenceFlow_1qjygj5</bpmn2:outgoing> |
| 127 | <bpmn2:outgoing>SequenceFlow_0hgiouk</bpmn2:outgoing> |
| 128 | </bpmn2:exclusiveGateway> |
| 129 | <bpmn2:sequenceFlow id="SequenceFlow_1qjygj5" name="yes" sourceRef="ExclusiveGateway_0isueuw" targetRef="ScriptTask_0cihgpv"> |
| 130 | <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{execution.getVariable("WorkflowException") == null}]]></bpmn2:conditionExpression> |
| 131 | </bpmn2:sequenceFlow> |
| 132 | <bpmn2:endEvent id="EndEvent_0yhby6h"> |
| 133 | <bpmn2:incoming>SequenceFlow_0hgiouk</bpmn2:incoming> |
| 134 | <bpmn2:errorEventDefinition errorRef="Error_2" /> |
| 135 | </bpmn2:endEvent> |
| 136 | <bpmn2:sequenceFlow id="SequenceFlow_0hgiouk" name="no" sourceRef="ExclusiveGateway_0isueuw" targetRef="EndEvent_0yhby6h" /> |
| 137 | </bpmn2:process> |
| 138 | <bpmn2:error id="Error_2" name="MSOWorkflowException" errorCode="MSOWorkflowException" /> |
| 139 | <bpmn2:error id="Error_1" name="java.lang.Exception" errorCode="java.lang.Exception" /> |
| 140 | <bpmndi:BPMNDiagram id="BPMNDiagram_1"> |
Determe, Sebastien (sd378r) | b1e5734 | 2017-05-09 03:55:30 -0700 | [diff] [blame] | 141 | <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="DeleteGenericALaCarteServiceInstance"> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 142 | <bpmndi:BPMNShape id="_BPMNShape_StartEvent_47" bpmnElement="deleteSI_startEvent"> |
| 143 | <dc:Bounds x="117" y="79" width="36" height="36" /> |
| 144 | <bpmndi:BPMNLabel> |
| 145 | <dc:Bounds x="98" y="120" width="73" height="24" /> |
| 146 | </bpmndi:BPMNLabel> |
| 147 | </bpmndi:BPMNShape> |
| 148 | <bpmndi:BPMNShape id="_BPMNShape_SubProcess_28" bpmnElement="unexpectedErrors_SubProcess" isExpanded="true"> |
| 149 | <dc:Bounds x="410" y="607" width="394" height="188" /> |
| 150 | </bpmndi:BPMNShape> |
| 151 | <bpmndi:BPMNShape id="_BPMNShape_StartEvent_71" bpmnElement="StartEvent_1"> |
| 152 | <dc:Bounds x="443" y="684" width="36" height="36" /> |
| 153 | <bpmndi:BPMNLabel> |
| 154 | <dc:Bounds x="461" y="725" width="0" height="0" /> |
| 155 | </bpmndi:BPMNLabel> |
| 156 | </bpmndi:BPMNShape> |
| 157 | <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_270" bpmnElement="ScriptTask_1"> |
| 158 | <dc:Bounds x="558" y="662" width="100" height="80" /> |
| 159 | </bpmndi:BPMNShape> |
| 160 | <bpmndi:BPMNShape id="_BPMNShape_EndEvent_220" bpmnElement="EndEvent_1"> |
| 161 | <dc:Bounds x="719" y="684" width="36" height="36" /> |
| 162 | <bpmndi:BPMNLabel> |
| 163 | <dc:Bounds x="737" y="725" width="0" height="0" /> |
| 164 | </bpmndi:BPMNLabel> |
| 165 | </bpmndi:BPMNShape> |
| 166 | <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_5" bpmnElement="SequenceFlow_10" sourceElement="_BPMNShape_StartEvent_71" targetElement="_BPMNShape_ScriptTask_270"> |
| 167 | <di:waypoint xsi:type="dc:Point" x="479" y="702" /> |
| 168 | <di:waypoint xsi:type="dc:Point" x="558" y="702" /> |
| 169 | <bpmndi:BPMNLabel> |
| 170 | <dc:Bounds x="521" y="702" width="0" height="0" /> |
| 171 | </bpmndi:BPMNLabel> |
| 172 | </bpmndi:BPMNEdge> |
| 173 | <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_13" bpmnElement="SequenceFlow_14" sourceElement="_BPMNShape_ScriptTask_270" targetElement="_BPMNShape_EndEvent_220"> |
| 174 | <di:waypoint xsi:type="dc:Point" x="658" y="702" /> |
| 175 | <di:waypoint xsi:type="dc:Point" x="719" y="702" /> |
| 176 | <bpmndi:BPMNLabel> |
| 177 | <dc:Bounds x="693" y="702" width="0" height="0" /> |
| 178 | </bpmndi:BPMNLabel> |
| 179 | </bpmndi:BPMNEdge> |
| 180 | <bpmndi:BPMNShape id="_BPMNShape_CallActivity_72" bpmnElement="doDeleteServiceInstance_CallActivity"> |
| 181 | <dc:Bounds x="700" y="57" width="100" height="80" /> |
| 182 | </bpmndi:BPMNShape> |
| 183 | <bpmndi:BPMNShape id="EndEvent_0o440av_di" bpmnElement="EndEvent_0o440av"> |
| 184 | <dc:Bounds x="1276" y="174" width="36" height="36" /> |
| 185 | <bpmndi:BPMNLabel> |
| 186 | <dc:Bounds x="1287" y="210" width="19" height="12" /> |
| 187 | </bpmndi:BPMNLabel> |
| 188 | </bpmndi:BPMNShape> |
| 189 | <bpmndi:BPMNEdge id="SequenceFlow_1lj31zp_di" bpmnElement="SequenceFlow_1lj31zp"> |
| 190 | <di:waypoint xsi:type="dc:Point" x="800" y="97" /> |
| 191 | <di:waypoint xsi:type="dc:Point" x="897" y="97" /> |
| 192 | <bpmndi:BPMNLabel> |
| 193 | <dc:Bounds x="849" y="82" width="0" height="0" /> |
| 194 | </bpmndi:BPMNLabel> |
| 195 | </bpmndi:BPMNEdge> |
| 196 | <bpmndi:BPMNShape id="ScriptTask_0pvcr6j_di" bpmnElement="ScriptTask_0pvcr6j"> |
| 197 | <dc:Bounds x="281" y="57" width="100" height="80" /> |
| 198 | </bpmndi:BPMNShape> |
| 199 | <bpmndi:BPMNEdge id="SequenceFlow_0lp2z7l_di" bpmnElement="SequenceFlow_0lp2z7l"> |
| 200 | <di:waypoint xsi:type="dc:Point" x="153" y="97" /> |
| 201 | <di:waypoint xsi:type="dc:Point" x="281" y="97" /> |
| 202 | <bpmndi:BPMNLabel> |
| 203 | <dc:Bounds x="217" y="82" width="0" height="0" /> |
| 204 | </bpmndi:BPMNLabel> |
| 205 | </bpmndi:BPMNEdge> |
| 206 | <bpmndi:BPMNShape id="ScriptTask_0cihgpv_di" bpmnElement="ScriptTask_0cihgpv"> |
| 207 | <dc:Bounds x="1083" y="57" width="100" height="80" /> |
| 208 | </bpmndi:BPMNShape> |
| 209 | <bpmndi:BPMNShape id="CallActivity_0sevgre_di" bpmnElement="CallActivity_0sevgre"> |
| 210 | <dc:Bounds x="1244" y="57" width="100" height="80" /> |
| 211 | </bpmndi:BPMNShape> |
| 212 | <bpmndi:BPMNEdge id="SequenceFlow_0xxvjxq_di" bpmnElement="SequenceFlow_0xxvjxq"> |
| 213 | <di:waypoint xsi:type="dc:Point" x="1183" y="97" /> |
| 214 | <di:waypoint xsi:type="dc:Point" x="1244" y="97" /> |
| 215 | <bpmndi:BPMNLabel> |
| 216 | <dc:Bounds x="1214" y="82" width="0" height="0" /> |
| 217 | </bpmndi:BPMNLabel> |
| 218 | </bpmndi:BPMNEdge> |
| 219 | <bpmndi:BPMNShape id="ScriptTask_1hql91g_di" bpmnElement="ScriptTask_1hql91g"> |
| 220 | <dc:Bounds x="585" y="385" width="100" height="80" /> |
| 221 | </bpmndi:BPMNShape> |
| 222 | <bpmndi:BPMNShape id="CallActivity_1ksm1dz_di" bpmnElement="CallActivity_1ksm1dz"> |
| 223 | <dc:Bounds x="762" y="385" width="100" height="80" /> |
| 224 | </bpmndi:BPMNShape> |
| 225 | <bpmndi:BPMNShape id="SubProcess_1k2112i_di" bpmnElement="SubProcess_1k2112i" isExpanded="true"> |
| 226 | <dc:Bounds x="312" y="321" width="679" height="194" /> |
| 227 | </bpmndi:BPMNShape> |
| 228 | <bpmndi:BPMNShape id="StartEvent_110xxgx_di" bpmnElement="StartEvent_110xxgx"> |
| 229 | <dc:Bounds x="327" y="407" width="36" height="36" /> |
| 230 | <bpmndi:BPMNLabel> |
| 231 | <dc:Bounds x="345" y="448" width="0" height="0" /> |
| 232 | </bpmndi:BPMNLabel> |
| 233 | </bpmndi:BPMNShape> |
| 234 | <bpmndi:BPMNShape id="EndEvent_1rqikib_di" bpmnElement="EndEvent_1rqikib"> |
| 235 | <dc:Bounds x="906" y="407" width="36" height="36" /> |
| 236 | <bpmndi:BPMNLabel> |
| 237 | <dc:Bounds x="924" y="448" width="0" height="0" /> |
| 238 | </bpmndi:BPMNLabel> |
| 239 | </bpmndi:BPMNShape> |
| 240 | <bpmndi:BPMNEdge id="SequenceFlow_1reso2f_di" bpmnElement="SequenceFlow_1reso2f"> |
| 241 | <di:waypoint xsi:type="dc:Point" x="685" y="425" /> |
| 242 | <di:waypoint xsi:type="dc:Point" x="762" y="425" /> |
| 243 | <bpmndi:BPMNLabel> |
| 244 | <dc:Bounds x="724" y="410" width="0" height="0" /> |
| 245 | </bpmndi:BPMNLabel> |
| 246 | </bpmndi:BPMNEdge> |
| 247 | <bpmndi:BPMNEdge id="SequenceFlow_1ghqolv_di" bpmnElement="SequenceFlow_1ghqolv"> |
| 248 | <di:waypoint xsi:type="dc:Point" x="862" y="425" /> |
| 249 | <di:waypoint xsi:type="dc:Point" x="906" y="425" /> |
| 250 | <bpmndi:BPMNLabel> |
| 251 | <dc:Bounds x="884" y="410" width="0" height="0" /> |
| 252 | </bpmndi:BPMNLabel> |
| 253 | </bpmndi:BPMNEdge> |
| 254 | <bpmndi:BPMNEdge id="SequenceFlow_095crcd_di" bpmnElement="SequenceFlow_095crcd"> |
| 255 | <di:waypoint xsi:type="dc:Point" x="1294" y="137" /> |
| 256 | <di:waypoint xsi:type="dc:Point" x="1294" y="174" /> |
| 257 | <bpmndi:BPMNLabel> |
| 258 | <dc:Bounds x="1309" y="155.5" width="0" height="0" /> |
| 259 | </bpmndi:BPMNLabel> |
| 260 | </bpmndi:BPMNEdge> |
| 261 | <bpmndi:BPMNEdge id="SequenceFlow_0n4umjf_di" bpmnElement="SequenceFlow_0n4umjf"> |
| 262 | <di:waypoint xsi:type="dc:Point" x="363" y="425" /> |
| 263 | <di:waypoint xsi:type="dc:Point" x="385" y="425" /> |
| 264 | <di:waypoint xsi:type="dc:Point" x="385" y="425" /> |
| 265 | <di:waypoint xsi:type="dc:Point" x="406" y="425" /> |
| 266 | <bpmndi:BPMNLabel> |
| 267 | <dc:Bounds x="400" y="425" width="0" height="0" /> |
| 268 | </bpmndi:BPMNLabel> |
| 269 | </bpmndi:BPMNEdge> |
| 270 | <bpmndi:BPMNEdge id="SequenceFlow_0eto8sn_di" bpmnElement="SequenceFlow_0eto8sn"> |
| 271 | <di:waypoint xsi:type="dc:Point" x="599" y="97" /> |
| 272 | <di:waypoint xsi:type="dc:Point" x="652" y="97" /> |
| 273 | <di:waypoint xsi:type="dc:Point" x="652" y="97" /> |
| 274 | <di:waypoint xsi:type="dc:Point" x="700" y="97" /> |
| 275 | <bpmndi:BPMNLabel> |
| 276 | <dc:Bounds x="667" y="97" width="0" height="0" /> |
| 277 | </bpmndi:BPMNLabel> |
| 278 | </bpmndi:BPMNEdge> |
| 279 | <bpmndi:BPMNShape id="ScriptTask_1rb2dsd_di" bpmnElement="Task_1nko5zz"> |
| 280 | <dc:Bounds x="499" y="57" width="100" height="80" /> |
| 281 | </bpmndi:BPMNShape> |
| 282 | <bpmndi:BPMNEdge id="SequenceFlow_0ktadna_di" bpmnElement="SequenceFlow_0ktadna"> |
| 283 | <di:waypoint xsi:type="dc:Point" x="381" y="97" /> |
| 284 | <di:waypoint xsi:type="dc:Point" x="499" y="97" /> |
| 285 | <bpmndi:BPMNLabel> |
| 286 | <dc:Bounds x="440" y="82" width="0" height="0" /> |
| 287 | </bpmndi:BPMNLabel> |
| 288 | </bpmndi:BPMNEdge> |
| 289 | <bpmndi:BPMNShape id="ScriptTask_0o4smqp_di" bpmnElement="ScriptTask_0o4smqp"> |
| 290 | <dc:Bounds x="407" y="385" width="100" height="80" /> |
| 291 | </bpmndi:BPMNShape> |
| 292 | <bpmndi:BPMNEdge id="SequenceFlow_14eadeb_di" bpmnElement="SequenceFlow_14eadeb"> |
| 293 | <di:waypoint xsi:type="dc:Point" x="507" y="425" /> |
| 294 | <di:waypoint xsi:type="dc:Point" x="534" y="425" /> |
| 295 | <di:waypoint xsi:type="dc:Point" x="534" y="425" /> |
| 296 | <di:waypoint xsi:type="dc:Point" x="585" y="425" /> |
| 297 | <bpmndi:BPMNLabel> |
| 298 | <dc:Bounds x="549" y="425" width="0" height="0" /> |
| 299 | </bpmndi:BPMNLabel> |
| 300 | </bpmndi:BPMNEdge> |
| 301 | <bpmndi:BPMNShape id="ExclusiveGateway_0isueuw_di" bpmnElement="ExclusiveGateway_0isueuw" isMarkerVisible="true"> |
| 302 | <dc:Bounds x="897" y="72" width="50" height="50" /> |
| 303 | <bpmndi:BPMNLabel> |
| 304 | <dc:Bounds x="897" y="44" width="49" height="12" /> |
| 305 | </bpmndi:BPMNLabel> |
| 306 | </bpmndi:BPMNShape> |
| 307 | <bpmndi:BPMNEdge id="SequenceFlow_1qjygj5_di" bpmnElement="SequenceFlow_1qjygj5"> |
| 308 | <di:waypoint xsi:type="dc:Point" x="947" y="97" /> |
| 309 | <di:waypoint xsi:type="dc:Point" x="1083" y="97" /> |
| 310 | <bpmndi:BPMNLabel> |
| 311 | <dc:Bounds x="955" y="73" width="18" height="14" /> |
| 312 | </bpmndi:BPMNLabel> |
| 313 | </bpmndi:BPMNEdge> |
| 314 | <bpmndi:BPMNShape id="EndEvent_0yhby6h_di" bpmnElement="EndEvent_0yhby6h"> |
| 315 | <dc:Bounds x="904" y="174" width="36" height="36" /> |
| 316 | <bpmndi:BPMNLabel> |
| 317 | <dc:Bounds x="922" y="210" width="0" height="0" /> |
| 318 | </bpmndi:BPMNLabel> |
| 319 | </bpmndi:BPMNShape> |
| 320 | <bpmndi:BPMNEdge id="SequenceFlow_0hgiouk_di" bpmnElement="SequenceFlow_0hgiouk"> |
| 321 | <di:waypoint xsi:type="dc:Point" x="922" y="122" /> |
| 322 | <di:waypoint xsi:type="dc:Point" x="922" y="147" /> |
| 323 | <di:waypoint xsi:type="dc:Point" x="922" y="147" /> |
| 324 | <di:waypoint xsi:type="dc:Point" x="922" y="174" /> |
| 325 | <bpmndi:BPMNLabel> |
| 326 | <dc:Bounds x="931" y="147" width="12" height="12" /> |
| 327 | </bpmndi:BPMNLabel> |
| 328 | </bpmndi:BPMNEdge> |
| 329 | </bpmndi:BPMNPlane> |
| 330 | </bpmndi:BPMNDiagram> |
Determe, Sebastien (sd378r) | b1e5734 | 2017-05-09 03:55:30 -0700 | [diff] [blame] | 331 | </bpmn2:definitions> |