biniek | 5c788af | 2018-03-20 16:41:13 +0100 | [diff] [blame] | 1 | <?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 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 (communication with DMAAP) " /> |
| 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" /> |
biniek | 402e5e2 | 2018-04-10 10:48:54 +0200 | [diff] [blame] | 11 | <bpmn:messageFlow id="MessageFlow_0tg4hw9" sourceRef="InformDmaapClient" targetRef="Participant_19w87ws" /> |
biniek | 12e339c | 2018-04-16 16:14:32 +0200 | [diff] [blame] | 12 | <bpmn:messageFlow id="MessageFlow_1py54jr" sourceRef="Task_1rwv8g6" targetRef="Participant_19w87ws" /> |
biniek | 5c788af | 2018-03-20 16:41:13 +0100 | [diff] [blame] | 13 | </bpmn:collaboration> |
| 14 | <bpmn:process id="CreateAndActivatePnfResource" name="CreateAndActivatePnfResource" isExecutable="true"> |
biniek | 12e339c | 2018-04-16 16:14:32 +0200 | [diff] [blame] | 15 | <bpmn:sequenceFlow id="SequenceFlow_1kc34bc" sourceRef="WaitForDmaapTimeout" targetRef="Task_1rwv8g6" /> |
| 16 | <bpmn:sequenceFlow id="SequenceFlow_1o8od8e" sourceRef="InformDmaapClient" targetRef="WaitForDmaapPnfReadyNotification" /> |
| 17 | <bpmn:sequenceFlow id="SequenceFlow_17s9025" sourceRef="AaiEntryExists" targetRef="InformDmaapClient" /> |
biniek | 5c788af | 2018-03-20 16:41:13 +0100 | [diff] [blame] | 18 | <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" /> |
biniek | 5c788af | 2018-03-20 16:41:13 +0100 | [diff] [blame] | 22 | <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> |
biniek | 12e339c | 2018-04-16 16:14:32 +0200 | [diff] [blame] | 25 | <bpmn:sequenceFlow id="SequenceFlow_1l1t6ak" name="Yes" sourceRef="DoesAaiContainInfoAboutPnf" targetRef="DoesAaiContainInfoAboutIp"> |
| 26 | <bpmn:conditionExpression xsi:type="bpmn:tFormalExpression">#{aaiContainsInfoAboutPnf}</bpmn:conditionExpression> |
| 27 | </bpmn:sequenceFlow> |
biniek | 5c788af | 2018-03-20 16:41:13 +0100 | [diff] [blame] | 28 | <bpmn:sequenceFlow id="SequenceFlow_1j4r3zt" sourceRef="CheckAiiForCorrelationId" targetRef="DoesAaiContainInfoAboutPnf" /> |
biniek | 12e339c | 2018-04-16 16:14:32 +0200 | [diff] [blame] | 29 | <bpmn:sequenceFlow id="SequenceFlow_0j5ksz1" sourceRef="CreateAndActivatePnf_StartEvent" targetRef="CheckAiiForCorrelationId" /> |
| 30 | <bpmn:sequenceFlow id="SequenceFlow_0p09qgm" sourceRef="WaitForDmaapPnfReadyNotification" targetRef="AaiEntryUpdated" /> |
biniek | 5c788af | 2018-03-20 16:41:13 +0100 | [diff] [blame] | 31 | <bpmn:sequenceFlow id="SequenceFlow_1h6yz62" name="Yes" sourceRef="DoesAaiContainInfoAboutIp" targetRef="AaiEntryAlreadyUpToDate"> |
| 32 | <bpmn:conditionExpression xsi:type="bpmn:tFormalExpression">#{aaiContainsInfoAboutIp}</bpmn:conditionExpression> |
| 33 | </bpmn:sequenceFlow> |
biniek | 5c788af | 2018-03-20 16:41:13 +0100 | [diff] [blame] | 34 | <bpmn:startEvent id="CreateAndActivatePnf_StartEvent"> |
| 35 | <bpmn:outgoing>SequenceFlow_0j5ksz1</bpmn:outgoing> |
| 36 | </bpmn:startEvent> |
biniek | 12e339c | 2018-04-16 16:14:32 +0200 | [diff] [blame] | 37 | <bpmn:endEvent id="AaiEntryUpdated" name="AAI entry updated"> |
| 38 | <bpmn:incoming>SequenceFlow_0p09qgm</bpmn:incoming> |
| 39 | </bpmn:endEvent> |
| 40 | <bpmn:endEvent id="AaiEntryAlreadyUpToDate" name="AAI entry already up-to-date"> |
| 41 | <bpmn:incoming>SequenceFlow_1h6yz62</bpmn:incoming> |
| 42 | </bpmn:endEvent> |
| 43 | <bpmn:sequenceFlow id="SequenceFlow_1miyzfe" sourceRef="Task_1rwv8g6" targetRef="ThrowTimeoutException" /> |
| 44 | <bpmn:endEvent id="ThrowTimeoutException" name="Throw timeout exception"> |
| 45 | <bpmn:incoming>SequenceFlow_1miyzfe</bpmn:incoming> |
| 46 | <bpmn:errorEventDefinition errorRef="Error_1" /> |
| 47 | </bpmn:endEvent> |
biniek | 5c788af | 2018-03-20 16:41:13 +0100 | [diff] [blame] | 48 | <bpmn:serviceTask id="CheckAiiForCorrelationId" name="Check AAI for correlation_id" camunda:delegateExpression="${checkAaiForCorrelationIdDelegate}"> |
| 49 | <bpmn:incoming>SequenceFlow_0j5ksz1</bpmn:incoming> |
| 50 | <bpmn:outgoing>SequenceFlow_1j4r3zt</bpmn:outgoing> |
| 51 | </bpmn:serviceTask> |
| 52 | <bpmn:exclusiveGateway id="DoesAaiContainInfoAboutPnf" name="Does AAI contain info about pnf?"> |
| 53 | <bpmn:incoming>SequenceFlow_1j4r3zt</bpmn:incoming> |
| 54 | <bpmn:outgoing>SequenceFlow_1l1t6ak</bpmn:outgoing> |
| 55 | <bpmn:outgoing>SequenceFlow_0v5ffpe</bpmn:outgoing> |
| 56 | </bpmn:exclusiveGateway> |
| 57 | <bpmn:serviceTask id="CreateAndActivatePnf_CreateAaiEntry" name="Create AAI entry with pnf-id = correlation_id" camunda:delegateExpression="${createAaiEntryWithPnfIdDelegate}"> |
| 58 | <bpmn:incoming>SequenceFlow_0v5ffpe</bpmn:incoming> |
| 59 | <bpmn:outgoing>SequenceFlow_1qr6cmf</bpmn:outgoing> |
| 60 | </bpmn:serviceTask> |
| 61 | <bpmn:exclusiveGateway id="DoesAaiContainInfoAboutIp" name="Does AAI contain info about IPv4 or IPv6?"> |
| 62 | <bpmn:incoming>SequenceFlow_1l1t6ak</bpmn:incoming> |
| 63 | <bpmn:outgoing>SequenceFlow_1h6yz62</bpmn:outgoing> |
| 64 | <bpmn:outgoing>SequenceFlow_1ls8pua</bpmn:outgoing> |
| 65 | </bpmn:exclusiveGateway> |
| 66 | <bpmn:intermediateThrowEvent id="AaiEntryExists" name="AAI entry exists, lacking IP"> |
| 67 | <bpmn:incoming>SequenceFlow_1qr6cmf</bpmn:incoming> |
| 68 | <bpmn:incoming>SequenceFlow_1ls8pua</bpmn:incoming> |
| 69 | <bpmn:outgoing>SequenceFlow_17s9025</bpmn:outgoing> |
| 70 | </bpmn:intermediateThrowEvent> |
biniek | 12e339c | 2018-04-16 16:14:32 +0200 | [diff] [blame] | 71 | <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> |
biniek | 5c788af | 2018-03-20 16:41:13 +0100 | [diff] [blame] | 75 | <bpmn:receiveTask id="WaitForDmaapPnfReadyNotification" name="Wait for DMAAP pnf-ready notification" messageRef="Message_13h1tlo"> |
biniek | 402e5e2 | 2018-04-10 10:48:54 +0200 | [diff] [blame] | 76 | <bpmn:incoming>SequenceFlow_1o8od8e</bpmn:incoming> |
biniek | 5c788af | 2018-03-20 16:41:13 +0100 | [diff] [blame] | 77 | <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> |
biniek | 12e339c | 2018-04-16 16:14:32 +0200 | [diff] [blame] | 85 | <bpmn:task id="Task_1rwv8g6" name="Cancel DmaapClient subscription"> |
biniek | 5c788af | 2018-03-20 16:41:13 +0100 | [diff] [blame] | 86 | <bpmn:incoming>SequenceFlow_1kc34bc</bpmn:incoming> |
biniek | 12e339c | 2018-04-16 16:14:32 +0200 | [diff] [blame] | 87 | <bpmn:outgoing>SequenceFlow_1miyzfe</bpmn:outgoing> |
| 88 | </bpmn:task> |
biniek | 5c788af | 2018-03-20 16:41:13 +0100 | [diff] [blame] | 89 | <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"> |
| 102 | <dc:Bounds x="0" y="0" width="1482" height="353" /> |
| 103 | </bpmndi:BPMNShape> |
| 104 | <bpmndi:BPMNShape id="ExclusiveGateway_1cttgdo_di" bpmnElement="DoesAaiContainInfoAboutPnf" isMarkerVisible="true"> |
biniek | 12e339c | 2018-04-16 16:14:32 +0200 | [diff] [blame] | 105 | <dc:Bounds x="338" y="230" width="50" height="50" /> |
biniek | 5c788af | 2018-03-20 16:41:13 +0100 | [diff] [blame] | 106 | <bpmndi:BPMNLabel> |
biniek | 12e339c | 2018-04-16 16:14:32 +0200 | [diff] [blame] | 107 | <dc:Bounds x="318" y="283" width="85" height="20" /> |
biniek | 5c788af | 2018-03-20 16:41:13 +0100 | [diff] [blame] | 108 | </bpmndi:BPMNLabel> |
| 109 | </bpmndi:BPMNShape> |
| 110 | <bpmndi:BPMNShape id="ExclusiveGateway_0yamdfm_di" bpmnElement="DoesAaiContainInfoAboutIp" isMarkerVisible="true"> |
biniek | 12e339c | 2018-04-16 16:14:32 +0200 | [diff] [blame] | 111 | <dc:Bounds x="646" y="41" width="50" height="50" /> |
biniek | 5c788af | 2018-03-20 16:41:13 +0100 | [diff] [blame] | 112 | <bpmndi:BPMNLabel> |
biniek | 12e339c | 2018-04-16 16:14:32 +0200 | [diff] [blame] | 113 | <dc:Bounds x="627" y="5" width="87" height="30" /> |
biniek | 5c788af | 2018-03-20 16:41:13 +0100 | [diff] [blame] | 114 | </bpmndi:BPMNLabel> |
| 115 | </bpmndi:BPMNShape> |
| 116 | <bpmndi:BPMNShape id="EndEvent_0k52gr7_di" bpmnElement="AaiEntryUpdated"> |
| 117 | <dc:Bounds x="1312" y="237" width="36" height="36" /> |
| 118 | <bpmndi:BPMNLabel> |
| 119 | <dc:Bounds x="1286" y="278" width="89" height="10" /> |
| 120 | </bpmndi:BPMNLabel> |
| 121 | </bpmndi:BPMNShape> |
| 122 | <bpmndi:BPMNShape id="StartEvent_0j5ok9h_di" bpmnElement="CreateAndActivatePnf_StartEvent"> |
| 123 | <dc:Bounds x="49" y="237" width="36" height="36" /> |
| 124 | <bpmndi:BPMNLabel> |
| 125 | <dc:Bounds x="23" y="276" width="90" height="20" /> |
| 126 | </bpmndi:BPMNLabel> |
| 127 | </bpmndi:BPMNShape> |
| 128 | <bpmndi:BPMNShape id="ServiceTask_0a5uk9o_di" bpmnElement="CheckAiiForCorrelationId"> |
biniek | 12e339c | 2018-04-16 16:14:32 +0200 | [diff] [blame] | 129 | <dc:Bounds x="159" y="215" width="100" height="80" /> |
biniek | 5c788af | 2018-03-20 16:41:13 +0100 | [diff] [blame] | 130 | </bpmndi:BPMNShape> |
| 131 | <bpmndi:BPMNShape id="ServiceTask_0iimk5v_di" bpmnElement="CreateAndActivatePnf_CreateAaiEntry"> |
biniek | 12e339c | 2018-04-16 16:14:32 +0200 | [diff] [blame] | 132 | <dc:Bounds x="467" y="215" width="100" height="80" /> |
biniek | 5c788af | 2018-03-20 16:41:13 +0100 | [diff] [blame] | 133 | </bpmndi:BPMNShape> |
| 134 | <bpmndi:BPMNEdge id="SequenceFlow_1j4r3zt_di" bpmnElement="SequenceFlow_1j4r3zt"> |
biniek | 12e339c | 2018-04-16 16:14:32 +0200 | [diff] [blame] | 135 | <di:waypoint xsi:type="dc:Point" x="259" y="255" /> |
| 136 | <di:waypoint xsi:type="dc:Point" x="338" y="255" /> |
biniek | 5c788af | 2018-03-20 16:41:13 +0100 | [diff] [blame] | 137 | <bpmndi:BPMNLabel> |
biniek | 12e339c | 2018-04-16 16:14:32 +0200 | [diff] [blame] | 138 | <dc:Bounds x="253.5" y="235" width="90" height="10" /> |
biniek | 5c788af | 2018-03-20 16:41:13 +0100 | [diff] [blame] | 139 | </bpmndi:BPMNLabel> |
| 140 | </bpmndi:BPMNEdge> |
| 141 | <bpmndi:BPMNEdge id="SequenceFlow_1l1t6ak_di" bpmnElement="SequenceFlow_1l1t6ak"> |
biniek | 12e339c | 2018-04-16 16:14:32 +0200 | [diff] [blame] | 142 | <di:waypoint xsi:type="dc:Point" x="363" y="230" /> |
| 143 | <di:waypoint xsi:type="dc:Point" x="363" y="66" /> |
| 144 | <di:waypoint xsi:type="dc:Point" x="646" y="66" /> |
biniek | 5c788af | 2018-03-20 16:41:13 +0100 | [diff] [blame] | 145 | <bpmndi:BPMNLabel> |
biniek | 12e339c | 2018-04-16 16:14:32 +0200 | [diff] [blame] | 146 | <dc:Bounds x="368" y="206" width="19" height="10" /> |
biniek | 5c788af | 2018-03-20 16:41:13 +0100 | [diff] [blame] | 147 | </bpmndi:BPMNLabel> |
| 148 | </bpmndi:BPMNEdge> |
| 149 | <bpmndi:BPMNEdge id="SequenceFlow_0v5ffpe_di" bpmnElement="SequenceFlow_0v5ffpe"> |
biniek | 12e339c | 2018-04-16 16:14:32 +0200 | [diff] [blame] | 150 | <di:waypoint xsi:type="dc:Point" x="388" y="255" /> |
| 151 | <di:waypoint xsi:type="dc:Point" x="467" y="255" /> |
biniek | 5c788af | 2018-03-20 16:41:13 +0100 | [diff] [blame] | 152 | <bpmndi:BPMNLabel> |
biniek | 12e339c | 2018-04-16 16:14:32 +0200 | [diff] [blame] | 153 | <dc:Bounds x="395.48275862068965" y="237" width="15" height="10" /> |
biniek | 5c788af | 2018-03-20 16:41:13 +0100 | [diff] [blame] | 154 | </bpmndi:BPMNLabel> |
| 155 | </bpmndi:BPMNEdge> |
| 156 | <bpmndi:BPMNEdge id="SequenceFlow_1h6yz62_di" bpmnElement="SequenceFlow_1h6yz62"> |
biniek | 12e339c | 2018-04-16 16:14:32 +0200 | [diff] [blame] | 157 | <di:waypoint xsi:type="dc:Point" x="696" y="66" /> |
biniek | 5c788af | 2018-03-20 16:41:13 +0100 | [diff] [blame] | 158 | <di:waypoint xsi:type="dc:Point" x="1312" y="66" /> |
| 159 | <bpmndi:BPMNLabel> |
biniek | 12e339c | 2018-04-16 16:14:32 +0200 | [diff] [blame] | 160 | <dc:Bounds x="708.1232876712329" y="51" width="19" height="10" /> |
biniek | 5c788af | 2018-03-20 16:41:13 +0100 | [diff] [blame] | 161 | </bpmndi:BPMNLabel> |
| 162 | </bpmndi:BPMNEdge> |
| 163 | <bpmndi:BPMNEdge id="SequenceFlow_1ls8pua_di" bpmnElement="SequenceFlow_1ls8pua"> |
biniek | 12e339c | 2018-04-16 16:14:32 +0200 | [diff] [blame] | 164 | <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" /> |
| 167 | <di:waypoint xsi:type="dc:Point" x="671" y="237" /> |
biniek | 5c788af | 2018-03-20 16:41:13 +0100 | [diff] [blame] | 168 | <bpmndi:BPMNLabel> |
biniek | 12e339c | 2018-04-16 16:14:32 +0200 | [diff] [blame] | 169 | <dc:Bounds x="681" y="105" width="15" height="10" /> |
biniek | 5c788af | 2018-03-20 16:41:13 +0100 | [diff] [blame] | 170 | </bpmndi:BPMNLabel> |
| 171 | </bpmndi:BPMNEdge> |
| 172 | <bpmndi:BPMNEdge id="SequenceFlow_1qr6cmf_di" bpmnElement="SequenceFlow_1qr6cmf"> |
biniek | 12e339c | 2018-04-16 16:14:32 +0200 | [diff] [blame] | 173 | <di:waypoint xsi:type="dc:Point" x="567" y="255" /> |
| 174 | <di:waypoint xsi:type="dc:Point" x="653" y="255" /> |
biniek | 5c788af | 2018-03-20 16:41:13 +0100 | [diff] [blame] | 175 | <bpmndi:BPMNLabel> |
biniek | 12e339c | 2018-04-16 16:14:32 +0200 | [diff] [blame] | 176 | <dc:Bounds x="565" y="235" width="90" height="10" /> |
biniek | 5c788af | 2018-03-20 16:41:13 +0100 | [diff] [blame] | 177 | </bpmndi:BPMNLabel> |
| 178 | </bpmndi:BPMNEdge> |
| 179 | <bpmndi:BPMNEdge id="SequenceFlow_0j5ksz1_di" bpmnElement="SequenceFlow_0j5ksz1"> |
| 180 | <di:waypoint xsi:type="dc:Point" x="85" y="255" /> |
biniek | 12e339c | 2018-04-16 16:14:32 +0200 | [diff] [blame] | 181 | <di:waypoint xsi:type="dc:Point" x="159" y="255" /> |
biniek | 5c788af | 2018-03-20 16:41:13 +0100 | [diff] [blame] | 182 | <bpmndi:BPMNLabel> |
biniek | 12e339c | 2018-04-16 16:14:32 +0200 | [diff] [blame] | 183 | <dc:Bounds x="77" y="235" width="90" height="10" /> |
biniek | 5c788af | 2018-03-20 16:41:13 +0100 | [diff] [blame] | 184 | </bpmndi:BPMNLabel> |
| 185 | </bpmndi:BPMNEdge> |
| 186 | <bpmndi:BPMNShape id="Participant_0i9ban2_di" bpmnElement="Participant_0atuyq0"> |
biniek | 402e5e2 | 2018-04-10 10:48:54 +0200 | [diff] [blame] | 187 | <dc:Bounds x="123" y="415" width="502" height="60" /> |
biniek | 5c788af | 2018-03-20 16:41:13 +0100 | [diff] [blame] | 188 | </bpmndi:BPMNShape> |
| 189 | <bpmndi:BPMNEdge id="MessageFlow_1h3xu88_di" bpmnElement="MessageFlow_1h3xu88"> |
biniek | 12e339c | 2018-04-16 16:14:32 +0200 | [diff] [blame] | 190 | <di:waypoint xsi:type="dc:Point" x="517" y="295" /> |
| 191 | <di:waypoint xsi:type="dc:Point" x="517" y="415" /> |
biniek | 5c788af | 2018-03-20 16:41:13 +0100 | [diff] [blame] | 192 | <bpmndi:BPMNLabel> |
biniek | 12e339c | 2018-04-16 16:14:32 +0200 | [diff] [blame] | 193 | <dc:Bounds x="487" y="350" width="90" height="10" /> |
biniek | 5c788af | 2018-03-20 16:41:13 +0100 | [diff] [blame] | 194 | </bpmndi:BPMNLabel> |
| 195 | </bpmndi:BPMNEdge> |
| 196 | <bpmndi:BPMNEdge id="MessageFlow_09ibv5a_di" bpmnElement="MessageFlow_09ibv5a"> |
biniek | 12e339c | 2018-04-16 16:14:32 +0200 | [diff] [blame] | 197 | <di:waypoint xsi:type="dc:Point" x="190" y="295" /> |
| 198 | <di:waypoint xsi:type="dc:Point" x="190" y="415" /> |
biniek | 5c788af | 2018-03-20 16:41:13 +0100 | [diff] [blame] | 199 | <bpmndi:BPMNLabel> |
biniek | 12e339c | 2018-04-16 16:14:32 +0200 | [diff] [blame] | 200 | <dc:Bounds x="160" y="350" width="90" height="10" /> |
biniek | 5c788af | 2018-03-20 16:41:13 +0100 | [diff] [blame] | 201 | </bpmndi:BPMNLabel> |
| 202 | </bpmndi:BPMNEdge> |
| 203 | <bpmndi:BPMNEdge id="MessageFlow_0vjul4t_di" bpmnElement="MessageFlow_0vjul4t"> |
biniek | 12e339c | 2018-04-16 16:14:32 +0200 | [diff] [blame] | 204 | <di:waypoint xsi:type="dc:Point" x="229" y="415" /> |
| 205 | <di:waypoint xsi:type="dc:Point" x="229" y="295" /> |
biniek | 5c788af | 2018-03-20 16:41:13 +0100 | [diff] [blame] | 206 | <bpmndi:BPMNLabel> |
biniek | 12e339c | 2018-04-16 16:14:32 +0200 | [diff] [blame] | 207 | <dc:Bounds x="199" y="350" width="90" height="10" /> |
biniek | 5c788af | 2018-03-20 16:41:13 +0100 | [diff] [blame] | 208 | </bpmndi:BPMNLabel> |
| 209 | </bpmndi:BPMNEdge> |
| 210 | <bpmndi:BPMNShape id="Participant_0vmrrhf_di" bpmnElement="Participant_19w87ws"> |
biniek | 12e339c | 2018-04-16 16:14:32 +0200 | [diff] [blame] | 211 | <dc:Bounds x="804" y="415" width="463" height="60" /> |
biniek | 5c788af | 2018-03-20 16:41:13 +0100 | [diff] [blame] | 212 | </bpmndi:BPMNShape> |
| 213 | <bpmndi:BPMNShape id="EndEvent_0wbx6tt_di" bpmnElement="ThrowTimeoutException"> |
biniek | 12e339c | 2018-04-16 16:14:32 +0200 | [diff] [blame] | 214 | <dc:Bounds x="1312" y="135" width="36" height="36" /> |
biniek | 5c788af | 2018-03-20 16:41:13 +0100 | [diff] [blame] | 215 | <bpmndi:BPMNLabel> |
biniek | 12e339c | 2018-04-16 16:14:32 +0200 | [diff] [blame] | 216 | <dc:Bounds x="1305" y="172" width="70" height="20" /> |
biniek | 5c788af | 2018-03-20 16:41:13 +0100 | [diff] [blame] | 217 | </bpmndi:BPMNLabel> |
| 218 | </bpmndi:BPMNShape> |
| 219 | <bpmndi:BPMNShape id="EndEvent_00cy7r0_di" bpmnElement="AaiEntryAlreadyUpToDate"> |
| 220 | <dc:Bounds x="1312" y="48" width="36" height="36" /> |
| 221 | <bpmndi:BPMNLabel> |
| 222 | <dc:Bounds x="1288" y="89" width="85" height="20" /> |
| 223 | </bpmndi:BPMNLabel> |
| 224 | </bpmndi:BPMNShape> |
| 225 | <bpmndi:BPMNShape id="IntermediateThrowEvent_0fjcdy4_di" bpmnElement="AaiEntryExists"> |
biniek | 12e339c | 2018-04-16 16:14:32 +0200 | [diff] [blame] | 226 | <dc:Bounds x="653" y="237" width="36" height="36" /> |
biniek | 5c788af | 2018-03-20 16:41:13 +0100 | [diff] [blame] | 227 | <bpmndi:BPMNLabel> |
biniek | 12e339c | 2018-04-16 16:14:32 +0200 | [diff] [blame] | 228 | <dc:Bounds x="631" y="283" width="80" height="20" /> |
biniek | 5c788af | 2018-03-20 16:41:13 +0100 | [diff] [blame] | 229 | </bpmndi:BPMNLabel> |
| 230 | </bpmndi:BPMNShape> |
| 231 | <bpmndi:BPMNShape id="TextAnnotation_1eyzes8_di" bpmnElement="TextAnnotation_1eyzes8"> |
| 232 | <dc:Bounds x="66" y="70" width="243" height="54" /> |
| 233 | </bpmndi:BPMNShape> |
| 234 | <bpmndi:BPMNEdge id="Association_0d7oxnz_di" bpmnElement="Association_0d7oxnz"> |
| 235 | <di:waypoint xsi:type="dc:Point" x="67" y="237" /> |
| 236 | <di:waypoint xsi:type="dc:Point" x="67" y="124" /> |
| 237 | </bpmndi:BPMNEdge> |
| 238 | <bpmndi:BPMNEdge id="MessageFlow_1vrcp2d_di" bpmnElement="MessageFlow_1vrcp2d"> |
biniek | 12e339c | 2018-04-16 16:14:32 +0200 | [diff] [blame] | 239 | <di:waypoint xsi:type="dc:Point" x="1006" y="415" /> |
| 240 | <di:waypoint xsi:type="dc:Point" x="1006" y="295" /> |
biniek | 5c788af | 2018-03-20 16:41:13 +0100 | [diff] [blame] | 241 | <bpmndi:BPMNLabel> |
biniek | 12e339c | 2018-04-16 16:14:32 +0200 | [diff] [blame] | 242 | <dc:Bounds x="976" y="350" width="90" height="10" /> |
biniek | 5c788af | 2018-03-20 16:41:13 +0100 | [diff] [blame] | 243 | </bpmndi:BPMNLabel> |
| 244 | </bpmndi:BPMNEdge> |
| 245 | <bpmndi:BPMNEdge id="SequenceFlow_17s9025_di" bpmnElement="SequenceFlow_17s9025"> |
biniek | 12e339c | 2018-04-16 16:14:32 +0200 | [diff] [blame] | 246 | <di:waypoint xsi:type="dc:Point" x="689" y="255" /> |
| 247 | <di:waypoint xsi:type="dc:Point" x="775" y="255" /> |
biniek | 5c788af | 2018-03-20 16:41:13 +0100 | [diff] [blame] | 248 | <bpmndi:BPMNLabel> |
biniek | 12e339c | 2018-04-16 16:14:32 +0200 | [diff] [blame] | 249 | <dc:Bounds x="687" y="235" width="90" height="10" /> |
biniek | 5c788af | 2018-03-20 16:41:13 +0100 | [diff] [blame] | 250 | </bpmndi:BPMNLabel> |
| 251 | </bpmndi:BPMNEdge> |
| 252 | <bpmndi:BPMNShape id="BoundaryEvent_15eo1k9_di" bpmnElement="WaitForDmaapTimeout"> |
biniek | 12e339c | 2018-04-16 16:14:32 +0200 | [diff] [blame] | 253 | <dc:Bounds x="1008" y="197" width="36" height="36" /> |
biniek | 5c788af | 2018-03-20 16:41:13 +0100 | [diff] [blame] | 254 | <bpmndi:BPMNLabel> |
biniek | 12e339c | 2018-04-16 16:14:32 +0200 | [diff] [blame] | 255 | <dc:Bounds x="1039" y="192" width="40" height="10" /> |
biniek | 5c788af | 2018-03-20 16:41:13 +0100 | [diff] [blame] | 256 | </bpmndi:BPMNLabel> |
| 257 | </bpmndi:BPMNShape> |
| 258 | <bpmndi:BPMNEdge id="SequenceFlow_1kc34bc_di" bpmnElement="SequenceFlow_1kc34bc"> |
biniek | 12e339c | 2018-04-16 16:14:32 +0200 | [diff] [blame] | 259 | <di:waypoint xsi:type="dc:Point" x="1026" y="197" /> |
| 260 | <di:waypoint xsi:type="dc:Point" x="1026" y="153" /> |
| 261 | <di:waypoint xsi:type="dc:Point" x="1133" y="153" /> |
biniek | 5c788af | 2018-03-20 16:41:13 +0100 | [diff] [blame] | 262 | <bpmndi:BPMNLabel> |
biniek | 12e339c | 2018-04-16 16:14:32 +0200 | [diff] [blame] | 263 | <dc:Bounds x="996" y="170" width="90" height="10" /> |
biniek | 5c788af | 2018-03-20 16:41:13 +0100 | [diff] [blame] | 264 | </bpmndi:BPMNLabel> |
| 265 | </bpmndi:BPMNEdge> |
| 266 | <bpmndi:BPMNShape id="ReceiveTask_1sfysua_di" bpmnElement="WaitForDmaapPnfReadyNotification"> |
biniek | 12e339c | 2018-04-16 16:14:32 +0200 | [diff] [blame] | 267 | <dc:Bounds x="954" y="215" width="100" height="80" /> |
biniek | 5c788af | 2018-03-20 16:41:13 +0100 | [diff] [blame] | 268 | </bpmndi:BPMNShape> |
| 269 | <bpmndi:BPMNEdge id="SequenceFlow_0p09qgm_di" bpmnElement="SequenceFlow_0p09qgm"> |
biniek | 12e339c | 2018-04-16 16:14:32 +0200 | [diff] [blame] | 270 | <di:waypoint xsi:type="dc:Point" x="1054" y="255" /> |
biniek | 5c788af | 2018-03-20 16:41:13 +0100 | [diff] [blame] | 271 | <di:waypoint xsi:type="dc:Point" x="1312" y="255" /> |
| 272 | <bpmndi:BPMNLabel> |
biniek | 12e339c | 2018-04-16 16:14:32 +0200 | [diff] [blame] | 273 | <dc:Bounds x="1138" y="235" width="90" height="10" /> |
biniek | 5c788af | 2018-03-20 16:41:13 +0100 | [diff] [blame] | 274 | </bpmndi:BPMNLabel> |
| 275 | </bpmndi:BPMNEdge> |
biniek | 402e5e2 | 2018-04-10 10:48:54 +0200 | [diff] [blame] | 276 | <bpmndi:BPMNEdge id="SequenceFlow_1o8od8e_di" bpmnElement="SequenceFlow_1o8od8e"> |
biniek | 12e339c | 2018-04-16 16:14:32 +0200 | [diff] [blame] | 277 | <di:waypoint xsi:type="dc:Point" x="875" y="255" /> |
| 278 | <di:waypoint xsi:type="dc:Point" x="954" y="255" /> |
biniek | 402e5e2 | 2018-04-10 10:48:54 +0200 | [diff] [blame] | 279 | <bpmndi:BPMNLabel> |
biniek | 12e339c | 2018-04-16 16:14:32 +0200 | [diff] [blame] | 280 | <dc:Bounds x="869.5" y="235" width="90" height="10" /> |
biniek | 402e5e2 | 2018-04-10 10:48:54 +0200 | [diff] [blame] | 281 | </bpmndi:BPMNLabel> |
| 282 | </bpmndi:BPMNEdge> |
| 283 | <bpmndi:BPMNEdge id="MessageFlow_0tg4hw9_di" bpmnElement="MessageFlow_0tg4hw9"> |
biniek | 12e339c | 2018-04-16 16:14:32 +0200 | [diff] [blame] | 284 | <di:waypoint xsi:type="dc:Point" x="825" y="295" /> |
| 285 | <di:waypoint xsi:type="dc:Point" x="825" y="415" /> |
biniek | 402e5e2 | 2018-04-10 10:48:54 +0200 | [diff] [blame] | 286 | <bpmndi:BPMNLabel> |
biniek | 12e339c | 2018-04-16 16:14:32 +0200 | [diff] [blame] | 287 | <dc:Bounds x="795" y="350" width="90" height="10" /> |
biniek | 402e5e2 | 2018-04-10 10:48:54 +0200 | [diff] [blame] | 288 | </bpmndi:BPMNLabel> |
| 289 | </bpmndi:BPMNEdge> |
| 290 | <bpmndi:BPMNShape id="ServiceTask_1iax11n_di" bpmnElement="InformDmaapClient"> |
biniek | 12e339c | 2018-04-16 16:14:32 +0200 | [diff] [blame] | 291 | <dc:Bounds x="775" y="215" width="100" height="80" /> |
biniek | 402e5e2 | 2018-04-10 10:48:54 +0200 | [diff] [blame] | 292 | </bpmndi:BPMNShape> |
biniek | 12e339c | 2018-04-16 16:14:32 +0200 | [diff] [blame] | 293 | <bpmndi:BPMNShape id="Task_1rwv8g6_di" bpmnElement="Task_1rwv8g6"> |
| 294 | <dc:Bounds x="1133" y="113" width="100" height="80" /> |
| 295 | </bpmndi:BPMNShape> |
| 296 | <bpmndi:BPMNEdge id="SequenceFlow_1miyzfe_di" bpmnElement="SequenceFlow_1miyzfe"> |
| 297 | <di:waypoint xsi:type="dc:Point" x="1233" y="153" /> |
| 298 | <di:waypoint xsi:type="dc:Point" x="1312" y="153" /> |
| 299 | <bpmndi:BPMNLabel> |
| 300 | <dc:Bounds x="1272.5" y="133" width="0" height="10" /> |
| 301 | </bpmndi:BPMNLabel> |
| 302 | </bpmndi:BPMNEdge> |
| 303 | <bpmndi:BPMNEdge id="MessageFlow_1py54jr_di" bpmnElement="MessageFlow_1py54jr"> |
| 304 | <di:waypoint xsi:type="dc:Point" x="1183" y="193" /> |
| 305 | <di:waypoint xsi:type="dc:Point" x="1183" y="415" /> |
| 306 | <bpmndi:BPMNLabel> |
| 307 | <dc:Bounds x="1198" y="299" width="0" height="10" /> |
| 308 | </bpmndi:BPMNLabel> |
| 309 | </bpmndi:BPMNEdge> |
biniek | 5c788af | 2018-03-20 16:41:13 +0100 | [diff] [blame] | 310 | </bpmndi:BPMNPlane> |
| 311 | </bpmndi:BPMNDiagram> |
| 312 | </bpmn:definitions> |