blob: 8ffa32e10d3abacbcdb2215696340e0dda41bdbe [file] [log] [blame]
biniek5c788af2018-03-20 16:41:13 +01001<?xml version="1.0" encoding="UTF-8"?>
Lukasz Muszkieta4e9403e2019-01-16 11:29:46 +01002<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">
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;" />
Joanna Jeremicz0ac8def2018-12-05 10:38:39 +01007 <bpmn:messageFlow id="MessageFlow_1h3xu88" sourceRef="CreatePnfEntryInAai" targetRef="Participant_0atuyq0" />
Joanna Jeremiczfee66112019-02-25 09:11:16 +01008 <bpmn:messageFlow id="MessageFlow_09ibv5a" sourceRef="CheckAiiForPnfCorrelationId" targetRef="Participant_0atuyq0" />
9 <bpmn:messageFlow id="MessageFlow_0vjul4t" sourceRef="Participant_0atuyq0" targetRef="CheckAiiForPnfCorrelationId" />
biniek5c788af2018-03-20 16:41:13 +010010 <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" />
Joanna Jeremicz0ac8def2018-12-05 10:38:39 +010017 <bpmn:sequenceFlow id="SequenceFlow_0v5ffpe" name="No" sourceRef="DoesAaiContainInfoAboutPnf" targetRef="CreatePnfEntryInAai">
biniek5c788af2018-03-20 16:41:13 +010018 <bpmn:conditionExpression xsi:type="bpmn:tFormalExpression">#{!aaiContainsInfoAboutPnf}</bpmn:conditionExpression>
19 </bpmn:sequenceFlow>
Lukasz Muszkieta4e9403e2019-01-16 11:29:46 +010020 <bpmn:sequenceFlow id="SequenceFlow_0p09qgm" sourceRef="WaitForDmaapPnfReadyNotification" targetRef="CreateRelationId" />
biniek59e41712018-05-17 12:11:50 +020021 <bpmn:sequenceFlow id="SequenceFlow_17s9025" sourceRef="AaiEntryExists" targetRef="InformDmaapClient" />
Joanna Jeremicz0ac8def2018-12-05 10:38:39 +010022 <bpmn:sequenceFlow id="SequenceFlow_1qr6cmf" sourceRef="CreatePnfEntryInAai" targetRef="AaiEntryExists" />
Joanna Jeremiczfee66112019-02-25 09:11:16 +010023 <bpmn:sequenceFlow id="SequenceFlow_1j4r3zt" sourceRef="CheckAiiForPnfCorrelationId" targetRef="DoesAaiContainInfoAboutPnf" />
biniek59e41712018-05-17 12:11:50 +020024 <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>
Joanna Jeremiczfee66112019-02-25 09:11:16 +010029 <bpmn:sequenceFlow id="SequenceFlow_0967g8p" sourceRef="CheckInputs" targetRef="CheckAiiForPnfCorrelationId" />
Lukasz Muszkieta60f8f532018-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 Muszkieta60f8f532018-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>
Joanna Jeremicz0ac8def2018-12-05 10:38:39 +010038 <bpmn:serviceTask id="InformDmaapClient" name="Register in Dmaap" 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>
Joanna Jeremicz0ac8def2018-12-05 10:38:39 +010042 <bpmn:serviceTask id="CreatePnfEntryInAai" name="Create Pnf entry in AAI" camunda:delegateExpression="${CreatePnfEntryInAaiDelegate}">
biniek68dbf002018-09-04 16:27:25 +020043 <bpmn:incoming>SequenceFlow_0v5ffpe</bpmn:incoming>
44 <bpmn:outgoing>SequenceFlow_1qr6cmf</bpmn:outgoing>
biniek59e41712018-05-17 12:11:50 +020045 </bpmn:serviceTask>
biniek5c788af2018-03-20 16:41:13 +010046 <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>
Joanna Jeremiczfee66112019-02-25 09:11:16 +010051 <bpmn:serviceTask id="CheckAiiForPnfCorrelationId" name="Check AAI for pnf_correlation_id" camunda:delegateExpression="${CheckAaiForPnfCorrelationIdDelegate}">
biniek68dbf002018-09-04 16:27:25 +020052 <bpmn:incoming>SequenceFlow_0967g8p</bpmn:incoming>
53 <bpmn:outgoing>SequenceFlow_1j4r3zt</bpmn:outgoing>
biniek5c788af2018-03-20 16:41:13 +010054 </bpmn:serviceTask>
biniek68dbf002018-09-04 16:27:25 +020055 <bpmn:startEvent id="CreateAndActivatePnf_StartEvent">
56 <bpmn:outgoing>SequenceFlow_0j5ksz1</bpmn:outgoing>
57 </bpmn:startEvent>
58 <bpmn:endEvent id="ThrowTimeoutException" name="Throw timeout exception">
59 <bpmn:incoming>SequenceFlow_1miyzfe</bpmn:incoming>
60 <bpmn:errorEventDefinition errorRef="Error_1" />
61 </bpmn:endEvent>
biniek5c788af2018-03-20 16:41:13 +010062 <bpmn:receiveTask id="WaitForDmaapPnfReadyNotification" name="Wait for DMAAP pnf-ready notification" messageRef="Message_13h1tlo">
biniek402e5e22018-04-10 10:48:54 +020063 <bpmn:incoming>SequenceFlow_1o8od8e</bpmn:incoming>
biniek5c788af2018-03-20 16:41:13 +010064 <bpmn:outgoing>SequenceFlow_0p09qgm</bpmn:outgoing>
65 </bpmn:receiveTask>
66 <bpmn:boundaryEvent id="WaitForDmaapTimeout" name="Timeout" attachedToRef="WaitForDmaapPnfReadyNotification">
67 <bpmn:outgoing>SequenceFlow_1kc34bc</bpmn:outgoing>
68 <bpmn:timerEventDefinition>
69 <bpmn:timeDuration xsi:type="bpmn:tFormalExpression">#{timeoutForPnfEntryNotification}</bpmn:timeDuration>
70 </bpmn:timerEventDefinition>
71 </bpmn:boundaryEvent>
Joanna Jeremicz0ac8def2018-12-05 10:38:39 +010072 <bpmn:exclusiveGateway id="AaiEntryExists" name="AAI entry exists">
73 <bpmn:incoming>SequenceFlow_1l1t6ak</bpmn:incoming>
74 <bpmn:incoming>SequenceFlow_1qr6cmf</bpmn:incoming>
75 <bpmn:outgoing>SequenceFlow_17s9025</bpmn:outgoing>
76 </bpmn:exclusiveGateway>
Lukasz Muszkieta4e9403e2019-01-16 11:29:46 +010077 <bpmn:sequenceFlow id="SequenceFlow_0o6zhjk" sourceRef="CreateRelationId" targetRef="AaiEntryUpdated" />
78 <bpmn:endEvent id="AaiEntryUpdated" name="AAI entry updated">
79 <bpmn:incoming>SequenceFlow_0o6zhjk</bpmn:incoming>
80 </bpmn:endEvent>
81 <bpmn:serviceTask id="CreateRelationId" name="Create Relation" camunda:delegateExpression="${CreateRelation}">
82 <bpmn:incoming>SequenceFlow_0p09qgm</bpmn:incoming>
83 <bpmn:outgoing>SequenceFlow_0o6zhjk</bpmn:outgoing>
84 </bpmn:serviceTask>
biniek68dbf002018-09-04 16:27:25 +020085 <bpmn:association id="Association_0d7oxnz" sourceRef="CreateAndActivatePnf_StartEvent" targetRef="TextAnnotation_1eyzes8" />
biniek5c788af2018-03-20 16:41:13 +010086 <bpmn:textAnnotation id="TextAnnotation_1eyzes8">
Lukasz Muszkieta4e9403e2019-01-16 11:29:46 +010087 <bpmn:text><![CDATA[Inputs:
biniek5c788af2018-03-20 16:41:13 +010088 - timeoutForPnfEntryNotification - String
Joanna Jeremiczfee66112019-02-25 09:11:16 +010089 - pnfCorrelationId - String
Lukasz Muszkieta4e9403e2019-01-16 11:29:46 +010090 - uuid - String]]></bpmn:text>
biniek5c788af2018-03-20 16:41:13 +010091 </bpmn:textAnnotation>
92 </bpmn:process>
93 <bpmn:error id="Error_1" name="MSO Workflow Exception" errorCode="MSOWorkflowException" />
94 <bpmn:message id="Message_13h1tlo" name="WorkflowMessage" />
95 <bpmndi:BPMNDiagram id="BPMNDiagram_1">
96 <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Collaboration_1d0w8lf">
97 <bpmndi:BPMNShape id="Participant_1egg397_di" bpmnElement="Participant_1egg397">
biniek59e41712018-05-17 12:11:50 +020098 <dc:Bounds x="-113" y="0" width="1601" height="438" />
biniek5c788af2018-03-20 16:41:13 +010099 </bpmndi:BPMNShape>
100 <bpmndi:BPMNShape id="ExclusiveGateway_1cttgdo_di" bpmnElement="DoesAaiContainInfoAboutPnf" isMarkerVisible="true">
biniek59e41712018-05-17 12:11:50 +0200101 <dc:Bounds x="390" y="182" width="50" height="50" />
biniek5c788af2018-03-20 16:41:13 +0100102 <bpmndi:BPMNLabel>
biniek68dbf002018-09-04 16:27:25 +0200103 <dc:Bounds x="372" y="283" width="85" height="27" />
biniek5c788af2018-03-20 16:41:13 +0100104 </bpmndi:BPMNLabel>
105 </bpmndi:BPMNShape>
106 <bpmndi:BPMNShape id="EndEvent_0k52gr7_di" bpmnElement="AaiEntryUpdated">
Lukasz Muszkieta4e9403e2019-01-16 11:29:46 +0100107 <dc:Bounds x="1364" y="189" width="36" height="36" />
biniek5c788af2018-03-20 16:41:13 +0100108 <bpmndi:BPMNLabel>
Lukasz Muszkieta4e9403e2019-01-16 11:29:46 +0100109 <dc:Bounds x="1339" y="230" width="89" height="12" />
biniek5c788af2018-03-20 16:41:13 +0100110 </bpmndi:BPMNLabel>
111 </bpmndi:BPMNShape>
112 <bpmndi:BPMNShape id="StartEvent_0j5ok9h_di" bpmnElement="CreateAndActivatePnf_StartEvent">
biniek59e41712018-05-17 12:11:50 +0200113 <dc:Bounds x="-54" y="189" width="36" height="36" />
biniek5c788af2018-03-20 16:41:13 +0100114 <bpmndi:BPMNLabel>
biniek59e41712018-05-17 12:11:50 +0200115 <dc:Bounds x="-80" y="228" width="90" height="20" />
biniek5c788af2018-03-20 16:41:13 +0100116 </bpmndi:BPMNLabel>
117 </bpmndi:BPMNShape>
Joanna Jeremiczfee66112019-02-25 09:11:16 +0100118 <bpmndi:BPMNShape id="ServiceTask_0a5uk9o_di" bpmnElement="CheckAiiForPnfCorrelationId">
biniek59e41712018-05-17 12:11:50 +0200119 <dc:Bounds x="219" y="167" width="100" height="80" />
biniek5c788af2018-03-20 16:41:13 +0100120 </bpmndi:BPMNShape>
Joanna Jeremicz0ac8def2018-12-05 10:38:39 +0100121 <bpmndi:BPMNShape id="ServiceTask_0iimk5v_di" bpmnElement="CreatePnfEntryInAai">
biniek59e41712018-05-17 12:11:50 +0200122 <dc:Bounds x="511" y="167" width="100" height="80" />
biniek5c788af2018-03-20 16:41:13 +0100123 </bpmndi:BPMNShape>
124 <bpmndi:BPMNEdge id="SequenceFlow_1j4r3zt_di" bpmnElement="SequenceFlow_1j4r3zt">
Lukasz Muszkieta4e9403e2019-01-16 11:29:46 +0100125 <di:waypoint xsi:type="dc:Point" x="319" y="207" />
126 <di:waypoint xsi:type="dc:Point" x="390" y="207" />
biniek5c788af2018-03-20 16:41:13 +0100127 <bpmndi:BPMNLabel>
biniek59e41712018-05-17 12:11:50 +0200128 <dc:Bounds x="309.5" y="187" width="90" height="10" />
biniek5c788af2018-03-20 16:41:13 +0100129 </bpmndi:BPMNLabel>
130 </bpmndi:BPMNEdge>
131 <bpmndi:BPMNEdge id="SequenceFlow_1l1t6ak_di" bpmnElement="SequenceFlow_1l1t6ak">
Lukasz Muszkieta4e9403e2019-01-16 11:29:46 +0100132 <di:waypoint xsi:type="dc:Point" x="415" y="182" />
133 <di:waypoint xsi:type="dc:Point" x="415" y="66" />
134 <di:waypoint xsi:type="dc:Point" x="711" y="66" />
135 <di:waypoint xsi:type="dc:Point" x="711" y="182" />
biniek5c788af2018-03-20 16:41:13 +0100136 <bpmndi:BPMNLabel>
Joanna Jeremicz0ac8def2018-12-05 10:38:39 +0100137 <dc:Bounds x="430" y="159" width="19" height="14" />
biniek5c788af2018-03-20 16:41:13 +0100138 </bpmndi:BPMNLabel>
139 </bpmndi:BPMNEdge>
140 <bpmndi:BPMNEdge id="SequenceFlow_0v5ffpe_di" bpmnElement="SequenceFlow_0v5ffpe">
Lukasz Muszkieta4e9403e2019-01-16 11:29:46 +0100141 <di:waypoint xsi:type="dc:Point" x="440" y="207" />
142 <di:waypoint xsi:type="dc:Point" x="511" y="207" />
biniek5c788af2018-03-20 16:41:13 +0100143 <bpmndi:BPMNLabel>
biniek68dbf002018-09-04 16:27:25 +0200144 <dc:Bounds x="448" y="210" width="14" height="14" />
biniek5c788af2018-03-20 16:41:13 +0100145 </bpmndi:BPMNLabel>
146 </bpmndi:BPMNEdge>
147 <bpmndi:BPMNEdge id="SequenceFlow_1qr6cmf_di" bpmnElement="SequenceFlow_1qr6cmf">
Lukasz Muszkieta4e9403e2019-01-16 11:29:46 +0100148 <di:waypoint xsi:type="dc:Point" x="611" y="207" />
149 <di:waypoint xsi:type="dc:Point" x="686" y="207" />
biniek5c788af2018-03-20 16:41:13 +0100150 <bpmndi:BPMNLabel>
biniek59e41712018-05-17 12:11:50 +0200151 <dc:Bounds x="605" y="187" width="90" height="10" />
biniek5c788af2018-03-20 16:41:13 +0100152 </bpmndi:BPMNLabel>
153 </bpmndi:BPMNEdge>
154 <bpmndi:BPMNEdge id="SequenceFlow_0j5ksz1_di" bpmnElement="SequenceFlow_0j5ksz1">
Lukasz Muszkieta4e9403e2019-01-16 11:29:46 +0100155 <di:waypoint xsi:type="dc:Point" x="-18" y="207" />
156 <di:waypoint xsi:type="dc:Point" x="48" y="207" />
biniek5c788af2018-03-20 16:41:13 +0100157 <bpmndi:BPMNLabel>
biniek59e41712018-05-17 12:11:50 +0200158 <dc:Bounds x="-30" y="187" width="90" height="10" />
biniek5c788af2018-03-20 16:41:13 +0100159 </bpmndi:BPMNLabel>
160 </bpmndi:BPMNEdge>
161 <bpmndi:BPMNShape id="Participant_0i9ban2_di" bpmnElement="Participant_0atuyq0">
biniek0b027e22018-04-19 15:02:18 +0200162 <dc:Bounds x="123" y="523" width="502" height="60" />
biniek5c788af2018-03-20 16:41:13 +0100163 </bpmndi:BPMNShape>
164 <bpmndi:BPMNEdge id="MessageFlow_1h3xu88_di" bpmnElement="MessageFlow_1h3xu88">
Lukasz Muszkieta4e9403e2019-01-16 11:29:46 +0100165 <di:waypoint xsi:type="dc:Point" x="561" y="247" />
166 <di:waypoint xsi:type="dc:Point" x="561" y="523" />
biniek5c788af2018-03-20 16:41:13 +0100167 <bpmndi:BPMNLabel>
biniek59e41712018-05-17 12:11:50 +0200168 <dc:Bounds x="531" y="380" width="90" height="10" />
biniek5c788af2018-03-20 16:41:13 +0100169 </bpmndi:BPMNLabel>
170 </bpmndi:BPMNEdge>
171 <bpmndi:BPMNEdge id="MessageFlow_09ibv5a_di" bpmnElement="MessageFlow_09ibv5a">
Lukasz Muszkieta4e9403e2019-01-16 11:29:46 +0100172 <di:waypoint xsi:type="dc:Point" x="250" y="247" />
173 <di:waypoint xsi:type="dc:Point" x="250" y="523" />
biniek5c788af2018-03-20 16:41:13 +0100174 <bpmndi:BPMNLabel>
biniek59e41712018-05-17 12:11:50 +0200175 <dc:Bounds x="220" y="380" width="90" height="10" />
biniek5c788af2018-03-20 16:41:13 +0100176 </bpmndi:BPMNLabel>
177 </bpmndi:BPMNEdge>
178 <bpmndi:BPMNEdge id="MessageFlow_0vjul4t_di" bpmnElement="MessageFlow_0vjul4t">
Lukasz Muszkieta4e9403e2019-01-16 11:29:46 +0100179 <di:waypoint xsi:type="dc:Point" x="289" y="523" />
180 <di:waypoint xsi:type="dc:Point" x="289" y="247" />
biniek5c788af2018-03-20 16:41:13 +0100181 <bpmndi:BPMNLabel>
biniek59e41712018-05-17 12:11:50 +0200182 <dc:Bounds x="259" y="380" width="90" height="10" />
biniek5c788af2018-03-20 16:41:13 +0100183 </bpmndi:BPMNLabel>
184 </bpmndi:BPMNEdge>
185 <bpmndi:BPMNShape id="Participant_0vmrrhf_di" bpmnElement="Participant_19w87ws">
biniek0b027e22018-04-19 15:02:18 +0200186 <dc:Bounds x="804" y="523" width="463" height="60" />
biniek5c788af2018-03-20 16:41:13 +0100187 </bpmndi:BPMNShape>
188 <bpmndi:BPMNShape id="EndEvent_0wbx6tt_di" bpmnElement="ThrowTimeoutException">
biniek0b027e22018-04-19 15:02:18 +0200189 <dc:Bounds x="1312" y="345" width="36" height="36" />
biniek5c788af2018-03-20 16:41:13 +0100190 <bpmndi:BPMNLabel>
biniek68dbf002018-09-04 16:27:25 +0200191 <dc:Bounds x="1305" y="382" width="70" height="27" />
biniek5c788af2018-03-20 16:41:13 +0100192 </bpmndi:BPMNLabel>
193 </bpmndi:BPMNShape>
biniek5c788af2018-03-20 16:41:13 +0100194 <bpmndi:BPMNShape id="TextAnnotation_1eyzes8_di" bpmnElement="TextAnnotation_1eyzes8">
Joanna Jeremicz0ac8def2018-12-05 10:38:39 +0100195 <dc:Bounds x="-37" y="70" width="243" height="82" />
biniek5c788af2018-03-20 16:41:13 +0100196 </bpmndi:BPMNShape>
197 <bpmndi:BPMNEdge id="Association_0d7oxnz_di" bpmnElement="Association_0d7oxnz">
Lukasz Muszkieta4e9403e2019-01-16 11:29:46 +0100198 <di:waypoint xsi:type="dc:Point" x="-36" y="189" />
199 <di:waypoint xsi:type="dc:Point" x="-36" y="152" />
biniek5c788af2018-03-20 16:41:13 +0100200 </bpmndi:BPMNEdge>
201 <bpmndi:BPMNEdge id="MessageFlow_1vrcp2d_di" bpmnElement="MessageFlow_1vrcp2d">
Lukasz Muszkieta4e9403e2019-01-16 11:29:46 +0100202 <di:waypoint xsi:type="dc:Point" x="1060" y="523" />
203 <di:waypoint xsi:type="dc:Point" x="1060" y="247" />
biniek5c788af2018-03-20 16:41:13 +0100204 <bpmndi:BPMNLabel>
biniek59e41712018-05-17 12:11:50 +0200205 <dc:Bounds x="996" y="380" width="90" height="10" />
biniek5c788af2018-03-20 16:41:13 +0100206 </bpmndi:BPMNLabel>
207 </bpmndi:BPMNEdge>
208 <bpmndi:BPMNEdge id="SequenceFlow_17s9025_di" bpmnElement="SequenceFlow_17s9025">
Lukasz Muszkieta4e9403e2019-01-16 11:29:46 +0100209 <di:waypoint xsi:type="dc:Point" x="736" y="207" />
210 <di:waypoint xsi:type="dc:Point" x="803" y="207" />
biniek5c788af2018-03-20 16:41:13 +0100211 <bpmndi:BPMNLabel>
biniek59e41712018-05-17 12:11:50 +0200212 <dc:Bounds x="719" y="187" width="90" height="10" />
biniek5c788af2018-03-20 16:41:13 +0100213 </bpmndi:BPMNLabel>
214 </bpmndi:BPMNEdge>
215 <bpmndi:BPMNShape id="BoundaryEvent_15eo1k9_di" bpmnElement="WaitForDmaapTimeout">
biniek68dbf002018-09-04 16:27:25 +0200216 <dc:Bounds x="1074" y="229" width="36" height="36" />
biniek5c788af2018-03-20 16:41:13 +0100217 <bpmndi:BPMNLabel>
biniek68dbf002018-09-04 16:27:25 +0200218 <dc:Bounds x="1117" y="240" width="40" height="14" />
biniek5c788af2018-03-20 16:41:13 +0100219 </bpmndi:BPMNLabel>
220 </bpmndi:BPMNShape>
221 <bpmndi:BPMNEdge id="SequenceFlow_1kc34bc_di" bpmnElement="SequenceFlow_1kc34bc">
Lukasz Muszkieta4e9403e2019-01-16 11:29:46 +0100222 <di:waypoint xsi:type="dc:Point" x="1092" y="265" />
223 <di:waypoint xsi:type="dc:Point" x="1092" y="363" />
224 <di:waypoint xsi:type="dc:Point" x="1145" y="363" />
biniek5c788af2018-03-20 16:41:13 +0100225 <bpmndi:BPMNLabel>
biniek59e41712018-05-17 12:11:50 +0200226 <dc:Bounds x="1028" y="309" width="90" height="10" />
biniek5c788af2018-03-20 16:41:13 +0100227 </bpmndi:BPMNLabel>
228 </bpmndi:BPMNEdge>
229 <bpmndi:BPMNShape id="ReceiveTask_1sfysua_di" bpmnElement="WaitForDmaapPnfReadyNotification">
biniek68dbf002018-09-04 16:27:25 +0200230 <dc:Bounds x="1008" y="167" width="100" height="80" />
biniek5c788af2018-03-20 16:41:13 +0100231 </bpmndi:BPMNShape>
232 <bpmndi:BPMNEdge id="SequenceFlow_0p09qgm_di" bpmnElement="SequenceFlow_0p09qgm">
Lukasz Muszkieta4e9403e2019-01-16 11:29:46 +0100233 <di:waypoint xsi:type="dc:Point" x="1108" y="207" />
234 <di:waypoint xsi:type="dc:Point" x="1195" y="207" />
biniek5c788af2018-03-20 16:41:13 +0100235 <bpmndi:BPMNLabel>
Lukasz Muszkieta4e9403e2019-01-16 11:29:46 +0100236 <dc:Bounds x="1106.5" y="187" width="90" height="10" />
biniek5c788af2018-03-20 16:41:13 +0100237 </bpmndi:BPMNLabel>
238 </bpmndi:BPMNEdge>
biniek402e5e22018-04-10 10:48:54 +0200239 <bpmndi:BPMNEdge id="SequenceFlow_1o8od8e_di" bpmnElement="SequenceFlow_1o8od8e">
Lukasz Muszkieta4e9403e2019-01-16 11:29:46 +0100240 <di:waypoint xsi:type="dc:Point" x="903" y="207" />
241 <di:waypoint xsi:type="dc:Point" x="1008" y="207" />
biniek402e5e22018-04-10 10:48:54 +0200242 <bpmndi:BPMNLabel>
biniek59e41712018-05-17 12:11:50 +0200243 <dc:Bounds x="893.5" y="187" width="90" height="10" />
biniek402e5e22018-04-10 10:48:54 +0200244 </bpmndi:BPMNLabel>
245 </bpmndi:BPMNEdge>
246 <bpmndi:BPMNEdge id="MessageFlow_0tg4hw9_di" bpmnElement="MessageFlow_0tg4hw9">
Lukasz Muszkieta4e9403e2019-01-16 11:29:46 +0100247 <di:waypoint xsi:type="dc:Point" x="853" y="247" />
248 <di:waypoint xsi:type="dc:Point" x="853" y="523" />
biniek402e5e22018-04-10 10:48:54 +0200249 <bpmndi:BPMNLabel>
biniek59e41712018-05-17 12:11:50 +0200250 <dc:Bounds x="823" y="380" width="90" height="10" />
biniek402e5e22018-04-10 10:48:54 +0200251 </bpmndi:BPMNLabel>
252 </bpmndi:BPMNEdge>
253 <bpmndi:BPMNShape id="ServiceTask_1iax11n_di" bpmnElement="InformDmaapClient">
biniek59e41712018-05-17 12:11:50 +0200254 <dc:Bounds x="803" y="167" width="100" height="80" />
biniek12e339c2018-04-16 16:14:32 +0200255 </bpmndi:BPMNShape>
256 <bpmndi:BPMNEdge id="SequenceFlow_1miyzfe_di" bpmnElement="SequenceFlow_1miyzfe">
Lukasz Muszkieta4e9403e2019-01-16 11:29:46 +0100257 <di:waypoint xsi:type="dc:Point" x="1245" y="363" />
258 <di:waypoint xsi:type="dc:Point" x="1312" y="363" />
biniek12e339c2018-04-16 16:14:32 +0200259 <bpmndi:BPMNLabel>
biniek59e41712018-05-17 12:11:50 +0200260 <dc:Bounds x="1233.5" y="343" width="90" height="10" />
biniek12e339c2018-04-16 16:14:32 +0200261 </bpmndi:BPMNLabel>
262 </bpmndi:BPMNEdge>
263 <bpmndi:BPMNEdge id="MessageFlow_1py54jr_di" bpmnElement="MessageFlow_1py54jr">
Lukasz Muszkieta4e9403e2019-01-16 11:29:46 +0100264 <di:waypoint xsi:type="dc:Point" x="1195" y="403" />
265 <di:waypoint xsi:type="dc:Point" x="1195" y="523" />
biniek12e339c2018-04-16 16:14:32 +0200266 <bpmndi:BPMNLabel>
biniek59e41712018-05-17 12:11:50 +0200267 <dc:Bounds x="1165" y="458" width="90" height="10" />
biniek12e339c2018-04-16 16:14:32 +0200268 </bpmndi:BPMNLabel>
269 </bpmndi:BPMNEdge>
biniek0b027e22018-04-19 15:02:18 +0200270 <bpmndi:BPMNShape id="ServiceTask_12j7hox_di" bpmnElement="CancelDmaapClientSubscription">
biniek59e41712018-05-17 12:11:50 +0200271 <dc:Bounds x="1145" y="323" width="100" height="80" />
272 </bpmndi:BPMNShape>
273 <bpmndi:BPMNEdge id="SequenceFlow_0967g8p_di" bpmnElement="SequenceFlow_0967g8p">
Lukasz Muszkieta4e9403e2019-01-16 11:29:46 +0100274 <di:waypoint xsi:type="dc:Point" x="148" y="207" />
275 <di:waypoint xsi:type="dc:Point" x="219" y="207" />
biniek59e41712018-05-17 12:11:50 +0200276 <bpmndi:BPMNLabel>
277 <dc:Bounds x="183.5" y="187" width="0" height="10" />
278 </bpmndi:BPMNLabel>
279 </bpmndi:BPMNEdge>
280 <bpmndi:BPMNShape id="ServiceTask_0lx02qn_di" bpmnElement="CheckInputs">
281 <dc:Bounds x="48" y="167" width="100" height="80" />
biniek0b027e22018-04-19 15:02:18 +0200282 </bpmndi:BPMNShape>
Joanna Jeremicz0ac8def2018-12-05 10:38:39 +0100283 <bpmndi:BPMNShape id="ExclusiveGateway_0qwrtuy_di" bpmnElement="AaiEntryExists" isMarkerVisible="true">
284 <dc:Bounds x="686" y="182" width="50" height="50" />
285 <bpmndi:BPMNLabel>
286 <dc:Bounds x="672" y="242" width="77" height="14" />
287 </bpmndi:BPMNLabel>
288 </bpmndi:BPMNShape>
Lukasz Muszkieta4e9403e2019-01-16 11:29:46 +0100289 <bpmndi:BPMNEdge id="SequenceFlow_0o6zhjk_di" bpmnElement="SequenceFlow_0o6zhjk">
290 <di:waypoint xsi:type="dc:Point" x="1295" y="207" />
291 <di:waypoint xsi:type="dc:Point" x="1364" y="207" />
292 <bpmndi:BPMNLabel>
293 <dc:Bounds x="1329.5" y="186" width="0" height="12" />
294 </bpmndi:BPMNLabel>
295 </bpmndi:BPMNEdge>
296 <bpmndi:BPMNShape id="ServiceTask_0xn3ug6_di" bpmnElement="CreateRelationId">
297 <dc:Bounds x="1195" y="167" width="100" height="80" />
298 </bpmndi:BPMNShape>
biniek5c788af2018-03-20 16:41:13 +0100299 </bpmndi:BPMNPlane>
300 </bpmndi:BPMNDiagram>
301</bpmn:definitions>