blob: e0b14ab0db281dc30f6409ba860751545d2f233d [file] [log] [blame]
biniek5c788af2018-03-20 16:41:13 +01001<?xml version="1.0" encoding="UTF-8"?>
biniek68dbf002018-09-04 16:27:25 +02002<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.16.2">
biniek5c788af2018-03-20 16:41:13 +01003 <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" />
biniek68dbf002018-09-04 16:27:25 +020026 <bpmn:sequenceFlow id="SequenceFlow_1l1t6ak" name="Yes" sourceRef="DoesAaiContainInfoAboutPnf" targetRef="AaiEntryExists">
biniek12e339c2018-04-16 16:14:32 +020027 <bpmn:conditionExpression xsi:type="bpmn:tFormalExpression">#{aaiContainsInfoAboutPnf}</bpmn:conditionExpression>
28 </bpmn:sequenceFlow>
biniek59e41712018-05-17 12:11:50 +020029 <bpmn:sequenceFlow id="SequenceFlow_0967g8p" sourceRef="CheckInputs" targetRef="CheckAiiForCorrelationId" />
Lukasz Muszkieta6c2c8a62018-10-04 16:15:13 +020030 <bpmn:serviceTask id="CheckInputs" name="Check inputs" camunda:delegateExpression="${PnfCheckInputs}">
biniek68dbf002018-09-04 16:27:25 +020031 <bpmn:incoming>SequenceFlow_0j5ksz1</bpmn:incoming>
32 <bpmn:outgoing>SequenceFlow_0967g8p</bpmn:outgoing>
33 </bpmn:serviceTask>
Lukasz Muszkieta6c2c8a62018-10-04 16:15:13 +020034 <bpmn:serviceTask id="CancelDmaapClientSubscription" name="Cancel DmaapClient subscription" camunda:delegateExpression="${CancelDmaapSubscription}">
biniek68dbf002018-09-04 16:27:25 +020035 <bpmn:incoming>SequenceFlow_1kc34bc</bpmn:incoming>
36 <bpmn:outgoing>SequenceFlow_1miyzfe</bpmn:outgoing>
37 </bpmn:serviceTask>
Lukasz Muszkieta6c2c8a62018-10-04 16:15:13 +020038 <bpmn:serviceTask id="InformDmaapClient" name="Inform DmaapClient about business key and corresponding pnf-id" camunda:delegateExpression="${InformDmaapClient}">
biniek68dbf002018-09-04 16:27:25 +020039 <bpmn:incoming>SequenceFlow_17s9025</bpmn:incoming>
40 <bpmn:outgoing>SequenceFlow_1o8od8e</bpmn:outgoing>
41 </bpmn:serviceTask>
42 <bpmn:intermediateThrowEvent id="AaiEntryExists" name="AAI entry exists">
43 <bpmn:incoming>SequenceFlow_1qr6cmf</bpmn:incoming>
44 <bpmn:incoming>SequenceFlow_1l1t6ak</bpmn:incoming>
45 <bpmn:outgoing>SequenceFlow_17s9025</bpmn:outgoing>
46 </bpmn:intermediateThrowEvent>
Lukasz Muszkieta6c2c8a62018-10-04 16:15:13 +020047 <bpmn:serviceTask id="CreateAndActivatePnf_CreateAaiEntry" name="Create AAI entry with pnf-id = correlation_id" camunda:delegateExpression="${CreateAaiEntryWithPnfIdDelegate}">
biniek68dbf002018-09-04 16:27:25 +020048 <bpmn:incoming>SequenceFlow_0v5ffpe</bpmn:incoming>
49 <bpmn:outgoing>SequenceFlow_1qr6cmf</bpmn:outgoing>
biniek59e41712018-05-17 12:11:50 +020050 </bpmn:serviceTask>
biniek5c788af2018-03-20 16:41:13 +010051 <bpmn:exclusiveGateway id="DoesAaiContainInfoAboutPnf" name="Does AAI contain info about pnf?">
52 <bpmn:incoming>SequenceFlow_1j4r3zt</bpmn:incoming>
53 <bpmn:outgoing>SequenceFlow_1l1t6ak</bpmn:outgoing>
54 <bpmn:outgoing>SequenceFlow_0v5ffpe</bpmn:outgoing>
55 </bpmn:exclusiveGateway>
Lukasz Muszkieta6c2c8a62018-10-04 16:15:13 +020056 <bpmn:serviceTask id="CheckAiiForCorrelationId" name="Check AAI for correlation_id" camunda:delegateExpression="${CheckAaiForCorrelationIdDelegate}">
biniek68dbf002018-09-04 16:27:25 +020057 <bpmn:incoming>SequenceFlow_0967g8p</bpmn:incoming>
58 <bpmn:outgoing>SequenceFlow_1j4r3zt</bpmn:outgoing>
biniek5c788af2018-03-20 16:41:13 +010059 </bpmn:serviceTask>
biniek68dbf002018-09-04 16:27:25 +020060 <bpmn:startEvent id="CreateAndActivatePnf_StartEvent">
61 <bpmn:outgoing>SequenceFlow_0j5ksz1</bpmn:outgoing>
62 </bpmn:startEvent>
63 <bpmn:endEvent id="ThrowTimeoutException" name="Throw timeout exception">
64 <bpmn:incoming>SequenceFlow_1miyzfe</bpmn:incoming>
65 <bpmn:errorEventDefinition errorRef="Error_1" />
66 </bpmn:endEvent>
67 <bpmn:endEvent id="AaiEntryUpdated" name="AAI entry updated">
68 <bpmn:incoming>SequenceFlow_0p09qgm</bpmn:incoming>
69 </bpmn:endEvent>
biniek5c788af2018-03-20 16:41:13 +010070 <bpmn:receiveTask id="WaitForDmaapPnfReadyNotification" name="Wait for DMAAP pnf-ready notification" messageRef="Message_13h1tlo">
biniek402e5e22018-04-10 10:48:54 +020071 <bpmn:incoming>SequenceFlow_1o8od8e</bpmn:incoming>
biniek5c788af2018-03-20 16:41:13 +010072 <bpmn:outgoing>SequenceFlow_0p09qgm</bpmn:outgoing>
73 </bpmn:receiveTask>
74 <bpmn:boundaryEvent id="WaitForDmaapTimeout" name="Timeout" attachedToRef="WaitForDmaapPnfReadyNotification">
75 <bpmn:outgoing>SequenceFlow_1kc34bc</bpmn:outgoing>
76 <bpmn:timerEventDefinition>
77 <bpmn:timeDuration xsi:type="bpmn:tFormalExpression">#{timeoutForPnfEntryNotification}</bpmn:timeDuration>
78 </bpmn:timerEventDefinition>
79 </bpmn:boundaryEvent>
biniek68dbf002018-09-04 16:27:25 +020080 <bpmn:association id="Association_0d7oxnz" sourceRef="CreateAndActivatePnf_StartEvent" targetRef="TextAnnotation_1eyzes8" />
biniek5c788af2018-03-20 16:41:13 +010081 <bpmn:textAnnotation id="TextAnnotation_1eyzes8">
biniek68dbf002018-09-04 16:27:25 +020082 <bpmn:text>Inputs:
biniek5c788af2018-03-20 16:41:13 +010083 - timeoutForPnfEntryNotification - String
84 - correlationId - String
biniek68dbf002018-09-04 16:27:25 +020085</bpmn:text>
biniek5c788af2018-03-20 16:41:13 +010086 </bpmn:textAnnotation>
87 </bpmn:process>
88 <bpmn:error id="Error_1" name="MSO Workflow Exception" errorCode="MSOWorkflowException" />
89 <bpmn:message id="Message_13h1tlo" name="WorkflowMessage" />
90 <bpmndi:BPMNDiagram id="BPMNDiagram_1">
91 <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Collaboration_1d0w8lf">
92 <bpmndi:BPMNShape id="Participant_1egg397_di" bpmnElement="Participant_1egg397">
biniek59e41712018-05-17 12:11:50 +020093 <dc:Bounds x="-113" y="0" width="1601" height="438" />
biniek5c788af2018-03-20 16:41:13 +010094 </bpmndi:BPMNShape>
95 <bpmndi:BPMNShape id="ExclusiveGateway_1cttgdo_di" bpmnElement="DoesAaiContainInfoAboutPnf" isMarkerVisible="true">
biniek59e41712018-05-17 12:11:50 +020096 <dc:Bounds x="390" y="182" width="50" height="50" />
biniek5c788af2018-03-20 16:41:13 +010097 <bpmndi:BPMNLabel>
biniek68dbf002018-09-04 16:27:25 +020098 <dc:Bounds x="372" y="283" width="85" height="27" />
biniek5c788af2018-03-20 16:41:13 +010099 </bpmndi:BPMNLabel>
100 </bpmndi:BPMNShape>
101 <bpmndi:BPMNShape id="EndEvent_0k52gr7_di" bpmnElement="AaiEntryUpdated">
biniek0b027e22018-04-19 15:02:18 +0200102 <dc:Bounds x="1312" y="189" width="36" height="36" />
biniek5c788af2018-03-20 16:41:13 +0100103 <bpmndi:BPMNLabel>
biniek68dbf002018-09-04 16:27:25 +0200104 <dc:Bounds x="1287" y="230" width="88" height="14" />
biniek5c788af2018-03-20 16:41:13 +0100105 </bpmndi:BPMNLabel>
106 </bpmndi:BPMNShape>
107 <bpmndi:BPMNShape id="StartEvent_0j5ok9h_di" bpmnElement="CreateAndActivatePnf_StartEvent">
biniek59e41712018-05-17 12:11:50 +0200108 <dc:Bounds x="-54" y="189" width="36" height="36" />
biniek5c788af2018-03-20 16:41:13 +0100109 <bpmndi:BPMNLabel>
biniek59e41712018-05-17 12:11:50 +0200110 <dc:Bounds x="-80" y="228" width="90" height="20" />
biniek5c788af2018-03-20 16:41:13 +0100111 </bpmndi:BPMNLabel>
112 </bpmndi:BPMNShape>
113 <bpmndi:BPMNShape id="ServiceTask_0a5uk9o_di" bpmnElement="CheckAiiForCorrelationId">
biniek59e41712018-05-17 12:11:50 +0200114 <dc:Bounds x="219" y="167" width="100" height="80" />
biniek5c788af2018-03-20 16:41:13 +0100115 </bpmndi:BPMNShape>
116 <bpmndi:BPMNShape id="ServiceTask_0iimk5v_di" bpmnElement="CreateAndActivatePnf_CreateAaiEntry">
biniek59e41712018-05-17 12:11:50 +0200117 <dc:Bounds x="511" y="167" width="100" height="80" />
biniek5c788af2018-03-20 16:41:13 +0100118 </bpmndi:BPMNShape>
119 <bpmndi:BPMNEdge id="SequenceFlow_1j4r3zt_di" bpmnElement="SequenceFlow_1j4r3zt">
biniek68dbf002018-09-04 16:27:25 +0200120 <di:waypoint x="319" y="207" />
121 <di:waypoint x="390" y="207" />
biniek5c788af2018-03-20 16:41:13 +0100122 <bpmndi:BPMNLabel>
biniek59e41712018-05-17 12:11:50 +0200123 <dc:Bounds x="309.5" y="187" width="90" height="10" />
biniek5c788af2018-03-20 16:41:13 +0100124 </bpmndi:BPMNLabel>
125 </bpmndi:BPMNEdge>
126 <bpmndi:BPMNEdge id="SequenceFlow_1l1t6ak_di" bpmnElement="SequenceFlow_1l1t6ak">
biniek68dbf002018-09-04 16:27:25 +0200127 <di:waypoint x="415" y="207" />
128 <di:waypoint x="415" y="66" />
129 <di:waypoint x="707" y="66" />
130 <di:waypoint x="707" y="189" />
biniek5c788af2018-03-20 16:41:13 +0100131 <bpmndi:BPMNLabel>
biniek68dbf002018-09-04 16:27:25 +0200132 <dc:Bounds x="430" y="180" width="19" height="14" />
biniek5c788af2018-03-20 16:41:13 +0100133 </bpmndi:BPMNLabel>
134 </bpmndi:BPMNEdge>
135 <bpmndi:BPMNEdge id="SequenceFlow_0v5ffpe_di" bpmnElement="SequenceFlow_0v5ffpe">
biniek68dbf002018-09-04 16:27:25 +0200136 <di:waypoint x="440" y="207" />
137 <di:waypoint x="511" y="207" />
biniek5c788af2018-03-20 16:41:13 +0100138 <bpmndi:BPMNLabel>
biniek68dbf002018-09-04 16:27:25 +0200139 <dc:Bounds x="448" y="210" width="14" height="14" />
biniek5c788af2018-03-20 16:41:13 +0100140 </bpmndi:BPMNLabel>
141 </bpmndi:BPMNEdge>
142 <bpmndi:BPMNEdge id="SequenceFlow_1qr6cmf_di" bpmnElement="SequenceFlow_1qr6cmf">
biniek68dbf002018-09-04 16:27:25 +0200143 <di:waypoint x="611" y="207" />
144 <di:waypoint x="689" y="207" />
biniek5c788af2018-03-20 16:41:13 +0100145 <bpmndi:BPMNLabel>
biniek59e41712018-05-17 12:11:50 +0200146 <dc:Bounds x="605" y="187" width="90" height="10" />
biniek5c788af2018-03-20 16:41:13 +0100147 </bpmndi:BPMNLabel>
148 </bpmndi:BPMNEdge>
149 <bpmndi:BPMNEdge id="SequenceFlow_0j5ksz1_di" bpmnElement="SequenceFlow_0j5ksz1">
biniek68dbf002018-09-04 16:27:25 +0200150 <di:waypoint x="-18" y="207" />
151 <di:waypoint x="48" y="207" />
biniek5c788af2018-03-20 16:41:13 +0100152 <bpmndi:BPMNLabel>
biniek59e41712018-05-17 12:11:50 +0200153 <dc:Bounds x="-30" y="187" width="90" height="10" />
biniek5c788af2018-03-20 16:41:13 +0100154 </bpmndi:BPMNLabel>
155 </bpmndi:BPMNEdge>
156 <bpmndi:BPMNShape id="Participant_0i9ban2_di" bpmnElement="Participant_0atuyq0">
biniek0b027e22018-04-19 15:02:18 +0200157 <dc:Bounds x="123" y="523" width="502" height="60" />
biniek5c788af2018-03-20 16:41:13 +0100158 </bpmndi:BPMNShape>
159 <bpmndi:BPMNEdge id="MessageFlow_1h3xu88_di" bpmnElement="MessageFlow_1h3xu88">
biniek68dbf002018-09-04 16:27:25 +0200160 <di:waypoint x="561" y="247" />
161 <di:waypoint x="561" y="523" />
biniek5c788af2018-03-20 16:41:13 +0100162 <bpmndi:BPMNLabel>
biniek59e41712018-05-17 12:11:50 +0200163 <dc:Bounds x="531" y="380" width="90" height="10" />
biniek5c788af2018-03-20 16:41:13 +0100164 </bpmndi:BPMNLabel>
165 </bpmndi:BPMNEdge>
166 <bpmndi:BPMNEdge id="MessageFlow_09ibv5a_di" bpmnElement="MessageFlow_09ibv5a">
biniek68dbf002018-09-04 16:27:25 +0200167 <di:waypoint x="250" y="247" />
168 <di:waypoint x="250" y="523" />
biniek5c788af2018-03-20 16:41:13 +0100169 <bpmndi:BPMNLabel>
biniek59e41712018-05-17 12:11:50 +0200170 <dc:Bounds x="220" y="380" width="90" height="10" />
biniek5c788af2018-03-20 16:41:13 +0100171 </bpmndi:BPMNLabel>
172 </bpmndi:BPMNEdge>
173 <bpmndi:BPMNEdge id="MessageFlow_0vjul4t_di" bpmnElement="MessageFlow_0vjul4t">
biniek68dbf002018-09-04 16:27:25 +0200174 <di:waypoint x="289" y="523" />
175 <di:waypoint x="289" y="247" />
biniek5c788af2018-03-20 16:41:13 +0100176 <bpmndi:BPMNLabel>
biniek59e41712018-05-17 12:11:50 +0200177 <dc:Bounds x="259" y="380" width="90" height="10" />
biniek5c788af2018-03-20 16:41:13 +0100178 </bpmndi:BPMNLabel>
179 </bpmndi:BPMNEdge>
180 <bpmndi:BPMNShape id="Participant_0vmrrhf_di" bpmnElement="Participant_19w87ws">
biniek0b027e22018-04-19 15:02:18 +0200181 <dc:Bounds x="804" y="523" width="463" height="60" />
biniek5c788af2018-03-20 16:41:13 +0100182 </bpmndi:BPMNShape>
183 <bpmndi:BPMNShape id="EndEvent_0wbx6tt_di" bpmnElement="ThrowTimeoutException">
biniek0b027e22018-04-19 15:02:18 +0200184 <dc:Bounds x="1312" y="345" width="36" height="36" />
biniek5c788af2018-03-20 16:41:13 +0100185 <bpmndi:BPMNLabel>
biniek68dbf002018-09-04 16:27:25 +0200186 <dc:Bounds x="1305" y="382" width="70" height="27" />
biniek5c788af2018-03-20 16:41:13 +0100187 </bpmndi:BPMNLabel>
188 </bpmndi:BPMNShape>
189 <bpmndi:BPMNShape id="IntermediateThrowEvent_0fjcdy4_di" bpmnElement="AaiEntryExists">
biniek59e41712018-05-17 12:11:50 +0200190 <dc:Bounds x="689" y="189" width="36" height="36" />
biniek5c788af2018-03-20 16:41:13 +0100191 <bpmndi:BPMNLabel>
biniek68dbf002018-09-04 16:27:25 +0200192 <dc:Bounds x="672" y="235" width="77" height="14" />
biniek5c788af2018-03-20 16:41:13 +0100193 </bpmndi:BPMNLabel>
194 </bpmndi:BPMNShape>
195 <bpmndi:BPMNShape id="TextAnnotation_1eyzes8_di" bpmnElement="TextAnnotation_1eyzes8">
biniek59e41712018-05-17 12:11:50 +0200196 <dc:Bounds x="-37" y="70" width="243" height="54" />
biniek5c788af2018-03-20 16:41:13 +0100197 </bpmndi:BPMNShape>
198 <bpmndi:BPMNEdge id="Association_0d7oxnz_di" bpmnElement="Association_0d7oxnz">
biniek68dbf002018-09-04 16:27:25 +0200199 <di:waypoint x="-36" y="189" />
200 <di:waypoint x="-36" y="124" />
biniek5c788af2018-03-20 16:41:13 +0100201 </bpmndi:BPMNEdge>
202 <bpmndi:BPMNEdge id="MessageFlow_1vrcp2d_di" bpmnElement="MessageFlow_1vrcp2d">
biniek68dbf002018-09-04 16:27:25 +0200203 <di:waypoint x="1060" y="523" />
204 <di:waypoint x="1060" y="247" />
biniek5c788af2018-03-20 16:41:13 +0100205 <bpmndi:BPMNLabel>
biniek59e41712018-05-17 12:11:50 +0200206 <dc:Bounds x="996" y="380" width="90" height="10" />
biniek5c788af2018-03-20 16:41:13 +0100207 </bpmndi:BPMNLabel>
208 </bpmndi:BPMNEdge>
209 <bpmndi:BPMNEdge id="SequenceFlow_17s9025_di" bpmnElement="SequenceFlow_17s9025">
biniek68dbf002018-09-04 16:27:25 +0200210 <di:waypoint x="725" y="207" />
211 <di:waypoint x="803" y="207" />
biniek5c788af2018-03-20 16:41:13 +0100212 <bpmndi:BPMNLabel>
biniek59e41712018-05-17 12:11:50 +0200213 <dc:Bounds x="719" y="187" width="90" height="10" />
biniek5c788af2018-03-20 16:41:13 +0100214 </bpmndi:BPMNLabel>
215 </bpmndi:BPMNEdge>
216 <bpmndi:BPMNShape id="BoundaryEvent_15eo1k9_di" bpmnElement="WaitForDmaapTimeout">
biniek68dbf002018-09-04 16:27:25 +0200217 <dc:Bounds x="1074" y="229" width="36" height="36" />
biniek5c788af2018-03-20 16:41:13 +0100218 <bpmndi:BPMNLabel>
biniek68dbf002018-09-04 16:27:25 +0200219 <dc:Bounds x="1117" y="240" width="40" height="14" />
biniek5c788af2018-03-20 16:41:13 +0100220 </bpmndi:BPMNLabel>
221 </bpmndi:BPMNShape>
222 <bpmndi:BPMNEdge id="SequenceFlow_1kc34bc_di" bpmnElement="SequenceFlow_1kc34bc">
biniek68dbf002018-09-04 16:27:25 +0200223 <di:waypoint x="1092" y="265" />
224 <di:waypoint x="1092" y="363" />
225 <di:waypoint x="1145" y="363" />
biniek5c788af2018-03-20 16:41:13 +0100226 <bpmndi:BPMNLabel>
biniek59e41712018-05-17 12:11:50 +0200227 <dc:Bounds x="1028" y="309" width="90" height="10" />
biniek5c788af2018-03-20 16:41:13 +0100228 </bpmndi:BPMNLabel>
229 </bpmndi:BPMNEdge>
230 <bpmndi:BPMNShape id="ReceiveTask_1sfysua_di" bpmnElement="WaitForDmaapPnfReadyNotification">
biniek68dbf002018-09-04 16:27:25 +0200231 <dc:Bounds x="1008" y="167" width="100" height="80" />
biniek5c788af2018-03-20 16:41:13 +0100232 </bpmndi:BPMNShape>
233 <bpmndi:BPMNEdge id="SequenceFlow_0p09qgm_di" bpmnElement="SequenceFlow_0p09qgm">
biniek68dbf002018-09-04 16:27:25 +0200234 <di:waypoint x="1108" y="207" />
235 <di:waypoint x="1312" y="207" />
biniek5c788af2018-03-20 16:41:13 +0100236 <bpmndi:BPMNLabel>
biniek59e41712018-05-17 12:11:50 +0200237 <dc:Bounds x="1148" y="187" width="90" height="10" />
biniek5c788af2018-03-20 16:41:13 +0100238 </bpmndi:BPMNLabel>
239 </bpmndi:BPMNEdge>
biniek402e5e22018-04-10 10:48:54 +0200240 <bpmndi:BPMNEdge id="SequenceFlow_1o8od8e_di" bpmnElement="SequenceFlow_1o8od8e">
biniek68dbf002018-09-04 16:27:25 +0200241 <di:waypoint x="903" y="207" />
242 <di:waypoint x="1008" y="207" />
biniek402e5e22018-04-10 10:48:54 +0200243 <bpmndi:BPMNLabel>
biniek59e41712018-05-17 12:11:50 +0200244 <dc:Bounds x="893.5" y="187" width="90" height="10" />
biniek402e5e22018-04-10 10:48:54 +0200245 </bpmndi:BPMNLabel>
246 </bpmndi:BPMNEdge>
247 <bpmndi:BPMNEdge id="MessageFlow_0tg4hw9_di" bpmnElement="MessageFlow_0tg4hw9">
biniek68dbf002018-09-04 16:27:25 +0200248 <di:waypoint x="853" y="247" />
249 <di:waypoint x="853" y="523" />
biniek402e5e22018-04-10 10:48:54 +0200250 <bpmndi:BPMNLabel>
biniek59e41712018-05-17 12:11:50 +0200251 <dc:Bounds x="823" y="380" width="90" height="10" />
biniek402e5e22018-04-10 10:48:54 +0200252 </bpmndi:BPMNLabel>
253 </bpmndi:BPMNEdge>
254 <bpmndi:BPMNShape id="ServiceTask_1iax11n_di" bpmnElement="InformDmaapClient">
biniek59e41712018-05-17 12:11:50 +0200255 <dc:Bounds x="803" y="167" width="100" height="80" />
biniek12e339c2018-04-16 16:14:32 +0200256 </bpmndi:BPMNShape>
257 <bpmndi:BPMNEdge id="SequenceFlow_1miyzfe_di" bpmnElement="SequenceFlow_1miyzfe">
biniek68dbf002018-09-04 16:27:25 +0200258 <di:waypoint x="1245" y="363" />
259 <di:waypoint x="1312" y="363" />
biniek12e339c2018-04-16 16:14:32 +0200260 <bpmndi:BPMNLabel>
biniek59e41712018-05-17 12:11:50 +0200261 <dc:Bounds x="1233.5" y="343" width="90" height="10" />
biniek12e339c2018-04-16 16:14:32 +0200262 </bpmndi:BPMNLabel>
263 </bpmndi:BPMNEdge>
264 <bpmndi:BPMNEdge id="MessageFlow_1py54jr_di" bpmnElement="MessageFlow_1py54jr">
biniek68dbf002018-09-04 16:27:25 +0200265 <di:waypoint x="1195" y="403" />
266 <di:waypoint x="1195" y="523" />
biniek12e339c2018-04-16 16:14:32 +0200267 <bpmndi:BPMNLabel>
biniek59e41712018-05-17 12:11:50 +0200268 <dc:Bounds x="1165" y="458" width="90" height="10" />
biniek12e339c2018-04-16 16:14:32 +0200269 </bpmndi:BPMNLabel>
270 </bpmndi:BPMNEdge>
biniek0b027e22018-04-19 15:02:18 +0200271 <bpmndi:BPMNShape id="ServiceTask_12j7hox_di" bpmnElement="CancelDmaapClientSubscription">
biniek59e41712018-05-17 12:11:50 +0200272 <dc:Bounds x="1145" y="323" width="100" height="80" />
273 </bpmndi:BPMNShape>
274 <bpmndi:BPMNEdge id="SequenceFlow_0967g8p_di" bpmnElement="SequenceFlow_0967g8p">
biniek68dbf002018-09-04 16:27:25 +0200275 <di:waypoint x="148" y="207" />
276 <di:waypoint x="219" y="207" />
biniek59e41712018-05-17 12:11:50 +0200277 <bpmndi:BPMNLabel>
278 <dc:Bounds x="183.5" y="187" width="0" height="10" />
279 </bpmndi:BPMNLabel>
280 </bpmndi:BPMNEdge>
281 <bpmndi:BPMNShape id="ServiceTask_0lx02qn_di" bpmnElement="CheckInputs">
282 <dc:Bounds x="48" y="167" width="100" height="80" />
biniek0b027e22018-04-19 15:02:18 +0200283 </bpmndi:BPMNShape>
biniek5c788af2018-03-20 16:41:13 +0100284 </bpmndi:BPMNPlane>
285 </bpmndi:BPMNDiagram>
286</bpmn:definitions>