blob: 8f2bf67b71e661108f75f9bea715834c1a498975 [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" />
biniek5c788af2018-03-20 16:41:13 +010017 <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>
biniek59e41712018-05-17 12:11:50 +020020 <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>
biniek12e339c2018-04-16 16:14:32 +020029 <bpmn:sequenceFlow id="SequenceFlow_1l1t6ak" name="Yes" sourceRef="DoesAaiContainInfoAboutPnf" targetRef="DoesAaiContainInfoAboutIp">
30 <bpmn:conditionExpression xsi:type="bpmn:tFormalExpression">#{aaiContainsInfoAboutPnf}</bpmn:conditionExpression>
31 </bpmn:sequenceFlow>
biniek5c788af2018-03-20 16:41:13 +010032 <bpmn:sequenceFlow id="SequenceFlow_1h6yz62" name="Yes" sourceRef="DoesAaiContainInfoAboutIp" targetRef="AaiEntryAlreadyUpToDate">
33 <bpmn:conditionExpression xsi:type="bpmn:tFormalExpression">#{aaiContainsInfoAboutIp}</bpmn:conditionExpression>
34 </bpmn:sequenceFlow>
biniek59e41712018-05-17 12:11:50 +020035 <bpmn:endEvent id="AaiEntryUpdated" name="AAI entry updated">
36 <bpmn:incoming>SequenceFlow_0p09qgm</bpmn:incoming>
biniek12e339c2018-04-16 16:14:32 +020037 </bpmn:endEvent>
biniek12e339c2018-04-16 16:14:32 +020038 <bpmn:endEvent id="ThrowTimeoutException" name="Throw timeout exception">
39 <bpmn:incoming>SequenceFlow_1miyzfe</bpmn:incoming>
40 <bpmn:errorEventDefinition errorRef="Error_1" />
41 </bpmn:endEvent>
biniek59e41712018-05-17 12:11:50 +020042 <bpmn:endEvent id="AaiEntryAlreadyUpToDate" name="AAI entry already up-to-date">
43 <bpmn:incoming>SequenceFlow_1h6yz62</bpmn:incoming>
44 </bpmn:endEvent>
biniek0b027e22018-04-19 15:02:18 +020045 <bpmn:startEvent id="CreateAndActivatePnf_StartEvent">
46 <bpmn:outgoing>SequenceFlow_0j5ksz1</bpmn:outgoing>
47 </bpmn:startEvent>
biniek59e41712018-05-17 12:11:50 +020048 <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>
biniek5c788af2018-03-20 16:41:13 +010053 <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>
biniek59e41712018-05-17 12:11:50 +020062 <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>
biniek12e339c2018-04-16 16:14:32 +020072 <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>
biniek5c788af2018-03-20 16:41:13 +010076 <bpmn:receiveTask id="WaitForDmaapPnfReadyNotification" name="Wait for DMAAP pnf-ready notification" messageRef="Message_13h1tlo">
biniek402e5e22018-04-10 10:48:54 +020077 <bpmn:incoming>SequenceFlow_1o8od8e</bpmn:incoming>
biniek5c788af2018-03-20 16:41:13 +010078 <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>
biniek0b027e22018-04-19 15:02:18 +020086 <bpmn:serviceTask id="CancelDmaapClientSubscription" name="Cancel DmaapClient subscription" camunda:delegateExpression="${cancelDmaapSubscription}">
biniek5c788af2018-03-20 16:41:13 +010087 <bpmn:incoming>SequenceFlow_1kc34bc</bpmn:incoming>
biniek12e339c2018-04-16 16:14:32 +020088 <bpmn:outgoing>SequenceFlow_1miyzfe</bpmn:outgoing>
biniek0b027e22018-04-19 15:02:18 +020089 </bpmn:serviceTask>
biniek59e41712018-05-17 12:11:50 +020090 <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>
biniek5c788af2018-03-20 16:41:13 +010094 <bpmn:textAnnotation id="TextAnnotation_1eyzes8">
95 <bpmn:text><![CDATA[Inputs:
96 - timeoutForPnfEntryNotification - String
97 - correlationId - String
98]]></bpmn:text>
99 </bpmn:textAnnotation>
biniek59e41712018-05-17 12:11:50 +0200100 <bpmn:association id="Association_0d7oxnz" sourceRef="CreateAndActivatePnf_StartEvent" targetRef="TextAnnotation_1eyzes8" />
biniek5c788af2018-03-20 16:41:13 +0100101 </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">
biniek59e41712018-05-17 12:11:50 +0200107 <dc:Bounds x="-113" y="0" width="1601" height="438" />
biniek5c788af2018-03-20 16:41:13 +0100108 </bpmndi:BPMNShape>
109 <bpmndi:BPMNShape id="ExclusiveGateway_1cttgdo_di" bpmnElement="DoesAaiContainInfoAboutPnf" isMarkerVisible="true">
biniek59e41712018-05-17 12:11:50 +0200110 <dc:Bounds x="390" y="182" width="50" height="50" />
biniek5c788af2018-03-20 16:41:13 +0100111 <bpmndi:BPMNLabel>
biniek59e41712018-05-17 12:11:50 +0200112 <dc:Bounds x="372" y="283" width="85" height="20" />
biniek5c788af2018-03-20 16:41:13 +0100113 </bpmndi:BPMNLabel>
114 </bpmndi:BPMNShape>
115 <bpmndi:BPMNShape id="ExclusiveGateway_0yamdfm_di" bpmnElement="DoesAaiContainInfoAboutIp" isMarkerVisible="true">
biniek59e41712018-05-17 12:11:50 +0200116 <dc:Bounds x="682" y="41" width="50" height="50" />
biniek5c788af2018-03-20 16:41:13 +0100117 <bpmndi:BPMNLabel>
biniek59e41712018-05-17 12:11:50 +0200118 <dc:Bounds x="663" y="5" width="87" height="30" />
biniek5c788af2018-03-20 16:41:13 +0100119 </bpmndi:BPMNLabel>
120 </bpmndi:BPMNShape>
121 <bpmndi:BPMNShape id="EndEvent_0k52gr7_di" bpmnElement="AaiEntryUpdated">
biniek0b027e22018-04-19 15:02:18 +0200122 <dc:Bounds x="1312" y="189" width="36" height="36" />
biniek5c788af2018-03-20 16:41:13 +0100123 <bpmndi:BPMNLabel>
biniek0b027e22018-04-19 15:02:18 +0200124 <dc:Bounds x="1286" y="230" width="89" height="10" />
biniek5c788af2018-03-20 16:41:13 +0100125 </bpmndi:BPMNLabel>
126 </bpmndi:BPMNShape>
127 <bpmndi:BPMNShape id="StartEvent_0j5ok9h_di" bpmnElement="CreateAndActivatePnf_StartEvent">
biniek59e41712018-05-17 12:11:50 +0200128 <dc:Bounds x="-54" y="189" width="36" height="36" />
biniek5c788af2018-03-20 16:41:13 +0100129 <bpmndi:BPMNLabel>
biniek59e41712018-05-17 12:11:50 +0200130 <dc:Bounds x="-80" y="228" width="90" height="20" />
biniek5c788af2018-03-20 16:41:13 +0100131 </bpmndi:BPMNLabel>
132 </bpmndi:BPMNShape>
133 <bpmndi:BPMNShape id="ServiceTask_0a5uk9o_di" bpmnElement="CheckAiiForCorrelationId">
biniek59e41712018-05-17 12:11:50 +0200134 <dc:Bounds x="219" y="167" width="100" height="80" />
biniek5c788af2018-03-20 16:41:13 +0100135 </bpmndi:BPMNShape>
136 <bpmndi:BPMNShape id="ServiceTask_0iimk5v_di" bpmnElement="CreateAndActivatePnf_CreateAaiEntry">
biniek59e41712018-05-17 12:11:50 +0200137 <dc:Bounds x="511" y="167" width="100" height="80" />
biniek5c788af2018-03-20 16:41:13 +0100138 </bpmndi:BPMNShape>
139 <bpmndi:BPMNEdge id="SequenceFlow_1j4r3zt_di" bpmnElement="SequenceFlow_1j4r3zt">
biniek59e41712018-05-17 12:11:50 +0200140 <di:waypoint xsi:type="dc:Point" x="319" y="207" />
141 <di:waypoint xsi:type="dc:Point" x="390" y="207" />
biniek5c788af2018-03-20 16:41:13 +0100142 <bpmndi:BPMNLabel>
biniek59e41712018-05-17 12:11:50 +0200143 <dc:Bounds x="309.5" y="187" width="90" height="10" />
biniek5c788af2018-03-20 16:41:13 +0100144 </bpmndi:BPMNLabel>
145 </bpmndi:BPMNEdge>
146 <bpmndi:BPMNEdge id="SequenceFlow_1l1t6ak_di" bpmnElement="SequenceFlow_1l1t6ak">
biniek59e41712018-05-17 12:11:50 +0200147 <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" />
biniek5c788af2018-03-20 16:41:13 +0100150 <bpmndi:BPMNLabel>
biniek59e41712018-05-17 12:11:50 +0200151 <dc:Bounds x="430" y="180.1206896551724" width="19" height="10" />
biniek5c788af2018-03-20 16:41:13 +0100152 </bpmndi:BPMNLabel>
153 </bpmndi:BPMNEdge>
154 <bpmndi:BPMNEdge id="SequenceFlow_0v5ffpe_di" bpmnElement="SequenceFlow_0v5ffpe">
biniek59e41712018-05-17 12:11:50 +0200155 <di:waypoint xsi:type="dc:Point" x="440" y="207" />
156 <di:waypoint xsi:type="dc:Point" x="511" y="207" />
biniek5c788af2018-03-20 16:41:13 +0100157 <bpmndi:BPMNLabel>
biniek59e41712018-05-17 12:11:50 +0200158 <dc:Bounds x="447.32911392405055" y="210" width="15" height="10" />
biniek5c788af2018-03-20 16:41:13 +0100159 </bpmndi:BPMNLabel>
160 </bpmndi:BPMNEdge>
161 <bpmndi:BPMNEdge id="SequenceFlow_1h6yz62_di" bpmnElement="SequenceFlow_1h6yz62">
biniek59e41712018-05-17 12:11:50 +0200162 <di:waypoint xsi:type="dc:Point" x="732" y="66" />
biniek5c788af2018-03-20 16:41:13 +0100163 <di:waypoint xsi:type="dc:Point" x="1312" y="66" />
164 <bpmndi:BPMNLabel>
biniek59e41712018-05-17 12:11:50 +0200165 <dc:Bounds x="742.7435064935065" y="51" width="19" height="10" />
biniek5c788af2018-03-20 16:41:13 +0100166 </bpmndi:BPMNLabel>
167 </bpmndi:BPMNEdge>
168 <bpmndi:BPMNEdge id="SequenceFlow_1ls8pua_di" bpmnElement="SequenceFlow_1ls8pua">
biniek59e41712018-05-17 12:11:50 +0200169 <di:waypoint xsi:type="dc:Point" x="707" y="91" />
170 <di:waypoint xsi:type="dc:Point" x="707" y="189" />
biniek5c788af2018-03-20 16:41:13 +0100171 <bpmndi:BPMNLabel>
biniek59e41712018-05-17 12:11:50 +0200172 <dc:Bounds x="717" y="116.1917808219178" width="15" height="10" />
biniek5c788af2018-03-20 16:41:13 +0100173 </bpmndi:BPMNLabel>
174 </bpmndi:BPMNEdge>
175 <bpmndi:BPMNEdge id="SequenceFlow_1qr6cmf_di" bpmnElement="SequenceFlow_1qr6cmf">
biniek59e41712018-05-17 12:11:50 +0200176 <di:waypoint xsi:type="dc:Point" x="611" y="207" />
177 <di:waypoint xsi:type="dc:Point" x="689" y="207" />
biniek5c788af2018-03-20 16:41:13 +0100178 <bpmndi:BPMNLabel>
biniek59e41712018-05-17 12:11:50 +0200179 <dc:Bounds x="605" y="187" width="90" height="10" />
biniek5c788af2018-03-20 16:41:13 +0100180 </bpmndi:BPMNLabel>
181 </bpmndi:BPMNEdge>
182 <bpmndi:BPMNEdge id="SequenceFlow_0j5ksz1_di" bpmnElement="SequenceFlow_0j5ksz1">
biniek59e41712018-05-17 12:11:50 +0200183 <di:waypoint xsi:type="dc:Point" x="-18" y="207" />
184 <di:waypoint xsi:type="dc:Point" x="48" y="207" />
biniek5c788af2018-03-20 16:41:13 +0100185 <bpmndi:BPMNLabel>
biniek59e41712018-05-17 12:11:50 +0200186 <dc:Bounds x="-30" y="187" width="90" height="10" />
biniek5c788af2018-03-20 16:41:13 +0100187 </bpmndi:BPMNLabel>
188 </bpmndi:BPMNEdge>
189 <bpmndi:BPMNShape id="Participant_0i9ban2_di" bpmnElement="Participant_0atuyq0">
biniek0b027e22018-04-19 15:02:18 +0200190 <dc:Bounds x="123" y="523" width="502" height="60" />
biniek5c788af2018-03-20 16:41:13 +0100191 </bpmndi:BPMNShape>
192 <bpmndi:BPMNEdge id="MessageFlow_1h3xu88_di" bpmnElement="MessageFlow_1h3xu88">
biniek59e41712018-05-17 12:11:50 +0200193 <di:waypoint xsi:type="dc:Point" x="561" y="247" />
194 <di:waypoint xsi:type="dc:Point" x="561" y="523" />
biniek5c788af2018-03-20 16:41:13 +0100195 <bpmndi:BPMNLabel>
biniek59e41712018-05-17 12:11:50 +0200196 <dc:Bounds x="531" y="380" width="90" height="10" />
biniek5c788af2018-03-20 16:41:13 +0100197 </bpmndi:BPMNLabel>
198 </bpmndi:BPMNEdge>
199 <bpmndi:BPMNEdge id="MessageFlow_09ibv5a_di" bpmnElement="MessageFlow_09ibv5a">
biniek59e41712018-05-17 12:11:50 +0200200 <di:waypoint xsi:type="dc:Point" x="250" y="247" />
201 <di:waypoint xsi:type="dc:Point" x="250" y="523" />
biniek5c788af2018-03-20 16:41:13 +0100202 <bpmndi:BPMNLabel>
biniek59e41712018-05-17 12:11:50 +0200203 <dc:Bounds x="220" y="380" width="90" height="10" />
biniek5c788af2018-03-20 16:41:13 +0100204 </bpmndi:BPMNLabel>
205 </bpmndi:BPMNEdge>
206 <bpmndi:BPMNEdge id="MessageFlow_0vjul4t_di" bpmnElement="MessageFlow_0vjul4t">
biniek59e41712018-05-17 12:11:50 +0200207 <di:waypoint xsi:type="dc:Point" x="289" y="523" />
208 <di:waypoint xsi:type="dc:Point" x="289" y="247" />
biniek5c788af2018-03-20 16:41:13 +0100209 <bpmndi:BPMNLabel>
biniek59e41712018-05-17 12:11:50 +0200210 <dc:Bounds x="259" y="380" width="90" height="10" />
biniek5c788af2018-03-20 16:41:13 +0100211 </bpmndi:BPMNLabel>
212 </bpmndi:BPMNEdge>
213 <bpmndi:BPMNShape id="Participant_0vmrrhf_di" bpmnElement="Participant_19w87ws">
biniek0b027e22018-04-19 15:02:18 +0200214 <dc:Bounds x="804" y="523" width="463" height="60" />
biniek5c788af2018-03-20 16:41:13 +0100215 </bpmndi:BPMNShape>
216 <bpmndi:BPMNShape id="EndEvent_0wbx6tt_di" bpmnElement="ThrowTimeoutException">
biniek0b027e22018-04-19 15:02:18 +0200217 <dc:Bounds x="1312" y="345" width="36" height="36" />
biniek5c788af2018-03-20 16:41:13 +0100218 <bpmndi:BPMNLabel>
biniek0b027e22018-04-19 15:02:18 +0200219 <dc:Bounds x="1305" y="382" width="70" height="20" />
biniek5c788af2018-03-20 16:41:13 +0100220 </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">
biniek59e41712018-05-17 12:11:50 +0200229 <dc:Bounds x="689" y="189" width="36" height="36" />
biniek5c788af2018-03-20 16:41:13 +0100230 <bpmndi:BPMNLabel>
biniek59e41712018-05-17 12:11:50 +0200231 <dc:Bounds x="670" y="235" width="80" height="20" />
biniek5c788af2018-03-20 16:41:13 +0100232 </bpmndi:BPMNLabel>
233 </bpmndi:BPMNShape>
234 <bpmndi:BPMNShape id="TextAnnotation_1eyzes8_di" bpmnElement="TextAnnotation_1eyzes8">
biniek59e41712018-05-17 12:11:50 +0200235 <dc:Bounds x="-37" y="70" width="243" height="54" />
biniek5c788af2018-03-20 16:41:13 +0100236 </bpmndi:BPMNShape>
237 <bpmndi:BPMNEdge id="Association_0d7oxnz_di" bpmnElement="Association_0d7oxnz">
biniek59e41712018-05-17 12:11:50 +0200238 <di:waypoint xsi:type="dc:Point" x="-36" y="189" />
239 <di:waypoint xsi:type="dc:Point" x="-36" y="124" />
biniek5c788af2018-03-20 16:41:13 +0100240 </bpmndi:BPMNEdge>
241 <bpmndi:BPMNEdge id="MessageFlow_1vrcp2d_di" bpmnElement="MessageFlow_1vrcp2d">
biniek59e41712018-05-17 12:11:50 +0200242 <di:waypoint xsi:type="dc:Point" x="1026" y="523" />
243 <di:waypoint xsi:type="dc:Point" x="1026" y="247" />
biniek5c788af2018-03-20 16:41:13 +0100244 <bpmndi:BPMNLabel>
biniek59e41712018-05-17 12:11:50 +0200245 <dc:Bounds x="996" y="380" width="90" height="10" />
biniek5c788af2018-03-20 16:41:13 +0100246 </bpmndi:BPMNLabel>
247 </bpmndi:BPMNEdge>
248 <bpmndi:BPMNEdge id="SequenceFlow_17s9025_di" bpmnElement="SequenceFlow_17s9025">
biniek59e41712018-05-17 12:11:50 +0200249 <di:waypoint xsi:type="dc:Point" x="725" y="207" />
250 <di:waypoint xsi:type="dc:Point" x="803" y="207" />
biniek5c788af2018-03-20 16:41:13 +0100251 <bpmndi:BPMNLabel>
biniek59e41712018-05-17 12:11:50 +0200252 <dc:Bounds x="719" y="187" width="90" height="10" />
biniek5c788af2018-03-20 16:41:13 +0100253 </bpmndi:BPMNLabel>
254 </bpmndi:BPMNEdge>
255 <bpmndi:BPMNShape id="BoundaryEvent_15eo1k9_di" bpmnElement="WaitForDmaapTimeout">
biniek59e41712018-05-17 12:11:50 +0200256 <dc:Bounds x="1040" y="229" width="36" height="36" />
biniek5c788af2018-03-20 16:41:13 +0100257 <bpmndi:BPMNLabel>
biniek59e41712018-05-17 12:11:50 +0200258 <dc:Bounds x="1071" y="260" width="40" height="10" />
biniek5c788af2018-03-20 16:41:13 +0100259 </bpmndi:BPMNLabel>
260 </bpmndi:BPMNShape>
261 <bpmndi:BPMNEdge id="SequenceFlow_1kc34bc_di" bpmnElement="SequenceFlow_1kc34bc">
biniek59e41712018-05-17 12:11:50 +0200262 <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" />
biniek5c788af2018-03-20 16:41:13 +0100265 <bpmndi:BPMNLabel>
biniek59e41712018-05-17 12:11:50 +0200266 <dc:Bounds x="1028" y="309" width="90" height="10" />
biniek5c788af2018-03-20 16:41:13 +0100267 </bpmndi:BPMNLabel>
268 </bpmndi:BPMNEdge>
269 <bpmndi:BPMNShape id="ReceiveTask_1sfysua_di" bpmnElement="WaitForDmaapPnfReadyNotification">
biniek59e41712018-05-17 12:11:50 +0200270 <dc:Bounds x="974" y="167" width="100" height="80" />
biniek5c788af2018-03-20 16:41:13 +0100271 </bpmndi:BPMNShape>
272 <bpmndi:BPMNEdge id="SequenceFlow_0p09qgm_di" bpmnElement="SequenceFlow_0p09qgm">
biniek59e41712018-05-17 12:11:50 +0200273 <di:waypoint xsi:type="dc:Point" x="1074" y="207" />
biniek0b027e22018-04-19 15:02:18 +0200274 <di:waypoint xsi:type="dc:Point" x="1312" y="207" />
biniek5c788af2018-03-20 16:41:13 +0100275 <bpmndi:BPMNLabel>
biniek59e41712018-05-17 12:11:50 +0200276 <dc:Bounds x="1148" y="187" width="90" height="10" />
biniek5c788af2018-03-20 16:41:13 +0100277 </bpmndi:BPMNLabel>
278 </bpmndi:BPMNEdge>
biniek402e5e22018-04-10 10:48:54 +0200279 <bpmndi:BPMNEdge id="SequenceFlow_1o8od8e_di" bpmnElement="SequenceFlow_1o8od8e">
biniek59e41712018-05-17 12:11:50 +0200280 <di:waypoint xsi:type="dc:Point" x="903" y="207" />
281 <di:waypoint xsi:type="dc:Point" x="974" y="207" />
biniek402e5e22018-04-10 10:48:54 +0200282 <bpmndi:BPMNLabel>
biniek59e41712018-05-17 12:11:50 +0200283 <dc:Bounds x="893.5" y="187" width="90" height="10" />
biniek402e5e22018-04-10 10:48:54 +0200284 </bpmndi:BPMNLabel>
285 </bpmndi:BPMNEdge>
286 <bpmndi:BPMNEdge id="MessageFlow_0tg4hw9_di" bpmnElement="MessageFlow_0tg4hw9">
biniek59e41712018-05-17 12:11:50 +0200287 <di:waypoint xsi:type="dc:Point" x="853" y="247" />
288 <di:waypoint xsi:type="dc:Point" x="853" y="523" />
biniek402e5e22018-04-10 10:48:54 +0200289 <bpmndi:BPMNLabel>
biniek59e41712018-05-17 12:11:50 +0200290 <dc:Bounds x="823" y="380" width="90" height="10" />
biniek402e5e22018-04-10 10:48:54 +0200291 </bpmndi:BPMNLabel>
292 </bpmndi:BPMNEdge>
293 <bpmndi:BPMNShape id="ServiceTask_1iax11n_di" bpmnElement="InformDmaapClient">
biniek59e41712018-05-17 12:11:50 +0200294 <dc:Bounds x="803" y="167" width="100" height="80" />
biniek12e339c2018-04-16 16:14:32 +0200295 </bpmndi:BPMNShape>
296 <bpmndi:BPMNEdge id="SequenceFlow_1miyzfe_di" bpmnElement="SequenceFlow_1miyzfe">
biniek59e41712018-05-17 12:11:50 +0200297 <di:waypoint xsi:type="dc:Point" x="1245" y="363" />
biniek0b027e22018-04-19 15:02:18 +0200298 <di:waypoint xsi:type="dc:Point" x="1312" y="363" />
biniek12e339c2018-04-16 16:14:32 +0200299 <bpmndi:BPMNLabel>
biniek59e41712018-05-17 12:11:50 +0200300 <dc:Bounds x="1233.5" y="343" width="90" height="10" />
biniek12e339c2018-04-16 16:14:32 +0200301 </bpmndi:BPMNLabel>
302 </bpmndi:BPMNEdge>
303 <bpmndi:BPMNEdge id="MessageFlow_1py54jr_di" bpmnElement="MessageFlow_1py54jr">
biniek59e41712018-05-17 12:11:50 +0200304 <di:waypoint xsi:type="dc:Point" x="1195" y="403" />
305 <di:waypoint xsi:type="dc:Point" x="1195" y="523" />
biniek12e339c2018-04-16 16:14:32 +0200306 <bpmndi:BPMNLabel>
biniek59e41712018-05-17 12:11:50 +0200307 <dc:Bounds x="1165" y="458" width="90" height="10" />
biniek12e339c2018-04-16 16:14:32 +0200308 </bpmndi:BPMNLabel>
309 </bpmndi:BPMNEdge>
biniek0b027e22018-04-19 15:02:18 +0200310 <bpmndi:BPMNShape id="ServiceTask_12j7hox_di" bpmnElement="CancelDmaapClientSubscription">
biniek59e41712018-05-17 12:11:50 +0200311 <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" />
biniek0b027e22018-04-19 15:02:18 +0200322 </bpmndi:BPMNShape>
biniek5c788af2018-03-20 16:41:13 +0100323 </bpmndi:BPMNPlane>
324 </bpmndi:BPMNDiagram>
325</bpmn:definitions>