blob: 177bd98b44acd36b0d8c80d5cb5f1fad6252a8c6 [file] [log] [blame]
biniek5c788af2018-03-20 16:41:13 +01001<?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" />
biniek402e5e22018-04-10 10:48:54 +020011 <bpmn:messageFlow id="MessageFlow_0tg4hw9" sourceRef="InformDmaapClient" targetRef="Participant_19w87ws" />
biniek12e339c2018-04-16 16:14:32 +020012 <bpmn:messageFlow id="MessageFlow_1py54jr" sourceRef="Task_1rwv8g6" targetRef="Participant_19w87ws" />
biniek5c788af2018-03-20 16:41:13 +010013 </bpmn:collaboration>
14 <bpmn:process id="CreateAndActivatePnfResource" name="CreateAndActivatePnfResource" isExecutable="true">
biniek12e339c2018-04-16 16:14:32 +020015 <bpmn:sequenceFlow id="SequenceFlow_1kc34bc" sourceRef="WaitForDmaapTimeout" targetRef="Task_1rwv8g6" />
16 <bpmn:sequenceFlow id="SequenceFlow_1o8od8e" sourceRef="InformDmaapClient" targetRef="WaitForDmaapPnfReadyNotification" />
17 <bpmn:sequenceFlow id="SequenceFlow_17s9025" sourceRef="AaiEntryExists" targetRef="InformDmaapClient" />
biniek5c788af2018-03-20 16:41:13 +010018 <bpmn:sequenceFlow id="SequenceFlow_1ls8pua" name="No" sourceRef="DoesAaiContainInfoAboutIp" targetRef="AaiEntryExists">
19 <bpmn:conditionExpression xsi:type="bpmn:tFormalExpression">#{!aaiContainsInfoAboutIp}</bpmn:conditionExpression>
20 </bpmn:sequenceFlow>
21 <bpmn:sequenceFlow id="SequenceFlow_1qr6cmf" sourceRef="CreateAndActivatePnf_CreateAaiEntry" targetRef="AaiEntryExists" />
biniek5c788af2018-03-20 16:41:13 +010022 <bpmn:sequenceFlow id="SequenceFlow_0v5ffpe" name="No" sourceRef="DoesAaiContainInfoAboutPnf" targetRef="CreateAndActivatePnf_CreateAaiEntry">
23 <bpmn:conditionExpression xsi:type="bpmn:tFormalExpression">#{!aaiContainsInfoAboutPnf}</bpmn:conditionExpression>
24 </bpmn:sequenceFlow>
biniek12e339c2018-04-16 16:14:32 +020025 <bpmn:sequenceFlow id="SequenceFlow_1l1t6ak" name="Yes" sourceRef="DoesAaiContainInfoAboutPnf" targetRef="DoesAaiContainInfoAboutIp">
26 <bpmn:conditionExpression xsi:type="bpmn:tFormalExpression">#{aaiContainsInfoAboutPnf}</bpmn:conditionExpression>
27 </bpmn:sequenceFlow>
biniek5c788af2018-03-20 16:41:13 +010028 <bpmn:sequenceFlow id="SequenceFlow_1j4r3zt" sourceRef="CheckAiiForCorrelationId" targetRef="DoesAaiContainInfoAboutPnf" />
biniek12e339c2018-04-16 16:14:32 +020029 <bpmn:sequenceFlow id="SequenceFlow_0j5ksz1" sourceRef="CreateAndActivatePnf_StartEvent" targetRef="CheckAiiForCorrelationId" />
30 <bpmn:sequenceFlow id="SequenceFlow_0p09qgm" sourceRef="WaitForDmaapPnfReadyNotification" targetRef="AaiEntryUpdated" />
biniek5c788af2018-03-20 16:41:13 +010031 <bpmn:sequenceFlow id="SequenceFlow_1h6yz62" name="Yes" sourceRef="DoesAaiContainInfoAboutIp" targetRef="AaiEntryAlreadyUpToDate">
32 <bpmn:conditionExpression xsi:type="bpmn:tFormalExpression">#{aaiContainsInfoAboutIp}</bpmn:conditionExpression>
33 </bpmn:sequenceFlow>
biniek5c788af2018-03-20 16:41:13 +010034 <bpmn:startEvent id="CreateAndActivatePnf_StartEvent">
35 <bpmn:outgoing>SequenceFlow_0j5ksz1</bpmn:outgoing>
36 </bpmn:startEvent>
biniek12e339c2018-04-16 16:14:32 +020037 <bpmn:endEvent id="AaiEntryUpdated" name="AAI entry updated">
38 <bpmn:incoming>SequenceFlow_0p09qgm</bpmn:incoming>
39 </bpmn:endEvent>
40 <bpmn:endEvent id="AaiEntryAlreadyUpToDate" name="AAI entry already up-to-date">
41 <bpmn:incoming>SequenceFlow_1h6yz62</bpmn:incoming>
42 </bpmn:endEvent>
43 <bpmn:sequenceFlow id="SequenceFlow_1miyzfe" sourceRef="Task_1rwv8g6" targetRef="ThrowTimeoutException" />
44 <bpmn:endEvent id="ThrowTimeoutException" name="Throw timeout exception">
45 <bpmn:incoming>SequenceFlow_1miyzfe</bpmn:incoming>
46 <bpmn:errorEventDefinition errorRef="Error_1" />
47 </bpmn:endEvent>
biniek5c788af2018-03-20 16:41:13 +010048 <bpmn:serviceTask id="CheckAiiForCorrelationId" name="Check AAI for correlation_id" camunda:delegateExpression="${checkAaiForCorrelationIdDelegate}">
49 <bpmn:incoming>SequenceFlow_0j5ksz1</bpmn:incoming>
50 <bpmn:outgoing>SequenceFlow_1j4r3zt</bpmn:outgoing>
51 </bpmn:serviceTask>
52 <bpmn:exclusiveGateway id="DoesAaiContainInfoAboutPnf" name="Does AAI contain info about pnf?">
53 <bpmn:incoming>SequenceFlow_1j4r3zt</bpmn:incoming>
54 <bpmn:outgoing>SequenceFlow_1l1t6ak</bpmn:outgoing>
55 <bpmn:outgoing>SequenceFlow_0v5ffpe</bpmn:outgoing>
56 </bpmn:exclusiveGateway>
57 <bpmn:serviceTask id="CreateAndActivatePnf_CreateAaiEntry" name="Create AAI entry with pnf-id = correlation_id" camunda:delegateExpression="${createAaiEntryWithPnfIdDelegate}">
58 <bpmn:incoming>SequenceFlow_0v5ffpe</bpmn:incoming>
59 <bpmn:outgoing>SequenceFlow_1qr6cmf</bpmn:outgoing>
60 </bpmn:serviceTask>
61 <bpmn:exclusiveGateway id="DoesAaiContainInfoAboutIp" name="Does AAI contain info about IPv4 or IPv6?">
62 <bpmn:incoming>SequenceFlow_1l1t6ak</bpmn:incoming>
63 <bpmn:outgoing>SequenceFlow_1h6yz62</bpmn:outgoing>
64 <bpmn:outgoing>SequenceFlow_1ls8pua</bpmn:outgoing>
65 </bpmn:exclusiveGateway>
66 <bpmn:intermediateThrowEvent id="AaiEntryExists" name="AAI entry exists, lacking IP">
67 <bpmn:incoming>SequenceFlow_1qr6cmf</bpmn:incoming>
68 <bpmn:incoming>SequenceFlow_1ls8pua</bpmn:incoming>
69 <bpmn:outgoing>SequenceFlow_17s9025</bpmn:outgoing>
70 </bpmn:intermediateThrowEvent>
biniek12e339c2018-04-16 16:14:32 +020071 <bpmn:serviceTask id="InformDmaapClient" name="Inform DmaapClient about business key and corresponding pnf-id" camunda:delegateExpression="${informDmaapClient}">
72 <bpmn:incoming>SequenceFlow_17s9025</bpmn:incoming>
73 <bpmn:outgoing>SequenceFlow_1o8od8e</bpmn:outgoing>
74 </bpmn:serviceTask>
biniek5c788af2018-03-20 16:41:13 +010075 <bpmn:receiveTask id="WaitForDmaapPnfReadyNotification" name="Wait for DMAAP pnf-ready notification" messageRef="Message_13h1tlo">
biniek402e5e22018-04-10 10:48:54 +020076 <bpmn:incoming>SequenceFlow_1o8od8e</bpmn:incoming>
biniek5c788af2018-03-20 16:41:13 +010077 <bpmn:outgoing>SequenceFlow_0p09qgm</bpmn:outgoing>
78 </bpmn:receiveTask>
79 <bpmn:boundaryEvent id="WaitForDmaapTimeout" name="Timeout" attachedToRef="WaitForDmaapPnfReadyNotification">
80 <bpmn:outgoing>SequenceFlow_1kc34bc</bpmn:outgoing>
81 <bpmn:timerEventDefinition>
82 <bpmn:timeDuration xsi:type="bpmn:tFormalExpression">#{timeoutForPnfEntryNotification}</bpmn:timeDuration>
83 </bpmn:timerEventDefinition>
84 </bpmn:boundaryEvent>
biniek12e339c2018-04-16 16:14:32 +020085 <bpmn:task id="Task_1rwv8g6" name="Cancel DmaapClient subscription">
biniek5c788af2018-03-20 16:41:13 +010086 <bpmn:incoming>SequenceFlow_1kc34bc</bpmn:incoming>
biniek12e339c2018-04-16 16:14:32 +020087 <bpmn:outgoing>SequenceFlow_1miyzfe</bpmn:outgoing>
88 </bpmn:task>
biniek5c788af2018-03-20 16:41:13 +010089 <bpmn:association id="Association_0d7oxnz" sourceRef="CreateAndActivatePnf_StartEvent" targetRef="TextAnnotation_1eyzes8" />
90 <bpmn:textAnnotation id="TextAnnotation_1eyzes8">
91 <bpmn:text><![CDATA[Inputs:
92 - timeoutForPnfEntryNotification - String
93 - correlationId - String
94]]></bpmn:text>
95 </bpmn:textAnnotation>
96 </bpmn:process>
97 <bpmn:error id="Error_1" name="MSO Workflow Exception" errorCode="MSOWorkflowException" />
98 <bpmn:message id="Message_13h1tlo" name="WorkflowMessage" />
99 <bpmndi:BPMNDiagram id="BPMNDiagram_1">
100 <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Collaboration_1d0w8lf">
101 <bpmndi:BPMNShape id="Participant_1egg397_di" bpmnElement="Participant_1egg397">
102 <dc:Bounds x="0" y="0" width="1482" height="353" />
103 </bpmndi:BPMNShape>
104 <bpmndi:BPMNShape id="ExclusiveGateway_1cttgdo_di" bpmnElement="DoesAaiContainInfoAboutPnf" isMarkerVisible="true">
biniek12e339c2018-04-16 16:14:32 +0200105 <dc:Bounds x="338" y="230" width="50" height="50" />
biniek5c788af2018-03-20 16:41:13 +0100106 <bpmndi:BPMNLabel>
biniek12e339c2018-04-16 16:14:32 +0200107 <dc:Bounds x="318" y="283" width="85" height="20" />
biniek5c788af2018-03-20 16:41:13 +0100108 </bpmndi:BPMNLabel>
109 </bpmndi:BPMNShape>
110 <bpmndi:BPMNShape id="ExclusiveGateway_0yamdfm_di" bpmnElement="DoesAaiContainInfoAboutIp" isMarkerVisible="true">
biniek12e339c2018-04-16 16:14:32 +0200111 <dc:Bounds x="646" y="41" width="50" height="50" />
biniek5c788af2018-03-20 16:41:13 +0100112 <bpmndi:BPMNLabel>
biniek12e339c2018-04-16 16:14:32 +0200113 <dc:Bounds x="627" y="5" width="87" height="30" />
biniek5c788af2018-03-20 16:41:13 +0100114 </bpmndi:BPMNLabel>
115 </bpmndi:BPMNShape>
116 <bpmndi:BPMNShape id="EndEvent_0k52gr7_di" bpmnElement="AaiEntryUpdated">
117 <dc:Bounds x="1312" y="237" width="36" height="36" />
118 <bpmndi:BPMNLabel>
119 <dc:Bounds x="1286" y="278" width="89" height="10" />
120 </bpmndi:BPMNLabel>
121 </bpmndi:BPMNShape>
122 <bpmndi:BPMNShape id="StartEvent_0j5ok9h_di" bpmnElement="CreateAndActivatePnf_StartEvent">
123 <dc:Bounds x="49" y="237" width="36" height="36" />
124 <bpmndi:BPMNLabel>
125 <dc:Bounds x="23" y="276" width="90" height="20" />
126 </bpmndi:BPMNLabel>
127 </bpmndi:BPMNShape>
128 <bpmndi:BPMNShape id="ServiceTask_0a5uk9o_di" bpmnElement="CheckAiiForCorrelationId">
biniek12e339c2018-04-16 16:14:32 +0200129 <dc:Bounds x="159" y="215" width="100" height="80" />
biniek5c788af2018-03-20 16:41:13 +0100130 </bpmndi:BPMNShape>
131 <bpmndi:BPMNShape id="ServiceTask_0iimk5v_di" bpmnElement="CreateAndActivatePnf_CreateAaiEntry">
biniek12e339c2018-04-16 16:14:32 +0200132 <dc:Bounds x="467" y="215" width="100" height="80" />
biniek5c788af2018-03-20 16:41:13 +0100133 </bpmndi:BPMNShape>
134 <bpmndi:BPMNEdge id="SequenceFlow_1j4r3zt_di" bpmnElement="SequenceFlow_1j4r3zt">
biniek12e339c2018-04-16 16:14:32 +0200135 <di:waypoint xsi:type="dc:Point" x="259" y="255" />
136 <di:waypoint xsi:type="dc:Point" x="338" y="255" />
biniek5c788af2018-03-20 16:41:13 +0100137 <bpmndi:BPMNLabel>
biniek12e339c2018-04-16 16:14:32 +0200138 <dc:Bounds x="253.5" y="235" width="90" height="10" />
biniek5c788af2018-03-20 16:41:13 +0100139 </bpmndi:BPMNLabel>
140 </bpmndi:BPMNEdge>
141 <bpmndi:BPMNEdge id="SequenceFlow_1l1t6ak_di" bpmnElement="SequenceFlow_1l1t6ak">
biniek12e339c2018-04-16 16:14:32 +0200142 <di:waypoint xsi:type="dc:Point" x="363" y="230" />
143 <di:waypoint xsi:type="dc:Point" x="363" y="66" />
144 <di:waypoint xsi:type="dc:Point" x="646" y="66" />
biniek5c788af2018-03-20 16:41:13 +0100145 <bpmndi:BPMNLabel>
biniek12e339c2018-04-16 16:14:32 +0200146 <dc:Bounds x="368" y="206" width="19" height="10" />
biniek5c788af2018-03-20 16:41:13 +0100147 </bpmndi:BPMNLabel>
148 </bpmndi:BPMNEdge>
149 <bpmndi:BPMNEdge id="SequenceFlow_0v5ffpe_di" bpmnElement="SequenceFlow_0v5ffpe">
biniek12e339c2018-04-16 16:14:32 +0200150 <di:waypoint xsi:type="dc:Point" x="388" y="255" />
151 <di:waypoint xsi:type="dc:Point" x="467" y="255" />
biniek5c788af2018-03-20 16:41:13 +0100152 <bpmndi:BPMNLabel>
biniek12e339c2018-04-16 16:14:32 +0200153 <dc:Bounds x="395.48275862068965" y="237" width="15" height="10" />
biniek5c788af2018-03-20 16:41:13 +0100154 </bpmndi:BPMNLabel>
155 </bpmndi:BPMNEdge>
156 <bpmndi:BPMNEdge id="SequenceFlow_1h6yz62_di" bpmnElement="SequenceFlow_1h6yz62">
biniek12e339c2018-04-16 16:14:32 +0200157 <di:waypoint xsi:type="dc:Point" x="696" y="66" />
biniek5c788af2018-03-20 16:41:13 +0100158 <di:waypoint xsi:type="dc:Point" x="1312" y="66" />
159 <bpmndi:BPMNLabel>
biniek12e339c2018-04-16 16:14:32 +0200160 <dc:Bounds x="708.1232876712329" y="51" width="19" height="10" />
biniek5c788af2018-03-20 16:41:13 +0100161 </bpmndi:BPMNLabel>
162 </bpmndi:BPMNEdge>
163 <bpmndi:BPMNEdge id="SequenceFlow_1ls8pua_di" bpmnElement="SequenceFlow_1ls8pua">
biniek12e339c2018-04-16 16:14:32 +0200164 <di:waypoint xsi:type="dc:Point" x="671" y="91" />
165 <di:waypoint xsi:type="dc:Point" x="671" y="164" />
166 <di:waypoint xsi:type="dc:Point" x="671" y="164" />
167 <di:waypoint xsi:type="dc:Point" x="671" y="237" />
biniek5c788af2018-03-20 16:41:13 +0100168 <bpmndi:BPMNLabel>
biniek12e339c2018-04-16 16:14:32 +0200169 <dc:Bounds x="681" y="105" width="15" height="10" />
biniek5c788af2018-03-20 16:41:13 +0100170 </bpmndi:BPMNLabel>
171 </bpmndi:BPMNEdge>
172 <bpmndi:BPMNEdge id="SequenceFlow_1qr6cmf_di" bpmnElement="SequenceFlow_1qr6cmf">
biniek12e339c2018-04-16 16:14:32 +0200173 <di:waypoint xsi:type="dc:Point" x="567" y="255" />
174 <di:waypoint xsi:type="dc:Point" x="653" y="255" />
biniek5c788af2018-03-20 16:41:13 +0100175 <bpmndi:BPMNLabel>
biniek12e339c2018-04-16 16:14:32 +0200176 <dc:Bounds x="565" y="235" width="90" height="10" />
biniek5c788af2018-03-20 16:41:13 +0100177 </bpmndi:BPMNLabel>
178 </bpmndi:BPMNEdge>
179 <bpmndi:BPMNEdge id="SequenceFlow_0j5ksz1_di" bpmnElement="SequenceFlow_0j5ksz1">
180 <di:waypoint xsi:type="dc:Point" x="85" y="255" />
biniek12e339c2018-04-16 16:14:32 +0200181 <di:waypoint xsi:type="dc:Point" x="159" y="255" />
biniek5c788af2018-03-20 16:41:13 +0100182 <bpmndi:BPMNLabel>
biniek12e339c2018-04-16 16:14:32 +0200183 <dc:Bounds x="77" y="235" width="90" height="10" />
biniek5c788af2018-03-20 16:41:13 +0100184 </bpmndi:BPMNLabel>
185 </bpmndi:BPMNEdge>
186 <bpmndi:BPMNShape id="Participant_0i9ban2_di" bpmnElement="Participant_0atuyq0">
biniek402e5e22018-04-10 10:48:54 +0200187 <dc:Bounds x="123" y="415" width="502" height="60" />
biniek5c788af2018-03-20 16:41:13 +0100188 </bpmndi:BPMNShape>
189 <bpmndi:BPMNEdge id="MessageFlow_1h3xu88_di" bpmnElement="MessageFlow_1h3xu88">
biniek12e339c2018-04-16 16:14:32 +0200190 <di:waypoint xsi:type="dc:Point" x="517" y="295" />
191 <di:waypoint xsi:type="dc:Point" x="517" y="415" />
biniek5c788af2018-03-20 16:41:13 +0100192 <bpmndi:BPMNLabel>
biniek12e339c2018-04-16 16:14:32 +0200193 <dc:Bounds x="487" y="350" width="90" height="10" />
biniek5c788af2018-03-20 16:41:13 +0100194 </bpmndi:BPMNLabel>
195 </bpmndi:BPMNEdge>
196 <bpmndi:BPMNEdge id="MessageFlow_09ibv5a_di" bpmnElement="MessageFlow_09ibv5a">
biniek12e339c2018-04-16 16:14:32 +0200197 <di:waypoint xsi:type="dc:Point" x="190" y="295" />
198 <di:waypoint xsi:type="dc:Point" x="190" y="415" />
biniek5c788af2018-03-20 16:41:13 +0100199 <bpmndi:BPMNLabel>
biniek12e339c2018-04-16 16:14:32 +0200200 <dc:Bounds x="160" y="350" width="90" height="10" />
biniek5c788af2018-03-20 16:41:13 +0100201 </bpmndi:BPMNLabel>
202 </bpmndi:BPMNEdge>
203 <bpmndi:BPMNEdge id="MessageFlow_0vjul4t_di" bpmnElement="MessageFlow_0vjul4t">
biniek12e339c2018-04-16 16:14:32 +0200204 <di:waypoint xsi:type="dc:Point" x="229" y="415" />
205 <di:waypoint xsi:type="dc:Point" x="229" y="295" />
biniek5c788af2018-03-20 16:41:13 +0100206 <bpmndi:BPMNLabel>
biniek12e339c2018-04-16 16:14:32 +0200207 <dc:Bounds x="199" y="350" width="90" height="10" />
biniek5c788af2018-03-20 16:41:13 +0100208 </bpmndi:BPMNLabel>
209 </bpmndi:BPMNEdge>
210 <bpmndi:BPMNShape id="Participant_0vmrrhf_di" bpmnElement="Participant_19w87ws">
biniek12e339c2018-04-16 16:14:32 +0200211 <dc:Bounds x="804" y="415" width="463" height="60" />
biniek5c788af2018-03-20 16:41:13 +0100212 </bpmndi:BPMNShape>
213 <bpmndi:BPMNShape id="EndEvent_0wbx6tt_di" bpmnElement="ThrowTimeoutException">
biniek12e339c2018-04-16 16:14:32 +0200214 <dc:Bounds x="1312" y="135" width="36" height="36" />
biniek5c788af2018-03-20 16:41:13 +0100215 <bpmndi:BPMNLabel>
biniek12e339c2018-04-16 16:14:32 +0200216 <dc:Bounds x="1305" y="172" width="70" height="20" />
biniek5c788af2018-03-20 16:41:13 +0100217 </bpmndi:BPMNLabel>
218 </bpmndi:BPMNShape>
219 <bpmndi:BPMNShape id="EndEvent_00cy7r0_di" bpmnElement="AaiEntryAlreadyUpToDate">
220 <dc:Bounds x="1312" y="48" width="36" height="36" />
221 <bpmndi:BPMNLabel>
222 <dc:Bounds x="1288" y="89" width="85" height="20" />
223 </bpmndi:BPMNLabel>
224 </bpmndi:BPMNShape>
225 <bpmndi:BPMNShape id="IntermediateThrowEvent_0fjcdy4_di" bpmnElement="AaiEntryExists">
biniek12e339c2018-04-16 16:14:32 +0200226 <dc:Bounds x="653" y="237" width="36" height="36" />
biniek5c788af2018-03-20 16:41:13 +0100227 <bpmndi:BPMNLabel>
biniek12e339c2018-04-16 16:14:32 +0200228 <dc:Bounds x="631" y="283" width="80" height="20" />
biniek5c788af2018-03-20 16:41:13 +0100229 </bpmndi:BPMNLabel>
230 </bpmndi:BPMNShape>
231 <bpmndi:BPMNShape id="TextAnnotation_1eyzes8_di" bpmnElement="TextAnnotation_1eyzes8">
232 <dc:Bounds x="66" y="70" width="243" height="54" />
233 </bpmndi:BPMNShape>
234 <bpmndi:BPMNEdge id="Association_0d7oxnz_di" bpmnElement="Association_0d7oxnz">
235 <di:waypoint xsi:type="dc:Point" x="67" y="237" />
236 <di:waypoint xsi:type="dc:Point" x="67" y="124" />
237 </bpmndi:BPMNEdge>
238 <bpmndi:BPMNEdge id="MessageFlow_1vrcp2d_di" bpmnElement="MessageFlow_1vrcp2d">
biniek12e339c2018-04-16 16:14:32 +0200239 <di:waypoint xsi:type="dc:Point" x="1006" y="415" />
240 <di:waypoint xsi:type="dc:Point" x="1006" y="295" />
biniek5c788af2018-03-20 16:41:13 +0100241 <bpmndi:BPMNLabel>
biniek12e339c2018-04-16 16:14:32 +0200242 <dc:Bounds x="976" y="350" width="90" height="10" />
biniek5c788af2018-03-20 16:41:13 +0100243 </bpmndi:BPMNLabel>
244 </bpmndi:BPMNEdge>
245 <bpmndi:BPMNEdge id="SequenceFlow_17s9025_di" bpmnElement="SequenceFlow_17s9025">
biniek12e339c2018-04-16 16:14:32 +0200246 <di:waypoint xsi:type="dc:Point" x="689" y="255" />
247 <di:waypoint xsi:type="dc:Point" x="775" y="255" />
biniek5c788af2018-03-20 16:41:13 +0100248 <bpmndi:BPMNLabel>
biniek12e339c2018-04-16 16:14:32 +0200249 <dc:Bounds x="687" y="235" width="90" height="10" />
biniek5c788af2018-03-20 16:41:13 +0100250 </bpmndi:BPMNLabel>
251 </bpmndi:BPMNEdge>
252 <bpmndi:BPMNShape id="BoundaryEvent_15eo1k9_di" bpmnElement="WaitForDmaapTimeout">
biniek12e339c2018-04-16 16:14:32 +0200253 <dc:Bounds x="1008" y="197" width="36" height="36" />
biniek5c788af2018-03-20 16:41:13 +0100254 <bpmndi:BPMNLabel>
biniek12e339c2018-04-16 16:14:32 +0200255 <dc:Bounds x="1039" y="192" width="40" height="10" />
biniek5c788af2018-03-20 16:41:13 +0100256 </bpmndi:BPMNLabel>
257 </bpmndi:BPMNShape>
258 <bpmndi:BPMNEdge id="SequenceFlow_1kc34bc_di" bpmnElement="SequenceFlow_1kc34bc">
biniek12e339c2018-04-16 16:14:32 +0200259 <di:waypoint xsi:type="dc:Point" x="1026" y="197" />
260 <di:waypoint xsi:type="dc:Point" x="1026" y="153" />
261 <di:waypoint xsi:type="dc:Point" x="1133" y="153" />
biniek5c788af2018-03-20 16:41:13 +0100262 <bpmndi:BPMNLabel>
biniek12e339c2018-04-16 16:14:32 +0200263 <dc:Bounds x="996" y="170" width="90" height="10" />
biniek5c788af2018-03-20 16:41:13 +0100264 </bpmndi:BPMNLabel>
265 </bpmndi:BPMNEdge>
266 <bpmndi:BPMNShape id="ReceiveTask_1sfysua_di" bpmnElement="WaitForDmaapPnfReadyNotification">
biniek12e339c2018-04-16 16:14:32 +0200267 <dc:Bounds x="954" y="215" width="100" height="80" />
biniek5c788af2018-03-20 16:41:13 +0100268 </bpmndi:BPMNShape>
269 <bpmndi:BPMNEdge id="SequenceFlow_0p09qgm_di" bpmnElement="SequenceFlow_0p09qgm">
biniek12e339c2018-04-16 16:14:32 +0200270 <di:waypoint xsi:type="dc:Point" x="1054" y="255" />
biniek5c788af2018-03-20 16:41:13 +0100271 <di:waypoint xsi:type="dc:Point" x="1312" y="255" />
272 <bpmndi:BPMNLabel>
biniek12e339c2018-04-16 16:14:32 +0200273 <dc:Bounds x="1138" y="235" width="90" height="10" />
biniek5c788af2018-03-20 16:41:13 +0100274 </bpmndi:BPMNLabel>
275 </bpmndi:BPMNEdge>
biniek402e5e22018-04-10 10:48:54 +0200276 <bpmndi:BPMNEdge id="SequenceFlow_1o8od8e_di" bpmnElement="SequenceFlow_1o8od8e">
biniek12e339c2018-04-16 16:14:32 +0200277 <di:waypoint xsi:type="dc:Point" x="875" y="255" />
278 <di:waypoint xsi:type="dc:Point" x="954" y="255" />
biniek402e5e22018-04-10 10:48:54 +0200279 <bpmndi:BPMNLabel>
biniek12e339c2018-04-16 16:14:32 +0200280 <dc:Bounds x="869.5" y="235" width="90" height="10" />
biniek402e5e22018-04-10 10:48:54 +0200281 </bpmndi:BPMNLabel>
282 </bpmndi:BPMNEdge>
283 <bpmndi:BPMNEdge id="MessageFlow_0tg4hw9_di" bpmnElement="MessageFlow_0tg4hw9">
biniek12e339c2018-04-16 16:14:32 +0200284 <di:waypoint xsi:type="dc:Point" x="825" y="295" />
285 <di:waypoint xsi:type="dc:Point" x="825" y="415" />
biniek402e5e22018-04-10 10:48:54 +0200286 <bpmndi:BPMNLabel>
biniek12e339c2018-04-16 16:14:32 +0200287 <dc:Bounds x="795" y="350" width="90" height="10" />
biniek402e5e22018-04-10 10:48:54 +0200288 </bpmndi:BPMNLabel>
289 </bpmndi:BPMNEdge>
290 <bpmndi:BPMNShape id="ServiceTask_1iax11n_di" bpmnElement="InformDmaapClient">
biniek12e339c2018-04-16 16:14:32 +0200291 <dc:Bounds x="775" y="215" width="100" height="80" />
biniek402e5e22018-04-10 10:48:54 +0200292 </bpmndi:BPMNShape>
biniek12e339c2018-04-16 16:14:32 +0200293 <bpmndi:BPMNShape id="Task_1rwv8g6_di" bpmnElement="Task_1rwv8g6">
294 <dc:Bounds x="1133" y="113" 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="1233" y="153" />
298 <di:waypoint xsi:type="dc:Point" x="1312" y="153" />
299 <bpmndi:BPMNLabel>
300 <dc:Bounds x="1272.5" y="133" width="0" 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="1183" y="193" />
305 <di:waypoint xsi:type="dc:Point" x="1183" y="415" />
306 <bpmndi:BPMNLabel>
307 <dc:Bounds x="1198" y="299" width="0" height="10" />
308 </bpmndi:BPMNLabel>
309 </bpmndi:BPMNEdge>
biniek5c788af2018-03-20 16:41:13 +0100310 </bpmndi:BPMNPlane>
311 </bpmndi:BPMNDiagram>
312</bpmn:definitions>