Merge "Reorder modifiers"
[so.git] / bpmn / so-bpmn-infrastructure-flows / src / main / resources / process / CreateAndActivatePnfResource.bpmn
1 <?xml version="1.0" encoding="UTF-8"?>
2 <bpmn:definitions xmlns:bpmn="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI" xmlns:di="http://www.omg.org/spec/DD/20100524/DI" xmlns:dc="http://www.omg.org/spec/DD/20100524/DC" xmlns:camunda="http://camunda.org/schema/1.0/bpmn" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" id="Definitions_1" targetNamespace="http://bpmn.io/schema/bpmn" exporter="Camunda Modeler" exporterVersion="1.11.3">
3   <bpmn:collaboration id="Collaboration_1d0w8lf">
4     <bpmn:participant id="Participant_1egg397" name="SO&#10;Create and Activate Pnf Resource" processRef="CreateAndActivatePnfResource" />
5     <bpmn:participant id="Participant_0atuyq0" name="AAI" />
6     <bpmn:participant id="Participant_19w87ws" name="Workflow Message Service&#10;(communication with DMAAP)&#10;" />
7     <bpmn:messageFlow id="MessageFlow_1h3xu88" sourceRef="CreateAndActivatePnf_CreateAaiEntry" targetRef="Participant_0atuyq0" />
8     <bpmn:messageFlow id="MessageFlow_09ibv5a" sourceRef="CheckAiiForCorrelationId" targetRef="Participant_0atuyq0" />
9     <bpmn:messageFlow id="MessageFlow_0vjul4t" sourceRef="Participant_0atuyq0" targetRef="CheckAiiForCorrelationId" />
10     <bpmn:messageFlow id="MessageFlow_1vrcp2d" sourceRef="Participant_19w87ws" targetRef="WaitForDmaapPnfReadyNotification" />
11     <bpmn:messageFlow id="MessageFlow_0tg4hw9" sourceRef="InformDmaapClient" targetRef="Participant_19w87ws" />
12     <bpmn:messageFlow id="MessageFlow_1py54jr" sourceRef="CancelDmaapClientSubscription" targetRef="Participant_19w87ws" />
13   </bpmn:collaboration>
14   <bpmn:process id="CreateAndActivatePnfResource" name="CreateAndActivatePnfResource" isExecutable="true">
15     <bpmn:sequenceFlow id="SequenceFlow_1kc34bc" sourceRef="WaitForDmaapTimeout" targetRef="CancelDmaapClientSubscription" />
16     <bpmn:sequenceFlow id="SequenceFlow_1o8od8e" sourceRef="InformDmaapClient" targetRef="WaitForDmaapPnfReadyNotification" />
17     <bpmn:sequenceFlow id="SequenceFlow_0v5ffpe" name="No" sourceRef="DoesAaiContainInfoAboutPnf" targetRef="CreateAndActivatePnf_CreateAaiEntry">
18       <bpmn:conditionExpression xsi:type="bpmn:tFormalExpression">#{!aaiContainsInfoAboutPnf}</bpmn:conditionExpression>
19     </bpmn:sequenceFlow>
20     <bpmn:sequenceFlow id="SequenceFlow_0p09qgm" sourceRef="WaitForDmaapPnfReadyNotification" targetRef="AaiEntryUpdated" />
21     <bpmn:sequenceFlow id="SequenceFlow_17s9025" sourceRef="AaiEntryExists" targetRef="InformDmaapClient" />
22     <bpmn:sequenceFlow id="SequenceFlow_1qr6cmf" sourceRef="CreateAndActivatePnf_CreateAaiEntry" targetRef="AaiEntryExists" />
23     <bpmn:sequenceFlow id="SequenceFlow_1j4r3zt" sourceRef="CheckAiiForCorrelationId" targetRef="DoesAaiContainInfoAboutPnf" />
24     <bpmn:sequenceFlow id="SequenceFlow_0j5ksz1" sourceRef="CreateAndActivatePnf_StartEvent" targetRef="CheckInputs" />
25     <bpmn:sequenceFlow id="SequenceFlow_1miyzfe" sourceRef="CancelDmaapClientSubscription" targetRef="ThrowTimeoutException" />
26     <bpmn:sequenceFlow id="SequenceFlow_1ls8pua" name="No" sourceRef="DoesAaiContainInfoAboutIp" targetRef="AaiEntryExists">
27       <bpmn:conditionExpression xsi:type="bpmn:tFormalExpression">#{!aaiContainsInfoAboutIp}</bpmn:conditionExpression>
28     </bpmn:sequenceFlow>
29     <bpmn:sequenceFlow id="SequenceFlow_1l1t6ak" name="Yes" sourceRef="DoesAaiContainInfoAboutPnf" targetRef="DoesAaiContainInfoAboutIp">
30       <bpmn:conditionExpression xsi:type="bpmn:tFormalExpression">#{aaiContainsInfoAboutPnf}</bpmn:conditionExpression>
31     </bpmn:sequenceFlow>
32     <bpmn:sequenceFlow id="SequenceFlow_1h6yz62" name="Yes" sourceRef="DoesAaiContainInfoAboutIp" targetRef="AaiEntryAlreadyUpToDate">
33       <bpmn:conditionExpression xsi:type="bpmn:tFormalExpression">#{aaiContainsInfoAboutIp}</bpmn:conditionExpression>
34     </bpmn:sequenceFlow>
35     <bpmn:endEvent id="AaiEntryUpdated" name="AAI entry updated">
36       <bpmn:incoming>SequenceFlow_0p09qgm</bpmn:incoming>
37     </bpmn:endEvent>
38     <bpmn:endEvent id="ThrowTimeoutException" name="Throw timeout exception">
39       <bpmn:incoming>SequenceFlow_1miyzfe</bpmn:incoming>
40       <bpmn:errorEventDefinition errorRef="Error_1" />
41     </bpmn:endEvent>
42     <bpmn:endEvent id="AaiEntryAlreadyUpToDate" name="AAI entry already up-to-date">
43       <bpmn:incoming>SequenceFlow_1h6yz62</bpmn:incoming>
44     </bpmn:endEvent>
45     <bpmn:startEvent id="CreateAndActivatePnf_StartEvent">
46       <bpmn:outgoing>SequenceFlow_0j5ksz1</bpmn:outgoing>
47     </bpmn:startEvent>
48     <bpmn:sequenceFlow id="SequenceFlow_0967g8p" sourceRef="CheckInputs" targetRef="CheckAiiForCorrelationId" />
49     <bpmn:serviceTask id="CheckAiiForCorrelationId" name="Check AAI for correlation_id" camunda:delegateExpression="${checkAaiForCorrelationIdDelegate}">
50       <bpmn:incoming>SequenceFlow_0967g8p</bpmn:incoming>
51       <bpmn:outgoing>SequenceFlow_1j4r3zt</bpmn:outgoing>
52     </bpmn:serviceTask>
53     <bpmn:exclusiveGateway id="DoesAaiContainInfoAboutPnf" name="Does AAI contain info about pnf?">
54       <bpmn:incoming>SequenceFlow_1j4r3zt</bpmn:incoming>
55       <bpmn:outgoing>SequenceFlow_1l1t6ak</bpmn:outgoing>
56       <bpmn:outgoing>SequenceFlow_0v5ffpe</bpmn:outgoing>
57     </bpmn:exclusiveGateway>
58     <bpmn:serviceTask id="CreateAndActivatePnf_CreateAaiEntry" name="Create AAI entry with pnf-id = correlation_id" camunda:delegateExpression="${createAaiEntryWithPnfIdDelegate}">
59       <bpmn:incoming>SequenceFlow_0v5ffpe</bpmn:incoming>
60       <bpmn:outgoing>SequenceFlow_1qr6cmf</bpmn:outgoing>
61     </bpmn:serviceTask>
62     <bpmn:exclusiveGateway id="DoesAaiContainInfoAboutIp" name="Does AAI contain info about IPv4 or IPv6?">
63       <bpmn:incoming>SequenceFlow_1l1t6ak</bpmn:incoming>
64       <bpmn:outgoing>SequenceFlow_1h6yz62</bpmn:outgoing>
65       <bpmn:outgoing>SequenceFlow_1ls8pua</bpmn:outgoing>
66     </bpmn:exclusiveGateway>
67     <bpmn:intermediateThrowEvent id="AaiEntryExists" name="AAI entry exists, lacking IP">
68       <bpmn:incoming>SequenceFlow_1qr6cmf</bpmn:incoming>
69       <bpmn:incoming>SequenceFlow_1ls8pua</bpmn:incoming>
70       <bpmn:outgoing>SequenceFlow_17s9025</bpmn:outgoing>
71     </bpmn:intermediateThrowEvent>
72     <bpmn:serviceTask id="InformDmaapClient" name="Inform DmaapClient about business key and corresponding pnf-id" camunda:delegateExpression="${informDmaapClient}">
73       <bpmn:incoming>SequenceFlow_17s9025</bpmn:incoming>
74       <bpmn:outgoing>SequenceFlow_1o8od8e</bpmn:outgoing>
75     </bpmn:serviceTask>
76     <bpmn:receiveTask id="WaitForDmaapPnfReadyNotification" name="Wait for DMAAP pnf-ready notification" messageRef="Message_13h1tlo">
77       <bpmn:incoming>SequenceFlow_1o8od8e</bpmn:incoming>
78       <bpmn:outgoing>SequenceFlow_0p09qgm</bpmn:outgoing>
79     </bpmn:receiveTask>
80     <bpmn:boundaryEvent id="WaitForDmaapTimeout" name="Timeout" attachedToRef="WaitForDmaapPnfReadyNotification">
81       <bpmn:outgoing>SequenceFlow_1kc34bc</bpmn:outgoing>
82       <bpmn:timerEventDefinition>
83         <bpmn:timeDuration xsi:type="bpmn:tFormalExpression">#{timeoutForPnfEntryNotification}</bpmn:timeDuration>
84       </bpmn:timerEventDefinition>
85     </bpmn:boundaryEvent>
86     <bpmn:serviceTask id="CancelDmaapClientSubscription" name="Cancel DmaapClient subscription" camunda:delegateExpression="${cancelDmaapSubscription}">
87       <bpmn:incoming>SequenceFlow_1kc34bc</bpmn:incoming>
88       <bpmn:outgoing>SequenceFlow_1miyzfe</bpmn:outgoing>
89     </bpmn:serviceTask>
90     <bpmn:serviceTask id="CheckInputs" name="Check inputs" camunda:delegateExpression="${pnfCheckInputs}">
91       <bpmn:incoming>SequenceFlow_0j5ksz1</bpmn:incoming>
92       <bpmn:outgoing>SequenceFlow_0967g8p</bpmn:outgoing>
93     </bpmn:serviceTask>
94     <bpmn:textAnnotation id="TextAnnotation_1eyzes8">
95       <bpmn:text><![CDATA[Inputs:
96  - timeoutForPnfEntryNotification - String
97  - correlationId - String
98 ]]></bpmn:text>
99     </bpmn:textAnnotation>
100     <bpmn:association id="Association_0d7oxnz" sourceRef="CreateAndActivatePnf_StartEvent" targetRef="TextAnnotation_1eyzes8" />
101   </bpmn:process>
102   <bpmn:error id="Error_1" name="MSO Workflow Exception" errorCode="MSOWorkflowException" />
103   <bpmn:message id="Message_13h1tlo" name="WorkflowMessage" />
104   <bpmndi:BPMNDiagram id="BPMNDiagram_1">
105     <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Collaboration_1d0w8lf">
106       <bpmndi:BPMNShape id="Participant_1egg397_di" bpmnElement="Participant_1egg397">
107         <dc:Bounds x="-113" y="0" width="1601" height="438" />
108       </bpmndi:BPMNShape>
109       <bpmndi:BPMNShape id="ExclusiveGateway_1cttgdo_di" bpmnElement="DoesAaiContainInfoAboutPnf" isMarkerVisible="true">
110         <dc:Bounds x="390" y="182" width="50" height="50" />
111         <bpmndi:BPMNLabel>
112           <dc:Bounds x="372" y="283" width="85" height="20" />
113         </bpmndi:BPMNLabel>
114       </bpmndi:BPMNShape>
115       <bpmndi:BPMNShape id="ExclusiveGateway_0yamdfm_di" bpmnElement="DoesAaiContainInfoAboutIp" isMarkerVisible="true">
116         <dc:Bounds x="682" y="41" width="50" height="50" />
117         <bpmndi:BPMNLabel>
118           <dc:Bounds x="663" y="5" width="87" height="30" />
119         </bpmndi:BPMNLabel>
120       </bpmndi:BPMNShape>
121       <bpmndi:BPMNShape id="EndEvent_0k52gr7_di" bpmnElement="AaiEntryUpdated">
122         <dc:Bounds x="1312" y="189" width="36" height="36" />
123         <bpmndi:BPMNLabel>
124           <dc:Bounds x="1286" y="230" width="89" height="10" />
125         </bpmndi:BPMNLabel>
126       </bpmndi:BPMNShape>
127       <bpmndi:BPMNShape id="StartEvent_0j5ok9h_di" bpmnElement="CreateAndActivatePnf_StartEvent">
128         <dc:Bounds x="-54" y="189" width="36" height="36" />
129         <bpmndi:BPMNLabel>
130           <dc:Bounds x="-80" y="228" width="90" height="20" />
131         </bpmndi:BPMNLabel>
132       </bpmndi:BPMNShape>
133       <bpmndi:BPMNShape id="ServiceTask_0a5uk9o_di" bpmnElement="CheckAiiForCorrelationId">
134         <dc:Bounds x="219" y="167" width="100" height="80" />
135       </bpmndi:BPMNShape>
136       <bpmndi:BPMNShape id="ServiceTask_0iimk5v_di" bpmnElement="CreateAndActivatePnf_CreateAaiEntry">
137         <dc:Bounds x="511" y="167" width="100" height="80" />
138       </bpmndi:BPMNShape>
139       <bpmndi:BPMNEdge id="SequenceFlow_1j4r3zt_di" bpmnElement="SequenceFlow_1j4r3zt">
140         <di:waypoint xsi:type="dc:Point" x="319" y="207" />
141         <di:waypoint xsi:type="dc:Point" x="390" y="207" />
142         <bpmndi:BPMNLabel>
143           <dc:Bounds x="309.5" y="187" width="90" height="10" />
144         </bpmndi:BPMNLabel>
145       </bpmndi:BPMNEdge>
146       <bpmndi:BPMNEdge id="SequenceFlow_1l1t6ak_di" bpmnElement="SequenceFlow_1l1t6ak">
147         <di:waypoint xsi:type="dc:Point" x="415" y="207" />
148         <di:waypoint xsi:type="dc:Point" x="415" y="66" />
149         <di:waypoint xsi:type="dc:Point" x="682" y="66" />
150         <bpmndi:BPMNLabel>
151           <dc:Bounds x="430" y="180.1206896551724" width="19" height="10" />
152         </bpmndi:BPMNLabel>
153       </bpmndi:BPMNEdge>
154       <bpmndi:BPMNEdge id="SequenceFlow_0v5ffpe_di" bpmnElement="SequenceFlow_0v5ffpe">
155         <di:waypoint xsi:type="dc:Point" x="440" y="207" />
156         <di:waypoint xsi:type="dc:Point" x="511" y="207" />
157         <bpmndi:BPMNLabel>
158           <dc:Bounds x="447.32911392405055" y="210" width="15" height="10" />
159         </bpmndi:BPMNLabel>
160       </bpmndi:BPMNEdge>
161       <bpmndi:BPMNEdge id="SequenceFlow_1h6yz62_di" bpmnElement="SequenceFlow_1h6yz62">
162         <di:waypoint xsi:type="dc:Point" x="732" y="66" />
163         <di:waypoint xsi:type="dc:Point" x="1312" y="66" />
164         <bpmndi:BPMNLabel>
165           <dc:Bounds x="742.7435064935065" y="51" width="19" height="10" />
166         </bpmndi:BPMNLabel>
167       </bpmndi:BPMNEdge>
168       <bpmndi:BPMNEdge id="SequenceFlow_1ls8pua_di" bpmnElement="SequenceFlow_1ls8pua">
169         <di:waypoint xsi:type="dc:Point" x="707" y="91" />
170         <di:waypoint xsi:type="dc:Point" x="707" y="189" />
171         <bpmndi:BPMNLabel>
172           <dc:Bounds x="717" y="116.1917808219178" width="15" height="10" />
173         </bpmndi:BPMNLabel>
174       </bpmndi:BPMNEdge>
175       <bpmndi:BPMNEdge id="SequenceFlow_1qr6cmf_di" bpmnElement="SequenceFlow_1qr6cmf">
176         <di:waypoint xsi:type="dc:Point" x="611" y="207" />
177         <di:waypoint xsi:type="dc:Point" x="689" y="207" />
178         <bpmndi:BPMNLabel>
179           <dc:Bounds x="605" y="187" width="90" height="10" />
180         </bpmndi:BPMNLabel>
181       </bpmndi:BPMNEdge>
182       <bpmndi:BPMNEdge id="SequenceFlow_0j5ksz1_di" bpmnElement="SequenceFlow_0j5ksz1">
183         <di:waypoint xsi:type="dc:Point" x="-18" y="207" />
184         <di:waypoint xsi:type="dc:Point" x="48" y="207" />
185         <bpmndi:BPMNLabel>
186           <dc:Bounds x="-30" y="187" width="90" height="10" />
187         </bpmndi:BPMNLabel>
188       </bpmndi:BPMNEdge>
189       <bpmndi:BPMNShape id="Participant_0i9ban2_di" bpmnElement="Participant_0atuyq0">
190         <dc:Bounds x="123" y="523" width="502" height="60" />
191       </bpmndi:BPMNShape>
192       <bpmndi:BPMNEdge id="MessageFlow_1h3xu88_di" bpmnElement="MessageFlow_1h3xu88">
193         <di:waypoint xsi:type="dc:Point" x="561" y="247" />
194         <di:waypoint xsi:type="dc:Point" x="561" y="523" />
195         <bpmndi:BPMNLabel>
196           <dc:Bounds x="531" y="380" width="90" height="10" />
197         </bpmndi:BPMNLabel>
198       </bpmndi:BPMNEdge>
199       <bpmndi:BPMNEdge id="MessageFlow_09ibv5a_di" bpmnElement="MessageFlow_09ibv5a">
200         <di:waypoint xsi:type="dc:Point" x="250" y="247" />
201         <di:waypoint xsi:type="dc:Point" x="250" y="523" />
202         <bpmndi:BPMNLabel>
203           <dc:Bounds x="220" y="380" width="90" height="10" />
204         </bpmndi:BPMNLabel>
205       </bpmndi:BPMNEdge>
206       <bpmndi:BPMNEdge id="MessageFlow_0vjul4t_di" bpmnElement="MessageFlow_0vjul4t">
207         <di:waypoint xsi:type="dc:Point" x="289" y="523" />
208         <di:waypoint xsi:type="dc:Point" x="289" y="247" />
209         <bpmndi:BPMNLabel>
210           <dc:Bounds x="259" y="380" width="90" height="10" />
211         </bpmndi:BPMNLabel>
212       </bpmndi:BPMNEdge>
213       <bpmndi:BPMNShape id="Participant_0vmrrhf_di" bpmnElement="Participant_19w87ws">
214         <dc:Bounds x="804" y="523" width="463" height="60" />
215       </bpmndi:BPMNShape>
216       <bpmndi:BPMNShape id="EndEvent_0wbx6tt_di" bpmnElement="ThrowTimeoutException">
217         <dc:Bounds x="1312" y="345" width="36" height="36" />
218         <bpmndi:BPMNLabel>
219           <dc:Bounds x="1305" y="382" width="70" height="20" />
220         </bpmndi:BPMNLabel>
221       </bpmndi:BPMNShape>
222       <bpmndi:BPMNShape id="EndEvent_00cy7r0_di" bpmnElement="AaiEntryAlreadyUpToDate">
223         <dc:Bounds x="1312" y="48" width="36" height="36" />
224         <bpmndi:BPMNLabel>
225           <dc:Bounds x="1288" y="89" width="85" height="20" />
226         </bpmndi:BPMNLabel>
227       </bpmndi:BPMNShape>
228       <bpmndi:BPMNShape id="IntermediateThrowEvent_0fjcdy4_di" bpmnElement="AaiEntryExists">
229         <dc:Bounds x="689" y="189" width="36" height="36" />
230         <bpmndi:BPMNLabel>
231           <dc:Bounds x="670" y="235" width="80" height="20" />
232         </bpmndi:BPMNLabel>
233       </bpmndi:BPMNShape>
234       <bpmndi:BPMNShape id="TextAnnotation_1eyzes8_di" bpmnElement="TextAnnotation_1eyzes8">
235         <dc:Bounds x="-37" y="70" width="243" height="54" />
236       </bpmndi:BPMNShape>
237       <bpmndi:BPMNEdge id="Association_0d7oxnz_di" bpmnElement="Association_0d7oxnz">
238         <di:waypoint xsi:type="dc:Point" x="-36" y="189" />
239         <di:waypoint xsi:type="dc:Point" x="-36" y="124" />
240       </bpmndi:BPMNEdge>
241       <bpmndi:BPMNEdge id="MessageFlow_1vrcp2d_di" bpmnElement="MessageFlow_1vrcp2d">
242         <di:waypoint xsi:type="dc:Point" x="1026" y="523" />
243         <di:waypoint xsi:type="dc:Point" x="1026" y="247" />
244         <bpmndi:BPMNLabel>
245           <dc:Bounds x="996" y="380" width="90" height="10" />
246         </bpmndi:BPMNLabel>
247       </bpmndi:BPMNEdge>
248       <bpmndi:BPMNEdge id="SequenceFlow_17s9025_di" bpmnElement="SequenceFlow_17s9025">
249         <di:waypoint xsi:type="dc:Point" x="725" y="207" />
250         <di:waypoint xsi:type="dc:Point" x="803" y="207" />
251         <bpmndi:BPMNLabel>
252           <dc:Bounds x="719" y="187" width="90" height="10" />
253         </bpmndi:BPMNLabel>
254       </bpmndi:BPMNEdge>
255       <bpmndi:BPMNShape id="BoundaryEvent_15eo1k9_di" bpmnElement="WaitForDmaapTimeout">
256         <dc:Bounds x="1040" y="229" width="36" height="36" />
257         <bpmndi:BPMNLabel>
258           <dc:Bounds x="1071" y="260" width="40" height="10" />
259         </bpmndi:BPMNLabel>
260       </bpmndi:BPMNShape>
261       <bpmndi:BPMNEdge id="SequenceFlow_1kc34bc_di" bpmnElement="SequenceFlow_1kc34bc">
262         <di:waypoint xsi:type="dc:Point" x="1058" y="265" />
263         <di:waypoint xsi:type="dc:Point" x="1058" y="363" />
264         <di:waypoint xsi:type="dc:Point" x="1145" y="363" />
265         <bpmndi:BPMNLabel>
266           <dc:Bounds x="1028" y="309" width="90" height="10" />
267         </bpmndi:BPMNLabel>
268       </bpmndi:BPMNEdge>
269       <bpmndi:BPMNShape id="ReceiveTask_1sfysua_di" bpmnElement="WaitForDmaapPnfReadyNotification">
270         <dc:Bounds x="974" y="167" width="100" height="80" />
271       </bpmndi:BPMNShape>
272       <bpmndi:BPMNEdge id="SequenceFlow_0p09qgm_di" bpmnElement="SequenceFlow_0p09qgm">
273         <di:waypoint xsi:type="dc:Point" x="1074" y="207" />
274         <di:waypoint xsi:type="dc:Point" x="1312" y="207" />
275         <bpmndi:BPMNLabel>
276           <dc:Bounds x="1148" y="187" width="90" height="10" />
277         </bpmndi:BPMNLabel>
278       </bpmndi:BPMNEdge>
279       <bpmndi:BPMNEdge id="SequenceFlow_1o8od8e_di" bpmnElement="SequenceFlow_1o8od8e">
280         <di:waypoint xsi:type="dc:Point" x="903" y="207" />
281         <di:waypoint xsi:type="dc:Point" x="974" y="207" />
282         <bpmndi:BPMNLabel>
283           <dc:Bounds x="893.5" y="187" width="90" height="10" />
284         </bpmndi:BPMNLabel>
285       </bpmndi:BPMNEdge>
286       <bpmndi:BPMNEdge id="MessageFlow_0tg4hw9_di" bpmnElement="MessageFlow_0tg4hw9">
287         <di:waypoint xsi:type="dc:Point" x="853" y="247" />
288         <di:waypoint xsi:type="dc:Point" x="853" y="523" />
289         <bpmndi:BPMNLabel>
290           <dc:Bounds x="823" y="380" width="90" height="10" />
291         </bpmndi:BPMNLabel>
292       </bpmndi:BPMNEdge>
293       <bpmndi:BPMNShape id="ServiceTask_1iax11n_di" bpmnElement="InformDmaapClient">
294         <dc:Bounds x="803" y="167" width="100" height="80" />
295       </bpmndi:BPMNShape>
296       <bpmndi:BPMNEdge id="SequenceFlow_1miyzfe_di" bpmnElement="SequenceFlow_1miyzfe">
297         <di:waypoint xsi:type="dc:Point" x="1245" y="363" />
298         <di:waypoint xsi:type="dc:Point" x="1312" y="363" />
299         <bpmndi:BPMNLabel>
300           <dc:Bounds x="1233.5" y="343" width="90" height="10" />
301         </bpmndi:BPMNLabel>
302       </bpmndi:BPMNEdge>
303       <bpmndi:BPMNEdge id="MessageFlow_1py54jr_di" bpmnElement="MessageFlow_1py54jr">
304         <di:waypoint xsi:type="dc:Point" x="1195" y="403" />
305         <di:waypoint xsi:type="dc:Point" x="1195" y="523" />
306         <bpmndi:BPMNLabel>
307           <dc:Bounds x="1165" y="458" width="90" height="10" />
308         </bpmndi:BPMNLabel>
309       </bpmndi:BPMNEdge>
310       <bpmndi:BPMNShape id="ServiceTask_12j7hox_di" bpmnElement="CancelDmaapClientSubscription">
311         <dc:Bounds x="1145" y="323" width="100" height="80" />
312       </bpmndi:BPMNShape>
313       <bpmndi:BPMNEdge id="SequenceFlow_0967g8p_di" bpmnElement="SequenceFlow_0967g8p">
314         <di:waypoint xsi:type="dc:Point" x="148" y="207" />
315         <di:waypoint xsi:type="dc:Point" x="219" y="207" />
316         <bpmndi:BPMNLabel>
317           <dc:Bounds x="183.5" y="187" width="0" height="10" />
318         </bpmndi:BPMNLabel>
319       </bpmndi:BPMNEdge>
320       <bpmndi:BPMNShape id="ServiceTask_0lx02qn_di" bpmnElement="CheckInputs">
321         <dc:Bounds x="48" y="167" width="100" height="80" />
322       </bpmndi:BPMNShape>
323     </bpmndi:BPMNPlane>
324   </bpmndi:BPMNDiagram>
325 </bpmn:definitions>