blob: c118105e352c691093c2673ca1e044ee4c99b6d5 [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" />
biniek0b027e22018-04-19 15:02:18 +020012 <bpmn:messageFlow id="MessageFlow_1py54jr" sourceRef="CancelDmaapClientSubscription" targetRef="Participant_19w87ws" />
biniek5c788af2018-03-20 16:41:13 +010013 </bpmn:collaboration>
14 <bpmn:process id="CreateAndActivatePnfResource" name="CreateAndActivatePnfResource" isExecutable="true">
biniek0b027e22018-04-19 15:02:18 +020015 <bpmn:sequenceFlow id="SequenceFlow_1kc34bc" sourceRef="WaitForDmaapTimeout" targetRef="CancelDmaapClientSubscription" />
biniek12e339c2018-04-16 16:14:32 +020016 <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>
biniek12e339c2018-04-16 16:14:32 +020034 <bpmn:endEvent id="AaiEntryAlreadyUpToDate" name="AAI entry already up-to-date">
35 <bpmn:incoming>SequenceFlow_1h6yz62</bpmn:incoming>
36 </bpmn:endEvent>
biniek0b027e22018-04-19 15:02:18 +020037 <bpmn:exclusiveGateway id="DoesAaiContainInfoAboutIp" name="Does AAI contain info about IPv4 or IPv6?">
38 <bpmn:incoming>SequenceFlow_1l1t6ak</bpmn:incoming>
39 <bpmn:outgoing>SequenceFlow_1h6yz62</bpmn:outgoing>
40 <bpmn:outgoing>SequenceFlow_1ls8pua</bpmn:outgoing>
41 </bpmn:exclusiveGateway>
biniek12e339c2018-04-16 16:14:32 +020042 <bpmn:endEvent id="ThrowTimeoutException" name="Throw timeout exception">
43 <bpmn:incoming>SequenceFlow_1miyzfe</bpmn:incoming>
44 <bpmn:errorEventDefinition errorRef="Error_1" />
45 </bpmn:endEvent>
biniek0b027e22018-04-19 15:02:18 +020046 <bpmn:sequenceFlow id="SequenceFlow_1miyzfe" sourceRef="CancelDmaapClientSubscription" targetRef="ThrowTimeoutException" />
biniek5c788af2018-03-20 16:41:13 +010047 <bpmn:serviceTask id="CheckAiiForCorrelationId" name="Check AAI for correlation_id" camunda:delegateExpression="${checkAaiForCorrelationIdDelegate}">
48 <bpmn:incoming>SequenceFlow_0j5ksz1</bpmn:incoming>
49 <bpmn:outgoing>SequenceFlow_1j4r3zt</bpmn:outgoing>
50 </bpmn:serviceTask>
biniek0b027e22018-04-19 15:02:18 +020051 <bpmn:startEvent id="CreateAndActivatePnf_StartEvent">
52 <bpmn:outgoing>SequenceFlow_0j5ksz1</bpmn:outgoing>
53 </bpmn:startEvent>
54 <bpmn:intermediateThrowEvent id="AaiEntryExists" name="AAI entry exists, lacking IP">
55 <bpmn:incoming>SequenceFlow_1qr6cmf</bpmn:incoming>
56 <bpmn:incoming>SequenceFlow_1ls8pua</bpmn:incoming>
57 <bpmn:outgoing>SequenceFlow_17s9025</bpmn:outgoing>
58 </bpmn:intermediateThrowEvent>
59 <bpmn:endEvent id="AaiEntryUpdated" name="AAI entry updated">
60 <bpmn:incoming>SequenceFlow_0p09qgm</bpmn:incoming>
61 </bpmn:endEvent>
biniek5c788af2018-03-20 16:41:13 +010062 <bpmn:exclusiveGateway id="DoesAaiContainInfoAboutPnf" name="Does AAI contain info about pnf?">
63 <bpmn:incoming>SequenceFlow_1j4r3zt</bpmn:incoming>
64 <bpmn:outgoing>SequenceFlow_1l1t6ak</bpmn:outgoing>
65 <bpmn:outgoing>SequenceFlow_0v5ffpe</bpmn:outgoing>
66 </bpmn:exclusiveGateway>
67 <bpmn:serviceTask id="CreateAndActivatePnf_CreateAaiEntry" name="Create AAI entry with pnf-id = correlation_id" camunda:delegateExpression="${createAaiEntryWithPnfIdDelegate}">
68 <bpmn:incoming>SequenceFlow_0v5ffpe</bpmn:incoming>
69 <bpmn:outgoing>SequenceFlow_1qr6cmf</bpmn:outgoing>
70 </bpmn:serviceTask>
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>
biniek0b027e22018-04-19 15:02:18 +020085 <bpmn:serviceTask id="CancelDmaapClientSubscription" name="Cancel DmaapClient subscription" camunda:delegateExpression="${cancelDmaapSubscription}">
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>
biniek0b027e22018-04-19 15:02:18 +020088 </bpmn:serviceTask>
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">
biniek0b027e22018-04-19 15:02:18 +0200102 <dc:Bounds x="0" y="0" width="1488" height="437" />
biniek5c788af2018-03-20 16:41:13 +0100103 </bpmndi:BPMNShape>
104 <bpmndi:BPMNShape id="ExclusiveGateway_1cttgdo_di" bpmnElement="DoesAaiContainInfoAboutPnf" isMarkerVisible="true">
biniek0b027e22018-04-19 15:02:18 +0200105 <dc:Bounds x="338" y="182" width="50" height="50" />
biniek5c788af2018-03-20 16:41:13 +0100106 <bpmndi:BPMNLabel>
biniek0b027e22018-04-19 15:02:18 +0200107 <dc:Bounds x="320" 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">
biniek0b027e22018-04-19 15:02:18 +0200117 <dc:Bounds x="1312" y="189" width="36" height="36" />
biniek5c788af2018-03-20 16:41:13 +0100118 <bpmndi:BPMNLabel>
biniek0b027e22018-04-19 15:02:18 +0200119 <dc:Bounds x="1286" y="230" width="89" height="10" />
biniek5c788af2018-03-20 16:41:13 +0100120 </bpmndi:BPMNLabel>
121 </bpmndi:BPMNShape>
122 <bpmndi:BPMNShape id="StartEvent_0j5ok9h_di" bpmnElement="CreateAndActivatePnf_StartEvent">
biniek0b027e22018-04-19 15:02:18 +0200123 <dc:Bounds x="49" y="189" width="36" height="36" />
biniek5c788af2018-03-20 16:41:13 +0100124 <bpmndi:BPMNLabel>
biniek0b027e22018-04-19 15:02:18 +0200125 <dc:Bounds x="23" y="228" width="90" height="20" />
biniek5c788af2018-03-20 16:41:13 +0100126 </bpmndi:BPMNLabel>
127 </bpmndi:BPMNShape>
128 <bpmndi:BPMNShape id="ServiceTask_0a5uk9o_di" bpmnElement="CheckAiiForCorrelationId">
biniek0b027e22018-04-19 15:02:18 +0200129 <dc:Bounds x="159" y="167" width="100" height="80" />
biniek5c788af2018-03-20 16:41:13 +0100130 </bpmndi:BPMNShape>
131 <bpmndi:BPMNShape id="ServiceTask_0iimk5v_di" bpmnElement="CreateAndActivatePnf_CreateAaiEntry">
biniek0b027e22018-04-19 15:02:18 +0200132 <dc:Bounds x="467" y="167" width="100" height="80" />
biniek5c788af2018-03-20 16:41:13 +0100133 </bpmndi:BPMNShape>
134 <bpmndi:BPMNEdge id="SequenceFlow_1j4r3zt_di" bpmnElement="SequenceFlow_1j4r3zt">
biniek0b027e22018-04-19 15:02:18 +0200135 <di:waypoint xsi:type="dc:Point" x="259" y="207" />
136 <di:waypoint xsi:type="dc:Point" x="338" y="207" />
biniek5c788af2018-03-20 16:41:13 +0100137 <bpmndi:BPMNLabel>
biniek0b027e22018-04-19 15:02:18 +0200138 <dc:Bounds x="253.5" y="187" 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">
biniek0b027e22018-04-19 15:02:18 +0200142 <di:waypoint xsi:type="dc:Point" x="363" y="182" />
biniek12e339c2018-04-16 16:14:32 +0200143 <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>
biniek0b027e22018-04-19 15:02:18 +0200146 <dc:Bounds x="378" y="159" 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">
biniek0b027e22018-04-19 15:02:18 +0200150 <di:waypoint xsi:type="dc:Point" x="388" y="207" />
151 <di:waypoint xsi:type="dc:Point" x="467" y="207" />
biniek5c788af2018-03-20 16:41:13 +0100152 <bpmndi:BPMNLabel>
biniek0b027e22018-04-19 15:02:18 +0200153 <dc:Bounds x="396.3963414634147" y="210" 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" />
biniek0b027e22018-04-19 15:02:18 +0200167 <di:waypoint xsi:type="dc:Point" x="671" y="189" />
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">
biniek0b027e22018-04-19 15:02:18 +0200173 <di:waypoint xsi:type="dc:Point" x="567" y="207" />
174 <di:waypoint xsi:type="dc:Point" x="653" y="207" />
biniek5c788af2018-03-20 16:41:13 +0100175 <bpmndi:BPMNLabel>
biniek0b027e22018-04-19 15:02:18 +0200176 <dc:Bounds x="565" y="187" 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">
biniek0b027e22018-04-19 15:02:18 +0200180 <di:waypoint xsi:type="dc:Point" x="85" y="207" />
181 <di:waypoint xsi:type="dc:Point" x="122" y="207" />
182 <di:waypoint xsi:type="dc:Point" x="122" y="207" />
183 <di:waypoint xsi:type="dc:Point" x="159" y="207" />
biniek5c788af2018-03-20 16:41:13 +0100184 <bpmndi:BPMNLabel>
biniek0b027e22018-04-19 15:02:18 +0200185 <dc:Bounds x="92" y="202" width="90" height="10" />
biniek5c788af2018-03-20 16:41:13 +0100186 </bpmndi:BPMNLabel>
187 </bpmndi:BPMNEdge>
188 <bpmndi:BPMNShape id="Participant_0i9ban2_di" bpmnElement="Participant_0atuyq0">
biniek0b027e22018-04-19 15:02:18 +0200189 <dc:Bounds x="123" y="523" width="502" height="60" />
biniek5c788af2018-03-20 16:41:13 +0100190 </bpmndi:BPMNShape>
191 <bpmndi:BPMNEdge id="MessageFlow_1h3xu88_di" bpmnElement="MessageFlow_1h3xu88">
biniek0b027e22018-04-19 15:02:18 +0200192 <di:waypoint xsi:type="dc:Point" x="517" y="247" />
193 <di:waypoint xsi:type="dc:Point" x="517" y="523" />
biniek5c788af2018-03-20 16:41:13 +0100194 <bpmndi:BPMNLabel>
biniek0b027e22018-04-19 15:02:18 +0200195 <dc:Bounds x="487" y="380" width="90" height="10" />
biniek5c788af2018-03-20 16:41:13 +0100196 </bpmndi:BPMNLabel>
197 </bpmndi:BPMNEdge>
198 <bpmndi:BPMNEdge id="MessageFlow_09ibv5a_di" bpmnElement="MessageFlow_09ibv5a">
biniek0b027e22018-04-19 15:02:18 +0200199 <di:waypoint xsi:type="dc:Point" x="190" y="247" />
200 <di:waypoint xsi:type="dc:Point" x="190" y="523" />
biniek5c788af2018-03-20 16:41:13 +0100201 <bpmndi:BPMNLabel>
biniek0b027e22018-04-19 15:02:18 +0200202 <dc:Bounds x="160" y="404" width="90" height="10" />
biniek5c788af2018-03-20 16:41:13 +0100203 </bpmndi:BPMNLabel>
204 </bpmndi:BPMNEdge>
205 <bpmndi:BPMNEdge id="MessageFlow_0vjul4t_di" bpmnElement="MessageFlow_0vjul4t">
biniek0b027e22018-04-19 15:02:18 +0200206 <di:waypoint xsi:type="dc:Point" x="229" y="523" />
207 <di:waypoint xsi:type="dc:Point" x="229" y="247" />
biniek5c788af2018-03-20 16:41:13 +0100208 <bpmndi:BPMNLabel>
biniek0b027e22018-04-19 15:02:18 +0200209 <dc:Bounds x="199" y="404" width="90" height="10" />
biniek5c788af2018-03-20 16:41:13 +0100210 </bpmndi:BPMNLabel>
211 </bpmndi:BPMNEdge>
212 <bpmndi:BPMNShape id="Participant_0vmrrhf_di" bpmnElement="Participant_19w87ws">
biniek0b027e22018-04-19 15:02:18 +0200213 <dc:Bounds x="804" y="523" width="463" height="60" />
biniek5c788af2018-03-20 16:41:13 +0100214 </bpmndi:BPMNShape>
215 <bpmndi:BPMNShape id="EndEvent_0wbx6tt_di" bpmnElement="ThrowTimeoutException">
biniek0b027e22018-04-19 15:02:18 +0200216 <dc:Bounds x="1312" y="345" width="36" height="36" />
biniek5c788af2018-03-20 16:41:13 +0100217 <bpmndi:BPMNLabel>
biniek0b027e22018-04-19 15:02:18 +0200218 <dc:Bounds x="1305" y="382" width="70" height="20" />
biniek5c788af2018-03-20 16:41:13 +0100219 </bpmndi:BPMNLabel>
220 </bpmndi:BPMNShape>
221 <bpmndi:BPMNShape id="EndEvent_00cy7r0_di" bpmnElement="AaiEntryAlreadyUpToDate">
222 <dc:Bounds x="1312" y="48" width="36" height="36" />
223 <bpmndi:BPMNLabel>
224 <dc:Bounds x="1288" y="89" width="85" height="20" />
225 </bpmndi:BPMNLabel>
226 </bpmndi:BPMNShape>
227 <bpmndi:BPMNShape id="IntermediateThrowEvent_0fjcdy4_di" bpmnElement="AaiEntryExists">
biniek0b027e22018-04-19 15:02:18 +0200228 <dc:Bounds x="653" y="189" width="36" height="36" />
biniek5c788af2018-03-20 16:41:13 +0100229 <bpmndi:BPMNLabel>
biniek0b027e22018-04-19 15:02:18 +0200230 <dc:Bounds x="634" y="235" width="80" height="20" />
biniek5c788af2018-03-20 16:41:13 +0100231 </bpmndi:BPMNLabel>
232 </bpmndi:BPMNShape>
233 <bpmndi:BPMNShape id="TextAnnotation_1eyzes8_di" bpmnElement="TextAnnotation_1eyzes8">
234 <dc:Bounds x="66" y="70" width="243" height="54" />
235 </bpmndi:BPMNShape>
236 <bpmndi:BPMNEdge id="Association_0d7oxnz_di" bpmnElement="Association_0d7oxnz">
biniek0b027e22018-04-19 15:02:18 +0200237 <di:waypoint xsi:type="dc:Point" x="67" y="189" />
biniek5c788af2018-03-20 16:41:13 +0100238 <di:waypoint xsi:type="dc:Point" x="67" y="124" />
239 </bpmndi:BPMNEdge>
240 <bpmndi:BPMNEdge id="MessageFlow_1vrcp2d_di" bpmnElement="MessageFlow_1vrcp2d">
biniek0b027e22018-04-19 15:02:18 +0200241 <di:waypoint xsi:type="dc:Point" x="1006" y="523" />
242 <di:waypoint xsi:type="dc:Point" x="1006" y="247" />
biniek5c788af2018-03-20 16:41:13 +0100243 <bpmndi:BPMNLabel>
biniek0b027e22018-04-19 15:02:18 +0200244 <dc:Bounds x="976" y="380" width="90" height="10" />
biniek5c788af2018-03-20 16:41:13 +0100245 </bpmndi:BPMNLabel>
246 </bpmndi:BPMNEdge>
247 <bpmndi:BPMNEdge id="SequenceFlow_17s9025_di" bpmnElement="SequenceFlow_17s9025">
biniek0b027e22018-04-19 15:02:18 +0200248 <di:waypoint xsi:type="dc:Point" x="689" y="207" />
249 <di:waypoint xsi:type="dc:Point" x="775" y="207" />
biniek5c788af2018-03-20 16:41:13 +0100250 <bpmndi:BPMNLabel>
biniek0b027e22018-04-19 15:02:18 +0200251 <dc:Bounds x="687" y="187" width="90" height="10" />
biniek5c788af2018-03-20 16:41:13 +0100252 </bpmndi:BPMNLabel>
253 </bpmndi:BPMNEdge>
254 <bpmndi:BPMNShape id="BoundaryEvent_15eo1k9_di" bpmnElement="WaitForDmaapTimeout">
biniek0b027e22018-04-19 15:02:18 +0200255 <dc:Bounds x="1020" y="229" width="36" height="36" />
biniek5c788af2018-03-20 16:41:13 +0100256 <bpmndi:BPMNLabel>
biniek0b027e22018-04-19 15:02:18 +0200257 <dc:Bounds x="1051" y="260" width="40" height="10" />
biniek5c788af2018-03-20 16:41:13 +0100258 </bpmndi:BPMNLabel>
259 </bpmndi:BPMNShape>
260 <bpmndi:BPMNEdge id="SequenceFlow_1kc34bc_di" bpmnElement="SequenceFlow_1kc34bc">
biniek0b027e22018-04-19 15:02:18 +0200261 <di:waypoint xsi:type="dc:Point" x="1038" y="265" />
262 <di:waypoint xsi:type="dc:Point" x="1038" y="363" />
263 <di:waypoint xsi:type="dc:Point" x="1133" y="363" />
biniek5c788af2018-03-20 16:41:13 +0100264 <bpmndi:BPMNLabel>
biniek0b027e22018-04-19 15:02:18 +0200265 <dc:Bounds x="1008" y="309" width="90" height="10" />
biniek5c788af2018-03-20 16:41:13 +0100266 </bpmndi:BPMNLabel>
267 </bpmndi:BPMNEdge>
268 <bpmndi:BPMNShape id="ReceiveTask_1sfysua_di" bpmnElement="WaitForDmaapPnfReadyNotification">
biniek0b027e22018-04-19 15:02:18 +0200269 <dc:Bounds x="954" y="167" width="100" height="80" />
biniek5c788af2018-03-20 16:41:13 +0100270 </bpmndi:BPMNShape>
271 <bpmndi:BPMNEdge id="SequenceFlow_0p09qgm_di" bpmnElement="SequenceFlow_0p09qgm">
biniek0b027e22018-04-19 15:02:18 +0200272 <di:waypoint xsi:type="dc:Point" x="1054" y="207" />
273 <di:waypoint xsi:type="dc:Point" x="1312" y="207" />
biniek5c788af2018-03-20 16:41:13 +0100274 <bpmndi:BPMNLabel>
biniek0b027e22018-04-19 15:02:18 +0200275 <dc:Bounds x="1138" y="187" width="90" height="10" />
biniek5c788af2018-03-20 16:41:13 +0100276 </bpmndi:BPMNLabel>
277 </bpmndi:BPMNEdge>
biniek402e5e22018-04-10 10:48:54 +0200278 <bpmndi:BPMNEdge id="SequenceFlow_1o8od8e_di" bpmnElement="SequenceFlow_1o8od8e">
biniek0b027e22018-04-19 15:02:18 +0200279 <di:waypoint xsi:type="dc:Point" x="875" y="207" />
280 <di:waypoint xsi:type="dc:Point" x="954" y="207" />
biniek402e5e22018-04-10 10:48:54 +0200281 <bpmndi:BPMNLabel>
biniek0b027e22018-04-19 15:02:18 +0200282 <dc:Bounds x="869.5" y="187" width="90" height="10" />
biniek402e5e22018-04-10 10:48:54 +0200283 </bpmndi:BPMNLabel>
284 </bpmndi:BPMNEdge>
285 <bpmndi:BPMNEdge id="MessageFlow_0tg4hw9_di" bpmnElement="MessageFlow_0tg4hw9">
biniek0b027e22018-04-19 15:02:18 +0200286 <di:waypoint xsi:type="dc:Point" x="825" y="247" />
287 <di:waypoint xsi:type="dc:Point" x="825" y="523" />
biniek402e5e22018-04-10 10:48:54 +0200288 <bpmndi:BPMNLabel>
biniek0b027e22018-04-19 15:02:18 +0200289 <dc:Bounds x="795" y="380" width="90" height="10" />
biniek402e5e22018-04-10 10:48:54 +0200290 </bpmndi:BPMNLabel>
291 </bpmndi:BPMNEdge>
292 <bpmndi:BPMNShape id="ServiceTask_1iax11n_di" bpmnElement="InformDmaapClient">
biniek0b027e22018-04-19 15:02:18 +0200293 <dc:Bounds x="775" y="167" width="100" height="80" />
biniek12e339c2018-04-16 16:14:32 +0200294 </bpmndi:BPMNShape>
295 <bpmndi:BPMNEdge id="SequenceFlow_1miyzfe_di" bpmnElement="SequenceFlow_1miyzfe">
biniek0b027e22018-04-19 15:02:18 +0200296 <di:waypoint xsi:type="dc:Point" x="1233" y="363" />
297 <di:waypoint xsi:type="dc:Point" x="1312" y="363" />
biniek12e339c2018-04-16 16:14:32 +0200298 <bpmndi:BPMNLabel>
biniek0b027e22018-04-19 15:02:18 +0200299 <dc:Bounds x="1227.5" y="343" width="90" height="10" />
biniek12e339c2018-04-16 16:14:32 +0200300 </bpmndi:BPMNLabel>
301 </bpmndi:BPMNEdge>
302 <bpmndi:BPMNEdge id="MessageFlow_1py54jr_di" bpmnElement="MessageFlow_1py54jr">
biniek0b027e22018-04-19 15:02:18 +0200303 <di:waypoint xsi:type="dc:Point" x="1183" y="403" />
304 <di:waypoint xsi:type="dc:Point" x="1183" y="523" />
biniek12e339c2018-04-16 16:14:32 +0200305 <bpmndi:BPMNLabel>
biniek0b027e22018-04-19 15:02:18 +0200306 <dc:Bounds x="1153" y="458" width="90" height="10" />
biniek12e339c2018-04-16 16:14:32 +0200307 </bpmndi:BPMNLabel>
308 </bpmndi:BPMNEdge>
biniek0b027e22018-04-19 15:02:18 +0200309 <bpmndi:BPMNShape id="ServiceTask_12j7hox_di" bpmnElement="CancelDmaapClientSubscription">
310 <dc:Bounds x="1133" y="323" width="100" height="80" />
311 </bpmndi:BPMNShape>
biniek5c788af2018-03-20 16:41:13 +0100312 </bpmndi:BPMNPlane>
313 </bpmndi:BPMNDiagram>
314</bpmn:definitions>