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 | 0b027e2 | 2018-04-19 15:02:18 +0200 | [diff] [blame] | 12 | <bpmn:messageFlow id="MessageFlow_1py54jr" sourceRef="CancelDmaapClientSubscription" 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 | 0b027e2 | 2018-04-19 15:02:18 +0200 | [diff] [blame] | 15 | <bpmn:sequenceFlow id="SequenceFlow_1kc34bc" sourceRef="WaitForDmaapTimeout" targetRef="CancelDmaapClientSubscription" /> |
biniek | 12e339c | 2018-04-16 16:14:32 +0200 | [diff] [blame] | 16 | <bpmn:sequenceFlow id="SequenceFlow_1o8od8e" sourceRef="InformDmaapClient" targetRef="WaitForDmaapPnfReadyNotification" /> |
biniek | 5c788af | 2018-03-20 16:41:13 +0100 | [diff] [blame] | 17 | <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> |
biniek | 59e4171 | 2018-05-17 12:11:50 +0200 | [diff] [blame] | 20 | <bpmn:sequenceFlow id="SequenceFlow_0p09qgm" sourceRef="WaitForDmaapPnfReadyNotification" targetRef="AaiEntryUpdated" /> |
| 21 | <bpmn:sequenceFlow id="SequenceFlow_17s9025" sourceRef="AaiEntryExists" targetRef="InformDmaapClient" /> |
| 22 | <bpmn:sequenceFlow id="SequenceFlow_1qr6cmf" sourceRef="CreateAndActivatePnf_CreateAaiEntry" targetRef="AaiEntryExists" /> |
| 23 | <bpmn:sequenceFlow id="SequenceFlow_1j4r3zt" sourceRef="CheckAiiForCorrelationId" targetRef="DoesAaiContainInfoAboutPnf" /> |
| 24 | <bpmn:sequenceFlow id="SequenceFlow_0j5ksz1" sourceRef="CreateAndActivatePnf_StartEvent" targetRef="CheckInputs" /> |
| 25 | <bpmn:sequenceFlow id="SequenceFlow_1miyzfe" sourceRef="CancelDmaapClientSubscription" targetRef="ThrowTimeoutException" /> |
| 26 | <bpmn:sequenceFlow id="SequenceFlow_1ls8pua" name="No" sourceRef="DoesAaiContainInfoAboutIp" targetRef="AaiEntryExists"> |
| 27 | <bpmn:conditionExpression xsi:type="bpmn:tFormalExpression">#{!aaiContainsInfoAboutIp}</bpmn:conditionExpression> |
| 28 | </bpmn:sequenceFlow> |
biniek | 12e339c | 2018-04-16 16:14:32 +0200 | [diff] [blame] | 29 | <bpmn:sequenceFlow id="SequenceFlow_1l1t6ak" name="Yes" sourceRef="DoesAaiContainInfoAboutPnf" targetRef="DoesAaiContainInfoAboutIp"> |
| 30 | <bpmn:conditionExpression xsi:type="bpmn:tFormalExpression">#{aaiContainsInfoAboutPnf}</bpmn:conditionExpression> |
| 31 | </bpmn:sequenceFlow> |
biniek | 5c788af | 2018-03-20 16:41:13 +0100 | [diff] [blame] | 32 | <bpmn:sequenceFlow id="SequenceFlow_1h6yz62" name="Yes" sourceRef="DoesAaiContainInfoAboutIp" targetRef="AaiEntryAlreadyUpToDate"> |
| 33 | <bpmn:conditionExpression xsi:type="bpmn:tFormalExpression">#{aaiContainsInfoAboutIp}</bpmn:conditionExpression> |
| 34 | </bpmn:sequenceFlow> |
biniek | 59e4171 | 2018-05-17 12:11:50 +0200 | [diff] [blame] | 35 | <bpmn:endEvent id="AaiEntryUpdated" name="AAI entry updated"> |
| 36 | <bpmn:incoming>SequenceFlow_0p09qgm</bpmn:incoming> |
biniek | 12e339c | 2018-04-16 16:14:32 +0200 | [diff] [blame] | 37 | </bpmn:endEvent> |
biniek | 12e339c | 2018-04-16 16:14:32 +0200 | [diff] [blame] | 38 | <bpmn:endEvent id="ThrowTimeoutException" name="Throw timeout exception"> |
| 39 | <bpmn:incoming>SequenceFlow_1miyzfe</bpmn:incoming> |
| 40 | <bpmn:errorEventDefinition errorRef="Error_1" /> |
| 41 | </bpmn:endEvent> |
biniek | 59e4171 | 2018-05-17 12:11:50 +0200 | [diff] [blame] | 42 | <bpmn:endEvent id="AaiEntryAlreadyUpToDate" name="AAI entry already up-to-date"> |
| 43 | <bpmn:incoming>SequenceFlow_1h6yz62</bpmn:incoming> |
| 44 | </bpmn:endEvent> |
biniek | 0b027e2 | 2018-04-19 15:02:18 +0200 | [diff] [blame] | 45 | <bpmn:startEvent id="CreateAndActivatePnf_StartEvent"> |
| 46 | <bpmn:outgoing>SequenceFlow_0j5ksz1</bpmn:outgoing> |
| 47 | </bpmn:startEvent> |
biniek | 59e4171 | 2018-05-17 12:11:50 +0200 | [diff] [blame] | 48 | <bpmn:sequenceFlow id="SequenceFlow_0967g8p" sourceRef="CheckInputs" targetRef="CheckAiiForCorrelationId" /> |
| 49 | <bpmn:serviceTask id="CheckAiiForCorrelationId" name="Check AAI for correlation_id" camunda:delegateExpression="${checkAaiForCorrelationIdDelegate}"> |
| 50 | <bpmn:incoming>SequenceFlow_0967g8p</bpmn:incoming> |
| 51 | <bpmn:outgoing>SequenceFlow_1j4r3zt</bpmn:outgoing> |
| 52 | </bpmn:serviceTask> |
biniek | 5c788af | 2018-03-20 16:41:13 +0100 | [diff] [blame] | 53 | <bpmn:exclusiveGateway id="DoesAaiContainInfoAboutPnf" name="Does AAI contain info about pnf?"> |
| 54 | <bpmn:incoming>SequenceFlow_1j4r3zt</bpmn:incoming> |
| 55 | <bpmn:outgoing>SequenceFlow_1l1t6ak</bpmn:outgoing> |
| 56 | <bpmn:outgoing>SequenceFlow_0v5ffpe</bpmn:outgoing> |
| 57 | </bpmn:exclusiveGateway> |
| 58 | <bpmn:serviceTask id="CreateAndActivatePnf_CreateAaiEntry" name="Create AAI entry with pnf-id = correlation_id" camunda:delegateExpression="${createAaiEntryWithPnfIdDelegate}"> |
| 59 | <bpmn:incoming>SequenceFlow_0v5ffpe</bpmn:incoming> |
| 60 | <bpmn:outgoing>SequenceFlow_1qr6cmf</bpmn:outgoing> |
| 61 | </bpmn:serviceTask> |
biniek | 59e4171 | 2018-05-17 12:11:50 +0200 | [diff] [blame] | 62 | <bpmn:exclusiveGateway id="DoesAaiContainInfoAboutIp" name="Does AAI contain info about IPv4 or IPv6?"> |
| 63 | <bpmn:incoming>SequenceFlow_1l1t6ak</bpmn:incoming> |
| 64 | <bpmn:outgoing>SequenceFlow_1h6yz62</bpmn:outgoing> |
| 65 | <bpmn:outgoing>SequenceFlow_1ls8pua</bpmn:outgoing> |
| 66 | </bpmn:exclusiveGateway> |
| 67 | <bpmn:intermediateThrowEvent id="AaiEntryExists" name="AAI entry exists, lacking IP"> |
| 68 | <bpmn:incoming>SequenceFlow_1qr6cmf</bpmn:incoming> |
| 69 | <bpmn:incoming>SequenceFlow_1ls8pua</bpmn:incoming> |
| 70 | <bpmn:outgoing>SequenceFlow_17s9025</bpmn:outgoing> |
| 71 | </bpmn:intermediateThrowEvent> |
biniek | 12e339c | 2018-04-16 16:14:32 +0200 | [diff] [blame] | 72 | <bpmn:serviceTask id="InformDmaapClient" name="Inform DmaapClient about business key and corresponding pnf-id" camunda:delegateExpression="${informDmaapClient}"> |
| 73 | <bpmn:incoming>SequenceFlow_17s9025</bpmn:incoming> |
| 74 | <bpmn:outgoing>SequenceFlow_1o8od8e</bpmn:outgoing> |
| 75 | </bpmn:serviceTask> |
biniek | 5c788af | 2018-03-20 16:41:13 +0100 | [diff] [blame] | 76 | <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] | 77 | <bpmn:incoming>SequenceFlow_1o8od8e</bpmn:incoming> |
biniek | 5c788af | 2018-03-20 16:41:13 +0100 | [diff] [blame] | 78 | <bpmn:outgoing>SequenceFlow_0p09qgm</bpmn:outgoing> |
| 79 | </bpmn:receiveTask> |
| 80 | <bpmn:boundaryEvent id="WaitForDmaapTimeout" name="Timeout" attachedToRef="WaitForDmaapPnfReadyNotification"> |
| 81 | <bpmn:outgoing>SequenceFlow_1kc34bc</bpmn:outgoing> |
| 82 | <bpmn:timerEventDefinition> |
| 83 | <bpmn:timeDuration xsi:type="bpmn:tFormalExpression">#{timeoutForPnfEntryNotification}</bpmn:timeDuration> |
| 84 | </bpmn:timerEventDefinition> |
| 85 | </bpmn:boundaryEvent> |
biniek | 0b027e2 | 2018-04-19 15:02:18 +0200 | [diff] [blame] | 86 | <bpmn:serviceTask id="CancelDmaapClientSubscription" name="Cancel DmaapClient subscription" camunda:delegateExpression="${cancelDmaapSubscription}"> |
biniek | 5c788af | 2018-03-20 16:41:13 +0100 | [diff] [blame] | 87 | <bpmn:incoming>SequenceFlow_1kc34bc</bpmn:incoming> |
biniek | 12e339c | 2018-04-16 16:14:32 +0200 | [diff] [blame] | 88 | <bpmn:outgoing>SequenceFlow_1miyzfe</bpmn:outgoing> |
biniek | 0b027e2 | 2018-04-19 15:02:18 +0200 | [diff] [blame] | 89 | </bpmn:serviceTask> |
biniek | 59e4171 | 2018-05-17 12:11:50 +0200 | [diff] [blame] | 90 | <bpmn:serviceTask id="CheckInputs" name="Check inputs" camunda:delegateExpression="${pnfCheckInputs}"> |
| 91 | <bpmn:incoming>SequenceFlow_0j5ksz1</bpmn:incoming> |
| 92 | <bpmn:outgoing>SequenceFlow_0967g8p</bpmn:outgoing> |
| 93 | </bpmn:serviceTask> |
biniek | 5c788af | 2018-03-20 16:41:13 +0100 | [diff] [blame] | 94 | <bpmn:textAnnotation id="TextAnnotation_1eyzes8"> |
| 95 | <bpmn:text><![CDATA[Inputs: |
| 96 | Â -Â timeoutForPnfEntryNotification - String |
| 97 | - correlationId - String |
| 98 | ]]></bpmn:text> |
| 99 | </bpmn:textAnnotation> |
biniek | 59e4171 | 2018-05-17 12:11:50 +0200 | [diff] [blame] | 100 | <bpmn:association id="Association_0d7oxnz" sourceRef="CreateAndActivatePnf_StartEvent" targetRef="TextAnnotation_1eyzes8" /> |
biniek | 5c788af | 2018-03-20 16:41:13 +0100 | [diff] [blame] | 101 | </bpmn:process> |
| 102 | <bpmn:error id="Error_1" name="MSO Workflow Exception" errorCode="MSOWorkflowException" /> |
| 103 | <bpmn:message id="Message_13h1tlo" name="WorkflowMessage" /> |
| 104 | <bpmndi:BPMNDiagram id="BPMNDiagram_1"> |
| 105 | <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Collaboration_1d0w8lf"> |
| 106 | <bpmndi:BPMNShape id="Participant_1egg397_di" bpmnElement="Participant_1egg397"> |
biniek | 59e4171 | 2018-05-17 12:11:50 +0200 | [diff] [blame] | 107 | <dc:Bounds x="-113" y="0" width="1601" height="438" /> |
biniek | 5c788af | 2018-03-20 16:41:13 +0100 | [diff] [blame] | 108 | </bpmndi:BPMNShape> |
| 109 | <bpmndi:BPMNShape id="ExclusiveGateway_1cttgdo_di" bpmnElement="DoesAaiContainInfoAboutPnf" isMarkerVisible="true"> |
biniek | 59e4171 | 2018-05-17 12:11:50 +0200 | [diff] [blame] | 110 | <dc:Bounds x="390" y="182" width="50" height="50" /> |
biniek | 5c788af | 2018-03-20 16:41:13 +0100 | [diff] [blame] | 111 | <bpmndi:BPMNLabel> |
biniek | 59e4171 | 2018-05-17 12:11:50 +0200 | [diff] [blame] | 112 | <dc:Bounds x="372" y="283" width="85" height="20" /> |
biniek | 5c788af | 2018-03-20 16:41:13 +0100 | [diff] [blame] | 113 | </bpmndi:BPMNLabel> |
| 114 | </bpmndi:BPMNShape> |
| 115 | <bpmndi:BPMNShape id="ExclusiveGateway_0yamdfm_di" bpmnElement="DoesAaiContainInfoAboutIp" isMarkerVisible="true"> |
biniek | 59e4171 | 2018-05-17 12:11:50 +0200 | [diff] [blame] | 116 | <dc:Bounds x="682" y="41" width="50" height="50" /> |
biniek | 5c788af | 2018-03-20 16:41:13 +0100 | [diff] [blame] | 117 | <bpmndi:BPMNLabel> |
biniek | 59e4171 | 2018-05-17 12:11:50 +0200 | [diff] [blame] | 118 | <dc:Bounds x="663" y="5" width="87" height="30" /> |
biniek | 5c788af | 2018-03-20 16:41:13 +0100 | [diff] [blame] | 119 | </bpmndi:BPMNLabel> |
| 120 | </bpmndi:BPMNShape> |
| 121 | <bpmndi:BPMNShape id="EndEvent_0k52gr7_di" bpmnElement="AaiEntryUpdated"> |
biniek | 0b027e2 | 2018-04-19 15:02:18 +0200 | [diff] [blame] | 122 | <dc:Bounds x="1312" y="189" width="36" height="36" /> |
biniek | 5c788af | 2018-03-20 16:41:13 +0100 | [diff] [blame] | 123 | <bpmndi:BPMNLabel> |
biniek | 0b027e2 | 2018-04-19 15:02:18 +0200 | [diff] [blame] | 124 | <dc:Bounds x="1286" y="230" width="89" height="10" /> |
biniek | 5c788af | 2018-03-20 16:41:13 +0100 | [diff] [blame] | 125 | </bpmndi:BPMNLabel> |
| 126 | </bpmndi:BPMNShape> |
| 127 | <bpmndi:BPMNShape id="StartEvent_0j5ok9h_di" bpmnElement="CreateAndActivatePnf_StartEvent"> |
biniek | 59e4171 | 2018-05-17 12:11:50 +0200 | [diff] [blame] | 128 | <dc:Bounds x="-54" y="189" width="36" height="36" /> |
biniek | 5c788af | 2018-03-20 16:41:13 +0100 | [diff] [blame] | 129 | <bpmndi:BPMNLabel> |
biniek | 59e4171 | 2018-05-17 12:11:50 +0200 | [diff] [blame] | 130 | <dc:Bounds x="-80" y="228" width="90" height="20" /> |
biniek | 5c788af | 2018-03-20 16:41:13 +0100 | [diff] [blame] | 131 | </bpmndi:BPMNLabel> |
| 132 | </bpmndi:BPMNShape> |
| 133 | <bpmndi:BPMNShape id="ServiceTask_0a5uk9o_di" bpmnElement="CheckAiiForCorrelationId"> |
biniek | 59e4171 | 2018-05-17 12:11:50 +0200 | [diff] [blame] | 134 | <dc:Bounds x="219" y="167" width="100" height="80" /> |
biniek | 5c788af | 2018-03-20 16:41:13 +0100 | [diff] [blame] | 135 | </bpmndi:BPMNShape> |
| 136 | <bpmndi:BPMNShape id="ServiceTask_0iimk5v_di" bpmnElement="CreateAndActivatePnf_CreateAaiEntry"> |
biniek | 59e4171 | 2018-05-17 12:11:50 +0200 | [diff] [blame] | 137 | <dc:Bounds x="511" y="167" width="100" height="80" /> |
biniek | 5c788af | 2018-03-20 16:41:13 +0100 | [diff] [blame] | 138 | </bpmndi:BPMNShape> |
| 139 | <bpmndi:BPMNEdge id="SequenceFlow_1j4r3zt_di" bpmnElement="SequenceFlow_1j4r3zt"> |
biniek | 59e4171 | 2018-05-17 12:11:50 +0200 | [diff] [blame] | 140 | <di:waypoint xsi:type="dc:Point" x="319" y="207" /> |
| 141 | <di:waypoint xsi:type="dc:Point" x="390" y="207" /> |
biniek | 5c788af | 2018-03-20 16:41:13 +0100 | [diff] [blame] | 142 | <bpmndi:BPMNLabel> |
biniek | 59e4171 | 2018-05-17 12:11:50 +0200 | [diff] [blame] | 143 | <dc:Bounds x="309.5" y="187" width="90" height="10" /> |
biniek | 5c788af | 2018-03-20 16:41:13 +0100 | [diff] [blame] | 144 | </bpmndi:BPMNLabel> |
| 145 | </bpmndi:BPMNEdge> |
| 146 | <bpmndi:BPMNEdge id="SequenceFlow_1l1t6ak_di" bpmnElement="SequenceFlow_1l1t6ak"> |
biniek | 59e4171 | 2018-05-17 12:11:50 +0200 | [diff] [blame] | 147 | <di:waypoint xsi:type="dc:Point" x="415" y="207" /> |
| 148 | <di:waypoint xsi:type="dc:Point" x="415" y="66" /> |
| 149 | <di:waypoint xsi:type="dc:Point" x="682" y="66" /> |
biniek | 5c788af | 2018-03-20 16:41:13 +0100 | [diff] [blame] | 150 | <bpmndi:BPMNLabel> |
biniek | 59e4171 | 2018-05-17 12:11:50 +0200 | [diff] [blame] | 151 | <dc:Bounds x="430" y="180.1206896551724" width="19" height="10" /> |
biniek | 5c788af | 2018-03-20 16:41:13 +0100 | [diff] [blame] | 152 | </bpmndi:BPMNLabel> |
| 153 | </bpmndi:BPMNEdge> |
| 154 | <bpmndi:BPMNEdge id="SequenceFlow_0v5ffpe_di" bpmnElement="SequenceFlow_0v5ffpe"> |
biniek | 59e4171 | 2018-05-17 12:11:50 +0200 | [diff] [blame] | 155 | <di:waypoint xsi:type="dc:Point" x="440" y="207" /> |
| 156 | <di:waypoint xsi:type="dc:Point" x="511" y="207" /> |
biniek | 5c788af | 2018-03-20 16:41:13 +0100 | [diff] [blame] | 157 | <bpmndi:BPMNLabel> |
biniek | 59e4171 | 2018-05-17 12:11:50 +0200 | [diff] [blame] | 158 | <dc:Bounds x="447.32911392405055" y="210" width="15" height="10" /> |
biniek | 5c788af | 2018-03-20 16:41:13 +0100 | [diff] [blame] | 159 | </bpmndi:BPMNLabel> |
| 160 | </bpmndi:BPMNEdge> |
| 161 | <bpmndi:BPMNEdge id="SequenceFlow_1h6yz62_di" bpmnElement="SequenceFlow_1h6yz62"> |
biniek | 59e4171 | 2018-05-17 12:11:50 +0200 | [diff] [blame] | 162 | <di:waypoint xsi:type="dc:Point" x="732" y="66" /> |
biniek | 5c788af | 2018-03-20 16:41:13 +0100 | [diff] [blame] | 163 | <di:waypoint xsi:type="dc:Point" x="1312" y="66" /> |
| 164 | <bpmndi:BPMNLabel> |
biniek | 59e4171 | 2018-05-17 12:11:50 +0200 | [diff] [blame] | 165 | <dc:Bounds x="742.7435064935065" y="51" width="19" height="10" /> |
biniek | 5c788af | 2018-03-20 16:41:13 +0100 | [diff] [blame] | 166 | </bpmndi:BPMNLabel> |
| 167 | </bpmndi:BPMNEdge> |
| 168 | <bpmndi:BPMNEdge id="SequenceFlow_1ls8pua_di" bpmnElement="SequenceFlow_1ls8pua"> |
biniek | 59e4171 | 2018-05-17 12:11:50 +0200 | [diff] [blame] | 169 | <di:waypoint xsi:type="dc:Point" x="707" y="91" /> |
| 170 | <di:waypoint xsi:type="dc:Point" x="707" y="189" /> |
biniek | 5c788af | 2018-03-20 16:41:13 +0100 | [diff] [blame] | 171 | <bpmndi:BPMNLabel> |
biniek | 59e4171 | 2018-05-17 12:11:50 +0200 | [diff] [blame] | 172 | <dc:Bounds x="717" y="116.1917808219178" width="15" height="10" /> |
biniek | 5c788af | 2018-03-20 16:41:13 +0100 | [diff] [blame] | 173 | </bpmndi:BPMNLabel> |
| 174 | </bpmndi:BPMNEdge> |
| 175 | <bpmndi:BPMNEdge id="SequenceFlow_1qr6cmf_di" bpmnElement="SequenceFlow_1qr6cmf"> |
biniek | 59e4171 | 2018-05-17 12:11:50 +0200 | [diff] [blame] | 176 | <di:waypoint xsi:type="dc:Point" x="611" y="207" /> |
| 177 | <di:waypoint xsi:type="dc:Point" x="689" y="207" /> |
biniek | 5c788af | 2018-03-20 16:41:13 +0100 | [diff] [blame] | 178 | <bpmndi:BPMNLabel> |
biniek | 59e4171 | 2018-05-17 12:11:50 +0200 | [diff] [blame] | 179 | <dc:Bounds x="605" y="187" width="90" height="10" /> |
biniek | 5c788af | 2018-03-20 16:41:13 +0100 | [diff] [blame] | 180 | </bpmndi:BPMNLabel> |
| 181 | </bpmndi:BPMNEdge> |
| 182 | <bpmndi:BPMNEdge id="SequenceFlow_0j5ksz1_di" bpmnElement="SequenceFlow_0j5ksz1"> |
biniek | 59e4171 | 2018-05-17 12:11:50 +0200 | [diff] [blame] | 183 | <di:waypoint xsi:type="dc:Point" x="-18" y="207" /> |
| 184 | <di:waypoint xsi:type="dc:Point" x="48" y="207" /> |
biniek | 5c788af | 2018-03-20 16:41:13 +0100 | [diff] [blame] | 185 | <bpmndi:BPMNLabel> |
biniek | 59e4171 | 2018-05-17 12:11:50 +0200 | [diff] [blame] | 186 | <dc:Bounds x="-30" y="187" width="90" height="10" /> |
biniek | 5c788af | 2018-03-20 16:41:13 +0100 | [diff] [blame] | 187 | </bpmndi:BPMNLabel> |
| 188 | </bpmndi:BPMNEdge> |
| 189 | <bpmndi:BPMNShape id="Participant_0i9ban2_di" bpmnElement="Participant_0atuyq0"> |
biniek | 0b027e2 | 2018-04-19 15:02:18 +0200 | [diff] [blame] | 190 | <dc:Bounds x="123" y="523" width="502" height="60" /> |
biniek | 5c788af | 2018-03-20 16:41:13 +0100 | [diff] [blame] | 191 | </bpmndi:BPMNShape> |
| 192 | <bpmndi:BPMNEdge id="MessageFlow_1h3xu88_di" bpmnElement="MessageFlow_1h3xu88"> |
biniek | 59e4171 | 2018-05-17 12:11:50 +0200 | [diff] [blame] | 193 | <di:waypoint xsi:type="dc:Point" x="561" y="247" /> |
| 194 | <di:waypoint xsi:type="dc:Point" x="561" y="523" /> |
biniek | 5c788af | 2018-03-20 16:41:13 +0100 | [diff] [blame] | 195 | <bpmndi:BPMNLabel> |
biniek | 59e4171 | 2018-05-17 12:11:50 +0200 | [diff] [blame] | 196 | <dc:Bounds x="531" y="380" width="90" height="10" /> |
biniek | 5c788af | 2018-03-20 16:41:13 +0100 | [diff] [blame] | 197 | </bpmndi:BPMNLabel> |
| 198 | </bpmndi:BPMNEdge> |
| 199 | <bpmndi:BPMNEdge id="MessageFlow_09ibv5a_di" bpmnElement="MessageFlow_09ibv5a"> |
biniek | 59e4171 | 2018-05-17 12:11:50 +0200 | [diff] [blame] | 200 | <di:waypoint xsi:type="dc:Point" x="250" y="247" /> |
| 201 | <di:waypoint xsi:type="dc:Point" x="250" y="523" /> |
biniek | 5c788af | 2018-03-20 16:41:13 +0100 | [diff] [blame] | 202 | <bpmndi:BPMNLabel> |
biniek | 59e4171 | 2018-05-17 12:11:50 +0200 | [diff] [blame] | 203 | <dc:Bounds x="220" y="380" width="90" height="10" /> |
biniek | 5c788af | 2018-03-20 16:41:13 +0100 | [diff] [blame] | 204 | </bpmndi:BPMNLabel> |
| 205 | </bpmndi:BPMNEdge> |
| 206 | <bpmndi:BPMNEdge id="MessageFlow_0vjul4t_di" bpmnElement="MessageFlow_0vjul4t"> |
biniek | 59e4171 | 2018-05-17 12:11:50 +0200 | [diff] [blame] | 207 | <di:waypoint xsi:type="dc:Point" x="289" y="523" /> |
| 208 | <di:waypoint xsi:type="dc:Point" x="289" y="247" /> |
biniek | 5c788af | 2018-03-20 16:41:13 +0100 | [diff] [blame] | 209 | <bpmndi:BPMNLabel> |
biniek | 59e4171 | 2018-05-17 12:11:50 +0200 | [diff] [blame] | 210 | <dc:Bounds x="259" y="380" width="90" height="10" /> |
biniek | 5c788af | 2018-03-20 16:41:13 +0100 | [diff] [blame] | 211 | </bpmndi:BPMNLabel> |
| 212 | </bpmndi:BPMNEdge> |
| 213 | <bpmndi:BPMNShape id="Participant_0vmrrhf_di" bpmnElement="Participant_19w87ws"> |
biniek | 0b027e2 | 2018-04-19 15:02:18 +0200 | [diff] [blame] | 214 | <dc:Bounds x="804" y="523" width="463" height="60" /> |
biniek | 5c788af | 2018-03-20 16:41:13 +0100 | [diff] [blame] | 215 | </bpmndi:BPMNShape> |
| 216 | <bpmndi:BPMNShape id="EndEvent_0wbx6tt_di" bpmnElement="ThrowTimeoutException"> |
biniek | 0b027e2 | 2018-04-19 15:02:18 +0200 | [diff] [blame] | 217 | <dc:Bounds x="1312" y="345" width="36" height="36" /> |
biniek | 5c788af | 2018-03-20 16:41:13 +0100 | [diff] [blame] | 218 | <bpmndi:BPMNLabel> |
biniek | 0b027e2 | 2018-04-19 15:02:18 +0200 | [diff] [blame] | 219 | <dc:Bounds x="1305" y="382" width="70" height="20" /> |
biniek | 5c788af | 2018-03-20 16:41:13 +0100 | [diff] [blame] | 220 | </bpmndi:BPMNLabel> |
| 221 | </bpmndi:BPMNShape> |
| 222 | <bpmndi:BPMNShape id="EndEvent_00cy7r0_di" bpmnElement="AaiEntryAlreadyUpToDate"> |
| 223 | <dc:Bounds x="1312" y="48" width="36" height="36" /> |
| 224 | <bpmndi:BPMNLabel> |
| 225 | <dc:Bounds x="1288" y="89" width="85" height="20" /> |
| 226 | </bpmndi:BPMNLabel> |
| 227 | </bpmndi:BPMNShape> |
| 228 | <bpmndi:BPMNShape id="IntermediateThrowEvent_0fjcdy4_di" bpmnElement="AaiEntryExists"> |
biniek | 59e4171 | 2018-05-17 12:11:50 +0200 | [diff] [blame] | 229 | <dc:Bounds x="689" y="189" width="36" height="36" /> |
biniek | 5c788af | 2018-03-20 16:41:13 +0100 | [diff] [blame] | 230 | <bpmndi:BPMNLabel> |
biniek | 59e4171 | 2018-05-17 12:11:50 +0200 | [diff] [blame] | 231 | <dc:Bounds x="670" y="235" width="80" height="20" /> |
biniek | 5c788af | 2018-03-20 16:41:13 +0100 | [diff] [blame] | 232 | </bpmndi:BPMNLabel> |
| 233 | </bpmndi:BPMNShape> |
| 234 | <bpmndi:BPMNShape id="TextAnnotation_1eyzes8_di" bpmnElement="TextAnnotation_1eyzes8"> |
biniek | 59e4171 | 2018-05-17 12:11:50 +0200 | [diff] [blame] | 235 | <dc:Bounds x="-37" y="70" width="243" height="54" /> |
biniek | 5c788af | 2018-03-20 16:41:13 +0100 | [diff] [blame] | 236 | </bpmndi:BPMNShape> |
| 237 | <bpmndi:BPMNEdge id="Association_0d7oxnz_di" bpmnElement="Association_0d7oxnz"> |
biniek | 59e4171 | 2018-05-17 12:11:50 +0200 | [diff] [blame] | 238 | <di:waypoint xsi:type="dc:Point" x="-36" y="189" /> |
| 239 | <di:waypoint xsi:type="dc:Point" x="-36" y="124" /> |
biniek | 5c788af | 2018-03-20 16:41:13 +0100 | [diff] [blame] | 240 | </bpmndi:BPMNEdge> |
| 241 | <bpmndi:BPMNEdge id="MessageFlow_1vrcp2d_di" bpmnElement="MessageFlow_1vrcp2d"> |
biniek | 59e4171 | 2018-05-17 12:11:50 +0200 | [diff] [blame] | 242 | <di:waypoint xsi:type="dc:Point" x="1026" y="523" /> |
| 243 | <di:waypoint xsi:type="dc:Point" x="1026" y="247" /> |
biniek | 5c788af | 2018-03-20 16:41:13 +0100 | [diff] [blame] | 244 | <bpmndi:BPMNLabel> |
biniek | 59e4171 | 2018-05-17 12:11:50 +0200 | [diff] [blame] | 245 | <dc:Bounds x="996" y="380" width="90" height="10" /> |
biniek | 5c788af | 2018-03-20 16:41:13 +0100 | [diff] [blame] | 246 | </bpmndi:BPMNLabel> |
| 247 | </bpmndi:BPMNEdge> |
| 248 | <bpmndi:BPMNEdge id="SequenceFlow_17s9025_di" bpmnElement="SequenceFlow_17s9025"> |
biniek | 59e4171 | 2018-05-17 12:11:50 +0200 | [diff] [blame] | 249 | <di:waypoint xsi:type="dc:Point" x="725" y="207" /> |
| 250 | <di:waypoint xsi:type="dc:Point" x="803" y="207" /> |
biniek | 5c788af | 2018-03-20 16:41:13 +0100 | [diff] [blame] | 251 | <bpmndi:BPMNLabel> |
biniek | 59e4171 | 2018-05-17 12:11:50 +0200 | [diff] [blame] | 252 | <dc:Bounds x="719" y="187" width="90" height="10" /> |
biniek | 5c788af | 2018-03-20 16:41:13 +0100 | [diff] [blame] | 253 | </bpmndi:BPMNLabel> |
| 254 | </bpmndi:BPMNEdge> |
| 255 | <bpmndi:BPMNShape id="BoundaryEvent_15eo1k9_di" bpmnElement="WaitForDmaapTimeout"> |
biniek | 59e4171 | 2018-05-17 12:11:50 +0200 | [diff] [blame] | 256 | <dc:Bounds x="1040" y="229" width="36" height="36" /> |
biniek | 5c788af | 2018-03-20 16:41:13 +0100 | [diff] [blame] | 257 | <bpmndi:BPMNLabel> |
biniek | 59e4171 | 2018-05-17 12:11:50 +0200 | [diff] [blame] | 258 | <dc:Bounds x="1071" y="260" width="40" height="10" /> |
biniek | 5c788af | 2018-03-20 16:41:13 +0100 | [diff] [blame] | 259 | </bpmndi:BPMNLabel> |
| 260 | </bpmndi:BPMNShape> |
| 261 | <bpmndi:BPMNEdge id="SequenceFlow_1kc34bc_di" bpmnElement="SequenceFlow_1kc34bc"> |
biniek | 59e4171 | 2018-05-17 12:11:50 +0200 | [diff] [blame] | 262 | <di:waypoint xsi:type="dc:Point" x="1058" y="265" /> |
| 263 | <di:waypoint xsi:type="dc:Point" x="1058" y="363" /> |
| 264 | <di:waypoint xsi:type="dc:Point" x="1145" y="363" /> |
biniek | 5c788af | 2018-03-20 16:41:13 +0100 | [diff] [blame] | 265 | <bpmndi:BPMNLabel> |
biniek | 59e4171 | 2018-05-17 12:11:50 +0200 | [diff] [blame] | 266 | <dc:Bounds x="1028" y="309" width="90" height="10" /> |
biniek | 5c788af | 2018-03-20 16:41:13 +0100 | [diff] [blame] | 267 | </bpmndi:BPMNLabel> |
| 268 | </bpmndi:BPMNEdge> |
| 269 | <bpmndi:BPMNShape id="ReceiveTask_1sfysua_di" bpmnElement="WaitForDmaapPnfReadyNotification"> |
biniek | 59e4171 | 2018-05-17 12:11:50 +0200 | [diff] [blame] | 270 | <dc:Bounds x="974" y="167" width="100" height="80" /> |
biniek | 5c788af | 2018-03-20 16:41:13 +0100 | [diff] [blame] | 271 | </bpmndi:BPMNShape> |
| 272 | <bpmndi:BPMNEdge id="SequenceFlow_0p09qgm_di" bpmnElement="SequenceFlow_0p09qgm"> |
biniek | 59e4171 | 2018-05-17 12:11:50 +0200 | [diff] [blame] | 273 | <di:waypoint xsi:type="dc:Point" x="1074" y="207" /> |
biniek | 0b027e2 | 2018-04-19 15:02:18 +0200 | [diff] [blame] | 274 | <di:waypoint xsi:type="dc:Point" x="1312" y="207" /> |
biniek | 5c788af | 2018-03-20 16:41:13 +0100 | [diff] [blame] | 275 | <bpmndi:BPMNLabel> |
biniek | 59e4171 | 2018-05-17 12:11:50 +0200 | [diff] [blame] | 276 | <dc:Bounds x="1148" y="187" width="90" height="10" /> |
biniek | 5c788af | 2018-03-20 16:41:13 +0100 | [diff] [blame] | 277 | </bpmndi:BPMNLabel> |
| 278 | </bpmndi:BPMNEdge> |
biniek | 402e5e2 | 2018-04-10 10:48:54 +0200 | [diff] [blame] | 279 | <bpmndi:BPMNEdge id="SequenceFlow_1o8od8e_di" bpmnElement="SequenceFlow_1o8od8e"> |
biniek | 59e4171 | 2018-05-17 12:11:50 +0200 | [diff] [blame] | 280 | <di:waypoint xsi:type="dc:Point" x="903" y="207" /> |
| 281 | <di:waypoint xsi:type="dc:Point" x="974" y="207" /> |
biniek | 402e5e2 | 2018-04-10 10:48:54 +0200 | [diff] [blame] | 282 | <bpmndi:BPMNLabel> |
biniek | 59e4171 | 2018-05-17 12:11:50 +0200 | [diff] [blame] | 283 | <dc:Bounds x="893.5" y="187" width="90" height="10" /> |
biniek | 402e5e2 | 2018-04-10 10:48:54 +0200 | [diff] [blame] | 284 | </bpmndi:BPMNLabel> |
| 285 | </bpmndi:BPMNEdge> |
| 286 | <bpmndi:BPMNEdge id="MessageFlow_0tg4hw9_di" bpmnElement="MessageFlow_0tg4hw9"> |
biniek | 59e4171 | 2018-05-17 12:11:50 +0200 | [diff] [blame] | 287 | <di:waypoint xsi:type="dc:Point" x="853" y="247" /> |
| 288 | <di:waypoint xsi:type="dc:Point" x="853" y="523" /> |
biniek | 402e5e2 | 2018-04-10 10:48:54 +0200 | [diff] [blame] | 289 | <bpmndi:BPMNLabel> |
biniek | 59e4171 | 2018-05-17 12:11:50 +0200 | [diff] [blame] | 290 | <dc:Bounds x="823" y="380" width="90" height="10" /> |
biniek | 402e5e2 | 2018-04-10 10:48:54 +0200 | [diff] [blame] | 291 | </bpmndi:BPMNLabel> |
| 292 | </bpmndi:BPMNEdge> |
| 293 | <bpmndi:BPMNShape id="ServiceTask_1iax11n_di" bpmnElement="InformDmaapClient"> |
biniek | 59e4171 | 2018-05-17 12:11:50 +0200 | [diff] [blame] | 294 | <dc:Bounds x="803" y="167" width="100" height="80" /> |
biniek | 12e339c | 2018-04-16 16:14:32 +0200 | [diff] [blame] | 295 | </bpmndi:BPMNShape> |
| 296 | <bpmndi:BPMNEdge id="SequenceFlow_1miyzfe_di" bpmnElement="SequenceFlow_1miyzfe"> |
biniek | 59e4171 | 2018-05-17 12:11:50 +0200 | [diff] [blame] | 297 | <di:waypoint xsi:type="dc:Point" x="1245" y="363" /> |
biniek | 0b027e2 | 2018-04-19 15:02:18 +0200 | [diff] [blame] | 298 | <di:waypoint xsi:type="dc:Point" x="1312" y="363" /> |
biniek | 12e339c | 2018-04-16 16:14:32 +0200 | [diff] [blame] | 299 | <bpmndi:BPMNLabel> |
biniek | 59e4171 | 2018-05-17 12:11:50 +0200 | [diff] [blame] | 300 | <dc:Bounds x="1233.5" y="343" width="90" height="10" /> |
biniek | 12e339c | 2018-04-16 16:14:32 +0200 | [diff] [blame] | 301 | </bpmndi:BPMNLabel> |
| 302 | </bpmndi:BPMNEdge> |
| 303 | <bpmndi:BPMNEdge id="MessageFlow_1py54jr_di" bpmnElement="MessageFlow_1py54jr"> |
biniek | 59e4171 | 2018-05-17 12:11:50 +0200 | [diff] [blame] | 304 | <di:waypoint xsi:type="dc:Point" x="1195" y="403" /> |
| 305 | <di:waypoint xsi:type="dc:Point" x="1195" y="523" /> |
biniek | 12e339c | 2018-04-16 16:14:32 +0200 | [diff] [blame] | 306 | <bpmndi:BPMNLabel> |
biniek | 59e4171 | 2018-05-17 12:11:50 +0200 | [diff] [blame] | 307 | <dc:Bounds x="1165" y="458" width="90" height="10" /> |
biniek | 12e339c | 2018-04-16 16:14:32 +0200 | [diff] [blame] | 308 | </bpmndi:BPMNLabel> |
| 309 | </bpmndi:BPMNEdge> |
biniek | 0b027e2 | 2018-04-19 15:02:18 +0200 | [diff] [blame] | 310 | <bpmndi:BPMNShape id="ServiceTask_12j7hox_di" bpmnElement="CancelDmaapClientSubscription"> |
biniek | 59e4171 | 2018-05-17 12:11:50 +0200 | [diff] [blame] | 311 | <dc:Bounds x="1145" y="323" width="100" height="80" /> |
| 312 | </bpmndi:BPMNShape> |
| 313 | <bpmndi:BPMNEdge id="SequenceFlow_0967g8p_di" bpmnElement="SequenceFlow_0967g8p"> |
| 314 | <di:waypoint xsi:type="dc:Point" x="148" y="207" /> |
| 315 | <di:waypoint xsi:type="dc:Point" x="219" y="207" /> |
| 316 | <bpmndi:BPMNLabel> |
| 317 | <dc:Bounds x="183.5" y="187" width="0" height="10" /> |
| 318 | </bpmndi:BPMNLabel> |
| 319 | </bpmndi:BPMNEdge> |
| 320 | <bpmndi:BPMNShape id="ServiceTask_0lx02qn_di" bpmnElement="CheckInputs"> |
| 321 | <dc:Bounds x="48" y="167" width="100" height="80" /> |
biniek | 0b027e2 | 2018-04-19 15:02:18 +0200 | [diff] [blame] | 322 | </bpmndi:BPMNShape> |
biniek | 5c788af | 2018-03-20 16:41:13 +0100 | [diff] [blame] | 323 | </bpmndi:BPMNPlane> |
| 324 | </bpmndi:BPMNDiagram> |
| 325 | </bpmn:definitions> |