blob: 7801624034ebc55e1cca96aa55ba7797f4f58862 [file] [log] [blame]
ChrisC5e9feb22017-06-21 02:38:57 -07001<?xml version="1.0" encoding="UTF-8"?>
Determe, Sebastien (sd378r)4c143952017-09-08 12:14:08 +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.10.0" 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>sendStringMatchingReqDistribute</bpmn2:flowNodeRef>
18 <bpmn2:flowNodeRef>sendHolmesReqDistribute</bpmn2:flowNodeRef>
ChrisC5e9feb22017-06-21 02:38:57 -070019 </bpmn2:lane>
20 <bpmn2:lane id="Lane_5" name="Delete">
21 <bpmn2:flowNodeRef>sendStringMatchingReqDelete</bpmn2:flowNodeRef>
ChrisC5e9feb22017-06-21 02:38:57 -070022 <bpmn2:flowNodeRef>sendTcaReqDelete</bpmn2:flowNodeRef>
Determe, Sebastien (sd378r)4c143952017-09-08 12:14:08 +020023 <bpmn2:flowNodeRef>sendOpPolicyReqDelete</bpmn2:flowNodeRef>
24 <bpmn2:flowNodeRef>sendHolmesReqDelete</bpmn2:flowNodeRef>
ChrisC5e9feb22017-06-21 02:38:57 -070025 </bpmn2:lane>
26 <bpmn2:lane id="Lane_4" name="Update">
27 <bpmn2:flowNodeRef>sendOpPolicyReqUpdate</bpmn2:flowNodeRef>
28 <bpmn2:flowNodeRef>sendStringMatchingReqUpdate</bpmn2:flowNodeRef>
29 <bpmn2:flowNodeRef>sendTcaReqUpdate</bpmn2:flowNodeRef>
Determe, Sebastien (sd378r)4c143952017-09-08 12:14:08 +020030 <bpmn2:flowNodeRef>sendHolmesReqUpdate</bpmn2:flowNodeRef>
ChrisC5e9feb22017-06-21 02:38:57 -070031 </bpmn2:lane>
32 <bpmn2:lane id="Lane_6" name="Stop">
33 <bpmn2:flowNodeRef>sendOpPolicyReqStop</bpmn2:flowNodeRef>
34 </bpmn2:lane>
35 <bpmn2:lane id="Lane_7" name="Restart">
36 <bpmn2:flowNodeRef>sendOpPolicyReqRestart</bpmn2:flowNodeRef>
37 </bpmn2:lane>
38 </bpmn2:laneSet>
39 <bpmn2:exclusiveGateway id="ExclusiveGateway_2">
40 <bpmn2:incoming>SequenceFlow_2</bpmn2:incoming>
41 <bpmn2:outgoing>SequenceFlow_4</bpmn2:outgoing>
42 <bpmn2:outgoing>SequenceFlow_27</bpmn2:outgoing>
43 <bpmn2:outgoing>SequenceFlow_29</bpmn2:outgoing>
44 <bpmn2:outgoing>SequenceFlow_31</bpmn2:outgoing>
45 <bpmn2:outgoing>SequenceFlow_15</bpmn2:outgoing>
46 <bpmn2:outgoing>SequenceFlow_1xlfq66</bpmn2:outgoing>
47 </bpmn2:exclusiveGateway>
48 <bpmn2:sequenceFlow id="SequenceFlow_4" name="" sourceRef="ExclusiveGateway_2" targetRef="ServiceTask_0x8ypxf">
49 <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[${ actionCd == 'SUBMIT' || actionCd == 'RESUBMIT' }]]></bpmn2:conditionExpression>
50 </bpmn2:sequenceFlow>
51 <bpmn2:endEvent id="EndEvent_1">
52 <bpmn2:incoming>SequenceFlow_16</bpmn2:incoming>
53 </bpmn2:endEvent>
54 <bpmn2:serviceTask id="insEvent" name="Insert Event to indicate that the action was completed" camunda:delegateExpression="${cldsEventDelegate}">
55 <bpmn2:extensionElements>
56 <camunda:inputOutput>
57 <camunda:inputParameter name="actionStateCd">SENT</camunda:inputParameter>
58 </camunda:inputOutput>
59 </bpmn2:extensionElements>
60 <bpmn2:incoming>SequenceFlow_7</bpmn2:incoming>
61 <bpmn2:outgoing>SequenceFlow_16</bpmn2:outgoing>
62 </bpmn2:serviceTask>
63 <bpmn2:sequenceFlow id="SequenceFlow_16" name="" sourceRef="insEvent" targetRef="EndEvent_1" />
64 <bpmn2:exclusiveGateway id="ExclusiveGateway_3">
65 <bpmn2:incoming>SequenceFlow_10</bpmn2:incoming>
66 <bpmn2:incoming>SequenceFlow_28</bpmn2:incoming>
67 <bpmn2:incoming>SequenceFlow_30</bpmn2:incoming>
68 <bpmn2:incoming>SequenceFlow_32</bpmn2:incoming>
69 <bpmn2:incoming>SequenceFlow_6</bpmn2:incoming>
70 <bpmn2:outgoing>SequenceFlow_7</bpmn2:outgoing>
71 </bpmn2:exclusiveGateway>
72 <bpmn2:sequenceFlow id="SequenceFlow_7" name="" sourceRef="ExclusiveGateway_3" targetRef="insEvent" />
ChrisC5e9feb22017-06-21 02:38:57 -070073 <bpmn2:serviceTask id="sendOpPolicyReqDistribute" name="Send Operation Policy Request [Submit]" camunda:delegateExpression="${operationalPolicyDelegate}">
Determe, Sebastien (sd378r)4c143952017-09-08 12:14:08 +020074 <bpmn2:incoming>SequenceFlow_1tu9g11</bpmn2:incoming>
ChrisC5e9feb22017-06-21 02:38:57 -070075 <bpmn2:outgoing>SequenceFlow_10</bpmn2:outgoing>
76 </bpmn2:serviceTask>
77 <bpmn2:sequenceFlow id="SequenceFlow_10" name="" sourceRef="sendOpPolicyReqDistribute" targetRef="ExclusiveGateway_3" />
78 <bpmn2:serviceTask id="sendOpPolicyReqUpdate" name="Send Operation Policy Request [Update]" camunda:delegateExpression="${operationalPolicyDelegate}">
Determe, Sebastien (sd378r)4c143952017-09-08 12:14:08 +020079 <bpmn2:incoming>SequenceFlow_0ejpmee</bpmn2:incoming>
ChrisC5e9feb22017-06-21 02:38:57 -070080 <bpmn2:outgoing>SequenceFlow_28</bpmn2:outgoing>
81 </bpmn2:serviceTask>
ChrisC5e9feb22017-06-21 02:38:57 -070082 <bpmn2:sequenceFlow id="SequenceFlow_27" name="" sourceRef="ExclusiveGateway_2" targetRef="sendStringMatchingReqUpdate">
83 <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[${ actionCd == 'UPDATE' }]]></bpmn2:conditionExpression>
84 </bpmn2:sequenceFlow>
85 <bpmn2:sequenceFlow id="SequenceFlow_28" name="" sourceRef="sendOpPolicyReqUpdate" targetRef="ExclusiveGateway_3" />
86 <bpmn2:serviceTask id="sendOpPolicyReqStop" name="Send Operation Policy Request [Stop]" camunda:delegateExpression="${operationalPolicyDeleteDelegate}">
Determe, Sebastien (sd378r)4c143952017-09-08 12:14:08 +020087 <bpmn2:incoming>SequenceFlow_29</bpmn2:incoming>
ChrisC5e9feb22017-06-21 02:38:57 -070088 <bpmn2:outgoing>SequenceFlow_30</bpmn2:outgoing>
89 </bpmn2:serviceTask>
Determe, Sebastien (sd378r)4c143952017-09-08 12:14:08 +020090 <bpmn2:sequenceFlow id="SequenceFlow_29" name="" sourceRef="ExclusiveGateway_2" targetRef="sendOpPolicyReqStop">
ChrisC5e9feb22017-06-21 02:38:57 -070091 <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[${ actionCd == 'STOP' }]]></bpmn2:conditionExpression>
92 </bpmn2:sequenceFlow>
93 <bpmn2:sequenceFlow id="SequenceFlow_30" name="" sourceRef="sendOpPolicyReqStop" targetRef="ExclusiveGateway_3" />
94 <bpmn2:serviceTask id="sendOpPolicyReqRestart" name="Send Operation Policy Request [Restart]" camunda:delegateExpression="${operationalPolicyDelegate}">
Determe, Sebastien (sd378r)4c143952017-09-08 12:14:08 +020095 <bpmn2:incoming>SequenceFlow_31</bpmn2:incoming>
ChrisC5e9feb22017-06-21 02:38:57 -070096 <bpmn2:outgoing>SequenceFlow_32</bpmn2:outgoing>
97 </bpmn2:serviceTask>
Determe, Sebastien (sd378r)4c143952017-09-08 12:14:08 +020098 <bpmn2:sequenceFlow id="SequenceFlow_31" name="" sourceRef="ExclusiveGateway_2" targetRef="sendOpPolicyReqRestart">
ChrisC5e9feb22017-06-21 02:38:57 -070099 <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[${ actionCd == 'RESTART' }]]></bpmn2:conditionExpression>
100 </bpmn2:sequenceFlow>
101 <bpmn2:sequenceFlow id="SequenceFlow_32" name="" sourceRef="sendOpPolicyReqRestart" targetRef="ExclusiveGateway_3" />
102 <bpmn2:startEvent id="StartEvent_1">
103 <bpmn2:outgoing>SequenceFlow_2</bpmn2:outgoing>
104 </bpmn2:startEvent>
105 <bpmn2:sequenceFlow id="SequenceFlow_2" name="" sourceRef="StartEvent_1" targetRef="ExclusiveGateway_2" />
106 <bpmn2:serviceTask id="sendStringMatchingReqDelete" name="Send String Match Micro Service request to Policy [Delete]" camunda:delegateExpression="${stringMatchPolicyDeleteDelegate}">
107 <bpmn2:incoming>SequenceFlow_15</bpmn2:incoming>
108 <bpmn2:outgoing>SequenceFlow_23</bpmn2:outgoing>
109 </bpmn2:serviceTask>
110 <bpmn2:sequenceFlow id="SequenceFlow_23" name="" sourceRef="sendStringMatchingReqDelete" targetRef="sendTcaReqDelete" />
111 <bpmn2:sequenceFlow id="SequenceFlow_6" name="" sourceRef="sendOpPolicyReqDelete" targetRef="ExclusiveGateway_3" />
112 <bpmn2:sequenceFlow id="SequenceFlow_15" name="" sourceRef="ExclusiveGateway_2" targetRef="sendStringMatchingReqDelete">
113 <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[${ actionCd == 'DELETE' }]]></bpmn2:conditionExpression>
114 </bpmn2:sequenceFlow>
115 <bpmn2:sequenceFlow id="SequenceFlow_0w39hon" sourceRef="ServiceTask_0x8ypxf" targetRef="sendStringMatchingReqDistribute" />
116 <bpmn2:sequenceFlow id="SequenceFlow_1xlfq66" sourceRef="ExclusiveGateway_2" targetRef="ServiceTask_0x8ypxf">
117 <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[${ actionCd == 'SUBMIT' || actionCd == 'RESUBMIT' }]]></bpmn2:conditionExpression>
118 </bpmn2:sequenceFlow>
119 <bpmn2:serviceTask id="ServiceTask_0x8ypxf" name="Send to SDC [Submit]" camunda:delegateExpression="${sdcSendReqDelegate}">
120 <bpmn2:incoming>SequenceFlow_4</bpmn2:incoming>
121 <bpmn2:incoming>SequenceFlow_1xlfq66</bpmn2:incoming>
122 <bpmn2:outgoing>SequenceFlow_0w39hon</bpmn2:outgoing>
123 </bpmn2:serviceTask>
Determe, Sebastien (sd378r)4c143952017-09-08 12:14:08 +0200124 <bpmn2:sequenceFlow id="SequenceFlow_1rga27p" sourceRef="sendTcaReqDistribute" targetRef="sendHolmesReqDistribute" />
125 <bpmn2:sequenceFlow id="SequenceFlow_0tpegxf" sourceRef="sendTcaReqDelete" targetRef="sendHolmesReqDelete" />
126 <bpmn2:serviceTask id="sendTcaReqDelete" name="Send Tca Micro Service request to Policy [Delete]" camunda:delegateExpression="${tcaPolicyDeleteDelegate}">
127 <bpmn2:incoming>SequenceFlow_23</bpmn2:incoming>
128 <bpmn2:outgoing>SequenceFlow_0tpegxf</bpmn2:outgoing>
Determe, Sebastien (sd378r)e63aa2e2017-08-08 03:13:42 -0700129 </bpmn2:serviceTask>
Determe, Sebastien (sd378r)4c143952017-09-08 12:14:08 +0200130 <bpmn2:sequenceFlow id="SequenceFlow_1kegg6u" sourceRef="sendTcaReqUpdate" targetRef="sendHolmesReqUpdate" />
131 <bpmn2:serviceTask id="sendTcaReqDistribute" name="Send Tca Micro Service request to Policy [Submit]" camunda:delegateExpression="${tcaPolicyDelegate}">
132 <bpmn2:incoming>SequenceFlow_14</bpmn2:incoming>
133 <bpmn2:outgoing>SequenceFlow_1rga27p</bpmn2:outgoing>
Determe, Sebastien (sd378r)e63aa2e2017-08-08 03:13:42 -0700134 </bpmn2:serviceTask>
ChrisC5e9feb22017-06-21 02:38:57 -0700135 <bpmn2:serviceTask id="sendStringMatchingReqDistribute" name="Send String Match Micro Service request to Policy [Submit]" camunda:delegateExpression="${stringMatchPolicyDelegate}">
136 <bpmn2:incoming>SequenceFlow_0w39hon</bpmn2:incoming>
137 <bpmn2:outgoing>SequenceFlow_14</bpmn2:outgoing>
138 </bpmn2:serviceTask>
Determe, Sebastien (sd378r)4c143952017-09-08 12:14:08 +0200139 <bpmn2:sequenceFlow id="SequenceFlow_14" name="" sourceRef="sendStringMatchingReqDistribute" targetRef="sendTcaReqDistribute" />
140 <bpmn2:sequenceFlow id="SequenceFlow_1tu9g11" sourceRef="sendHolmesReqDistribute" targetRef="sendOpPolicyReqDistribute" />
141 <bpmn2:serviceTask id="sendHolmesReqDistribute" name="Send Holmes Micro Service request to Policy [Submit]" camunda:delegateExpression="${holmesPolicyDelegate}">
142 <bpmn2:incoming>SequenceFlow_1rga27p</bpmn2:incoming>
143 <bpmn2:outgoing>SequenceFlow_1tu9g11</bpmn2:outgoing>
ChrisC5e9feb22017-06-21 02:38:57 -0700144 </bpmn2:serviceTask>
145 <bpmn2:serviceTask id="sendOpPolicyReqDelete" name="Send Operation Policy Request [Delete]" camunda:delegateExpression="${operationalPolicyDeleteDelegate}">
Determe, Sebastien (sd378r)4c143952017-09-08 12:14:08 +0200146 <bpmn2:incoming>SequenceFlow_1mtizad</bpmn2:incoming>
ChrisC5e9feb22017-06-21 02:38:57 -0700147 <bpmn2:outgoing>SequenceFlow_6</bpmn2:outgoing>
148 </bpmn2:serviceTask>
Determe, Sebastien (sd378r)4c143952017-09-08 12:14:08 +0200149 <bpmn2:serviceTask id="sendHolmesReqDelete" name="Send Holmes Micro Service request to Policy [Delete]" camunda:delegateExpression="${holmesPolicyDeleteDelegate}">
150 <bpmn2:incoming>SequenceFlow_0tpegxf</bpmn2:incoming>
151 <bpmn2:outgoing>SequenceFlow_1mtizad</bpmn2:outgoing>
ChrisC5e9feb22017-06-21 02:38:57 -0700152 </bpmn2:serviceTask>
Determe, Sebastien (sd378r)4c143952017-09-08 12:14:08 +0200153 <bpmn2:sequenceFlow id="SequenceFlow_1mtizad" sourceRef="sendHolmesReqDelete" targetRef="sendOpPolicyReqDelete" />
ChrisC5e9feb22017-06-21 02:38:57 -0700154 <bpmn2:serviceTask id="sendStringMatchingReqUpdate" name="Send String Match Micro Service request to Policy [Update]" camunda:delegateExpression="${stringMatchPolicyDelegate}">
155 <bpmn2:incoming>SequenceFlow_27</bpmn2:incoming>
156 <bpmn2:outgoing>SequenceFlow_26</bpmn2:outgoing>
157 </bpmn2:serviceTask>
ChrisC5e9feb22017-06-21 02:38:57 -0700158 <bpmn2:serviceTask id="sendTcaReqUpdate" name="Send Tca Micro Service request to Policy [Update]" camunda:delegateExpression="${tcaPolicyDelegate}">
159 <bpmn2:incoming>SequenceFlow_26</bpmn2:incoming>
160 <bpmn2:outgoing>SequenceFlow_1kegg6u</bpmn2:outgoing>
161 </bpmn2:serviceTask>
Determe, Sebastien (sd378r)4c143952017-09-08 12:14:08 +0200162 <bpmn2:sequenceFlow id="SequenceFlow_26" name="" sourceRef="sendStringMatchingReqUpdate" targetRef="sendTcaReqUpdate" />
163 <bpmn2:serviceTask id="sendHolmesReqUpdate" name="Send Holmes Micro Service request to Policy [Update]" camunda:delegateExpression="${holmesPolicyDelegate}">
164 <bpmn2:incoming>SequenceFlow_1kegg6u</bpmn2:incoming>
165 <bpmn2:outgoing>SequenceFlow_0ejpmee</bpmn2:outgoing>
166 </bpmn2:serviceTask>
167 <bpmn2:sequenceFlow id="SequenceFlow_0ejpmee" sourceRef="sendHolmesReqUpdate" targetRef="sendOpPolicyReqUpdate" />
ChrisC5e9feb22017-06-21 02:38:57 -0700168 </bpmn2:process>
169 <bpmndi:BPMNDiagram id="BPMNDiagram_1">
170 <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="_Collaboration_2">
171 <bpmndi:BPMNShape id="_BPMNShape_StartEvent_4" bpmnElement="StartEvent_1">
172 <dc:Bounds x="72" y="220" width="36" height="36" />
173 <bpmndi:BPMNLabel>
174 <dc:Bounds x="90" y="261" width="0" height="0" />
175 </bpmndi:BPMNLabel>
176 </bpmndi:BPMNShape>
177 <bpmndi:BPMNShape id="_BPMNShape_EndEvent_104" bpmnElement="EndEvent_1">
178 <dc:Bounds x="1320" y="216" width="36" height="36" />
179 <bpmndi:BPMNLabel>
180 <dc:Bounds x="1338" y="257" width="0" height="0" />
181 </bpmndi:BPMNLabel>
182 </bpmndi:BPMNShape>
183 <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_8" bpmnElement="sendStringMatchingReqDistribute">
Determe, Sebastien (sd378r)4c143952017-09-08 12:14:08 +0200184 <dc:Bounds x="400" y="89" width="100" height="80" />
ChrisC5e9feb22017-06-21 02:38:57 -0700185 </bpmndi:BPMNShape>
186 <bpmndi:BPMNShape id="_BPMNShape_ServiceTask_6" bpmnElement="sendOpPolicyReqDistribute">
187 <dc:Bounds x="912" y="89" width="100" height="80" />
188 </bpmndi:BPMNShape>
Determe, Sebastien (sd378r)4c143952017-09-08 12:14:08 +0200189 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_14" bpmnElement="SequenceFlow_14" sourceElement="_BPMNShape_ScriptTask_8" targetElement="ServiceTask_1r1brt6_di">
190 <di:waypoint xsi:type="dc:Point" x="500" y="129" />
191 <di:waypoint xsi:type="dc:Point" x="546" y="129" />
ChrisC5e9feb22017-06-21 02:38:57 -0700192 <bpmndi:BPMNLabel>
Determe, Sebastien (sd378r)4c143952017-09-08 12:14:08 +0200193 <dc:Bounds x="624" y="192" width="90" height="6" />
ChrisC5e9feb22017-06-21 02:38:57 -0700194 </bpmndi:BPMNLabel>
195 </bpmndi:BPMNEdge>
196 <bpmndi:BPMNShape id="_BPMNShape_ServiceTask_7" bpmnElement="insEvent">
197 <dc:Bounds x="1188" y="194" width="100" height="80" />
198 </bpmndi:BPMNShape>
199 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_16" bpmnElement="SequenceFlow_16" sourceElement="_BPMNShape_ServiceTask_7" targetElement="_BPMNShape_EndEvent_104">
200 <di:waypoint xsi:type="dc:Point" x="1288" y="234" />
201 <di:waypoint xsi:type="dc:Point" x="1320" y="234" />
202 <bpmndi:BPMNLabel>
203 <dc:Bounds x="1295" y="234" width="6" height="6" />
204 </bpmndi:BPMNLabel>
205 </bpmndi:BPMNEdge>
206 <bpmndi:BPMNShape id="_BPMNShape_Participant_2" bpmnElement="_Participant_2" isHorizontal="true">
207 <dc:Bounds x="0" y="0" width="1369" height="833" />
208 </bpmndi:BPMNShape>
209 <bpmndi:BPMNShape id="_BPMNShape_Lane_2" bpmnElement="Lane_1" isHorizontal="true">
210 <dc:Bounds x="30" y="0" width="1339" height="289" />
211 </bpmndi:BPMNShape>
212 <bpmndi:BPMNShape id="_BPMNShape_Lane_6" bpmnElement="Lane_5" isHorizontal="true">
213 <dc:Bounds x="30" y="288" width="1339" height="197" />
214 </bpmndi:BPMNShape>
215 <bpmndi:BPMNShape id="_BPMNShape_ExclusiveGateway_3" bpmnElement="ExclusiveGateway_2" isMarkerVisible="true">
216 <dc:Bounds x="144" y="212" width="50" height="50" />
217 <bpmndi:BPMNLabel>
218 <dc:Bounds x="169" y="267" width="0" height="0" />
219 </bpmndi:BPMNLabel>
220 </bpmndi:BPMNShape>
221 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_2" bpmnElement="SequenceFlow_2" sourceElement="_BPMNShape_StartEvent_4" targetElement="_BPMNShape_ExclusiveGateway_3">
222 <di:waypoint xsi:type="dc:Point" x="108" y="238" />
223 <di:waypoint xsi:type="dc:Point" x="126" y="238" />
224 <di:waypoint xsi:type="dc:Point" x="126" y="237" />
225 <di:waypoint xsi:type="dc:Point" x="144" y="237" />
226 <bpmndi:BPMNLabel>
227 <dc:Bounds x="128" y="237" width="6" height="6" />
228 </bpmndi:BPMNLabel>
229 </bpmndi:BPMNEdge>
230 <bpmndi:BPMNShape id="_BPMNShape_ExclusiveGateway_4" bpmnElement="ExclusiveGateway_3" isMarkerVisible="true">
231 <dc:Bounds x="1104" y="208" width="50" height="50" />
232 <bpmndi:BPMNLabel>
233 <dc:Bounds x="1129" y="263" width="0" height="0" />
234 </bpmndi:BPMNLabel>
235 </bpmndi:BPMNShape>
236 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_7" bpmnElement="SequenceFlow_7" sourceElement="_BPMNShape_ExclusiveGateway_4" targetElement="_BPMNShape_ServiceTask_7">
237 <di:waypoint xsi:type="dc:Point" x="1154" y="233" />
238 <di:waypoint xsi:type="dc:Point" x="1188" y="234" />
239 <bpmndi:BPMNLabel>
240 <dc:Bounds x="1175" y="234" width="6" height="6" />
241 </bpmndi:BPMNLabel>
242 </bpmndi:BPMNEdge>
243 <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 +0200244 <di:waypoint xsi:type="dc:Point" x="1012" y="130" />
245 <di:waypoint xsi:type="dc:Point" x="1057" y="130" />
246 <di:waypoint xsi:type="dc:Point" x="1057" y="233" />
247 <di:waypoint xsi:type="dc:Point" x="1104" y="233" />
ChrisC5e9feb22017-06-21 02:38:57 -0700248 <bpmndi:BPMNLabel>
Determe, Sebastien (sd378r)4c143952017-09-08 12:14:08 +0200249 <dc:Bounds x="1027" y="178.5" width="90" height="6" />
ChrisC5e9feb22017-06-21 02:38:57 -0700250 </bpmndi:BPMNLabel>
251 </bpmndi:BPMNEdge>
252 <bpmndi:BPMNShape id="_BPMNShape_ServiceTask_11" bpmnElement="sendStringMatchingReqDelete">
253 <dc:Bounds x="348" y="385" width="100" height="80" />
254 </bpmndi:BPMNShape>
255 <bpmndi:BPMNShape id="_BPMNShape_ServiceTask_12" bpmnElement="sendOpPolicyReqDelete">
Determe, Sebastien (sd378r)4c143952017-09-08 12:14:08 +0200256 <dc:Bounds x="831" y="385" width="100" height="80" />
ChrisC5e9feb22017-06-21 02:38:57 -0700257 </bpmndi:BPMNShape>
258 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_23" bpmnElement="SequenceFlow_23" sourceElement="_BPMNShape_ServiceTask_11" targetElement="_BPMNShape_ServiceTask_12">
259 <di:waypoint xsi:type="dc:Point" x="448" y="425" />
260 <di:waypoint xsi:type="dc:Point" x="496" y="425" />
261 <bpmndi:BPMNLabel>
262 <dc:Bounds x="467" y="425" width="6" height="6" />
263 </bpmndi:BPMNLabel>
264 </bpmndi:BPMNEdge>
265 <bpmndi:BPMNShape id="_BPMNShape_Lane_9" bpmnElement="Lane_4" isHorizontal="true">
266 <dc:Bounds x="30" y="484" width="1339" height="117" />
267 </bpmndi:BPMNShape>
268 <bpmndi:BPMNShape id="_BPMNShape_ServiceTask_14" bpmnElement="sendStringMatchingReqUpdate">
Determe, Sebastien (sd378r)4c143952017-09-08 12:14:08 +0200269 <dc:Bounds x="350" y="500" width="100" height="80" />
ChrisC5e9feb22017-06-21 02:38:57 -0700270 </bpmndi:BPMNShape>
271 <bpmndi:BPMNShape id="_BPMNShape_ServiceTask_15" bpmnElement="sendOpPolicyReqUpdate">
272 <dc:Bounds x="912" y="500" width="100" height="80" />
273 </bpmndi:BPMNShape>
Determe, Sebastien (sd378r)4c143952017-09-08 12:14:08 +0200274 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_26" bpmnElement="SequenceFlow_26" sourceElement="_BPMNShape_ServiceTask_14" targetElement="ServiceTask_08pqhb3_di">
275 <di:waypoint xsi:type="dc:Point" x="450" y="540" />
276 <di:waypoint xsi:type="dc:Point" x="496" y="540" />
ChrisC5e9feb22017-06-21 02:38:57 -0700277 <bpmndi:BPMNLabel>
Determe, Sebastien (sd378r)4c143952017-09-08 12:14:08 +0200278 <dc:Bounds x="580" y="540" width="90" height="6" />
ChrisC5e9feb22017-06-21 02:38:57 -0700279 </bpmndi:BPMNLabel>
280 </bpmndi:BPMNEdge>
281 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_27" bpmnElement="SequenceFlow_27" sourceElement="_BPMNShape_ExclusiveGateway_3" targetElement="_BPMNShape_ServiceTask_14">
282 <di:waypoint xsi:type="dc:Point" x="169" y="262" />
283 <di:waypoint xsi:type="dc:Point" x="169" y="540" />
Determe, Sebastien (sd378r)4c143952017-09-08 12:14:08 +0200284 <di:waypoint xsi:type="dc:Point" x="350" y="540" />
ChrisC5e9feb22017-06-21 02:38:57 -0700285 <bpmndi:BPMNLabel>
286 <dc:Bounds x="139" y="398" width="90" height="6" />
287 </bpmndi:BPMNLabel>
288 </bpmndi:BPMNEdge>
289 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_28" bpmnElement="SequenceFlow_28" sourceElement="_BPMNShape_ServiceTask_15" targetElement="_BPMNShape_ExclusiveGateway_4">
290 <di:waypoint xsi:type="dc:Point" x="1012" y="539" />
291 <di:waypoint xsi:type="dc:Point" x="1058" y="538" />
Determe, Sebastien (sd378r)4c143952017-09-08 12:14:08 +0200292 <di:waypoint xsi:type="dc:Point" x="1058" y="233" />
293 <di:waypoint xsi:type="dc:Point" x="1104" y="233" />
ChrisC5e9feb22017-06-21 02:38:57 -0700294 <bpmndi:BPMNLabel>
Determe, Sebastien (sd378r)4c143952017-09-08 12:14:08 +0200295 <dc:Bounds x="1028" y="382.5" width="90" height="6" />
ChrisC5e9feb22017-06-21 02:38:57 -0700296 </bpmndi:BPMNLabel>
297 </bpmndi:BPMNEdge>
298 <bpmndi:BPMNShape id="_BPMNShape_Lane_10" bpmnElement="Lane_6" isHorizontal="true">
299 <dc:Bounds x="30" y="600" width="1339" height="117" />
300 </bpmndi:BPMNShape>
301 <bpmndi:BPMNShape id="_BPMNShape_ServiceTask_16" bpmnElement="sendOpPolicyReqStop">
302 <dc:Bounds x="912" y="619" width="100" height="80" />
303 </bpmndi:BPMNShape>
304 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_29" bpmnElement="SequenceFlow_29" sourceElement="_BPMNShape_ExclusiveGateway_3" targetElement="_BPMNShape_ServiceTask_16">
305 <di:waypoint xsi:type="dc:Point" x="169" y="262" />
Determe, Sebastien (sd378r)4c143952017-09-08 12:14:08 +0200306 <di:waypoint xsi:type="dc:Point" x="169" y="659" />
307 <di:waypoint xsi:type="dc:Point" x="912" y="659" />
ChrisC5e9feb22017-06-21 02:38:57 -0700308 <bpmndi:BPMNLabel>
Determe, Sebastien (sd378r)4c143952017-09-08 12:14:08 +0200309 <dc:Bounds x="139" y="457.5" width="90" height="6" />
ChrisC5e9feb22017-06-21 02:38:57 -0700310 </bpmndi:BPMNLabel>
311 </bpmndi:BPMNEdge>
312 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_30" bpmnElement="SequenceFlow_30" sourceElement="_BPMNShape_ServiceTask_16" targetElement="_BPMNShape_ExclusiveGateway_4">
313 <di:waypoint xsi:type="dc:Point" x="1012" y="658" />
314 <di:waypoint xsi:type="dc:Point" x="1058" y="658" />
315 <di:waypoint xsi:type="dc:Point" x="1058" y="233" />
316 <di:waypoint xsi:type="dc:Point" x="1104" y="233" />
317 <bpmndi:BPMNLabel>
Determe, Sebastien (sd378r)4c143952017-09-08 12:14:08 +0200318 <dc:Bounds x="1028" y="442.5" width="90" height="6" />
ChrisC5e9feb22017-06-21 02:38:57 -0700319 </bpmndi:BPMNLabel>
320 </bpmndi:BPMNEdge>
321 <bpmndi:BPMNShape id="_BPMNShape_Lane_11" bpmnElement="Lane_7" isHorizontal="true">
322 <dc:Bounds x="30" y="716" width="1339" height="117" />
323 </bpmndi:BPMNShape>
324 <bpmndi:BPMNShape id="_BPMNShape_ServiceTask_17" bpmnElement="sendOpPolicyReqRestart">
325 <dc:Bounds x="912" y="735" width="100" height="80" />
326 </bpmndi:BPMNShape>
327 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_31" bpmnElement="SequenceFlow_31" sourceElement="_BPMNShape_ExclusiveGateway_3" targetElement="_BPMNShape_ServiceTask_17">
328 <di:waypoint xsi:type="dc:Point" x="169" y="262" />
329 <di:waypoint xsi:type="dc:Point" x="169" y="775" />
Determe, Sebastien (sd378r)4c143952017-09-08 12:14:08 +0200330 <di:waypoint xsi:type="dc:Point" x="912" y="775" />
ChrisC5e9feb22017-06-21 02:38:57 -0700331 <bpmndi:BPMNLabel>
Determe, Sebastien (sd378r)4c143952017-09-08 12:14:08 +0200332 <dc:Bounds x="139" y="515.5" width="90" height="6" />
ChrisC5e9feb22017-06-21 02:38:57 -0700333 </bpmndi:BPMNLabel>
334 </bpmndi:BPMNEdge>
335 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_32" bpmnElement="SequenceFlow_32" sourceElement="_BPMNShape_ServiceTask_17" targetElement="_BPMNShape_ExclusiveGateway_4">
336 <di:waypoint xsi:type="dc:Point" x="1012" y="775" />
337 <di:waypoint xsi:type="dc:Point" x="1058" y="775" />
Determe, Sebastien (sd378r)4c143952017-09-08 12:14:08 +0200338 <di:waypoint xsi:type="dc:Point" x="1058" y="234" />
339 <di:waypoint xsi:type="dc:Point" x="1105" y="234" />
ChrisC5e9feb22017-06-21 02:38:57 -0700340 <bpmndi:BPMNLabel>
Determe, Sebastien (sd378r)4c143952017-09-08 12:14:08 +0200341 <dc:Bounds x="1028" y="501.5" width="90" height="6" />
ChrisC5e9feb22017-06-21 02:38:57 -0700342 </bpmndi:BPMNLabel>
343 </bpmndi:BPMNEdge>
344 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_15" bpmnElement="SequenceFlow_15" sourceElement="_BPMNShape_ExclusiveGateway_3" targetElement="_BPMNShape_ServiceTask_11">
345 <di:waypoint xsi:type="dc:Point" x="169" y="262" />
346 <di:waypoint xsi:type="dc:Point" x="169" y="425" />
347 <di:waypoint xsi:type="dc:Point" x="348" y="425" />
348 <bpmndi:BPMNLabel>
349 <dc:Bounds x="139" y="333.5" width="90" height="20" />
350 </bpmndi:BPMNLabel>
351 </bpmndi:BPMNEdge>
352 <bpmndi:BPMNShape id="ServiceTask_0x8ypxf_di" bpmnElement="ServiceTask_0x8ypxf">
353 <dc:Bounds x="204" y="89" width="100" height="80" />
354 </bpmndi:BPMNShape>
355 <bpmndi:BPMNEdge id="SequenceFlow_0w39hon_di" bpmnElement="SequenceFlow_0w39hon">
356 <di:waypoint xsi:type="dc:Point" x="304" y="129" />
Determe, Sebastien (sd378r)4c143952017-09-08 12:14:08 +0200357 <di:waypoint xsi:type="dc:Point" x="400" y="129" />
ChrisC5e9feb22017-06-21 02:38:57 -0700358 <bpmndi:BPMNLabel>
Determe, Sebastien (sd378r)4c143952017-09-08 12:14:08 +0200359 <dc:Bounds x="307" y="114" width="90" height="0" />
ChrisC5e9feb22017-06-21 02:38:57 -0700360 </bpmndi:BPMNLabel>
361 </bpmndi:BPMNEdge>
362 <bpmndi:BPMNEdge id="SequenceFlow_1xlfq66_di" bpmnElement="SequenceFlow_1xlfq66">
363 <di:waypoint xsi:type="dc:Point" x="169" y="212" />
364 <di:waypoint xsi:type="dc:Point" x="169" y="129" />
365 <di:waypoint xsi:type="dc:Point" x="204" y="129" />
366 <bpmndi:BPMNLabel>
367 <dc:Bounds x="184" y="170.5" width="0" height="0" />
368 </bpmndi:BPMNLabel>
369 </bpmndi:BPMNEdge>
ChrisC5e9feb22017-06-21 02:38:57 -0700370 <bpmndi:BPMNEdge id="SequenceFlow_1rga27p_di" bpmnElement="SequenceFlow_1rga27p">
Determe, Sebastien (sd378r)4c143952017-09-08 12:14:08 +0200371 <di:waypoint xsi:type="dc:Point" x="646" y="129" />
372 <di:waypoint xsi:type="dc:Point" x="729" y="129" />
ChrisC5e9feb22017-06-21 02:38:57 -0700373 <bpmndi:BPMNLabel>
Determe, Sebastien (sd378r)4c143952017-09-08 12:14:08 +0200374 <dc:Bounds x="642.5" y="104" width="90" height="20" />
ChrisC5e9feb22017-06-21 02:38:57 -0700375 </bpmndi:BPMNLabel>
376 </bpmndi:BPMNEdge>
377 <bpmndi:BPMNShape id="ServiceTask_1r1brt6_di" bpmnElement="sendTcaReqDistribute">
Determe, Sebastien (sd378r)4c143952017-09-08 12:14:08 +0200378 <dc:Bounds x="546" y="89" width="100" height="80" />
ChrisC5e9feb22017-06-21 02:38:57 -0700379 </bpmndi:BPMNShape>
380 <bpmndi:BPMNEdge id="SequenceFlow_0tpegxf_di" bpmnElement="SequenceFlow_0tpegxf">
381 <di:waypoint xsi:type="dc:Point" x="596" y="425" />
Determe, Sebastien (sd378r)4c143952017-09-08 12:14:08 +0200382 <di:waypoint xsi:type="dc:Point" x="665" y="425" />
ChrisC5e9feb22017-06-21 02:38:57 -0700383 <bpmndi:BPMNLabel>
Determe, Sebastien (sd378r)4c143952017-09-08 12:14:08 +0200384 <dc:Bounds x="585.5" y="400" width="90" height="20" />
ChrisC5e9feb22017-06-21 02:38:57 -0700385 </bpmndi:BPMNLabel>
386 </bpmndi:BPMNEdge>
387 <bpmndi:BPMNShape id="ServiceTask_0y2gwy4_di" bpmnElement="sendTcaReqDelete">
388 <dc:Bounds x="495.71500000000003" y="385" width="100" height="80" />
389 </bpmndi:BPMNShape>
390 <bpmndi:BPMNEdge id="SequenceFlow_1kegg6u_di" bpmnElement="SequenceFlow_1kegg6u">
Determe, Sebastien (sd378r)4c143952017-09-08 12:14:08 +0200391 <di:waypoint xsi:type="dc:Point" x="596" y="540" />
392 <di:waypoint xsi:type="dc:Point" x="688" y="540" />
ChrisC5e9feb22017-06-21 02:38:57 -0700393 <bpmndi:BPMNLabel>
Determe, Sebastien (sd378r)4c143952017-09-08 12:14:08 +0200394 <dc:Bounds x="597" y="515" width="90" height="20" />
ChrisC5e9feb22017-06-21 02:38:57 -0700395 </bpmndi:BPMNLabel>
396 </bpmndi:BPMNEdge>
397 <bpmndi:BPMNShape id="ServiceTask_08pqhb3_di" bpmnElement="sendTcaReqUpdate">
Determe, Sebastien (sd378r)4c143952017-09-08 12:14:08 +0200398 <dc:Bounds x="496" y="500" width="100" height="80" />
ChrisC5e9feb22017-06-21 02:38:57 -0700399 </bpmndi:BPMNShape>
Determe, Sebastien (sd378r)4c143952017-09-08 12:14:08 +0200400 <bpmndi:BPMNShape id="ServiceTask_1a6a3ro_di" bpmnElement="sendHolmesReqDistribute">
401 <dc:Bounds x="729" y="89" width="100" height="80" />
402 </bpmndi:BPMNShape>
403 <bpmndi:BPMNEdge id="SequenceFlow_1tu9g11_di" bpmnElement="SequenceFlow_1tu9g11">
404 <di:waypoint xsi:type="dc:Point" x="829" y="129" />
405 <di:waypoint xsi:type="dc:Point" x="912" y="129" />
406 <bpmndi:BPMNLabel>
407 <dc:Bounds x="870.5" y="108" width="0" height="12" />
408 </bpmndi:BPMNLabel>
409 </bpmndi:BPMNEdge>
410 <bpmndi:BPMNShape id="ServiceTask_1234ame_di" bpmnElement="sendHolmesReqDelete">
411 <dc:Bounds x="665" y="385" width="100" height="80" />
412 </bpmndi:BPMNShape>
413 <bpmndi:BPMNEdge id="SequenceFlow_1mtizad_di" bpmnElement="SequenceFlow_1mtizad">
414 <di:waypoint xsi:type="dc:Point" x="765" y="425" />
415 <di:waypoint xsi:type="dc:Point" x="831" y="425" />
416 <bpmndi:BPMNLabel>
417 <dc:Bounds x="798" y="404" width="0" height="12" />
418 </bpmndi:BPMNLabel>
419 </bpmndi:BPMNEdge>
420 <bpmndi:BPMNShape id="ServiceTask_17vvyrl_di" bpmnElement="sendHolmesReqUpdate">
421 <dc:Bounds x="688" y="500" width="100" height="80" />
422 </bpmndi:BPMNShape>
423 <bpmndi:BPMNEdge id="SequenceFlow_0ejpmee_di" bpmnElement="SequenceFlow_0ejpmee">
424 <di:waypoint xsi:type="dc:Point" x="788" y="540" />
425 <di:waypoint xsi:type="dc:Point" x="912" y="540" />
426 <bpmndi:BPMNLabel>
427 <dc:Bounds x="850" y="519" width="0" height="12" />
428 </bpmndi:BPMNLabel>
429 </bpmndi:BPMNEdge>
ChrisC5e9feb22017-06-21 02:38:57 -0700430 </bpmndi:BPMNPlane>
431 </bpmndi:BPMNDiagram>
432</bpmn2:definitions>