xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
Smokowski, Steve (ss835w) | c4347b2 | 2018-09-20 11:04:00 -0400 | [diff] [blame] | 2 | <bpmn2:definitions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:bpmn2="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI" xmlns:camunda="http://camunda.org/schema/1.0/bpmn" xmlns:dc="http://www.omg.org/spec/DD/20100524/DC" xmlns:di="http://www.omg.org/spec/DD/20100524/DI" id="_3SPHsLr9EeWak-hhutJWuQ" 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"> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 3 | <bpmn2:process id="FalloutHandler" name="Fallout Handler" isExecutable="true"> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame] | 4 | <bpmn2:parallelGateway id="ParallelGateway_1"> |
| 5 | <bpmn2:incoming>SequenceFlow_12</bpmn2:incoming> |
| 6 | <bpmn2:outgoing>SequenceFlow_2</bpmn2:outgoing> |
| 7 | <bpmn2:outgoing>SequenceFlow_24</bpmn2:outgoing> |
| 8 | </bpmn2:parallelGateway> |
| 9 | <bpmn2:sequenceFlow id="SequenceFlow_2" name="" sourceRef="ParallelGateway_1" targetRef="ExclusiveGateway_1" /> |
| 10 | <bpmn2:sequenceFlow id="SequenceFlow_24" name="" sourceRef="ParallelGateway_1" targetRef="ExclusiveGateway_6" /> |
| 11 | <bpmn2:exclusiveGateway id="ExclusiveGateway_1" name="Notification URL exists?" default="SequenceFlow_23"> |
| 12 | <bpmn2:incoming>SequenceFlow_2</bpmn2:incoming> |
| 13 | <bpmn2:outgoing>SequenceFlow_3</bpmn2:outgoing> |
| 14 | <bpmn2:outgoing>SequenceFlow_23</bpmn2:outgoing> |
| 15 | </bpmn2:exclusiveGateway> |
| 16 | <bpmn2:sequenceFlow id="SequenceFlow_3" name="yes" sourceRef="ExclusiveGateway_1" targetRef="Task_0ixuwt5"> |
| 17 | <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{execution.getVariable("FH_notification-url-Ok") ==true}]]></bpmn2:conditionExpression> |
| 18 | </bpmn2:sequenceFlow> |
| 19 | <bpmn2:sequenceFlow id="SequenceFlow_23" name="no" sourceRef="ExclusiveGateway_1" targetRef="ParallelGateway_4" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 20 | <bpmn2:scriptTask id="ScriptTask_8" name="Pre-Process Request" scriptFormat="groovy"> |
| 21 | <bpmn2:incoming>SequenceFlow_10</bpmn2:incoming> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame] | 22 | <bpmn2:outgoing>SequenceFlow_12</bpmn2:outgoing> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 23 | <bpmn2:script><![CDATA[import org.onap.so.bpmn.common.scripts.* |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 24 | def preProcessRequestData = new FalloutHandler() |
| 25 | preProcessRequestData.preProcessRequest(execution) |
| 26 | |
| 27 | ]]></bpmn2:script> |
| 28 | </bpmn2:scriptTask> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame] | 29 | <bpmn2:sequenceFlow id="SequenceFlow_12" name="" sourceRef="ScriptTask_8" targetRef="ParallelGateway_1" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 30 | <bpmn2:startEvent id="StartEvent_1" name="Start"> |
| 31 | <bpmn2:outgoing>SequenceFlow_10</bpmn2:outgoing> |
| 32 | </bpmn2:startEvent> |
| 33 | <bpmn2:sequenceFlow id="SequenceFlow_10" name="" sourceRef="StartEvent_1" targetRef="ScriptTask_8" /> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame] | 34 | <bpmn2:parallelGateway id="ParallelGateway_6"> |
| 35 | <bpmn2:incoming>SequenceFlow_37</bpmn2:incoming> |
| 36 | <bpmn2:incoming>SequenceFlow_38</bpmn2:incoming> |
| 37 | <bpmn2:outgoing>SequenceFlow_8</bpmn2:outgoing> |
| 38 | </bpmn2:parallelGateway> |
| 39 | <bpmn2:sequenceFlow id="SequenceFlow_8" name="" sourceRef="ParallelGateway_6" targetRef="ScriptTask_2" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 40 | <bpmn2:scriptTask id="ScriptTask_2" name="Post Process Response" scriptFormat="groovy"> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame] | 41 | <bpmn2:incoming>SequenceFlow_8</bpmn2:incoming> |
| 42 | <bpmn2:outgoing>SequenceFlow_9</bpmn2:outgoing> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 43 | <bpmn2:script><![CDATA[import org.onap.so.bpmn.common.scripts.* |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 44 | def falloutHandler = new FalloutHandler() |
| 45 | falloutHandler.postProcessResponse(execution)]]></bpmn2:script> |
| 46 | </bpmn2:scriptTask> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame] | 47 | <bpmn2:sequenceFlow id="SequenceFlow_9" name="" sourceRef="ScriptTask_2" targetRef="EndEvent_6" /> |
| 48 | <bpmn2:exclusiveGateway id="ParallelGateway_4"> |
| 49 | <bpmn2:incoming>SequenceFlow_23</bpmn2:incoming> |
| 50 | <bpmn2:incoming>SequenceFlow_0m7gwor</bpmn2:incoming> |
| 51 | <bpmn2:outgoing>SequenceFlow_38</bpmn2:outgoing> |
| 52 | </bpmn2:exclusiveGateway> |
| 53 | <bpmn2:sequenceFlow id="SequenceFlow_38" name="" sourceRef="ParallelGateway_4" targetRef="ParallelGateway_6" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 54 | <bpmn2:exclusiveGateway id="ExclusiveGateway_6" default="SequenceFlow_26"> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame] | 55 | <bpmn2:incoming>SequenceFlow_24</bpmn2:incoming> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 56 | <bpmn2:outgoing>SequenceFlow_25</bpmn2:outgoing> |
| 57 | <bpmn2:outgoing>SequenceFlow_26</bpmn2:outgoing> |
| 58 | </bpmn2:exclusiveGateway> |
| 59 | <bpmn2:sequenceFlow id="SequenceFlow_25" name="" sourceRef="ExclusiveGateway_6" targetRef="ServiceTask_3"> |
| 60 | <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{execution.getVariable("FH_request_id-Ok") ==true}]]></bpmn2:conditionExpression> |
| 61 | </bpmn2:sequenceFlow> |
| 62 | <bpmn2:sequenceFlow id="SequenceFlow_26" name="" sourceRef="ExclusiveGateway_6" targetRef="ServiceTask_2" /> |
| 63 | <bpmn2:serviceTask id="ServiceTask_3" name="Update Request Gamma"> |
| 64 | <bpmn2:extensionElements> |
| 65 | <camunda:connector> |
| 66 | <camunda:inputOutput> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 67 | <camunda:inputParameter name="url"><![CDATA[${UrnPropertiesReader.getVariable("mso.adapters.db.att-endpoint", execution)}]]></camunda:inputParameter> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 68 | <camunda:inputParameter name="method">POST</camunda:inputParameter> |
| 69 | <camunda:inputParameter name="headers"> |
| 70 | <camunda:map> |
| 71 | <camunda:entry key="content-type">application/soap+xml</camunda:entry> |
| 72 | <camunda:entry key="Authorization">#{BasicAuthHeaderValueDB}</camunda:entry> |
Kalkere Ramesh, Sharan (sk720x) | c45553d | 2018-12-07 14:11:47 -0500 | [diff] [blame] | 73 | <camunda:entry key="X-ONAP-RequestID">#{FH_request_id}</camunda:entry> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 74 | </camunda:map> |
| 75 | </camunda:inputParameter> |
| 76 | <camunda:inputParameter name="payload"> |
| 77 | <camunda:script scriptFormat="groovy"><![CDATA[//println"INSIDE --> update Request Gamma" |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 78 | import org.onap.so.bpmn.common.scripts.* |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 79 | def updateRequestGamma= new FalloutHandler() |
| 80 | return updateRequestGamma.updateRequestGammaPayload(execution)]]></camunda:script> |
| 81 | </camunda:inputParameter> |
| 82 | <camunda:outputParameter name="FH_updateRequestGammaResponse"><![CDATA[${statusCode == null || statusCode == 204 ? "" : response}]]></camunda:outputParameter> |
| 83 | <camunda:outputParameter name="FH_updateRequestGammaResponseCode">${statusCode}</camunda:outputParameter> |
| 84 | </camunda:inputOutput> |
| 85 | <camunda:connectorId>soap-http-connector</camunda:connectorId> |
| 86 | </camunda:connector> |
| 87 | </bpmn2:extensionElements> |
| 88 | <bpmn2:incoming>SequenceFlow_25</bpmn2:incoming> |
| 89 | <bpmn2:outgoing>SequenceFlow_29</bpmn2:outgoing> |
| 90 | </bpmn2:serviceTask> |
| 91 | <bpmn2:sequenceFlow id="SequenceFlow_29" name="" sourceRef="ServiceTask_3" targetRef="ExclusiveGateway_7" /> |
| 92 | <bpmn2:boundaryEvent id="BoundaryEvent_2" name="Connect Fault" attachedToRef="ServiceTask_3"> |
| 93 | <bpmn2:outgoing>SequenceFlow_72</bpmn2:outgoing> |
| 94 | <bpmn2:errorEventDefinition id="_ErrorEventDefinition_89" errorRef="Error_2" /> |
| 95 | </bpmn2:boundaryEvent> |
| 96 | <bpmn2:exclusiveGateway id="ParallelGateway_5"> |
| 97 | <bpmn2:incoming>SequenceFlow_35</bpmn2:incoming> |
| 98 | <bpmn2:incoming>SequenceFlow_36</bpmn2:incoming> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame] | 99 | <bpmn2:outgoing>SequenceFlow_37</bpmn2:outgoing> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 100 | </bpmn2:exclusiveGateway> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame] | 101 | <bpmn2:sequenceFlow id="SequenceFlow_37" name="" sourceRef="ParallelGateway_5" targetRef="ParallelGateway_6" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 102 | <bpmn2:endEvent id="EndEvent_6" name="Normal End"> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame] | 103 | <bpmn2:incoming>SequenceFlow_9</bpmn2:incoming> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 104 | </bpmn2:endEvent> |
| 105 | <bpmn2:sequenceFlow id="SequenceFlow_72" name="" sourceRef="BoundaryEvent_2" targetRef="ScriptTask_6" /> |
| 106 | <bpmn2:scriptTask id="ScriptTask_6" name="Build Workflow Exception" scriptFormat="groovy"> |
| 107 | <bpmn2:incoming>SequenceFlow_72</bpmn2:incoming> |
| 108 | <bpmn2:incoming>SequenceFlow_31</bpmn2:incoming> |
| 109 | <bpmn2:outgoing>SequenceFlow_79</bpmn2:outgoing> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 110 | <bpmn2:script><![CDATA[import org.onap.so.bpmn.common.scripts.* |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 111 | def falloutHandler = new FalloutHandler() |
| 112 | falloutHandler.buildDBWorkflowException(execution, "FH_updateRequestGammaResponseCode")]]></bpmn2:script> |
| 113 | </bpmn2:scriptTask> |
| 114 | <bpmn2:sequenceFlow id="SequenceFlow_79" name="" sourceRef="ScriptTask_6" targetRef="EndEvent_13" /> |
| 115 | <bpmn2:exclusiveGateway id="ExclusiveGateway_7" name="Update Success?" default="SequenceFlow_31"> |
| 116 | <bpmn2:incoming>SequenceFlow_29</bpmn2:incoming> |
| 117 | <bpmn2:outgoing>SequenceFlow_31</bpmn2:outgoing> |
| 118 | <bpmn2:outgoing>SequenceFlow_35</bpmn2:outgoing> |
| 119 | </bpmn2:exclusiveGateway> |
| 120 | <bpmn2:sequenceFlow id="SequenceFlow_31" name="" sourceRef="ExclusiveGateway_7" targetRef="ScriptTask_6" /> |
| 121 | <bpmn2:sequenceFlow id="SequenceFlow_35" name="" sourceRef="ExclusiveGateway_7" targetRef="ParallelGateway_5"> |
| 122 | <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{execution.getVariable("FH_updateRequestGammaResponseCode")==200}]]></bpmn2:conditionExpression> |
| 123 | </bpmn2:sequenceFlow> |
| 124 | <bpmn2:scriptTask id="ScriptTask_7" name="Build Workflow Exception" scriptFormat="groovy"> |
| 125 | <bpmn2:incoming>SequenceFlow_32</bpmn2:incoming> |
| 126 | <bpmn2:incoming>SequenceFlow_80</bpmn2:incoming> |
| 127 | <bpmn2:outgoing>SequenceFlow_73</bpmn2:outgoing> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 128 | <bpmn2:script><![CDATA[import org.onap.so.bpmn.common.scripts.* |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 129 | def falloutHandler = new FalloutHandler() |
| 130 | falloutHandler.buildDBWorkflowException(execution, "FH_updateRequestInfraResponseCode")]]></bpmn2:script> |
| 131 | </bpmn2:scriptTask> |
| 132 | <bpmn2:sequenceFlow id="SequenceFlow_73" name="" sourceRef="ScriptTask_7" targetRef="EndEvent_14" /> |
| 133 | <bpmn2:serviceTask id="ServiceTask_2" name="Update Request Infra"> |
| 134 | <bpmn2:extensionElements> |
| 135 | <camunda:connector> |
| 136 | <camunda:inputOutput> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 137 | <camunda:inputParameter name="url"><![CDATA[${UrnPropertiesReader.getVariable("mso.adapters.openecomp.db.endpoint", execution)}]]></camunda:inputParameter> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 138 | <camunda:inputParameter name="method">POST</camunda:inputParameter> |
| 139 | <camunda:inputParameter name="headers"> |
| 140 | <camunda:map> |
| 141 | <camunda:entry key="content-type">application/soap+xml</camunda:entry> |
| 142 | <camunda:entry key="Authorization">#{BasicAuthHeaderValueDB}</camunda:entry> |
Smokowski, Steve (ss835w) | c4347b2 | 2018-09-20 11:04:00 -0400 | [diff] [blame] | 143 | <camunda:entry key="X-ONAP-RequestID">#{FH_request_id}</camunda:entry> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 144 | </camunda:map> |
| 145 | </camunda:inputParameter> |
| 146 | <camunda:inputParameter name="payload"> |
| 147 | <camunda:script scriptFormat="groovy"><![CDATA[//println"INSIDE --> update Request Infra" |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 148 | import org.onap.so.bpmn.common.scripts.* |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 149 | def updateRequestInfra= new FalloutHandler() |
| 150 | return updateRequestInfra.updateRequestInfraPayload(execution)]]></camunda:script> |
| 151 | </camunda:inputParameter> |
| 152 | <camunda:outputParameter name="FH_updateRequestInfraResponse"><![CDATA[${statusCode == null || statusCode == 204 ? "" : response}]]></camunda:outputParameter> |
| 153 | <camunda:outputParameter name="FH_updateRequestInfraResponseCode">${statusCode}</camunda:outputParameter> |
| 154 | </camunda:inputOutput> |
| 155 | <camunda:connectorId>soap-http-connector</camunda:connectorId> |
| 156 | </camunda:connector> |
| 157 | </bpmn2:extensionElements> |
| 158 | <bpmn2:incoming>SequenceFlow_26</bpmn2:incoming> |
| 159 | <bpmn2:outgoing>SequenceFlow_30</bpmn2:outgoing> |
| 160 | </bpmn2:serviceTask> |
| 161 | <bpmn2:sequenceFlow id="SequenceFlow_30" name="" sourceRef="ServiceTask_2" targetRef="ExclusiveGateway_8" /> |
| 162 | <bpmn2:exclusiveGateway id="ExclusiveGateway_8" name="Update Success?" default="SequenceFlow_32"> |
| 163 | <bpmn2:incoming>SequenceFlow_30</bpmn2:incoming> |
| 164 | <bpmn2:outgoing>SequenceFlow_32</bpmn2:outgoing> |
| 165 | <bpmn2:outgoing>SequenceFlow_36</bpmn2:outgoing> |
| 166 | </bpmn2:exclusiveGateway> |
| 167 | <bpmn2:sequenceFlow id="SequenceFlow_32" name="" sourceRef="ExclusiveGateway_8" targetRef="ScriptTask_7" /> |
| 168 | <bpmn2:sequenceFlow id="SequenceFlow_36" name="" sourceRef="ExclusiveGateway_8" targetRef="ParallelGateway_5"> |
| 169 | <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{execution.getVariable("FH_updateRequestInfraResponseCode")==200}]]></bpmn2:conditionExpression> |
| 170 | </bpmn2:sequenceFlow> |
| 171 | <bpmn2:boundaryEvent id="BoundaryEvent_3" name="Connect Fault" attachedToRef="ServiceTask_2"> |
| 172 | <bpmn2:outgoing>SequenceFlow_80</bpmn2:outgoing> |
Smokowski, Steve (ss835w) | c4347b2 | 2018-09-20 11:04:00 -0400 | [diff] [blame] | 173 | <bpmn2:errorEventDefinition id="_ErrorEventDefinition_90" errorRef="Error_2" camunda:errorCodeVariable="gJavaErrorCode" camunda:errorMessageVariable="gJavaErrorMessage" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 174 | </bpmn2:boundaryEvent> |
| 175 | <bpmn2:sequenceFlow id="SequenceFlow_80" name="" sourceRef="BoundaryEvent_3" targetRef="ScriptTask_7" /> |
| 176 | <bpmn2:subProcess id="SubProcess_1" name="Event Handler" triggeredByEvent="true"> |
| 177 | <bpmn2:scriptTask id="ScriptTask_4" name="Handle Event" scriptFormat="groovy"> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame] | 178 | <bpmn2:incoming>SequenceFlow_1ko8ggw</bpmn2:incoming> |
| 179 | <bpmn2:outgoing>SequenceFlow_1pm9r7h</bpmn2:outgoing> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 180 | <bpmn2:script><![CDATA[import org.onap.so.bpmn.common.scripts.* |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 181 | execution.setVariable("FH_success", false) |
| 182 | def falloutHandler = new FalloutHandler() |
| 183 | |
| 184 | // This does not (and cannot) throw exceptions |
| 185 | falloutHandler.postProcessResponse(execution) |
| 186 | |
| 187 | // Clear any WorkflowException object that might be in the execution, but keep a copy in FH_WorkflowException |
| 188 | def wfe = execution.getVariable("WorkflowException") |
| 189 | execution.setVariable("WorkflowException", null) |
| 190 | execution.setVariable("FH_WorkflowException", wfe)]]></bpmn2:script> |
| 191 | </bpmn2:scriptTask> |
| 192 | <bpmn2:startEvent id="StartEvent_2"> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame] | 193 | <bpmn2:outgoing>SequenceFlow_1ko8ggw</bpmn2:outgoing> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 194 | <bpmn2:errorEventDefinition id="ErrorEventDefinition_8" /> |
| 195 | </bpmn2:startEvent> |
| 196 | <bpmn2:endEvent id="EndEvent_2" name="Error End"> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame] | 197 | <bpmn2:incoming>SequenceFlow_1pm9r7h</bpmn2:incoming> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 198 | <bpmn2:terminateEventDefinition /> |
| 199 | </bpmn2:endEvent> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame] | 200 | <bpmn2:sequenceFlow id="SequenceFlow_1ko8ggw" sourceRef="StartEvent_2" targetRef="ScriptTask_4" /> |
| 201 | <bpmn2:sequenceFlow id="SequenceFlow_1pm9r7h" sourceRef="ScriptTask_4" targetRef="EndEvent_2" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 202 | </bpmn2:subProcess> |
| 203 | <bpmn2:endEvent id="EndEvent_14"> |
| 204 | <bpmn2:incoming>SequenceFlow_73</bpmn2:incoming> |
| 205 | <bpmn2:terminateEventDefinition /> |
| 206 | </bpmn2:endEvent> |
| 207 | <bpmn2:endEvent id="EndEvent_13"> |
| 208 | <bpmn2:incoming>SequenceFlow_79</bpmn2:incoming> |
| 209 | <bpmn2:terminateEventDefinition /> |
| 210 | </bpmn2:endEvent> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame] | 211 | <bpmn2:sequenceFlow id="SequenceFlow_0m7gwor" sourceRef="Task_0ixuwt5" targetRef="ParallelGateway_4" /> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 212 | <bpmn2:callActivity id="Task_0ixuwt5" name="Call Notification Service" calledElement="${UrnPropertiesReader.getVariable("mso.workflow.notification.name", execution)}"> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame] | 213 | <bpmn2:extensionElements> |
| 214 | <camunda:in source="mso-request-id" target="mso-request-id" /> |
| 215 | <camunda:in source="mso-service-instance-id" target="mso-service-instance-id" /> |
| 216 | <camunda:in variables="all" /> |
| 217 | <camunda:out variables="all" /> |
| 218 | </bpmn2:extensionElements> |
| 219 | <bpmn2:incoming>SequenceFlow_3</bpmn2:incoming> |
| 220 | <bpmn2:outgoing>SequenceFlow_0m7gwor</bpmn2:outgoing> |
| 221 | </bpmn2:callActivity> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 222 | </bpmn2:process> |
| 223 | <bpmn2:error id="Error_1" name="MSOWorkflowException" errorCode="MSOWorkflowException" /> |
| 224 | <bpmn2:error id="Error_2" name="Java Lang Exception" errorCode="java.lang.Exception" /> |
| 225 | <bpmndi:BPMNDiagram id="BPMNDiagram_1"> |
| 226 | <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="FalloutHandler"> |
| 227 | <bpmndi:BPMNShape id="_BPMNShape_StartEvent_52" bpmnElement="StartEvent_1"> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame] | 228 | <dc:Bounds x="139" y="263" width="36" height="36" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 229 | <bpmndi:BPMNLabel> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame] | 230 | <dc:Bounds x="145" y="300" width="23" height="12" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 231 | </bpmndi:BPMNLabel> |
| 232 | </bpmndi:BPMNShape> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame] | 233 | <bpmndi:BPMNShape id="_BPMNShape_ParallelGateway_12" bpmnElement="ParallelGateway_1"> |
| 234 | <dc:Bounds x="342" y="255" width="50" height="50" /> |
| 235 | <bpmndi:BPMNLabel> |
| 236 | <dc:Bounds x="367" y="310" width="0" height="0" /> |
| 237 | </bpmndi:BPMNLabel> |
| 238 | </bpmndi:BPMNShape> |
| 239 | <bpmndi:BPMNShape id="_BPMNShape_ExclusiveGateway_74" bpmnElement="ExclusiveGateway_1" isMarkerVisible="true"> |
| 240 | <dc:Bounds x="415" y="107" width="50" height="50" /> |
| 241 | <bpmndi:BPMNLabel> |
| 242 | <dc:Bounds x="315" y="89" width="81" height="24" /> |
| 243 | </bpmndi:BPMNLabel> |
| 244 | </bpmndi:BPMNShape> |
| 245 | <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_2" bpmnElement="SequenceFlow_2" sourceElement="_BPMNShape_ParallelGateway_12" targetElement="_BPMNShape_ExclusiveGateway_74"> |
| 246 | <di:waypoint xsi:type="dc:Point" x="367" y="255" /> |
| 247 | <di:waypoint xsi:type="dc:Point" x="367" y="132" /> |
| 248 | <di:waypoint xsi:type="dc:Point" x="415" y="132" /> |
| 249 | <bpmndi:BPMNLabel> |
| 250 | <dc:Bounds x="438" y="212" width="0" height="0" /> |
| 251 | </bpmndi:BPMNLabel> |
| 252 | </bpmndi:BPMNEdge> |
| 253 | <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_3" bpmnElement="SequenceFlow_3" sourceElement="_BPMNShape_ExclusiveGateway_74" targetElement="CallActivity_0jz0w0k_di"> |
| 254 | <di:waypoint xsi:type="dc:Point" x="440" y="107" /> |
| 255 | <di:waypoint xsi:type="dc:Point" x="440" y="65" /> |
| 256 | <di:waypoint xsi:type="dc:Point" x="553" y="65" /> |
| 257 | <bpmndi:BPMNLabel> |
| 258 | <dc:Bounds x="475" y="70" width="18" height="12" /> |
| 259 | </bpmndi:BPMNLabel> |
| 260 | </bpmndi:BPMNEdge> |
| 261 | <bpmndi:BPMNShape id="_BPMNShape_ParallelGateway_15" bpmnElement="ParallelGateway_4" isMarkerVisible="true"> |
| 262 | <dc:Bounds x="742" y="107" width="50" height="50" /> |
| 263 | <bpmndi:BPMNLabel> |
| 264 | <dc:Bounds x="767" y="162" width="0" height="0" /> |
| 265 | </bpmndi:BPMNLabel> |
| 266 | </bpmndi:BPMNShape> |
| 267 | <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_23" bpmnElement="SequenceFlow_23" sourceElement="_BPMNShape_ExclusiveGateway_74" targetElement="_BPMNShape_ParallelGateway_15"> |
| 268 | <di:waypoint xsi:type="dc:Point" x="440" y="157" /> |
| 269 | <di:waypoint xsi:type="dc:Point" x="441" y="198" /> |
| 270 | <di:waypoint xsi:type="dc:Point" x="767" y="198" /> |
| 271 | <di:waypoint xsi:type="dc:Point" x="767" y="157" /> |
| 272 | <bpmndi:BPMNLabel> |
| 273 | <dc:Bounds x="452" y="173" width="12" height="12" /> |
| 274 | </bpmndi:BPMNLabel> |
| 275 | </bpmndi:BPMNEdge> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 276 | <bpmndi:BPMNShape id="_BPMNShape_ExclusiveGateway_79" bpmnElement="ExclusiveGateway_6" isMarkerVisible="true"> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame] | 277 | <dc:Bounds x="412" y="468" width="50" height="50" /> |
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 x="437" y="523" width="0" height="0" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 280 | </bpmndi:BPMNLabel> |
| 281 | </bpmndi:BPMNShape> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame] | 282 | <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_24" bpmnElement="SequenceFlow_24" sourceElement="_BPMNShape_ParallelGateway_12" targetElement="_BPMNShape_ExclusiveGateway_79"> |
| 283 | <di:waypoint xsi:type="dc:Point" x="367" y="305" /> |
| 284 | <di:waypoint xsi:type="dc:Point" x="367" y="493" /> |
| 285 | <di:waypoint xsi:type="dc:Point" x="412" y="493" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 286 | <bpmndi:BPMNLabel> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame] | 287 | <dc:Bounds x="415" y="445" width="0" height="0" /> |
| 288 | </bpmndi:BPMNLabel> |
| 289 | </bpmndi:BPMNEdge> |
| 290 | <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_25" bpmnElement="SequenceFlow_25" sourceElement="_BPMNShape_ExclusiveGateway_79" targetElement="_BPMNShape_ServiceTask_90"> |
| 291 | <di:waypoint xsi:type="dc:Point" x="437" y="468" /> |
| 292 | <di:waypoint xsi:type="dc:Point" x="437" y="402" /> |
| 293 | <di:waypoint xsi:type="dc:Point" x="492" y="402" /> |
| 294 | <bpmndi:BPMNLabel> |
| 295 | <dc:Bounds x="437" y="444" width="0" height="0" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 296 | </bpmndi:BPMNLabel> |
| 297 | </bpmndi:BPMNEdge> |
| 298 | <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_26" bpmnElement="SequenceFlow_26" sourceElement="_BPMNShape_ExclusiveGateway_79" targetElement="_BPMNShape_ServiceTask_91"> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame] | 299 | <di:waypoint xsi:type="dc:Point" x="437" y="518" /> |
| 300 | <di:waypoint xsi:type="dc:Point" x="437" y="650" /> |
| 301 | <di:waypoint xsi:type="dc:Point" x="488" y="650" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 302 | <bpmndi:BPMNLabel> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame] | 303 | <dc:Bounds x="437" y="596" width="0" height="0" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 304 | </bpmndi:BPMNLabel> |
| 305 | </bpmndi:BPMNEdge> |
| 306 | <bpmndi:BPMNShape id="_BPMNShape_ServiceTask_90" bpmnElement="ServiceTask_3"> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame] | 307 | <dc:Bounds x="492" y="362" width="100" height="80" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 308 | </bpmndi:BPMNShape> |
| 309 | <bpmndi:BPMNShape id="_BPMNShape_ServiceTask_91" bpmnElement="ServiceTask_2"> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame] | 310 | <dc:Bounds x="488" y="610" width="100" height="80" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 311 | </bpmndi:BPMNShape> |
| 312 | <bpmndi:BPMNShape id="_BPMNShape_ExclusiveGateway_80" bpmnElement="ExclusiveGateway_7" isMarkerVisible="true"> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame] | 313 | <dc:Bounds x="675" y="376" width="50" height="50" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 314 | <bpmndi:BPMNLabel> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame] | 315 | <dc:Bounds x="657" y="431" width="87" height="12" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 316 | </bpmndi:BPMNLabel> |
| 317 | </bpmndi:BPMNShape> |
| 318 | <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_29" bpmnElement="SequenceFlow_29" sourceElement="_BPMNShape_ServiceTask_90" targetElement="_BPMNShape_ExclusiveGateway_80"> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame] | 319 | <di:waypoint xsi:type="dc:Point" x="592" y="402" /> |
| 320 | <di:waypoint xsi:type="dc:Point" x="675" y="401" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 321 | <bpmndi:BPMNLabel> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame] | 322 | <dc:Bounds x="632" y="404" width="0" height="0" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 323 | </bpmndi:BPMNLabel> |
| 324 | </bpmndi:BPMNEdge> |
| 325 | <bpmndi:BPMNShape id="_BPMNShape_ExclusiveGateway_81" bpmnElement="ExclusiveGateway_8" isMarkerVisible="true"> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame] | 326 | <dc:Bounds x="674" y="625" width="50" height="50" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 327 | <bpmndi:BPMNLabel> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame] | 328 | <dc:Bounds x="656" y="680" width="87" height="12" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 329 | </bpmndi:BPMNLabel> |
| 330 | </bpmndi:BPMNShape> |
| 331 | <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_30" bpmnElement="SequenceFlow_30" sourceElement="_BPMNShape_ServiceTask_91" targetElement="_BPMNShape_ExclusiveGateway_81"> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame] | 332 | <di:waypoint xsi:type="dc:Point" x="588" y="650" /> |
| 333 | <di:waypoint xsi:type="dc:Point" x="626" y="650" /> |
| 334 | <di:waypoint xsi:type="dc:Point" x="626" y="649" /> |
| 335 | <di:waypoint xsi:type="dc:Point" x="674" y="650" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 336 | <bpmndi:BPMNLabel> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame] | 337 | <dc:Bounds x="636" y="651" width="0" height="0" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 338 | </bpmndi:BPMNLabel> |
| 339 | </bpmndi:BPMNEdge> |
| 340 | <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_31" bpmnElement="SequenceFlow_31" sourceElement="_BPMNShape_ExclusiveGateway_80" targetElement="_BPMNShape_ScriptTask_252"> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame] | 341 | <di:waypoint xsi:type="dc:Point" x="700" y="376" /> |
| 342 | <di:waypoint xsi:type="dc:Point" x="701" y="324" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 343 | <bpmndi:BPMNLabel> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame] | 344 | <dc:Bounds x="707" y="351" width="0" height="0" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 345 | </bpmndi:BPMNLabel> |
| 346 | </bpmndi:BPMNEdge> |
| 347 | <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_32" bpmnElement="SequenceFlow_32" sourceElement="_BPMNShape_ExclusiveGateway_81" targetElement="_BPMNShape_ScriptTask_253"> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame] | 348 | <di:waypoint xsi:type="dc:Point" x="699" y="625" /> |
| 349 | <di:waypoint xsi:type="dc:Point" x="699" y="608" /> |
| 350 | <di:waypoint xsi:type="dc:Point" x="699" y="577" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 351 | <bpmndi:BPMNLabel> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame] | 352 | <dc:Bounds x="709" y="657" width="0" height="0" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 353 | </bpmndi:BPMNLabel> |
| 354 | </bpmndi:BPMNEdge> |
| 355 | <bpmndi:BPMNShape id="_BPMNShape_ParallelGateway_16" bpmnElement="ParallelGateway_5" isMarkerVisible="true"> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame] | 356 | <dc:Bounds x="853" y="468" width="50" height="50" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 357 | <bpmndi:BPMNLabel> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame] | 358 | <dc:Bounds x="878" y="523" width="0" height="0" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 359 | </bpmndi:BPMNLabel> |
| 360 | </bpmndi:BPMNShape> |
| 361 | <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_35" bpmnElement="SequenceFlow_35" sourceElement="_BPMNShape_ExclusiveGateway_80" targetElement="_BPMNShape_ParallelGateway_16"> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame] | 362 | <di:waypoint xsi:type="dc:Point" x="725" y="401" /> |
| 363 | <di:waypoint xsi:type="dc:Point" x="878" y="401" /> |
| 364 | <di:waypoint xsi:type="dc:Point" x="878" y="468" /> |
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 x="762" y="392" width="0" height="0" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 367 | </bpmndi:BPMNLabel> |
| 368 | </bpmndi:BPMNEdge> |
| 369 | <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_36" bpmnElement="SequenceFlow_36" sourceElement="_BPMNShape_ExclusiveGateway_81" targetElement="_BPMNShape_ParallelGateway_16"> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame] | 370 | <di:waypoint xsi:type="dc:Point" x="724" y="650" /> |
| 371 | <di:waypoint xsi:type="dc:Point" x="878" y="650" /> |
| 372 | <di:waypoint xsi:type="dc:Point" x="878" y="518" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 373 | <bpmndi:BPMNLabel> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame] | 374 | <dc:Bounds x="878" y="574" width="0" height="0" /> |
| 375 | </bpmndi:BPMNLabel> |
| 376 | </bpmndi:BPMNEdge> |
| 377 | <bpmndi:BPMNShape id="_BPMNShape_ParallelGateway_17" bpmnElement="ParallelGateway_6"> |
| 378 | <dc:Bounds x="957" y="254" width="50" height="50" /> |
| 379 | <bpmndi:BPMNLabel> |
| 380 | <dc:Bounds x="982" y="309" width="0" height="0" /> |
| 381 | </bpmndi:BPMNLabel> |
| 382 | </bpmndi:BPMNShape> |
| 383 | <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_37" bpmnElement="SequenceFlow_37" sourceElement="_BPMNShape_ParallelGateway_16" targetElement="_BPMNShape_ParallelGateway_17"> |
| 384 | <di:waypoint xsi:type="dc:Point" x="903" y="493" /> |
| 385 | <di:waypoint xsi:type="dc:Point" x="982" y="493" /> |
| 386 | <di:waypoint xsi:type="dc:Point" x="982" y="304" /> |
| 387 | <bpmndi:BPMNLabel> |
| 388 | <dc:Bounds x="943" y="478" width="0" height="0" /> |
| 389 | </bpmndi:BPMNLabel> |
| 390 | </bpmndi:BPMNEdge> |
| 391 | <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_38" bpmnElement="SequenceFlow_38" sourceElement="_BPMNShape_ParallelGateway_15" targetElement="_BPMNShape_ParallelGateway_17"> |
| 392 | <di:waypoint xsi:type="dc:Point" x="792" y="132" /> |
| 393 | <di:waypoint xsi:type="dc:Point" x="982" y="132" /> |
| 394 | <di:waypoint xsi:type="dc:Point" x="982" y="254" /> |
| 395 | <bpmndi:BPMNLabel> |
| 396 | <dc:Bounds x="887" y="117" width="0" height="0" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 397 | </bpmndi:BPMNLabel> |
| 398 | </bpmndi:BPMNEdge> |
| 399 | <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_10" bpmnElement="SequenceFlow_10" sourceElement="_BPMNShape_StartEvent_52" targetElement="_BPMNShape_ScriptTask_99"> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame] | 400 | <di:waypoint xsi:type="dc:Point" x="175" y="281" /> |
| 401 | <di:waypoint xsi:type="dc:Point" x="211" y="281" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 402 | <bpmndi:BPMNLabel> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame] | 403 | <dc:Bounds x="193" y="281" width="0" height="0" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 404 | </bpmndi:BPMNLabel> |
| 405 | </bpmndi:BPMNEdge> |
| 406 | <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_99" bpmnElement="ScriptTask_8"> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame] | 407 | <dc:Bounds x="211" y="241" width="100" height="80" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 408 | </bpmndi:BPMNShape> |
| 409 | <bpmndi:BPMNShape id="_BPMNShape_SubProcess_14" bpmnElement="SubProcess_1" isExpanded="true"> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame] | 410 | <dc:Bounds x="146" y="759" width="329" height="167" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 411 | </bpmndi:BPMNShape> |
| 412 | <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_100" bpmnElement="ScriptTask_4"> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame] | 413 | <dc:Bounds x="259" y="803" width="100" height="80" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 414 | </bpmndi:BPMNShape> |
| 415 | <bpmndi:BPMNShape id="_BPMNShape_StartEvent_54" bpmnElement="StartEvent_2"> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame] | 416 | <dc:Bounds x="175" y="825" width="36" height="36" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 417 | <bpmndi:BPMNLabel> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame] | 418 | <dc:Bounds x="193" y="869" width="0" height="0" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 419 | </bpmndi:BPMNLabel> |
| 420 | </bpmndi:BPMNShape> |
| 421 | <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_101" bpmnElement="ScriptTask_2"> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame] | 422 | <dc:Bounds x="1054" y="240" width="100" height="80" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 423 | </bpmndi:BPMNShape> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame] | 424 | <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_8" bpmnElement="SequenceFlow_8" sourceElement="_BPMNShape_ParallelGateway_17" targetElement="_BPMNShape_ScriptTask_101"> |
| 425 | <di:waypoint xsi:type="dc:Point" x="1007" y="279" /> |
| 426 | <di:waypoint xsi:type="dc:Point" x="1054" y="280" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 427 | <bpmndi:BPMNLabel> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame] | 428 | <dc:Bounds x="1177" y="280" width="0" height="0" /> |
| 429 | </bpmndi:BPMNLabel> |
| 430 | </bpmndi:BPMNEdge> |
| 431 | <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_12" bpmnElement="SequenceFlow_12" sourceElement="_BPMNShape_ScriptTask_99" targetElement="_BPMNShape_ParallelGateway_12"> |
| 432 | <di:waypoint xsi:type="dc:Point" x="311" y="281" /> |
| 433 | <di:waypoint xsi:type="dc:Point" x="342" y="280" /> |
| 434 | <bpmndi:BPMNLabel> |
| 435 | <dc:Bounds x="327" y="281" width="0" height="0" /> |
| 436 | </bpmndi:BPMNLabel> |
| 437 | </bpmndi:BPMNEdge> |
| 438 | <bpmndi:BPMNShape id="_BPMNShape_EndEvent_129" bpmnElement="EndEvent_6"> |
| 439 | <dc:Bounds x="1188" y="262" width="36" height="36" /> |
| 440 | <bpmndi:BPMNLabel> |
| 441 | <dc:Bounds x="1177" y="303" width="57" height="12" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 442 | </bpmndi:BPMNLabel> |
| 443 | </bpmndi:BPMNShape> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame] | 444 | <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_9" bpmnElement="SequenceFlow_9" sourceElement="_BPMNShape_ScriptTask_101" targetElement="_BPMNShape_EndEvent_129"> |
| 445 | <di:waypoint xsi:type="dc:Point" x="1154" y="280" /> |
| 446 | <di:waypoint xsi:type="dc:Point" x="1188" y="280" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 447 | <bpmndi:BPMNLabel> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame] | 448 | <dc:Bounds x="1171" y="280" width="0" height="0" /> |
| 449 | </bpmndi:BPMNLabel> |
| 450 | </bpmndi:BPMNEdge> |
| 451 | <bpmndi:BPMNShape id="_BPMNShape_BoundaryEvent_31" bpmnElement="BoundaryEvent_2"> |
| 452 | <dc:Bounds x="525" y="344" width="36" height="36" /> |
| 453 | <bpmndi:BPMNLabel> |
| 454 | <dc:Bounds x="563" y="300" width="68" height="12" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 455 | </bpmndi:BPMNLabel> |
| 456 | </bpmndi:BPMNShape> |
| 457 | <bpmndi:BPMNShape id="_BPMNShape_BoundaryEvent_32" bpmnElement="BoundaryEvent_3"> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame] | 458 | <dc:Bounds x="521" y="592" width="36" height="36" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 459 | <bpmndi:BPMNLabel> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame] | 460 | <dc:Bounds x="563" y="554" width="68" height="12" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 461 | </bpmndi:BPMNLabel> |
| 462 | </bpmndi:BPMNShape> |
| 463 | <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_72" bpmnElement="SequenceFlow_72" sourceElement="_BPMNShape_BoundaryEvent_31" targetElement="_BPMNShape_ScriptTask_252"> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame] | 464 | <di:waypoint xsi:type="dc:Point" x="543" y="344" /> |
| 465 | <di:waypoint xsi:type="dc:Point" x="543" y="284" /> |
| 466 | <di:waypoint xsi:type="dc:Point" x="651" y="284" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 467 | <bpmndi:BPMNLabel> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame] | 468 | <dc:Bounds x="543" y="326" width="0" height="0" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 469 | </bpmndi:BPMNLabel> |
| 470 | </bpmndi:BPMNEdge> |
| 471 | <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_73" bpmnElement="SequenceFlow_73" sourceElement="_BPMNShape_ScriptTask_253"> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame] | 472 | <di:waypoint xsi:type="dc:Point" x="750" y="537" /> |
| 473 | <di:waypoint xsi:type="dc:Point" x="790" y="537" /> |
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 x="770" y="522" width="0" height="0" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 476 | </bpmndi:BPMNLabel> |
| 477 | </bpmndi:BPMNEdge> |
| 478 | <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_252" bpmnElement="ScriptTask_6"> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame] | 479 | <dc:Bounds x="651" y="244" width="100" height="80" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 480 | </bpmndi:BPMNShape> |
| 481 | <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_253" bpmnElement="ScriptTask_7"> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame] | 482 | <dc:Bounds x="650" y="497" width="100" height="80" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 483 | </bpmndi:BPMNShape> |
| 484 | <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_79" bpmnElement="SequenceFlow_79" sourceElement="_BPMNShape_ScriptTask_252"> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame] | 485 | <di:waypoint xsi:type="dc:Point" x="751" y="284" /> |
| 486 | <di:waypoint xsi:type="dc:Point" x="793" y="284" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 487 | <bpmndi:BPMNLabel> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame] | 488 | <dc:Bounds x="772" y="269" width="0" height="0" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 489 | </bpmndi:BPMNLabel> |
| 490 | </bpmndi:BPMNEdge> |
| 491 | <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_80" bpmnElement="SequenceFlow_80" sourceElement="_BPMNShape_BoundaryEvent_32" targetElement="_BPMNShape_ScriptTask_253"> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame] | 492 | <di:waypoint xsi:type="dc:Point" x="539" y="592" /> |
| 493 | <di:waypoint xsi:type="dc:Point" x="539" y="537" /> |
| 494 | <di:waypoint xsi:type="dc:Point" x="650" y="537" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 495 | <bpmndi:BPMNLabel> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame] | 496 | <dc:Bounds x="567" y="537" width="0" height="0" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 497 | </bpmndi:BPMNLabel> |
| 498 | </bpmndi:BPMNEdge> |
| 499 | <bpmndi:BPMNShape id="EndEvent_0b9vn2u_di" bpmnElement="EndEvent_2"> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame] | 500 | <dc:Bounds x="403" y="825" width="36" height="36" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 501 | <bpmndi:BPMNLabel> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame] | 502 | <dc:Bounds x="399" y="869" width="47" height="12" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 503 | </bpmndi:BPMNLabel> |
| 504 | </bpmndi:BPMNShape> |
| 505 | <bpmndi:BPMNShape id="EndEvent_1fmpj5u_di" bpmnElement="EndEvent_14"> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame] | 506 | <dc:Bounds x="790" y="519" width="36" height="36" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 507 | <bpmndi:BPMNLabel> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame] | 508 | <dc:Bounds x="808" y="560" width="0" height="0" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 509 | </bpmndi:BPMNLabel> |
| 510 | </bpmndi:BPMNShape> |
| 511 | <bpmndi:BPMNShape id="EndEvent_0w1puhf_di" bpmnElement="EndEvent_13"> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame] | 512 | <dc:Bounds x="793" y="266" width="36" height="36" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 513 | <bpmndi:BPMNLabel> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame] | 514 | <dc:Bounds x="811" y="307" width="0" height="0" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 515 | </bpmndi:BPMNLabel> |
| 516 | </bpmndi:BPMNShape> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame] | 517 | <bpmndi:BPMNEdge id="SequenceFlow_0m7gwor_di" bpmnElement="SequenceFlow_0m7gwor"> |
| 518 | <di:waypoint xsi:type="dc:Point" x="654" y="65" /> |
| 519 | <di:waypoint xsi:type="dc:Point" x="767" y="65" /> |
| 520 | <di:waypoint xsi:type="dc:Point" x="767" y="107" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 521 | <bpmndi:BPMNLabel> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame] | 522 | <dc:Bounds x="711" y="50" width="0" height="0" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 523 | </bpmndi:BPMNLabel> |
| 524 | </bpmndi:BPMNEdge> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame] | 525 | <bpmndi:BPMNEdge id="SequenceFlow_1ko8ggw_di" bpmnElement="SequenceFlow_1ko8ggw"> |
| 526 | <di:waypoint xsi:type="dc:Point" x="211" y="843" /> |
| 527 | <di:waypoint xsi:type="dc:Point" x="259" y="843" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 528 | <bpmndi:BPMNLabel> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame] | 529 | <dc:Bounds x="235" y="818" width="0" height="0" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 530 | </bpmndi:BPMNLabel> |
| 531 | </bpmndi:BPMNEdge> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame] | 532 | <bpmndi:BPMNEdge id="SequenceFlow_1pm9r7h_di" bpmnElement="SequenceFlow_1pm9r7h"> |
| 533 | <di:waypoint xsi:type="dc:Point" x="359" y="843" /> |
| 534 | <di:waypoint xsi:type="dc:Point" x="403" y="843" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 535 | <bpmndi:BPMNLabel> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame] | 536 | <dc:Bounds x="381" y="818" width="0" height="0" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 537 | </bpmndi:BPMNLabel> |
| 538 | </bpmndi:BPMNEdge> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame] | 539 | <bpmndi:BPMNShape id="CallActivity_0jz0w0k_di" bpmnElement="Task_0ixuwt5"> |
| 540 | <dc:Bounds x="554" y="25" width="100" height="80" /> |
| 541 | </bpmndi:BPMNShape> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 542 | </bpmndi:BPMNPlane> |
| 543 | </bpmndi:BPMNDiagram> |
| 544 | </bpmn2:definitions> |