blob: 63c867f3c7ab4f79ea97f4c26321d386e6d55cd9 [file] [log] [blame]
xg353yb6b7bef2017-04-11 13:30:42 +02001<?xml version="1.0" encoding="UTF-8"?>
Smokowski, Steve (ss835w)c4347b22018-09-20 11:04:00 -04002<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="_EsMs0HcuEeW2U_kkOHX1ZQ" targetNamespace="http://camunda.org/schema/1.0/bpmn" exporter="Camunda Modeler" exporterVersion="1.7.1" xsi:schemaLocation="http://www.omg.org/spec/BPMN/20100524/MODEL BPMN20.xsd">
xg353yb6b7bef2017-04-11 13:30:42 +02003 <bpmn2:process id="CompleteMsoProcess" name="CompleteMsoProcess" isExecutable="true">
4 <bpmn2:scriptTask id="preProcessRequest" name="Pre-Process Request" scriptFormat="groovy">
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -07005 <bpmn2:incoming>SequenceFlow_18</bpmn2:incoming>
6 <bpmn2:outgoing>SequenceFlow_2</bpmn2:outgoing>
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -04007 <bpmn2:script><![CDATA[import org.onap.so.bpmn.common.scripts.*
xg353yb6b7bef2017-04-11 13:30:42 +02008def preProcessRequestData = new CompleteMsoProcess()
9preProcessRequestData.preProcessRequest(execution)
10
11]]></bpmn2:script>
12 </bpmn2:scriptTask>
Arthur Martella62cd6aa2017-09-08 13:27:46 -040013 <bpmn2:sequenceFlow id="SequenceFlow_2" name="" sourceRef="preProcessRequest" targetRef="ExclusiveGateway_1r258d4" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -040014 <bpmn2:startEvent id="StartEvent_1" name="Start With message">
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -070015 <bpmn2:outgoing>SequenceFlow_18</bpmn2:outgoing>
xg353yb6b7bef2017-04-11 13:30:42 +020016 <bpmn2:messageEventDefinition id="MessageEventDefinition_1" messageRef="Message_2" />
17 </bpmn2:startEvent>
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -070018 <bpmn2:sequenceFlow id="SequenceFlow_18" name="" sourceRef="StartEvent_1" targetRef="preProcessRequest" />
xg353yb6b7bef2017-04-11 13:30:42 +020019 <bpmn2:subProcess id="subProcessExceptionCompleteMSO" name="Sub Process Exception Complete MSO" triggeredByEvent="true">
20 <bpmn2:endEvent id="endEventExceptionCompleteMSO">
21 <bpmn2:extensionElements>
22 <camunda:connector>
23 <camunda:inputOutput>
24 <camunda:outputParameter name="DB_ADAPTER_ERROR">${CMSO_updateRequestResponse}</camunda:outputParameter>
25 </camunda:inputOutput>
26 </camunda:connector>
27 </bpmn2:extensionElements>
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -070028 <bpmn2:incoming>SequenceFlow_1i1h3il</bpmn2:incoming>
xg353yb6b7bef2017-04-11 13:30:42 +020029 <bpmn2:terminateEventDefinition id="MessageEventDefinition_3" />
30 </bpmn2:endEvent>
31 <bpmn2:startEvent id="startEventExceptionCompleteMSO">
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -070032 <bpmn2:outgoing>SequenceFlow_1i1h3il</bpmn2:outgoing>
xg353yb6b7bef2017-04-11 13:30:42 +020033 <bpmn2:errorEventDefinition id="ErrorEventDefinition_4" />
34 </bpmn2:startEvent>
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -070035 <bpmn2:sequenceFlow id="SequenceFlow_1i1h3il" sourceRef="startEventExceptionCompleteMSO" targetRef="endEventExceptionCompleteMSO" />
xg353yb6b7bef2017-04-11 13:30:42 +020036 </bpmn2:subProcess>
xg353yb6b7bef2017-04-11 13:30:42 +020037 <bpmn2:endEvent id="EndEvent_4">
38 <bpmn2:incoming>SequenceFlow_9</bpmn2:incoming>
39 <bpmn2:errorEventDefinition id="ErrorEventDefinition_5" errorRef="Error_3" />
40 </bpmn2:endEvent>
Arthur Martella62cd6aa2017-09-08 13:27:46 -040041 <bpmn2:scriptTask id="ScriptTask_3" name="Prepare Infra&#10;&#10;Update DB Request" scriptFormat="groovy">
42 <bpmn2:incoming>SequenceFlow_127i45q</bpmn2:incoming>
xg353yb6b7bef2017-04-11 13:30:42 +020043 <bpmn2:outgoing>SequenceFlow_10</bpmn2:outgoing>
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -040044 <bpmn2:script><![CDATA[import org.onap.so.bpmn.common.scripts.*
xg353yb6b7bef2017-04-11 13:30:42 +020045def completeMsoProcess = new CompleteMsoProcess()
46completeMsoProcess.setUpdateDBstatustoSuccessPayload(execution)]]></bpmn2:script>
47 </bpmn2:scriptTask>
48 <bpmn2:sequenceFlow id="SequenceFlow_10" name="" sourceRef="ScriptTask_3" targetRef="updateInfraRequest" />
Arthur Martella62cd6aa2017-09-08 13:27:46 -040049 <bpmn2:serviceTask id="updateInfraRequest" name="Update Infra DB status to SUCCESS">
xg353yb6b7bef2017-04-11 13:30:42 +020050 <bpmn2:extensionElements>
51 <camunda:connector>
52 <camunda:inputOutput>
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -040053 <camunda:inputParameter name="url"><![CDATA[${UrnPropertiesReader.getVariable("mso.adapters.openecomp.db.endpoint", execution)}]]></camunda:inputParameter>
xg353yb6b7bef2017-04-11 13:30:42 +020054 <camunda:inputParameter name="payload"><![CDATA[${execution.getVariable("CMSO_setUpdateDBstatustoSuccessPayload")}]]></camunda:inputParameter>
55 <camunda:inputParameter name="headers">
56 <camunda:map>
57 <camunda:entry key="content-type">application/soap+xml</camunda:entry>
58 <camunda:entry key="Authorization">#{BasicAuthHeaderValueDB}</camunda:entry>
Smokowski, Steve (ss835w)c4347b22018-09-20 11:04:00 -040059 <camunda:entry key="X-ONAP-RequestID">#{CMSO_request_id}</camunda:entry>
xg353yb6b7bef2017-04-11 13:30:42 +020060 </camunda:map>
61 </camunda:inputParameter>
62 <camunda:inputParameter name="method">POST</camunda:inputParameter>
63 <camunda:outputParameter name="CMSO_updateRequestResponse"><![CDATA[${statusCode == null || statusCode == 204 ? "" : response}]]></camunda:outputParameter>
64 <camunda:outputParameter name="CMSO_updateRequestResponseCode">${statusCode}</camunda:outputParameter>
65 </camunda:inputOutput>
66 <camunda:connectorId>soap-http-connector</camunda:connectorId>
67 </camunda:connector>
68 </bpmn2:extensionElements>
69 <bpmn2:incoming>SequenceFlow_10</bpmn2:incoming>
70 <bpmn2:outgoing>SequenceFlow_6</bpmn2:outgoing>
71 </bpmn2:serviceTask>
72 <bpmn2:sequenceFlow id="SequenceFlow_6" name="" sourceRef="updateInfraRequest" targetRef="ExclusiveGateway_7" />
xg353yb6b7bef2017-04-11 13:30:42 +020073 <bpmn2:scriptTask id="BuildErrorMessage" name="Build Error Message" scriptFormat="groovy">
74 <bpmn2:incoming>SequenceFlow_1</bpmn2:incoming>
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -070075 <bpmn2:incoming>SequenceFlow_0mipf25</bpmn2:incoming>
xg353yb6b7bef2017-04-11 13:30:42 +020076 <bpmn2:outgoing>SequenceFlow_9</bpmn2:outgoing>
77 <bpmn2:script><![CDATA[//println "INSIDE --> Build Error Message @@@@"
78//println "CMSO_updateRequestResponse IS --> " + execution.getVariable("CMSO_updateRequestResponse")
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -040079import org.onap.so.bpmn.common.scripts.*
xg353yb6b7bef2017-04-11 13:30:42 +020080def buildDataErrorMessage = new CompleteMsoProcess()
81buildDataErrorMessage.buildDataError(execution, "Complete MSO -- Update DB status to SUCCESS -- Failed")]]></bpmn2:script>
82 </bpmn2:scriptTask>
83 <bpmn2:sequenceFlow id="SequenceFlow_9" name="" sourceRef="BuildErrorMessage" targetRef="EndEvent_4" />
xg353yb6b7bef2017-04-11 13:30:42 +020084 <bpmn2:exclusiveGateway id="ExclusiveGateway_7" default="SequenceFlow_1">
85 <bpmn2:incoming>SequenceFlow_6</bpmn2:incoming>
xg353yb6b7bef2017-04-11 13:30:42 +020086 <bpmn2:outgoing>SequenceFlow_1</bpmn2:outgoing>
Arthur Martella62cd6aa2017-09-08 13:27:46 -040087 <bpmn2:outgoing>SequenceFlow_03z8rch</bpmn2:outgoing>
xg353yb6b7bef2017-04-11 13:30:42 +020088 </bpmn2:exclusiveGateway>
xg353yb6b7bef2017-04-11 13:30:42 +020089 <bpmn2:sequenceFlow id="SequenceFlow_1" name="" sourceRef="ExclusiveGateway_7" targetRef="BuildErrorMessage" />
xg353yb6b7bef2017-04-11 13:30:42 +020090 <bpmn2:boundaryEvent id="BoundaryEvent_7" name="" attachedToRef="updateInfraRequest">
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -070091 <bpmn2:outgoing>SequenceFlow_0mipf25</bpmn2:outgoing>
Smokowski, Steve (ss835w)c4347b22018-09-20 11:04:00 -040092 <bpmn2:errorEventDefinition id="_ErrorEventDefinition_84" errorRef="Error_1" camunda:errorCodeVariable="gJavaErrorCode" camunda:errorMessageVariable="gJavaErrorMessage" />
xg353yb6b7bef2017-04-11 13:30:42 +020093 </bpmn2:boundaryEvent>
xg353yb6b7bef2017-04-11 13:30:42 +020094 <bpmn2:endEvent id="EndEvent_1">
Arthur Martella62cd6aa2017-09-08 13:27:46 -040095 <bpmn2:incoming>SequenceFlow_1pzb94j</bpmn2:incoming>
xg353yb6b7bef2017-04-11 13:30:42 +020096 <bpmn2:terminateEventDefinition id="_TerminateEventDefinition_2" />
97 </bpmn2:endEvent>
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -070098 <bpmn2:sequenceFlow id="SequenceFlow_0mipf25" name="Connect Fault" sourceRef="BoundaryEvent_7" targetRef="BuildErrorMessage" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -040099 <bpmn2:callActivity id="CallActivity_101qf6x" name="Call Notification Service" calledElement="${UrnPropertiesReader.getVariable(&#34;mso.workflow.notification.name&#34;, execution)}">
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700100 <bpmn2:extensionElements>
101 <camunda:in source="mso-request-id" target="mso-request-id" />
102 <camunda:in source="mso-service-instance-id" target="mso-service-instance-id" />
103 <camunda:in variables="all" />
104 <camunda:out variables="all" />
Benjamin, Max (mb388a)032c4e32018-09-08 16:04:51 -0400105 <camunda:in businessKey="#{execution.processBusinessKey}" />
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700106 </bpmn2:extensionElements>
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400107 <bpmn2:incoming>SequenceFlow_81</bpmn2:incoming>
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700108 <bpmn2:outgoing>SequenceFlow_13qdn1s</bpmn2:outgoing>
109 </bpmn2:callActivity>
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400110 <bpmn2:sequenceFlow id="SequenceFlow_13qdn1s" sourceRef="CallActivity_101qf6x" targetRef="ParallelGateway_7" />
111 <bpmn2:exclusiveGateway id="ExclusiveGateway_3" name="Active Request?" default="SequenceFlow_1dptl35">
112 <bpmn2:incoming>SequenceFlow_067veaf</bpmn2:incoming>
113 <bpmn2:outgoing>SequenceFlow_81</bpmn2:outgoing>
114 <bpmn2:outgoing>SequenceFlow_1dptl35</bpmn2:outgoing>
115 </bpmn2:exclusiveGateway>
116 <bpmn2:exclusiveGateway id="ParallelGateway_7">
117 <bpmn2:incoming>SequenceFlow_1dptl35</bpmn2:incoming>
118 <bpmn2:incoming>SequenceFlow_13qdn1s</bpmn2:incoming>
119 <bpmn2:outgoing>SequenceFlow_1hpvwyt</bpmn2:outgoing>
120 </bpmn2:exclusiveGateway>
121 <bpmn2:sequenceFlow id="SequenceFlow_81" name="Yes" sourceRef="ExclusiveGateway_3" targetRef="CallActivity_101qf6x">
122 <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{execution.getVariable("CMSO_notification-url-Ok") ==true || execution.getVariable("CMSO_request_id-Ok") ==true}]]></bpmn2:conditionExpression>
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700123 </bpmn2:sequenceFlow>
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400124 <bpmn2:sequenceFlow id="SequenceFlow_1dptl35" sourceRef="ExclusiveGateway_3" targetRef="ParallelGateway_7" />
125 <bpmn2:parallelGateway id="ExclusiveGateway_1r258d4">
126 <bpmn2:incoming>SequenceFlow_2</bpmn2:incoming>
127 <bpmn2:outgoing>SequenceFlow_067veaf</bpmn2:outgoing>
128 <bpmn2:outgoing>SequenceFlow_0xe5zck</bpmn2:outgoing>
129 </bpmn2:parallelGateway>
130 <bpmn2:parallelGateway id="ExclusiveGateway_019d74x">
131 <bpmn2:incoming>SequenceFlow_12he9a1</bpmn2:incoming>
132 <bpmn2:incoming>SequenceFlow_1hpvwyt</bpmn2:incoming>
133 <bpmn2:outgoing>SequenceFlow_1g8ig3h</bpmn2:outgoing>
134 </bpmn2:parallelGateway>
135 <bpmn2:sequenceFlow id="SequenceFlow_1g8ig3h" sourceRef="ExclusiveGateway_019d74x" targetRef="ScriptTask_0vyk0lo" />
136 <bpmn2:sequenceFlow id="SequenceFlow_067veaf" sourceRef="ExclusiveGateway_1r258d4" targetRef="ExclusiveGateway_3" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400137 <bpmn2:exclusiveGateway id="ExclusiveGateway_08yqzk9" name="Infra Check Check" default="SequenceFlow_1ffkc0n">
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400138 <bpmn2:incoming>SequenceFlow_0xe5zck</bpmn2:incoming>
139 <bpmn2:outgoing>SequenceFlow_127i45q</bpmn2:outgoing>
140 <bpmn2:outgoing>SequenceFlow_1ffkc0n</bpmn2:outgoing>
141 </bpmn2:exclusiveGateway>
142 <bpmn2:sequenceFlow id="SequenceFlow_0xe5zck" sourceRef="ExclusiveGateway_1r258d4" targetRef="ExclusiveGateway_08yqzk9" />
143 <bpmn2:sequenceFlow id="SequenceFlow_127i45q" sourceRef="ExclusiveGateway_08yqzk9" targetRef="ScriptTask_3">
144 <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{execution.getVariable("CMSO_request_id-Ok") ==false}]]></bpmn2:conditionExpression>
145 </bpmn2:sequenceFlow>
146 <bpmn2:exclusiveGateway id="ExclusiveGateway_1utv1g8">
147 <bpmn2:incoming>SequenceFlow_03z8rch</bpmn2:incoming>
148 <bpmn2:incoming>SequenceFlow_1ffkc0n</bpmn2:incoming>
149 <bpmn2:outgoing>SequenceFlow_12he9a1</bpmn2:outgoing>
150 </bpmn2:exclusiveGateway>
151 <bpmn2:sequenceFlow id="SequenceFlow_03z8rch" sourceRef="ExclusiveGateway_7" targetRef="ExclusiveGateway_1utv1g8">
152 <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{execution.getVariable("CMSO_updateRequestResponseCode")==200}]]></bpmn2:conditionExpression>
153 </bpmn2:sequenceFlow>
154 <bpmn2:sequenceFlow id="SequenceFlow_1ffkc0n" sourceRef="ExclusiveGateway_08yqzk9" targetRef="ExclusiveGateway_1utv1g8" />
155 <bpmn2:sequenceFlow id="SequenceFlow_12he9a1" sourceRef="ExclusiveGateway_1utv1g8" targetRef="ExclusiveGateway_019d74x" />
156 <bpmn2:sequenceFlow id="SequenceFlow_1hpvwyt" sourceRef="ParallelGateway_7" targetRef="ExclusiveGateway_019d74x" />
157 <bpmn2:scriptTask id="ScriptTask_0vyk0lo" name="Prepare Response" scriptFormat="groovy">
158 <bpmn2:incoming>SequenceFlow_1g8ig3h</bpmn2:incoming>
159 <bpmn2:outgoing>SequenceFlow_1pzb94j</bpmn2:outgoing>
160 <bpmn2:script><![CDATA[println "INSIDE --> Complete MSO Process Done SUCCESSFULLY"
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400161import org.onap.so.bpmn.common.scripts.*
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400162def postProcessResponseData = new CompleteMsoProcess()
163postProcessResponseData.postProcessResponse(execution)
164println "CompleteMsoProcess Response -->" + "\n" + execution.getVariable("CompletionHandlerResponse")]]></bpmn2:script>
165 </bpmn2:scriptTask>
166 <bpmn2:sequenceFlow id="SequenceFlow_1pzb94j" sourceRef="ScriptTask_0vyk0lo" targetRef="EndEvent_1" />
xg353yb6b7bef2017-04-11 13:30:42 +0200167 </bpmn2:process>
168 <bpmn2:message id="Message_2" name="CompleteMsoProcessRequest" />
169 <bpmn2:error id="Error_3" name="MSOWorkflowException" errorCode="MSOWorkflowException" />
170 <bpmn2:error id="Error_1" name="Java Lang Exception" errorCode="java.lang.Exception" />
171 <bpmndi:BPMNDiagram id="BPMNDiagram_1">
172 <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="CompleteMsoProcess">
173 <bpmndi:BPMNShape id="_BPMNShape_StartEvent_41" bpmnElement="StartEvent_1">
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400174 <dc:Bounds x="67" y="297" width="36" height="36" />
xg353yb6b7bef2017-04-11 13:30:42 +0200175 <bpmndi:BPMNLabel>
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400176 <dc:Bounds x="94" y="338" width="49" height="25" />
xg353yb6b7bef2017-04-11 13:30:42 +0200177 </bpmndi:BPMNLabel>
178 </bpmndi:BPMNShape>
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700179 <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_34" bpmnElement="preProcessRequest">
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400180 <dc:Bounds x="167" y="275" width="100" height="80" />
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700181 </bpmndi:BPMNShape>
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400182 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_2" bpmnElement="SequenceFlow_2" sourceElement="_BPMNShape_ScriptTask_34" targetElement="ParallelGateway_1domt5l_di">
183 <di:waypoint xsi:type="dc:Point" x="267" y="316" />
184 <di:waypoint xsi:type="dc:Point" x="322" y="316" />
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700185 <bpmndi:BPMNLabel>
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400186 <dc:Bounds x="295" y="301" width="0" height="0" />
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700187 </bpmndi:BPMNLabel>
188 </bpmndi:BPMNEdge>
189 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_20" bpmnElement="SequenceFlow_18" sourceElement="_BPMNShape_StartEvent_41" targetElement="_BPMNShape_ScriptTask_34">
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400190 <di:waypoint xsi:type="dc:Point" x="103" y="315" />
191 <di:waypoint xsi:type="dc:Point" x="167" y="315" />
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700192 <bpmndi:BPMNLabel>
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400193 <dc:Bounds x="135" y="300" width="0" height="0" />
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700194 </bpmndi:BPMNLabel>
195 </bpmndi:BPMNEdge>
xg353yb6b7bef2017-04-11 13:30:42 +0200196 <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_51" bpmnElement="updateInfraRequest">
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400197 <dc:Bounds x="657" y="451" width="100" height="80" />
xg353yb6b7bef2017-04-11 13:30:42 +0200198 </bpmndi:BPMNShape>
xg353yb6b7bef2017-04-11 13:30:42 +0200199 <bpmndi:BPMNShape id="_BPMNShape_SubProcess_13" bpmnElement="subProcessExceptionCompleteMSO" isExpanded="true">
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400200 <dc:Bounds x="171" y="709" width="427" height="169" />
xg353yb6b7bef2017-04-11 13:30:42 +0200201 </bpmndi:BPMNShape>
202 <bpmndi:BPMNShape id="_BPMNShape_EndEvent_110" bpmnElement="endEventExceptionCompleteMSO">
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400203 <dc:Bounds x="471" y="776" width="36" height="36" />
xg353yb6b7bef2017-04-11 13:30:42 +0200204 <bpmndi:BPMNLabel>
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400205 <dc:Bounds x="489" y="817" width="0" height="0" />
xg353yb6b7bef2017-04-11 13:30:42 +0200206 </bpmndi:BPMNLabel>
207 </bpmndi:BPMNShape>
208 <bpmndi:BPMNShape id="_BPMNShape_StartEvent_51" bpmnElement="startEventExceptionCompleteMSO">
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400209 <dc:Bounds x="219" y="776" width="36" height="36" />
xg353yb6b7bef2017-04-11 13:30:42 +0200210 <bpmndi:BPMNLabel>
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400211 <dc:Bounds x="237" y="817" width="0" height="0" />
xg353yb6b7bef2017-04-11 13:30:42 +0200212 </bpmndi:BPMNLabel>
213 </bpmndi:BPMNShape>
214 <bpmndi:BPMNShape id="_BPMNShape_ExclusiveGateway_63" bpmnElement="ExclusiveGateway_7" isMarkerVisible="true">
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400215 <dc:Bounds x="816" y="465" width="50" height="50" />
xg353yb6b7bef2017-04-11 13:30:42 +0200216 <bpmndi:BPMNLabel>
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400217 <dc:Bounds x="841" y="520" width="0" height="0" />
xg353yb6b7bef2017-04-11 13:30:42 +0200218 </bpmndi:BPMNLabel>
219 </bpmndi:BPMNShape>
220 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_6" bpmnElement="SequenceFlow_6" sourceElement="_BPMNShape_ScriptTask_51" targetElement="_BPMNShape_ExclusiveGateway_63">
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400221 <di:waypoint xsi:type="dc:Point" x="757" y="491" />
222 <di:waypoint xsi:type="dc:Point" x="816" y="490" />
xg353yb6b7bef2017-04-11 13:30:42 +0200223 <bpmndi:BPMNLabel>
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400224 <dc:Bounds x="942" y="534" width="0" height="0" />
xg353yb6b7bef2017-04-11 13:30:42 +0200225 </bpmndi:BPMNLabel>
226 </bpmndi:BPMNEdge>
227 <bpmndi:BPMNShape id="_BPMNShape_EndEvent_111" bpmnElement="EndEvent_4">
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400228 <dc:Bounds x="953" y="578" width="36" height="36" />
xg353yb6b7bef2017-04-11 13:30:42 +0200229 <bpmndi:BPMNLabel>
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400230 <dc:Bounds x="971" y="619" width="0" height="0" />
xg353yb6b7bef2017-04-11 13:30:42 +0200231 </bpmndi:BPMNLabel>
232 </bpmndi:BPMNShape>
233 <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_76" bpmnElement="BuildErrorMessage">
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400234 <dc:Bounds x="792" y="556" width="100" height="80" />
xg353yb6b7bef2017-04-11 13:30:42 +0200235 </bpmndi:BPMNShape>
236 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_1" bpmnElement="SequenceFlow_1" sourceElement="_BPMNShape_ExclusiveGateway_63" targetElement="_BPMNShape_ScriptTask_76">
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400237 <di:waypoint xsi:type="dc:Point" x="841" y="515" />
238 <di:waypoint xsi:type="dc:Point" x="842" y="556" />
xg353yb6b7bef2017-04-11 13:30:42 +0200239 <bpmndi:BPMNLabel>
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400240 <dc:Bounds x="886" y="342" width="0" height="0" />
xg353yb6b7bef2017-04-11 13:30:42 +0200241 </bpmndi:BPMNLabel>
242 </bpmndi:BPMNEdge>
243 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_9" bpmnElement="SequenceFlow_9" sourceElement="_BPMNShape_ScriptTask_76" targetElement="_BPMNShape_EndEvent_111">
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400244 <di:waypoint xsi:type="dc:Point" x="892" y="596" />
245 <di:waypoint xsi:type="dc:Point" x="953" y="596" />
xg353yb6b7bef2017-04-11 13:30:42 +0200246 <bpmndi:BPMNLabel>
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400247 <dc:Bounds x="923" y="596" width="0" height="0" />
xg353yb6b7bef2017-04-11 13:30:42 +0200248 </bpmndi:BPMNLabel>
249 </bpmndi:BPMNEdge>
250 <bpmndi:BPMNShape id="_BPMNShape_EndEvent_128" bpmnElement="EndEvent_1">
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400251 <dc:Bounds x="1270" y="297" width="36" height="36" />
xg353yb6b7bef2017-04-11 13:30:42 +0200252 <bpmndi:BPMNLabel>
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400253 <dc:Bounds x="1288" y="338" width="0" height="0" />
xg353yb6b7bef2017-04-11 13:30:42 +0200254 </bpmndi:BPMNLabel>
255 </bpmndi:BPMNShape>
256 <bpmndi:BPMNShape id="_BPMNShape_BoundaryEvent_29" bpmnElement="BoundaryEvent_7">
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400257 <dc:Bounds x="686" y="513" width="36" height="36" />
xg353yb6b7bef2017-04-11 13:30:42 +0200258 <bpmndi:BPMNLabel>
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400259 <dc:Bounds x="979" y="395" width="0" height="0" />
xg353yb6b7bef2017-04-11 13:30:42 +0200260 </bpmndi:BPMNLabel>
261 </bpmndi:BPMNShape>
xg353yb6b7bef2017-04-11 13:30:42 +0200262 <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_88" bpmnElement="ScriptTask_3">
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400263 <dc:Bounds x="506" y="451" width="100" height="80" />
xg353yb6b7bef2017-04-11 13:30:42 +0200264 </bpmndi:BPMNShape>
265 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_11" bpmnElement="SequenceFlow_10" sourceElement="_BPMNShape_ScriptTask_88" targetElement="_BPMNShape_ScriptTask_51">
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400266 <di:waypoint xsi:type="dc:Point" x="606" y="491" />
267 <di:waypoint xsi:type="dc:Point" x="657" y="491" />
xg353yb6b7bef2017-04-11 13:30:42 +0200268 <bpmndi:BPMNLabel>
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400269 <dc:Bounds x="626" y="515" width="0" height="0" />
xg353yb6b7bef2017-04-11 13:30:42 +0200270 </bpmndi:BPMNLabel>
271 </bpmndi:BPMNEdge>
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700272 <bpmndi:BPMNEdge id="SequenceFlow_0mipf25_di" bpmnElement="SequenceFlow_0mipf25">
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400273 <di:waypoint xsi:type="dc:Point" x="704" y="549" />
274 <di:waypoint xsi:type="dc:Point" x="704" y="596" />
275 <di:waypoint xsi:type="dc:Point" x="792" y="596" />
xg353yb6b7bef2017-04-11 13:30:42 +0200276 <bpmndi:BPMNLabel>
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400277 <dc:Bounds x="623" y="563" width="68" height="12" />
xg353yb6b7bef2017-04-11 13:30:42 +0200278 </bpmndi:BPMNLabel>
279 </bpmndi:BPMNEdge>
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700280 <bpmndi:BPMNShape id="CallActivity_101qf6x_di" bpmnElement="CallActivity_101qf6x">
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400281 <dc:Bounds x="633" y="186" width="100" height="80" />
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700282 </bpmndi:BPMNShape>
283 <bpmndi:BPMNEdge id="SequenceFlow_13qdn1s_di" bpmnElement="SequenceFlow_13qdn1s">
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400284 <di:waypoint xsi:type="dc:Point" x="733" y="226" />
285 <di:waypoint xsi:type="dc:Point" x="888" y="226" />
xg353yb6b7bef2017-04-11 13:30:42 +0200286 <bpmndi:BPMNLabel>
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400287 <dc:Bounds x="811" y="211" width="0" height="0" />
xg353yb6b7bef2017-04-11 13:30:42 +0200288 </bpmndi:BPMNLabel>
289 </bpmndi:BPMNEdge>
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700290 <bpmndi:BPMNEdge id="SequenceFlow_1i1h3il_di" bpmnElement="SequenceFlow_1i1h3il">
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400291 <di:waypoint xsi:type="dc:Point" x="255" y="794" />
292 <di:waypoint xsi:type="dc:Point" x="471" y="794" />
xg353yb6b7bef2017-04-11 13:30:42 +0200293 <bpmndi:BPMNLabel>
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400294 <dc:Bounds x="363" y="779" width="0" height="0" />
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700295 </bpmndi:BPMNLabel>
296 </bpmndi:BPMNEdge>
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400297 <bpmndi:BPMNShape id="_BPMNShape_ExclusiveGateway_60" bpmnElement="ExclusiveGateway_3" isMarkerVisible="true">
298 <dc:Bounds x="394" y="201" width="50" height="50" />
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700299 <bpmndi:BPMNLabel>
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400300 <dc:Bounds x="326" y="196" width="80" height="12" />
301 </bpmndi:BPMNLabel>
302 </bpmndi:BPMNShape>
303 <bpmndi:BPMNShape id="_BPMNShape_ParallelGateway_9" bpmnElement="ParallelGateway_7" isMarkerVisible="true">
304 <dc:Bounds x="888" y="201" width="50" height="50" />
305 <bpmndi:BPMNLabel>
306 <dc:Bounds x="913" y="256" width="0" height="0" />
307 </bpmndi:BPMNLabel>
308 </bpmndi:BPMNShape>
309 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_82" bpmnElement="SequenceFlow_81">
310 <di:waypoint xsi:type="dc:Point" x="444" y="226" />
311 <di:waypoint xsi:type="dc:Point" x="633" y="226" />
312 <bpmndi:BPMNLabel>
313 <dc:Bounds x="552" y="234" width="18" height="12" />
314 </bpmndi:BPMNLabel>
315 </bpmndi:BPMNEdge>
316 <bpmndi:BPMNEdge id="SequenceFlow_1dptl35_di" bpmnElement="SequenceFlow_1dptl35">
317 <di:waypoint xsi:type="dc:Point" x="419" y="251" />
318 <di:waypoint xsi:type="dc:Point" x="419" y="333" />
319 <di:waypoint xsi:type="dc:Point" x="913" y="333" />
320 <di:waypoint xsi:type="dc:Point" x="913" y="251" />
321 <bpmndi:BPMNLabel>
322 <dc:Bounds x="448" y="273" width="0" height="0" />
323 </bpmndi:BPMNLabel>
324 </bpmndi:BPMNEdge>
325 <bpmndi:BPMNShape id="ParallelGateway_1domt5l_di" bpmnElement="ExclusiveGateway_1r258d4">
326 <dc:Bounds x="322" y="291" width="50" height="50" />
327 <bpmndi:BPMNLabel>
328 <dc:Bounds x="347" y="341" width="0" height="0" />
329 </bpmndi:BPMNLabel>
330 </bpmndi:BPMNShape>
331 <bpmndi:BPMNShape id="ParallelGateway_04tefv6_di" bpmnElement="ExclusiveGateway_019d74x">
332 <dc:Bounds x="999" y="290" width="50" height="50" />
333 <bpmndi:BPMNLabel>
334 <dc:Bounds x="1024" y="340" width="0" height="0" />
335 </bpmndi:BPMNLabel>
336 </bpmndi:BPMNShape>
337 <bpmndi:BPMNEdge id="SequenceFlow_1g8ig3h_di" bpmnElement="SequenceFlow_1g8ig3h">
338 <di:waypoint xsi:type="dc:Point" x="1049" y="315" />
339 <di:waypoint xsi:type="dc:Point" x="1104" y="315" />
340 <bpmndi:BPMNLabel>
341 <dc:Bounds x="1077" y="300" width="0" height="0" />
342 </bpmndi:BPMNLabel>
343 </bpmndi:BPMNEdge>
344 <bpmndi:BPMNEdge id="SequenceFlow_067veaf_di" bpmnElement="SequenceFlow_067veaf">
345 <di:waypoint xsi:type="dc:Point" x="347" y="291" />
346 <di:waypoint xsi:type="dc:Point" x="347" y="226" />
347 <di:waypoint xsi:type="dc:Point" x="394" y="226" />
348 <bpmndi:BPMNLabel>
349 <dc:Bounds x="362" y="258.5" width="0" height="0" />
350 </bpmndi:BPMNLabel>
351 </bpmndi:BPMNEdge>
352 <bpmndi:BPMNShape id="ExclusiveGateway_08yqzk9_di" bpmnElement="ExclusiveGateway_08yqzk9" isMarkerVisible="true">
353 <dc:Bounds x="394" y="466" width="50" height="50" />
354 <bpmndi:BPMNLabel>
355 <dc:Bounds x="390" y="516" width="57" height="12" />
356 </bpmndi:BPMNLabel>
357 </bpmndi:BPMNShape>
358 <bpmndi:BPMNEdge id="SequenceFlow_0xe5zck_di" bpmnElement="SequenceFlow_0xe5zck">
359 <di:waypoint xsi:type="dc:Point" x="347" y="341" />
360 <di:waypoint xsi:type="dc:Point" x="347" y="491" />
361 <di:waypoint xsi:type="dc:Point" x="394" y="491" />
362 <bpmndi:BPMNLabel>
363 <dc:Bounds x="362" y="416" width="0" height="0" />
364 </bpmndi:BPMNLabel>
365 </bpmndi:BPMNEdge>
366 <bpmndi:BPMNEdge id="SequenceFlow_127i45q_di" bpmnElement="SequenceFlow_127i45q">
367 <di:waypoint xsi:type="dc:Point" x="444" y="491" />
368 <di:waypoint xsi:type="dc:Point" x="473" y="491" />
369 <di:waypoint xsi:type="dc:Point" x="473" y="491" />
370 <di:waypoint xsi:type="dc:Point" x="506" y="491" />
371 <bpmndi:BPMNLabel>
372 <dc:Bounds x="488" y="491" width="0" height="0" />
373 </bpmndi:BPMNLabel>
374 </bpmndi:BPMNEdge>
375 <bpmndi:BPMNShape id="ExclusiveGateway_1utv1g8_di" bpmnElement="ExclusiveGateway_1utv1g8" isMarkerVisible="true">
376 <dc:Bounds x="999" y="391" width="50" height="50" />
377 <bpmndi:BPMNLabel>
378 <dc:Bounds x="1024" y="441" width="0" height="0" />
379 </bpmndi:BPMNLabel>
380 </bpmndi:BPMNShape>
381 <bpmndi:BPMNEdge id="SequenceFlow_03z8rch_di" bpmnElement="SequenceFlow_03z8rch">
382 <di:waypoint xsi:type="dc:Point" x="866" y="490" />
383 <di:waypoint xsi:type="dc:Point" x="1024" y="490" />
384 <di:waypoint xsi:type="dc:Point" x="1024" y="441" />
385 <bpmndi:BPMNLabel>
386 <dc:Bounds x="945" y="475" width="0" height="0" />
387 </bpmndi:BPMNLabel>
388 </bpmndi:BPMNEdge>
389 <bpmndi:BPMNEdge id="SequenceFlow_1ffkc0n_di" bpmnElement="SequenceFlow_1ffkc0n">
390 <di:waypoint xsi:type="dc:Point" x="419" y="466" />
391 <di:waypoint xsi:type="dc:Point" x="419" y="416" />
392 <di:waypoint xsi:type="dc:Point" x="999" y="416" />
393 <bpmndi:BPMNLabel>
394 <dc:Bounds x="434" y="441" width="0" height="0" />
395 </bpmndi:BPMNLabel>
396 </bpmndi:BPMNEdge>
397 <bpmndi:BPMNEdge id="SequenceFlow_12he9a1_di" bpmnElement="SequenceFlow_12he9a1">
398 <di:waypoint xsi:type="dc:Point" x="1024" y="391" />
399 <di:waypoint xsi:type="dc:Point" x="1024" y="367" />
400 <di:waypoint xsi:type="dc:Point" x="1024" y="367" />
401 <di:waypoint xsi:type="dc:Point" x="1024" y="340" />
402 <bpmndi:BPMNLabel>
403 <dc:Bounds x="1039" y="367" width="0" height="0" />
404 </bpmndi:BPMNLabel>
405 </bpmndi:BPMNEdge>
406 <bpmndi:BPMNEdge id="SequenceFlow_1hpvwyt_di" bpmnElement="SequenceFlow_1hpvwyt">
407 <di:waypoint xsi:type="dc:Point" x="938" y="226" />
408 <di:waypoint xsi:type="dc:Point" x="1024" y="226" />
409 <di:waypoint xsi:type="dc:Point" x="1024" y="290" />
410 <bpmndi:BPMNLabel>
411 <dc:Bounds x="981" y="211" width="0" height="0" />
412 </bpmndi:BPMNLabel>
413 </bpmndi:BPMNEdge>
414 <bpmndi:BPMNShape id="ScriptTask_0vyk0lo_di" bpmnElement="ScriptTask_0vyk0lo">
415 <dc:Bounds x="1104" y="275" width="100" height="80" />
416 </bpmndi:BPMNShape>
417 <bpmndi:BPMNEdge id="SequenceFlow_1pzb94j_di" bpmnElement="SequenceFlow_1pzb94j">
418 <di:waypoint xsi:type="dc:Point" x="1204" y="315" />
419 <di:waypoint xsi:type="dc:Point" x="1270" y="315" />
420 <bpmndi:BPMNLabel>
421 <dc:Bounds x="1237" y="290" width="0" height="0" />
xg353yb6b7bef2017-04-11 13:30:42 +0200422 </bpmndi:BPMNLabel>
423 </bpmndi:BPMNEdge>
424 </bpmndi:BPMNPlane>
425 </bpmndi:BPMNDiagram>
426</bpmn2:definitions>