blob: 11edc0714eb3eeacddd5c1bc15a57100eb359e3a [file] [log] [blame]
ChrisC5e9feb22017-06-21 02:38:57 -07001<?xml version="1.0" encoding="UTF-8"?>
xg353ybc25b722017-09-27 13:21:21 +02002<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="_-A31MBMpEea185sFktMJ7Q" targetNamespace="http://camunda.org/schema/1.0/bpmn" exporter="Camunda Modeler" exporterVersion="1.7.2" xsi:schemaLocation="http://www.omg.org/spec/BPMN/20100524/MODEL BPMN20.xsd">
ChrisC5e9feb22017-06-21 02:38:57 -07003 <bpmn2:collaboration id="_Collaboration_2">
4 <bpmn2:participant id="_Participant_2" name="Process Action" processRef="clds-process-action-wf" />
5 </bpmn2:collaboration>
6 <bpmn2:process id="clds-process-action-wf" name="CLDS Process Action Workflow" isExecutable="true">
7 <bpmn2:laneSet id="LaneSet_1" name="Lane Set 1">
8 <bpmn2:lane id="Lane_1" name="Submit or Resubmit">
9 <bpmn2:flowNodeRef>ExclusiveGateway_2</bpmn2:flowNodeRef>
10 <bpmn2:flowNodeRef>EndEvent_1</bpmn2:flowNodeRef>
11 <bpmn2:flowNodeRef>insEvent</bpmn2:flowNodeRef>
12 <bpmn2:flowNodeRef>ExclusiveGateway_3</bpmn2:flowNodeRef>
13 <bpmn2:flowNodeRef>sendOpPolicyReqDistribute</bpmn2:flowNodeRef>
14 <bpmn2:flowNodeRef>StartEvent_1</bpmn2:flowNodeRef>
15 <bpmn2:flowNodeRef>ServiceTask_0x8ypxf</bpmn2:flowNodeRef>
ChrisC5e9feb22017-06-21 02:38:57 -070016 <bpmn2:flowNodeRef>sendTcaReqDistribute</bpmn2:flowNodeRef>
Determe, Sebastien (sd378r)4c143952017-09-08 12:14:08 +020017 <bpmn2:flowNodeRef>sendHolmesReqDistribute</bpmn2:flowNodeRef>
ChrisC5e9feb22017-06-21 02:38:57 -070018 </bpmn2:lane>
19 <bpmn2:lane id="Lane_5" name="Delete">
ChrisC5e9feb22017-06-21 02:38:57 -070020 <bpmn2:flowNodeRef>sendTcaReqDelete</bpmn2:flowNodeRef>
Determe, Sebastien (sd378r)4c143952017-09-08 12:14:08 +020021 <bpmn2:flowNodeRef>sendOpPolicyReqDelete</bpmn2:flowNodeRef>
22 <bpmn2:flowNodeRef>sendHolmesReqDelete</bpmn2:flowNodeRef>
ChrisC5e9feb22017-06-21 02:38:57 -070023 </bpmn2:lane>
24 <bpmn2:lane id="Lane_4" name="Update">
25 <bpmn2:flowNodeRef>sendOpPolicyReqUpdate</bpmn2:flowNodeRef>
ChrisC5e9feb22017-06-21 02:38:57 -070026 <bpmn2:flowNodeRef>sendTcaReqUpdate</bpmn2:flowNodeRef>
Determe, Sebastien (sd378r)4c143952017-09-08 12:14:08 +020027 <bpmn2:flowNodeRef>sendHolmesReqUpdate</bpmn2:flowNodeRef>
ChrisC5e9feb22017-06-21 02:38:57 -070028 </bpmn2:lane>
29 <bpmn2:lane id="Lane_6" name="Stop">
30 <bpmn2:flowNodeRef>sendOpPolicyReqStop</bpmn2:flowNodeRef>
31 </bpmn2:lane>
32 <bpmn2:lane id="Lane_7" name="Restart">
33 <bpmn2:flowNodeRef>sendOpPolicyReqRestart</bpmn2:flowNodeRef>
34 </bpmn2:lane>
35 </bpmn2:laneSet>
36 <bpmn2:exclusiveGateway id="ExclusiveGateway_2">
37 <bpmn2:incoming>SequenceFlow_2</bpmn2:incoming>
38 <bpmn2:outgoing>SequenceFlow_4</bpmn2:outgoing>
39 <bpmn2:outgoing>SequenceFlow_27</bpmn2:outgoing>
40 <bpmn2:outgoing>SequenceFlow_29</bpmn2:outgoing>
41 <bpmn2:outgoing>SequenceFlow_31</bpmn2:outgoing>
42 <bpmn2:outgoing>SequenceFlow_15</bpmn2:outgoing>
43 <bpmn2:outgoing>SequenceFlow_1xlfq66</bpmn2:outgoing>
44 </bpmn2:exclusiveGateway>
45 <bpmn2:sequenceFlow id="SequenceFlow_4" name="" sourceRef="ExclusiveGateway_2" targetRef="ServiceTask_0x8ypxf">
46 <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[${ actionCd == 'SUBMIT' || actionCd == 'RESUBMIT' }]]></bpmn2:conditionExpression>
47 </bpmn2:sequenceFlow>
48 <bpmn2:endEvent id="EndEvent_1">
49 <bpmn2:incoming>SequenceFlow_16</bpmn2:incoming>
50 </bpmn2:endEvent>
51 <bpmn2:serviceTask id="insEvent" name="Insert Event to indicate that the action was completed" camunda:delegateExpression="${cldsEventDelegate}">
52 <bpmn2:extensionElements>
53 <camunda:inputOutput>
54 <camunda:inputParameter name="actionStateCd">SENT</camunda:inputParameter>
55 </camunda:inputOutput>
56 </bpmn2:extensionElements>
57 <bpmn2:incoming>SequenceFlow_7</bpmn2:incoming>
58 <bpmn2:outgoing>SequenceFlow_16</bpmn2:outgoing>
59 </bpmn2:serviceTask>
60 <bpmn2:sequenceFlow id="SequenceFlow_16" name="" sourceRef="insEvent" targetRef="EndEvent_1" />
61 <bpmn2:exclusiveGateway id="ExclusiveGateway_3">
62 <bpmn2:incoming>SequenceFlow_10</bpmn2:incoming>
63 <bpmn2:incoming>SequenceFlow_28</bpmn2:incoming>
64 <bpmn2:incoming>SequenceFlow_30</bpmn2:incoming>
65 <bpmn2:incoming>SequenceFlow_32</bpmn2:incoming>
66 <bpmn2:incoming>SequenceFlow_6</bpmn2:incoming>
67 <bpmn2:outgoing>SequenceFlow_7</bpmn2:outgoing>
68 </bpmn2:exclusiveGateway>
69 <bpmn2:sequenceFlow id="SequenceFlow_7" name="" sourceRef="ExclusiveGateway_3" targetRef="insEvent" />
ChrisC5e9feb22017-06-21 02:38:57 -070070 <bpmn2:serviceTask id="sendOpPolicyReqDistribute" name="Send Operation Policy Request [Submit]" camunda:delegateExpression="${operationalPolicyDelegate}">
Determe, Sebastien (sd378r)4c143952017-09-08 12:14:08 +020071 <bpmn2:incoming>SequenceFlow_1tu9g11</bpmn2:incoming>
ChrisC5e9feb22017-06-21 02:38:57 -070072 <bpmn2:outgoing>SequenceFlow_10</bpmn2:outgoing>
73 </bpmn2:serviceTask>
74 <bpmn2:sequenceFlow id="SequenceFlow_10" name="" sourceRef="sendOpPolicyReqDistribute" targetRef="ExclusiveGateway_3" />
75 <bpmn2:serviceTask id="sendOpPolicyReqUpdate" name="Send Operation Policy Request [Update]" camunda:delegateExpression="${operationalPolicyDelegate}">
Determe, Sebastien (sd378r)4c143952017-09-08 12:14:08 +020076 <bpmn2:incoming>SequenceFlow_0ejpmee</bpmn2:incoming>
ChrisC5e9feb22017-06-21 02:38:57 -070077 <bpmn2:outgoing>SequenceFlow_28</bpmn2:outgoing>
78 </bpmn2:serviceTask>
xg353ybc25b722017-09-27 13:21:21 +020079 <bpmn2:sequenceFlow id="SequenceFlow_27" name="" sourceRef="ExclusiveGateway_2" targetRef="sendTcaReqUpdate">
ChrisC5e9feb22017-06-21 02:38:57 -070080 <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[${ actionCd == 'UPDATE' }]]></bpmn2:conditionExpression>
81 </bpmn2:sequenceFlow>
82 <bpmn2:sequenceFlow id="SequenceFlow_28" name="" sourceRef="sendOpPolicyReqUpdate" targetRef="ExclusiveGateway_3" />
83 <bpmn2:serviceTask id="sendOpPolicyReqStop" name="Send Operation Policy Request [Stop]" camunda:delegateExpression="${operationalPolicyDeleteDelegate}">
Determe, Sebastien (sd378r)4c143952017-09-08 12:14:08 +020084 <bpmn2:incoming>SequenceFlow_29</bpmn2:incoming>
ChrisC5e9feb22017-06-21 02:38:57 -070085 <bpmn2:outgoing>SequenceFlow_30</bpmn2:outgoing>
86 </bpmn2:serviceTask>
Determe, Sebastien (sd378r)4c143952017-09-08 12:14:08 +020087 <bpmn2:sequenceFlow id="SequenceFlow_29" name="" sourceRef="ExclusiveGateway_2" targetRef="sendOpPolicyReqStop">
ChrisC5e9feb22017-06-21 02:38:57 -070088 <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[${ actionCd == 'STOP' }]]></bpmn2:conditionExpression>
89 </bpmn2:sequenceFlow>
90 <bpmn2:sequenceFlow id="SequenceFlow_30" name="" sourceRef="sendOpPolicyReqStop" targetRef="ExclusiveGateway_3" />
91 <bpmn2:serviceTask id="sendOpPolicyReqRestart" name="Send Operation Policy Request [Restart]" camunda:delegateExpression="${operationalPolicyDelegate}">
Determe, Sebastien (sd378r)4c143952017-09-08 12:14:08 +020092 <bpmn2:incoming>SequenceFlow_31</bpmn2:incoming>
ChrisC5e9feb22017-06-21 02:38:57 -070093 <bpmn2:outgoing>SequenceFlow_32</bpmn2:outgoing>
94 </bpmn2:serviceTask>
Determe, Sebastien (sd378r)4c143952017-09-08 12:14:08 +020095 <bpmn2:sequenceFlow id="SequenceFlow_31" name="" sourceRef="ExclusiveGateway_2" targetRef="sendOpPolicyReqRestart">
ChrisC5e9feb22017-06-21 02:38:57 -070096 <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[${ actionCd == 'RESTART' }]]></bpmn2:conditionExpression>
97 </bpmn2:sequenceFlow>
98 <bpmn2:sequenceFlow id="SequenceFlow_32" name="" sourceRef="sendOpPolicyReqRestart" targetRef="ExclusiveGateway_3" />
99 <bpmn2:startEvent id="StartEvent_1">
100 <bpmn2:outgoing>SequenceFlow_2</bpmn2:outgoing>
101 </bpmn2:startEvent>
102 <bpmn2:sequenceFlow id="SequenceFlow_2" name="" sourceRef="StartEvent_1" targetRef="ExclusiveGateway_2" />
ChrisC5e9feb22017-06-21 02:38:57 -0700103 <bpmn2:sequenceFlow id="SequenceFlow_6" name="" sourceRef="sendOpPolicyReqDelete" targetRef="ExclusiveGateway_3" />
xg353ybc25b722017-09-27 13:21:21 +0200104 <bpmn2:sequenceFlow id="SequenceFlow_15" name="" sourceRef="ExclusiveGateway_2" targetRef="sendTcaReqDelete">
ChrisC5e9feb22017-06-21 02:38:57 -0700105 <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[${ actionCd == 'DELETE' }]]></bpmn2:conditionExpression>
106 </bpmn2:sequenceFlow>
xg353ybc25b722017-09-27 13:21:21 +0200107 <bpmn2:sequenceFlow id="SequenceFlow_0w39hon" sourceRef="ServiceTask_0x8ypxf" targetRef="sendTcaReqDistribute" />
ChrisC5e9feb22017-06-21 02:38:57 -0700108 <bpmn2:sequenceFlow id="SequenceFlow_1xlfq66" sourceRef="ExclusiveGateway_2" targetRef="ServiceTask_0x8ypxf">
109 <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[${ actionCd == 'SUBMIT' || actionCd == 'RESUBMIT' }]]></bpmn2:conditionExpression>
110 </bpmn2:sequenceFlow>
111 <bpmn2:serviceTask id="ServiceTask_0x8ypxf" name="Send to SDC [Submit]" camunda:delegateExpression="${sdcSendReqDelegate}">
112 <bpmn2:incoming>SequenceFlow_4</bpmn2:incoming>
113 <bpmn2:incoming>SequenceFlow_1xlfq66</bpmn2:incoming>
114 <bpmn2:outgoing>SequenceFlow_0w39hon</bpmn2:outgoing>
115 </bpmn2:serviceTask>
Determe, Sebastien (sd378r)4c143952017-09-08 12:14:08 +0200116 <bpmn2:sequenceFlow id="SequenceFlow_1rga27p" sourceRef="sendTcaReqDistribute" targetRef="sendHolmesReqDistribute" />
117 <bpmn2:sequenceFlow id="SequenceFlow_0tpegxf" sourceRef="sendTcaReqDelete" targetRef="sendHolmesReqDelete" />
118 <bpmn2:serviceTask id="sendTcaReqDelete" name="Send Tca Micro Service request to Policy [Delete]" camunda:delegateExpression="${tcaPolicyDeleteDelegate}">
xg353ybc25b722017-09-27 13:21:21 +0200119 <bpmn2:incoming>SequenceFlow_15</bpmn2:incoming>
Determe, Sebastien (sd378r)4c143952017-09-08 12:14:08 +0200120 <bpmn2:outgoing>SequenceFlow_0tpegxf</bpmn2:outgoing>
Determe, Sebastien (sd378r)e63aa2e2017-08-08 03:13:42 -0700121 </bpmn2:serviceTask>
Determe, Sebastien (sd378r)4c143952017-09-08 12:14:08 +0200122 <bpmn2:sequenceFlow id="SequenceFlow_1kegg6u" sourceRef="sendTcaReqUpdate" targetRef="sendHolmesReqUpdate" />
123 <bpmn2:serviceTask id="sendTcaReqDistribute" name="Send Tca Micro Service request to Policy [Submit]" camunda:delegateExpression="${tcaPolicyDelegate}">
xg353ybc25b722017-09-27 13:21:21 +0200124 <bpmn2:incoming>SequenceFlow_0w39hon</bpmn2:incoming>
Determe, Sebastien (sd378r)4c143952017-09-08 12:14:08 +0200125 <bpmn2:outgoing>SequenceFlow_1rga27p</bpmn2:outgoing>
Determe, Sebastien (sd378r)e63aa2e2017-08-08 03:13:42 -0700126 </bpmn2:serviceTask>
Determe, Sebastien (sd378r)4c143952017-09-08 12:14:08 +0200127 <bpmn2:sequenceFlow id="SequenceFlow_1tu9g11" sourceRef="sendHolmesReqDistribute" targetRef="sendOpPolicyReqDistribute" />
128 <bpmn2:serviceTask id="sendHolmesReqDistribute" name="Send Holmes Micro Service request to Policy [Submit]" camunda:delegateExpression="${holmesPolicyDelegate}">
129 <bpmn2:incoming>SequenceFlow_1rga27p</bpmn2:incoming>
130 <bpmn2:outgoing>SequenceFlow_1tu9g11</bpmn2:outgoing>
ChrisC5e9feb22017-06-21 02:38:57 -0700131 </bpmn2:serviceTask>
132 <bpmn2:serviceTask id="sendOpPolicyReqDelete" name="Send Operation Policy Request [Delete]" camunda:delegateExpression="${operationalPolicyDeleteDelegate}">
Determe, Sebastien (sd378r)4c143952017-09-08 12:14:08 +0200133 <bpmn2:incoming>SequenceFlow_1mtizad</bpmn2:incoming>
ChrisC5e9feb22017-06-21 02:38:57 -0700134 <bpmn2:outgoing>SequenceFlow_6</bpmn2:outgoing>
135 </bpmn2:serviceTask>
Determe, Sebastien (sd378r)4c143952017-09-08 12:14:08 +0200136 <bpmn2:serviceTask id="sendHolmesReqDelete" name="Send Holmes Micro Service request to Policy [Delete]" camunda:delegateExpression="${holmesPolicyDeleteDelegate}">
137 <bpmn2:incoming>SequenceFlow_0tpegxf</bpmn2:incoming>
138 <bpmn2:outgoing>SequenceFlow_1mtizad</bpmn2:outgoing>
ChrisC5e9feb22017-06-21 02:38:57 -0700139 </bpmn2:serviceTask>
Determe, Sebastien (sd378r)4c143952017-09-08 12:14:08 +0200140 <bpmn2:sequenceFlow id="SequenceFlow_1mtizad" sourceRef="sendHolmesReqDelete" targetRef="sendOpPolicyReqDelete" />
ChrisC5e9feb22017-06-21 02:38:57 -0700141 <bpmn2:serviceTask id="sendTcaReqUpdate" name="Send Tca Micro Service request to Policy [Update]" camunda:delegateExpression="${tcaPolicyDelegate}">
xg353ybc25b722017-09-27 13:21:21 +0200142 <bpmn2:incoming>SequenceFlow_27</bpmn2:incoming>
ChrisC5e9feb22017-06-21 02:38:57 -0700143 <bpmn2:outgoing>SequenceFlow_1kegg6u</bpmn2:outgoing>
144 </bpmn2:serviceTask>
Determe, Sebastien (sd378r)4c143952017-09-08 12:14:08 +0200145 <bpmn2:serviceTask id="sendHolmesReqUpdate" name="Send Holmes Micro Service request to Policy [Update]" camunda:delegateExpression="${holmesPolicyDelegate}">
146 <bpmn2:incoming>SequenceFlow_1kegg6u</bpmn2:incoming>
147 <bpmn2:outgoing>SequenceFlow_0ejpmee</bpmn2:outgoing>
148 </bpmn2:serviceTask>
149 <bpmn2:sequenceFlow id="SequenceFlow_0ejpmee" sourceRef="sendHolmesReqUpdate" targetRef="sendOpPolicyReqUpdate" />
ChrisC5e9feb22017-06-21 02:38:57 -0700150 </bpmn2:process>
151 <bpmndi:BPMNDiagram id="BPMNDiagram_1">
152 <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="_Collaboration_2">
153 <bpmndi:BPMNShape id="_BPMNShape_StartEvent_4" bpmnElement="StartEvent_1">
154 <dc:Bounds x="72" y="220" width="36" height="36" />
155 <bpmndi:BPMNLabel>
156 <dc:Bounds x="90" y="261" width="0" height="0" />
157 </bpmndi:BPMNLabel>
158 </bpmndi:BPMNShape>
159 <bpmndi:BPMNShape id="_BPMNShape_EndEvent_104" bpmnElement="EndEvent_1">
160 <dc:Bounds x="1320" y="216" width="36" height="36" />
161 <bpmndi:BPMNLabel>
162 <dc:Bounds x="1338" y="257" width="0" height="0" />
163 </bpmndi:BPMNLabel>
164 </bpmndi:BPMNShape>
ChrisC5e9feb22017-06-21 02:38:57 -0700165 <bpmndi:BPMNShape id="_BPMNShape_ServiceTask_6" bpmnElement="sendOpPolicyReqDistribute">
166 <dc:Bounds x="912" y="89" width="100" height="80" />
167 </bpmndi:BPMNShape>
ChrisC5e9feb22017-06-21 02:38:57 -0700168 <bpmndi:BPMNShape id="_BPMNShape_ServiceTask_7" bpmnElement="insEvent">
169 <dc:Bounds x="1188" y="194" width="100" height="80" />
170 </bpmndi:BPMNShape>
171 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_16" bpmnElement="SequenceFlow_16" sourceElement="_BPMNShape_ServiceTask_7" targetElement="_BPMNShape_EndEvent_104">
172 <di:waypoint xsi:type="dc:Point" x="1288" y="234" />
173 <di:waypoint xsi:type="dc:Point" x="1320" y="234" />
174 <bpmndi:BPMNLabel>
175 <dc:Bounds x="1295" y="234" width="6" height="6" />
176 </bpmndi:BPMNLabel>
177 </bpmndi:BPMNEdge>
178 <bpmndi:BPMNShape id="_BPMNShape_Participant_2" bpmnElement="_Participant_2" isHorizontal="true">
179 <dc:Bounds x="0" y="0" width="1369" height="833" />
180 </bpmndi:BPMNShape>
181 <bpmndi:BPMNShape id="_BPMNShape_Lane_2" bpmnElement="Lane_1" isHorizontal="true">
182 <dc:Bounds x="30" y="0" width="1339" height="289" />
183 </bpmndi:BPMNShape>
184 <bpmndi:BPMNShape id="_BPMNShape_Lane_6" bpmnElement="Lane_5" isHorizontal="true">
185 <dc:Bounds x="30" y="288" width="1339" height="197" />
186 </bpmndi:BPMNShape>
187 <bpmndi:BPMNShape id="_BPMNShape_ExclusiveGateway_3" bpmnElement="ExclusiveGateway_2" isMarkerVisible="true">
188 <dc:Bounds x="144" y="212" width="50" height="50" />
189 <bpmndi:BPMNLabel>
190 <dc:Bounds x="169" y="267" width="0" height="0" />
191 </bpmndi:BPMNLabel>
192 </bpmndi:BPMNShape>
193 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_2" bpmnElement="SequenceFlow_2" sourceElement="_BPMNShape_StartEvent_4" targetElement="_BPMNShape_ExclusiveGateway_3">
194 <di:waypoint xsi:type="dc:Point" x="108" y="238" />
195 <di:waypoint xsi:type="dc:Point" x="126" y="238" />
196 <di:waypoint xsi:type="dc:Point" x="126" y="237" />
197 <di:waypoint xsi:type="dc:Point" x="144" y="237" />
198 <bpmndi:BPMNLabel>
199 <dc:Bounds x="128" y="237" width="6" height="6" />
200 </bpmndi:BPMNLabel>
201 </bpmndi:BPMNEdge>
202 <bpmndi:BPMNShape id="_BPMNShape_ExclusiveGateway_4" bpmnElement="ExclusiveGateway_3" isMarkerVisible="true">
203 <dc:Bounds x="1104" y="208" width="50" height="50" />
204 <bpmndi:BPMNLabel>
205 <dc:Bounds x="1129" y="263" width="0" height="0" />
206 </bpmndi:BPMNLabel>
207 </bpmndi:BPMNShape>
208 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_7" bpmnElement="SequenceFlow_7" sourceElement="_BPMNShape_ExclusiveGateway_4" targetElement="_BPMNShape_ServiceTask_7">
209 <di:waypoint xsi:type="dc:Point" x="1154" y="233" />
210 <di:waypoint xsi:type="dc:Point" x="1188" y="234" />
211 <bpmndi:BPMNLabel>
212 <dc:Bounds x="1175" y="234" width="6" height="6" />
213 </bpmndi:BPMNLabel>
214 </bpmndi:BPMNEdge>
215 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_10" bpmnElement="SequenceFlow_10" sourceElement="_BPMNShape_ServiceTask_6" targetElement="_BPMNShape_ExclusiveGateway_4">
Determe, Sebastien (sd378r)4c143952017-09-08 12:14:08 +0200216 <di:waypoint xsi:type="dc:Point" x="1012" y="130" />
217 <di:waypoint xsi:type="dc:Point" x="1057" y="130" />
218 <di:waypoint xsi:type="dc:Point" x="1057" y="233" />
219 <di:waypoint xsi:type="dc:Point" x="1104" y="233" />
ChrisC5e9feb22017-06-21 02:38:57 -0700220 <bpmndi:BPMNLabel>
Determe, Sebastien (sd378r)4c143952017-09-08 12:14:08 +0200221 <dc:Bounds x="1027" y="178.5" width="90" height="6" />
ChrisC5e9feb22017-06-21 02:38:57 -0700222 </bpmndi:BPMNLabel>
223 </bpmndi:BPMNEdge>
ChrisC5e9feb22017-06-21 02:38:57 -0700224 <bpmndi:BPMNShape id="_BPMNShape_ServiceTask_12" bpmnElement="sendOpPolicyReqDelete">
Determe, Sebastien (sd378r)4c143952017-09-08 12:14:08 +0200225 <dc:Bounds x="831" y="385" width="100" height="80" />
ChrisC5e9feb22017-06-21 02:38:57 -0700226 </bpmndi:BPMNShape>
ChrisC5e9feb22017-06-21 02:38:57 -0700227 <bpmndi:BPMNShape id="_BPMNShape_Lane_9" bpmnElement="Lane_4" isHorizontal="true">
228 <dc:Bounds x="30" y="484" width="1339" height="117" />
229 </bpmndi:BPMNShape>
ChrisC5e9feb22017-06-21 02:38:57 -0700230 <bpmndi:BPMNShape id="_BPMNShape_ServiceTask_15" bpmnElement="sendOpPolicyReqUpdate">
231 <dc:Bounds x="912" y="500" width="100" height="80" />
232 </bpmndi:BPMNShape>
xg353ybc25b722017-09-27 13:21:21 +0200233 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_27" bpmnElement="SequenceFlow_27" sourceElement="_BPMNShape_ExclusiveGateway_3" targetElement="ServiceTask_08pqhb3_di">
ChrisC5e9feb22017-06-21 02:38:57 -0700234 <di:waypoint xsi:type="dc:Point" x="169" y="262" />
235 <di:waypoint xsi:type="dc:Point" x="169" y="540" />
xg353ybc25b722017-09-27 13:21:21 +0200236 <di:waypoint xsi:type="dc:Point" x="496" y="540" />
ChrisC5e9feb22017-06-21 02:38:57 -0700237 <bpmndi:BPMNLabel>
238 <dc:Bounds x="139" y="398" width="90" height="6" />
239 </bpmndi:BPMNLabel>
240 </bpmndi:BPMNEdge>
241 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_28" bpmnElement="SequenceFlow_28" sourceElement="_BPMNShape_ServiceTask_15" targetElement="_BPMNShape_ExclusiveGateway_4">
242 <di:waypoint xsi:type="dc:Point" x="1012" y="539" />
243 <di:waypoint xsi:type="dc:Point" x="1058" y="538" />
Determe, Sebastien (sd378r)4c143952017-09-08 12:14:08 +0200244 <di:waypoint xsi:type="dc:Point" x="1058" y="233" />
245 <di:waypoint xsi:type="dc:Point" x="1104" y="233" />
ChrisC5e9feb22017-06-21 02:38:57 -0700246 <bpmndi:BPMNLabel>
Determe, Sebastien (sd378r)4c143952017-09-08 12:14:08 +0200247 <dc:Bounds x="1028" y="382.5" width="90" height="6" />
ChrisC5e9feb22017-06-21 02:38:57 -0700248 </bpmndi:BPMNLabel>
249 </bpmndi:BPMNEdge>
250 <bpmndi:BPMNShape id="_BPMNShape_Lane_10" bpmnElement="Lane_6" isHorizontal="true">
251 <dc:Bounds x="30" y="600" width="1339" height="117" />
252 </bpmndi:BPMNShape>
253 <bpmndi:BPMNShape id="_BPMNShape_ServiceTask_16" bpmnElement="sendOpPolicyReqStop">
254 <dc:Bounds x="912" y="619" width="100" height="80" />
255 </bpmndi:BPMNShape>
256 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_29" bpmnElement="SequenceFlow_29" sourceElement="_BPMNShape_ExclusiveGateway_3" targetElement="_BPMNShape_ServiceTask_16">
257 <di:waypoint xsi:type="dc:Point" x="169" y="262" />
Determe, Sebastien (sd378r)4c143952017-09-08 12:14:08 +0200258 <di:waypoint xsi:type="dc:Point" x="169" y="659" />
259 <di:waypoint xsi:type="dc:Point" x="912" y="659" />
ChrisC5e9feb22017-06-21 02:38:57 -0700260 <bpmndi:BPMNLabel>
Determe, Sebastien (sd378r)4c143952017-09-08 12:14:08 +0200261 <dc:Bounds x="139" y="457.5" width="90" height="6" />
ChrisC5e9feb22017-06-21 02:38:57 -0700262 </bpmndi:BPMNLabel>
263 </bpmndi:BPMNEdge>
264 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_30" bpmnElement="SequenceFlow_30" sourceElement="_BPMNShape_ServiceTask_16" targetElement="_BPMNShape_ExclusiveGateway_4">
265 <di:waypoint xsi:type="dc:Point" x="1012" y="658" />
266 <di:waypoint xsi:type="dc:Point" x="1058" y="658" />
267 <di:waypoint xsi:type="dc:Point" x="1058" y="233" />
268 <di:waypoint xsi:type="dc:Point" x="1104" y="233" />
269 <bpmndi:BPMNLabel>
Determe, Sebastien (sd378r)4c143952017-09-08 12:14:08 +0200270 <dc:Bounds x="1028" y="442.5" width="90" height="6" />
ChrisC5e9feb22017-06-21 02:38:57 -0700271 </bpmndi:BPMNLabel>
272 </bpmndi:BPMNEdge>
273 <bpmndi:BPMNShape id="_BPMNShape_Lane_11" bpmnElement="Lane_7" isHorizontal="true">
274 <dc:Bounds x="30" y="716" width="1339" height="117" />
275 </bpmndi:BPMNShape>
276 <bpmndi:BPMNShape id="_BPMNShape_ServiceTask_17" bpmnElement="sendOpPolicyReqRestart">
277 <dc:Bounds x="912" y="735" width="100" height="80" />
278 </bpmndi:BPMNShape>
279 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_31" bpmnElement="SequenceFlow_31" sourceElement="_BPMNShape_ExclusiveGateway_3" targetElement="_BPMNShape_ServiceTask_17">
280 <di:waypoint xsi:type="dc:Point" x="169" y="262" />
281 <di:waypoint xsi:type="dc:Point" x="169" y="775" />
Determe, Sebastien (sd378r)4c143952017-09-08 12:14:08 +0200282 <di:waypoint xsi:type="dc:Point" x="912" y="775" />
ChrisC5e9feb22017-06-21 02:38:57 -0700283 <bpmndi:BPMNLabel>
Determe, Sebastien (sd378r)4c143952017-09-08 12:14:08 +0200284 <dc:Bounds x="139" y="515.5" width="90" height="6" />
ChrisC5e9feb22017-06-21 02:38:57 -0700285 </bpmndi:BPMNLabel>
286 </bpmndi:BPMNEdge>
287 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_32" bpmnElement="SequenceFlow_32" sourceElement="_BPMNShape_ServiceTask_17" targetElement="_BPMNShape_ExclusiveGateway_4">
288 <di:waypoint xsi:type="dc:Point" x="1012" y="775" />
289 <di:waypoint xsi:type="dc:Point" x="1058" y="775" />
Determe, Sebastien (sd378r)4c143952017-09-08 12:14:08 +0200290 <di:waypoint xsi:type="dc:Point" x="1058" y="234" />
291 <di:waypoint xsi:type="dc:Point" x="1105" y="234" />
ChrisC5e9feb22017-06-21 02:38:57 -0700292 <bpmndi:BPMNLabel>
Determe, Sebastien (sd378r)4c143952017-09-08 12:14:08 +0200293 <dc:Bounds x="1028" y="501.5" width="90" height="6" />
ChrisC5e9feb22017-06-21 02:38:57 -0700294 </bpmndi:BPMNLabel>
295 </bpmndi:BPMNEdge>
xg353ybc25b722017-09-27 13:21:21 +0200296 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_15" bpmnElement="SequenceFlow_15" sourceElement="_BPMNShape_ExclusiveGateway_3" targetElement="ServiceTask_0y2gwy4_di">
ChrisC5e9feb22017-06-21 02:38:57 -0700297 <di:waypoint xsi:type="dc:Point" x="169" y="262" />
298 <di:waypoint xsi:type="dc:Point" x="169" y="425" />
xg353ybc25b722017-09-27 13:21:21 +0200299 <di:waypoint xsi:type="dc:Point" x="496" y="425" />
ChrisC5e9feb22017-06-21 02:38:57 -0700300 <bpmndi:BPMNLabel>
301 <dc:Bounds x="139" y="333.5" width="90" height="20" />
302 </bpmndi:BPMNLabel>
303 </bpmndi:BPMNEdge>
304 <bpmndi:BPMNShape id="ServiceTask_0x8ypxf_di" bpmnElement="ServiceTask_0x8ypxf">
305 <dc:Bounds x="204" y="89" width="100" height="80" />
306 </bpmndi:BPMNShape>
307 <bpmndi:BPMNEdge id="SequenceFlow_0w39hon_di" bpmnElement="SequenceFlow_0w39hon">
308 <di:waypoint xsi:type="dc:Point" x="304" y="129" />
xg353ybc25b722017-09-27 13:21:21 +0200309 <di:waypoint xsi:type="dc:Point" x="546" y="129" />
ChrisC5e9feb22017-06-21 02:38:57 -0700310 <bpmndi:BPMNLabel>
xg353ybc25b722017-09-27 13:21:21 +0200311 <dc:Bounds x="380" y="114" width="90" height="0" />
ChrisC5e9feb22017-06-21 02:38:57 -0700312 </bpmndi:BPMNLabel>
313 </bpmndi:BPMNEdge>
314 <bpmndi:BPMNEdge id="SequenceFlow_1xlfq66_di" bpmnElement="SequenceFlow_1xlfq66">
315 <di:waypoint xsi:type="dc:Point" x="169" y="212" />
316 <di:waypoint xsi:type="dc:Point" x="169" y="129" />
317 <di:waypoint xsi:type="dc:Point" x="204" y="129" />
318 <bpmndi:BPMNLabel>
319 <dc:Bounds x="184" y="170.5" width="0" height="0" />
320 </bpmndi:BPMNLabel>
321 </bpmndi:BPMNEdge>
ChrisC5e9feb22017-06-21 02:38:57 -0700322 <bpmndi:BPMNEdge id="SequenceFlow_1rga27p_di" bpmnElement="SequenceFlow_1rga27p">
Determe, Sebastien (sd378r)4c143952017-09-08 12:14:08 +0200323 <di:waypoint xsi:type="dc:Point" x="646" y="129" />
324 <di:waypoint xsi:type="dc:Point" x="729" y="129" />
ChrisC5e9feb22017-06-21 02:38:57 -0700325 <bpmndi:BPMNLabel>
Determe, Sebastien (sd378r)4c143952017-09-08 12:14:08 +0200326 <dc:Bounds x="642.5" y="104" width="90" height="20" />
ChrisC5e9feb22017-06-21 02:38:57 -0700327 </bpmndi:BPMNLabel>
328 </bpmndi:BPMNEdge>
329 <bpmndi:BPMNShape id="ServiceTask_1r1brt6_di" bpmnElement="sendTcaReqDistribute">
Determe, Sebastien (sd378r)4c143952017-09-08 12:14:08 +0200330 <dc:Bounds x="546" y="89" width="100" height="80" />
ChrisC5e9feb22017-06-21 02:38:57 -0700331 </bpmndi:BPMNShape>
332 <bpmndi:BPMNEdge id="SequenceFlow_0tpegxf_di" bpmnElement="SequenceFlow_0tpegxf">
333 <di:waypoint xsi:type="dc:Point" x="596" y="425" />
Determe, Sebastien (sd378r)4c143952017-09-08 12:14:08 +0200334 <di:waypoint xsi:type="dc:Point" x="665" y="425" />
ChrisC5e9feb22017-06-21 02:38:57 -0700335 <bpmndi:BPMNLabel>
Determe, Sebastien (sd378r)4c143952017-09-08 12:14:08 +0200336 <dc:Bounds x="585.5" y="400" width="90" height="20" />
ChrisC5e9feb22017-06-21 02:38:57 -0700337 </bpmndi:BPMNLabel>
338 </bpmndi:BPMNEdge>
339 <bpmndi:BPMNShape id="ServiceTask_0y2gwy4_di" bpmnElement="sendTcaReqDelete">
340 <dc:Bounds x="495.71500000000003" y="385" width="100" height="80" />
341 </bpmndi:BPMNShape>
342 <bpmndi:BPMNEdge id="SequenceFlow_1kegg6u_di" bpmnElement="SequenceFlow_1kegg6u">
Determe, Sebastien (sd378r)4c143952017-09-08 12:14:08 +0200343 <di:waypoint xsi:type="dc:Point" x="596" y="540" />
344 <di:waypoint xsi:type="dc:Point" x="688" y="540" />
ChrisC5e9feb22017-06-21 02:38:57 -0700345 <bpmndi:BPMNLabel>
Determe, Sebastien (sd378r)4c143952017-09-08 12:14:08 +0200346 <dc:Bounds x="597" y="515" width="90" height="20" />
ChrisC5e9feb22017-06-21 02:38:57 -0700347 </bpmndi:BPMNLabel>
348 </bpmndi:BPMNEdge>
349 <bpmndi:BPMNShape id="ServiceTask_08pqhb3_di" bpmnElement="sendTcaReqUpdate">
Determe, Sebastien (sd378r)4c143952017-09-08 12:14:08 +0200350 <dc:Bounds x="496" y="500" width="100" height="80" />
ChrisC5e9feb22017-06-21 02:38:57 -0700351 </bpmndi:BPMNShape>
Determe, Sebastien (sd378r)4c143952017-09-08 12:14:08 +0200352 <bpmndi:BPMNShape id="ServiceTask_1a6a3ro_di" bpmnElement="sendHolmesReqDistribute">
353 <dc:Bounds x="729" y="89" width="100" height="80" />
354 </bpmndi:BPMNShape>
355 <bpmndi:BPMNEdge id="SequenceFlow_1tu9g11_di" bpmnElement="SequenceFlow_1tu9g11">
356 <di:waypoint xsi:type="dc:Point" x="829" y="129" />
357 <di:waypoint xsi:type="dc:Point" x="912" y="129" />
358 <bpmndi:BPMNLabel>
359 <dc:Bounds x="870.5" y="108" width="0" height="12" />
360 </bpmndi:BPMNLabel>
361 </bpmndi:BPMNEdge>
362 <bpmndi:BPMNShape id="ServiceTask_1234ame_di" bpmnElement="sendHolmesReqDelete">
363 <dc:Bounds x="665" y="385" width="100" height="80" />
364 </bpmndi:BPMNShape>
365 <bpmndi:BPMNEdge id="SequenceFlow_1mtizad_di" bpmnElement="SequenceFlow_1mtizad">
366 <di:waypoint xsi:type="dc:Point" x="765" y="425" />
367 <di:waypoint xsi:type="dc:Point" x="831" y="425" />
368 <bpmndi:BPMNLabel>
369 <dc:Bounds x="798" y="404" width="0" height="12" />
370 </bpmndi:BPMNLabel>
371 </bpmndi:BPMNEdge>
372 <bpmndi:BPMNShape id="ServiceTask_17vvyrl_di" bpmnElement="sendHolmesReqUpdate">
373 <dc:Bounds x="688" y="500" width="100" height="80" />
374 </bpmndi:BPMNShape>
375 <bpmndi:BPMNEdge id="SequenceFlow_0ejpmee_di" bpmnElement="SequenceFlow_0ejpmee">
376 <di:waypoint xsi:type="dc:Point" x="788" y="540" />
377 <di:waypoint xsi:type="dc:Point" x="912" y="540" />
378 <bpmndi:BPMNLabel>
379 <dc:Bounds x="850" y="519" width="0" height="12" />
380 </bpmndi:BPMNLabel>
381 </bpmndi:BPMNEdge>
ChrisC5e9feb22017-06-21 02:38:57 -0700382 </bpmndi:BPMNPlane>
383 </bpmndi:BPMNDiagram>
384</bpmn2:definitions>