blob: 7d8863892d406cbfb5bad80397647530d3907ffb [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" />
biniek5c788af2018-03-20 16:41:13 +010012 </bpmn:collaboration>
13 <bpmn:process id="CreateAndActivatePnfResource" name="CreateAndActivatePnfResource" isExecutable="true">
14 <bpmn:sequenceFlow id="SequenceFlow_1ls8pua" name="No" sourceRef="DoesAaiContainInfoAboutIp" targetRef="AaiEntryExists">
15 <bpmn:conditionExpression xsi:type="bpmn:tFormalExpression">#{!aaiContainsInfoAboutIp}</bpmn:conditionExpression>
16 </bpmn:sequenceFlow>
17 <bpmn:sequenceFlow id="SequenceFlow_1qr6cmf" sourceRef="CreateAndActivatePnf_CreateAaiEntry" targetRef="AaiEntryExists" />
18 <bpmn:sequenceFlow id="SequenceFlow_1l1t6ak" name="Yes" sourceRef="DoesAaiContainInfoAboutPnf" targetRef="DoesAaiContainInfoAboutIp">
19 <bpmn:conditionExpression xsi:type="bpmn:tFormalExpression">#{aaiContainsInfoAboutPnf}</bpmn:conditionExpression>
20 </bpmn:sequenceFlow>
21 <bpmn:sequenceFlow id="SequenceFlow_0v5ffpe" name="No" sourceRef="DoesAaiContainInfoAboutPnf" targetRef="CreateAndActivatePnf_CreateAaiEntry">
22 <bpmn:conditionExpression xsi:type="bpmn:tFormalExpression">#{!aaiContainsInfoAboutPnf}</bpmn:conditionExpression>
23 </bpmn:sequenceFlow>
24 <bpmn:sequenceFlow id="SequenceFlow_1j4r3zt" sourceRef="CheckAiiForCorrelationId" targetRef="DoesAaiContainInfoAboutPnf" />
25 <bpmn:sequenceFlow id="SequenceFlow_1h6yz62" name="Yes" sourceRef="DoesAaiContainInfoAboutIp" targetRef="AaiEntryAlreadyUpToDate">
26 <bpmn:conditionExpression xsi:type="bpmn:tFormalExpression">#{aaiContainsInfoAboutIp}</bpmn:conditionExpression>
27 </bpmn:sequenceFlow>
28 <bpmn:sequenceFlow id="SequenceFlow_0j5ksz1" sourceRef="CreateAndActivatePnf_StartEvent" targetRef="CheckAiiForCorrelationId" />
29 <bpmn:endEvent id="AaiEntryAlreadyUpToDate" name="AAI entry already up-to-date">
30 <bpmn:incoming>SequenceFlow_1h6yz62</bpmn:incoming>
31 </bpmn:endEvent>
32 <bpmn:endEvent id="AaiEntryUpdated" name="AAI entry updated">
33 <bpmn:incoming>SequenceFlow_0p09qgm</bpmn:incoming>
34 </bpmn:endEvent>
35 <bpmn:startEvent id="CreateAndActivatePnf_StartEvent">
36 <bpmn:outgoing>SequenceFlow_0j5ksz1</bpmn:outgoing>
37 </bpmn:startEvent>
biniek402e5e22018-04-10 10:48:54 +020038 <bpmn:sequenceFlow id="SequenceFlow_17s9025" sourceRef="AaiEntryExists" targetRef="InformDmaapClient" />
biniek5c788af2018-03-20 16:41:13 +010039 <bpmn:sequenceFlow id="SequenceFlow_1kc34bc" sourceRef="WaitForDmaapTimeout" targetRef="ThrowTimeoutException" />
40 <bpmn:sequenceFlow id="SequenceFlow_0p09qgm" sourceRef="WaitForDmaapPnfReadyNotification" targetRef="AaiEntryUpdated" />
biniek402e5e22018-04-10 10:48:54 +020041 <bpmn:sequenceFlow id="SequenceFlow_1o8od8e" sourceRef="InformDmaapClient" targetRef="WaitForDmaapPnfReadyNotification" />
biniek5c788af2018-03-20 16:41:13 +010042 <bpmn:serviceTask id="CheckAiiForCorrelationId" name="Check AAI for correlation_id" camunda:delegateExpression="${checkAaiForCorrelationIdDelegate}">
43 <bpmn:incoming>SequenceFlow_0j5ksz1</bpmn:incoming>
44 <bpmn:outgoing>SequenceFlow_1j4r3zt</bpmn:outgoing>
45 </bpmn:serviceTask>
46 <bpmn:exclusiveGateway id="DoesAaiContainInfoAboutPnf" name="Does AAI contain info about pnf?">
47 <bpmn:incoming>SequenceFlow_1j4r3zt</bpmn:incoming>
48 <bpmn:outgoing>SequenceFlow_1l1t6ak</bpmn:outgoing>
49 <bpmn:outgoing>SequenceFlow_0v5ffpe</bpmn:outgoing>
50 </bpmn:exclusiveGateway>
51 <bpmn:serviceTask id="CreateAndActivatePnf_CreateAaiEntry" name="Create AAI entry with pnf-id = correlation_id" camunda:delegateExpression="${createAaiEntryWithPnfIdDelegate}">
52 <bpmn:incoming>SequenceFlow_0v5ffpe</bpmn:incoming>
53 <bpmn:outgoing>SequenceFlow_1qr6cmf</bpmn:outgoing>
54 </bpmn:serviceTask>
55 <bpmn:exclusiveGateway id="DoesAaiContainInfoAboutIp" name="Does AAI contain info about IPv4 or IPv6?">
56 <bpmn:incoming>SequenceFlow_1l1t6ak</bpmn:incoming>
57 <bpmn:outgoing>SequenceFlow_1h6yz62</bpmn:outgoing>
58 <bpmn:outgoing>SequenceFlow_1ls8pua</bpmn:outgoing>
59 </bpmn:exclusiveGateway>
60 <bpmn:intermediateThrowEvent id="AaiEntryExists" name="AAI entry exists, lacking IP">
61 <bpmn:incoming>SequenceFlow_1qr6cmf</bpmn:incoming>
62 <bpmn:incoming>SequenceFlow_1ls8pua</bpmn:incoming>
63 <bpmn:outgoing>SequenceFlow_17s9025</bpmn:outgoing>
64 </bpmn:intermediateThrowEvent>
65 <bpmn:receiveTask id="WaitForDmaapPnfReadyNotification" name="Wait for DMAAP pnf-ready notification" messageRef="Message_13h1tlo">
biniek402e5e22018-04-10 10:48:54 +020066 <bpmn:incoming>SequenceFlow_1o8od8e</bpmn:incoming>
biniek5c788af2018-03-20 16:41:13 +010067 <bpmn:outgoing>SequenceFlow_0p09qgm</bpmn:outgoing>
68 </bpmn:receiveTask>
69 <bpmn:boundaryEvent id="WaitForDmaapTimeout" name="Timeout" attachedToRef="WaitForDmaapPnfReadyNotification">
70 <bpmn:outgoing>SequenceFlow_1kc34bc</bpmn:outgoing>
71 <bpmn:timerEventDefinition>
72 <bpmn:timeDuration xsi:type="bpmn:tFormalExpression">#{timeoutForPnfEntryNotification}</bpmn:timeDuration>
73 </bpmn:timerEventDefinition>
74 </bpmn:boundaryEvent>
75 <bpmn:endEvent id="ThrowTimeoutException" name="Throw timeout exception">
76 <bpmn:incoming>SequenceFlow_1kc34bc</bpmn:incoming>
77 <bpmn:errorEventDefinition errorRef="Error_1" />
78 </bpmn:endEvent>
biniek402e5e22018-04-10 10:48:54 +020079 <bpmn:serviceTask id="InformDmaapClient" name="Inform DmaapClient about business key and corresponding pnf-id" camunda:delegateExpression="${informDmaapClient}">
80 <bpmn:incoming>SequenceFlow_17s9025</bpmn:incoming>
81 <bpmn:outgoing>SequenceFlow_1o8od8e</bpmn:outgoing>
82 </bpmn:serviceTask>
biniek5c788af2018-03-20 16:41:13 +010083 <bpmn:association id="Association_0d7oxnz" sourceRef="CreateAndActivatePnf_StartEvent" targetRef="TextAnnotation_1eyzes8" />
84 <bpmn:textAnnotation id="TextAnnotation_1eyzes8">
85 <bpmn:text><![CDATA[Inputs:
86 - timeoutForPnfEntryNotification - String
87 - correlationId - String
88]]></bpmn:text>
89 </bpmn:textAnnotation>
90 </bpmn:process>
91 <bpmn:error id="Error_1" name="MSO Workflow Exception" errorCode="MSOWorkflowException" />
92 <bpmn:message id="Message_13h1tlo" name="WorkflowMessage" />
93 <bpmndi:BPMNDiagram id="BPMNDiagram_1">
94 <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Collaboration_1d0w8lf">
95 <bpmndi:BPMNShape id="Participant_1egg397_di" bpmnElement="Participant_1egg397">
96 <dc:Bounds x="0" y="0" width="1482" height="353" />
97 </bpmndi:BPMNShape>
98 <bpmndi:BPMNShape id="ExclusiveGateway_1cttgdo_di" bpmnElement="DoesAaiContainInfoAboutPnf" isMarkerVisible="true">
biniek402e5e22018-04-10 10:48:54 +020099 <dc:Bounds x="354" y="230" width="50" height="50" />
biniek5c788af2018-03-20 16:41:13 +0100100 <bpmndi:BPMNLabel>
biniek402e5e22018-04-10 10:48:54 +0200101 <dc:Bounds x="334" y="283" width="85" height="20" />
biniek5c788af2018-03-20 16:41:13 +0100102 </bpmndi:BPMNLabel>
103 </bpmndi:BPMNShape>
104 <bpmndi:BPMNShape id="ExclusiveGateway_0yamdfm_di" bpmnElement="DoesAaiContainInfoAboutIp" isMarkerVisible="true">
biniek402e5e22018-04-10 10:48:54 +0200105 <dc:Bounds x="678" y="41" width="50" height="50" />
biniek5c788af2018-03-20 16:41:13 +0100106 <bpmndi:BPMNLabel>
biniek402e5e22018-04-10 10:48:54 +0200107 <dc:Bounds x="659" y="5" width="87" height="30" />
biniek5c788af2018-03-20 16:41:13 +0100108 </bpmndi:BPMNLabel>
109 </bpmndi:BPMNShape>
110 <bpmndi:BPMNShape id="EndEvent_0k52gr7_di" bpmnElement="AaiEntryUpdated">
111 <dc:Bounds x="1312" y="237" width="36" height="36" />
112 <bpmndi:BPMNLabel>
113 <dc:Bounds x="1286" y="278" width="89" height="10" />
114 </bpmndi:BPMNLabel>
115 </bpmndi:BPMNShape>
116 <bpmndi:BPMNShape id="StartEvent_0j5ok9h_di" bpmnElement="CreateAndActivatePnf_StartEvent">
117 <dc:Bounds x="49" y="237" width="36" height="36" />
118 <bpmndi:BPMNLabel>
119 <dc:Bounds x="23" y="276" width="90" height="20" />
120 </bpmndi:BPMNLabel>
121 </bpmndi:BPMNShape>
122 <bpmndi:BPMNShape id="ServiceTask_0a5uk9o_di" bpmnElement="CheckAiiForCorrelationId">
biniek402e5e22018-04-10 10:48:54 +0200123 <dc:Bounds x="167" y="215" width="100" height="80" />
biniek5c788af2018-03-20 16:41:13 +0100124 </bpmndi:BPMNShape>
125 <bpmndi:BPMNShape id="ServiceTask_0iimk5v_di" bpmnElement="CreateAndActivatePnf_CreateAaiEntry">
biniek402e5e22018-04-10 10:48:54 +0200126 <dc:Bounds x="491" y="215" width="100" height="80" />
biniek5c788af2018-03-20 16:41:13 +0100127 </bpmndi:BPMNShape>
128 <bpmndi:BPMNEdge id="SequenceFlow_1j4r3zt_di" bpmnElement="SequenceFlow_1j4r3zt">
biniek402e5e22018-04-10 10:48:54 +0200129 <di:waypoint xsi:type="dc:Point" x="267" y="255" />
130 <di:waypoint xsi:type="dc:Point" x="354" y="255" />
biniek5c788af2018-03-20 16:41:13 +0100131 <bpmndi:BPMNLabel>
biniek402e5e22018-04-10 10:48:54 +0200132 <dc:Bounds x="265.5" y="235" width="90" height="10" />
biniek5c788af2018-03-20 16:41:13 +0100133 </bpmndi:BPMNLabel>
134 </bpmndi:BPMNEdge>
135 <bpmndi:BPMNEdge id="SequenceFlow_1l1t6ak_di" bpmnElement="SequenceFlow_1l1t6ak">
biniek402e5e22018-04-10 10:48:54 +0200136 <di:waypoint xsi:type="dc:Point" x="379" y="230" />
137 <di:waypoint xsi:type="dc:Point" x="379" y="66" />
138 <di:waypoint xsi:type="dc:Point" x="678" y="66" />
biniek5c788af2018-03-20 16:41:13 +0100139 <bpmndi:BPMNLabel>
biniek402e5e22018-04-10 10:48:54 +0200140 <dc:Bounds x="384" y="206" width="19" height="10" />
biniek5c788af2018-03-20 16:41:13 +0100141 </bpmndi:BPMNLabel>
142 </bpmndi:BPMNEdge>
143 <bpmndi:BPMNEdge id="SequenceFlow_0v5ffpe_di" bpmnElement="SequenceFlow_0v5ffpe">
biniek402e5e22018-04-10 10:48:54 +0200144 <di:waypoint xsi:type="dc:Point" x="404" y="255" />
145 <di:waypoint xsi:type="dc:Point" x="491" y="255" />
biniek5c788af2018-03-20 16:41:13 +0100146 <bpmndi:BPMNLabel>
biniek402e5e22018-04-10 10:48:54 +0200147 <dc:Bounds x="412.9078947368421" y="237" width="15" height="10" />
biniek5c788af2018-03-20 16:41:13 +0100148 </bpmndi:BPMNLabel>
149 </bpmndi:BPMNEdge>
150 <bpmndi:BPMNEdge id="SequenceFlow_1h6yz62_di" bpmnElement="SequenceFlow_1h6yz62">
biniek402e5e22018-04-10 10:48:54 +0200151 <di:waypoint xsi:type="dc:Point" x="728" y="66" />
biniek5c788af2018-03-20 16:41:13 +0100152 <di:waypoint xsi:type="dc:Point" x="1312" y="66" />
153 <bpmndi:BPMNLabel>
biniek402e5e22018-04-10 10:48:54 +0200154 <dc:Bounds x="738.7436974789916" y="51" width="19" height="10" />
biniek5c788af2018-03-20 16:41:13 +0100155 </bpmndi:BPMNLabel>
156 </bpmndi:BPMNEdge>
157 <bpmndi:BPMNEdge id="SequenceFlow_1ls8pua_di" bpmnElement="SequenceFlow_1ls8pua">
biniek402e5e22018-04-10 10:48:54 +0200158 <di:waypoint xsi:type="dc:Point" x="703" y="91" />
159 <di:waypoint xsi:type="dc:Point" x="703" y="237" />
biniek5c788af2018-03-20 16:41:13 +0100160 <bpmndi:BPMNLabel>
biniek402e5e22018-04-10 10:48:54 +0200161 <dc:Bounds x="713" y="124.1917808219178" width="15" height="10" />
biniek5c788af2018-03-20 16:41:13 +0100162 </bpmndi:BPMNLabel>
163 </bpmndi:BPMNEdge>
164 <bpmndi:BPMNEdge id="SequenceFlow_1qr6cmf_di" bpmnElement="SequenceFlow_1qr6cmf">
biniek402e5e22018-04-10 10:48:54 +0200165 <di:waypoint xsi:type="dc:Point" x="591" y="255" />
166 <di:waypoint xsi:type="dc:Point" x="685" y="255" />
biniek5c788af2018-03-20 16:41:13 +0100167 <bpmndi:BPMNLabel>
biniek402e5e22018-04-10 10:48:54 +0200168 <dc:Bounds x="593" y="235" width="90" height="10" />
biniek5c788af2018-03-20 16:41:13 +0100169 </bpmndi:BPMNLabel>
170 </bpmndi:BPMNEdge>
171 <bpmndi:BPMNEdge id="SequenceFlow_0j5ksz1_di" bpmnElement="SequenceFlow_0j5ksz1">
172 <di:waypoint xsi:type="dc:Point" x="85" y="255" />
biniek402e5e22018-04-10 10:48:54 +0200173 <di:waypoint xsi:type="dc:Point" x="167" y="255" />
biniek5c788af2018-03-20 16:41:13 +0100174 <bpmndi:BPMNLabel>
biniek402e5e22018-04-10 10:48:54 +0200175 <dc:Bounds x="81" y="235" width="90" height="10" />
biniek5c788af2018-03-20 16:41:13 +0100176 </bpmndi:BPMNLabel>
177 </bpmndi:BPMNEdge>
178 <bpmndi:BPMNShape id="Participant_0i9ban2_di" bpmnElement="Participant_0atuyq0">
biniek402e5e22018-04-10 10:48:54 +0200179 <dc:Bounds x="123" y="415" width="502" height="60" />
biniek5c788af2018-03-20 16:41:13 +0100180 </bpmndi:BPMNShape>
181 <bpmndi:BPMNEdge id="MessageFlow_1h3xu88_di" bpmnElement="MessageFlow_1h3xu88">
biniek402e5e22018-04-10 10:48:54 +0200182 <di:waypoint xsi:type="dc:Point" x="541" y="295" />
183 <di:waypoint xsi:type="dc:Point" x="541" y="415" />
biniek5c788af2018-03-20 16:41:13 +0100184 <bpmndi:BPMNLabel>
biniek402e5e22018-04-10 10:48:54 +0200185 <dc:Bounds x="511" y="350" width="90" height="10" />
biniek5c788af2018-03-20 16:41:13 +0100186 </bpmndi:BPMNLabel>
187 </bpmndi:BPMNEdge>
188 <bpmndi:BPMNEdge id="MessageFlow_09ibv5a_di" bpmnElement="MessageFlow_09ibv5a">
biniek402e5e22018-04-10 10:48:54 +0200189 <di:waypoint xsi:type="dc:Point" x="198" y="295" />
190 <di:waypoint xsi:type="dc:Point" x="198" y="415" />
biniek5c788af2018-03-20 16:41:13 +0100191 <bpmndi:BPMNLabel>
biniek402e5e22018-04-10 10:48:54 +0200192 <dc:Bounds x="168" y="350" width="90" height="10" />
biniek5c788af2018-03-20 16:41:13 +0100193 </bpmndi:BPMNLabel>
194 </bpmndi:BPMNEdge>
195 <bpmndi:BPMNEdge id="MessageFlow_0vjul4t_di" bpmnElement="MessageFlow_0vjul4t">
biniek402e5e22018-04-10 10:48:54 +0200196 <di:waypoint xsi:type="dc:Point" x="237" y="415" />
197 <di:waypoint xsi:type="dc:Point" x="237" y="295" />
biniek5c788af2018-03-20 16:41:13 +0100198 <bpmndi:BPMNLabel>
biniek402e5e22018-04-10 10:48:54 +0200199 <dc:Bounds x="207" y="350" width="90" height="10" />
biniek5c788af2018-03-20 16:41:13 +0100200 </bpmndi:BPMNLabel>
201 </bpmndi:BPMNEdge>
202 <bpmndi:BPMNShape id="Participant_0vmrrhf_di" bpmnElement="Participant_19w87ws">
biniek402e5e22018-04-10 10:48:54 +0200203 <dc:Bounds x="804" y="415" width="300" height="62" />
biniek5c788af2018-03-20 16:41:13 +0100204 </bpmndi:BPMNShape>
205 <bpmndi:BPMNShape id="EndEvent_0wbx6tt_di" bpmnElement="ThrowTimeoutException">
biniek402e5e22018-04-10 10:48:54 +0200206 <dc:Bounds x="1189" y="135" width="36" height="36" />
biniek5c788af2018-03-20 16:41:13 +0100207 <bpmndi:BPMNLabel>
biniek402e5e22018-04-10 10:48:54 +0200208 <dc:Bounds x="1182" y="172" width="70" height="20" />
biniek5c788af2018-03-20 16:41:13 +0100209 </bpmndi:BPMNLabel>
210 </bpmndi:BPMNShape>
211 <bpmndi:BPMNShape id="EndEvent_00cy7r0_di" bpmnElement="AaiEntryAlreadyUpToDate">
212 <dc:Bounds x="1312" y="48" width="36" height="36" />
213 <bpmndi:BPMNLabel>
214 <dc:Bounds x="1288" y="89" width="85" height="20" />
215 </bpmndi:BPMNLabel>
216 </bpmndi:BPMNShape>
217 <bpmndi:BPMNShape id="IntermediateThrowEvent_0fjcdy4_di" bpmnElement="AaiEntryExists">
biniek402e5e22018-04-10 10:48:54 +0200218 <dc:Bounds x="685" y="237" width="36" height="36" />
biniek5c788af2018-03-20 16:41:13 +0100219 <bpmndi:BPMNLabel>
biniek402e5e22018-04-10 10:48:54 +0200220 <dc:Bounds x="663" y="283" width="80" height="20" />
biniek5c788af2018-03-20 16:41:13 +0100221 </bpmndi:BPMNLabel>
222 </bpmndi:BPMNShape>
223 <bpmndi:BPMNShape id="TextAnnotation_1eyzes8_di" bpmnElement="TextAnnotation_1eyzes8">
224 <dc:Bounds x="66" y="70" width="243" height="54" />
225 </bpmndi:BPMNShape>
226 <bpmndi:BPMNEdge id="Association_0d7oxnz_di" bpmnElement="Association_0d7oxnz">
227 <di:waypoint xsi:type="dc:Point" x="67" y="237" />
228 <di:waypoint xsi:type="dc:Point" x="67" y="124" />
229 </bpmndi:BPMNEdge>
230 <bpmndi:BPMNEdge id="MessageFlow_1vrcp2d_di" bpmnElement="MessageFlow_1vrcp2d">
biniek402e5e22018-04-10 10:48:54 +0200231 <di:waypoint xsi:type="dc:Point" x="1054" y="415" />
232 <di:waypoint xsi:type="dc:Point" x="1054" y="295" />
biniek5c788af2018-03-20 16:41:13 +0100233 <bpmndi:BPMNLabel>
biniek402e5e22018-04-10 10:48:54 +0200234 <dc:Bounds x="1024" y="350" width="90" height="10" />
biniek5c788af2018-03-20 16:41:13 +0100235 </bpmndi:BPMNLabel>
236 </bpmndi:BPMNEdge>
237 <bpmndi:BPMNEdge id="SequenceFlow_17s9025_di" bpmnElement="SequenceFlow_17s9025">
biniek402e5e22018-04-10 10:48:54 +0200238 <di:waypoint xsi:type="dc:Point" x="721" y="255" />
239 <di:waypoint xsi:type="dc:Point" x="815" y="255" />
biniek5c788af2018-03-20 16:41:13 +0100240 <bpmndi:BPMNLabel>
biniek402e5e22018-04-10 10:48:54 +0200241 <dc:Bounds x="723" y="235" width="90" height="10" />
biniek5c788af2018-03-20 16:41:13 +0100242 </bpmndi:BPMNLabel>
243 </bpmndi:BPMNEdge>
244 <bpmndi:BPMNShape id="BoundaryEvent_15eo1k9_di" bpmnElement="WaitForDmaapTimeout">
biniek402e5e22018-04-10 10:48:54 +0200245 <dc:Bounds x="1056" y="197" width="36" height="36" />
biniek5c788af2018-03-20 16:41:13 +0100246 <bpmndi:BPMNLabel>
biniek402e5e22018-04-10 10:48:54 +0200247 <dc:Bounds x="1087" y="192" width="40" height="10" />
biniek5c788af2018-03-20 16:41:13 +0100248 </bpmndi:BPMNLabel>
249 </bpmndi:BPMNShape>
250 <bpmndi:BPMNEdge id="SequenceFlow_1kc34bc_di" bpmnElement="SequenceFlow_1kc34bc">
biniek402e5e22018-04-10 10:48:54 +0200251 <di:waypoint xsi:type="dc:Point" x="1074" y="197" />
252 <di:waypoint xsi:type="dc:Point" x="1074" y="153" />
253 <di:waypoint xsi:type="dc:Point" x="1189" y="153" />
biniek5c788af2018-03-20 16:41:13 +0100254 <bpmndi:BPMNLabel>
biniek402e5e22018-04-10 10:48:54 +0200255 <dc:Bounds x="1044" y="170" width="90" height="10" />
biniek5c788af2018-03-20 16:41:13 +0100256 </bpmndi:BPMNLabel>
257 </bpmndi:BPMNEdge>
258 <bpmndi:BPMNShape id="ReceiveTask_1sfysua_di" bpmnElement="WaitForDmaapPnfReadyNotification">
biniek402e5e22018-04-10 10:48:54 +0200259 <dc:Bounds x="1002" y="215" width="100" height="80" />
biniek5c788af2018-03-20 16:41:13 +0100260 </bpmndi:BPMNShape>
261 <bpmndi:BPMNEdge id="SequenceFlow_0p09qgm_di" bpmnElement="SequenceFlow_0p09qgm">
biniek402e5e22018-04-10 10:48:54 +0200262 <di:waypoint xsi:type="dc:Point" x="1102" y="255" />
biniek5c788af2018-03-20 16:41:13 +0100263 <di:waypoint xsi:type="dc:Point" x="1312" y="255" />
264 <bpmndi:BPMNLabel>
biniek402e5e22018-04-10 10:48:54 +0200265 <dc:Bounds x="1162" y="235" width="90" height="10" />
biniek5c788af2018-03-20 16:41:13 +0100266 </bpmndi:BPMNLabel>
267 </bpmndi:BPMNEdge>
biniek402e5e22018-04-10 10:48:54 +0200268 <bpmndi:BPMNEdge id="SequenceFlow_1o8od8e_di" bpmnElement="SequenceFlow_1o8od8e">
269 <di:waypoint xsi:type="dc:Point" x="915" y="255" />
270 <di:waypoint xsi:type="dc:Point" x="1002" y="255" />
271 <bpmndi:BPMNLabel>
272 <dc:Bounds x="913.5" y="235" width="90" height="10" />
273 </bpmndi:BPMNLabel>
274 </bpmndi:BPMNEdge>
275 <bpmndi:BPMNEdge id="MessageFlow_0tg4hw9_di" bpmnElement="MessageFlow_0tg4hw9">
276 <di:waypoint xsi:type="dc:Point" x="865" y="295" />
277 <di:waypoint xsi:type="dc:Point" x="865" y="415" />
278 <bpmndi:BPMNLabel>
279 <dc:Bounds x="835" y="350" width="90" height="10" />
280 </bpmndi:BPMNLabel>
281 </bpmndi:BPMNEdge>
282 <bpmndi:BPMNShape id="ServiceTask_1iax11n_di" bpmnElement="InformDmaapClient">
283 <dc:Bounds x="815" y="215" width="100" height="80" />
284 </bpmndi:BPMNShape>
biniek5c788af2018-03-20 16:41:13 +0100285 </bpmndi:BPMNPlane>
286 </bpmndi:BPMNDiagram>
287</bpmn:definitions>