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" /> |
| 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 | 12e339c | 2018-04-16 16:14:32 +0200 | [diff] [blame] | 34 | <bpmn:endEvent id="AaiEntryAlreadyUpToDate" name="AAI entry already up-to-date"> |
| 35 | <bpmn:incoming>SequenceFlow_1h6yz62</bpmn:incoming> |
| 36 | </bpmn:endEvent> |
biniek | 0b027e2 | 2018-04-19 15:02:18 +0200 | [diff] [blame^] | 37 | <bpmn:exclusiveGateway id="DoesAaiContainInfoAboutIp" name="Does AAI contain info about IPv4 or IPv6?"> |
| 38 | <bpmn:incoming>SequenceFlow_1l1t6ak</bpmn:incoming> |
| 39 | <bpmn:outgoing>SequenceFlow_1h6yz62</bpmn:outgoing> |
| 40 | <bpmn:outgoing>SequenceFlow_1ls8pua</bpmn:outgoing> |
| 41 | </bpmn:exclusiveGateway> |
biniek | 12e339c | 2018-04-16 16:14:32 +0200 | [diff] [blame] | 42 | <bpmn:endEvent id="ThrowTimeoutException" name="Throw timeout exception"> |
| 43 | <bpmn:incoming>SequenceFlow_1miyzfe</bpmn:incoming> |
| 44 | <bpmn:errorEventDefinition errorRef="Error_1" /> |
| 45 | </bpmn:endEvent> |
biniek | 0b027e2 | 2018-04-19 15:02:18 +0200 | [diff] [blame^] | 46 | <bpmn:sequenceFlow id="SequenceFlow_1miyzfe" sourceRef="CancelDmaapClientSubscription" targetRef="ThrowTimeoutException" /> |
biniek | 5c788af | 2018-03-20 16:41:13 +0100 | [diff] [blame] | 47 | <bpmn:serviceTask id="CheckAiiForCorrelationId" name="Check AAI for correlation_id" camunda:delegateExpression="${checkAaiForCorrelationIdDelegate}"> |
| 48 | <bpmn:incoming>SequenceFlow_0j5ksz1</bpmn:incoming> |
| 49 | <bpmn:outgoing>SequenceFlow_1j4r3zt</bpmn:outgoing> |
| 50 | </bpmn:serviceTask> |
biniek | 0b027e2 | 2018-04-19 15:02:18 +0200 | [diff] [blame^] | 51 | <bpmn:startEvent id="CreateAndActivatePnf_StartEvent"> |
| 52 | <bpmn:outgoing>SequenceFlow_0j5ksz1</bpmn:outgoing> |
| 53 | </bpmn:startEvent> |
| 54 | <bpmn:intermediateThrowEvent id="AaiEntryExists" name="AAI entry exists, lacking IP"> |
| 55 | <bpmn:incoming>SequenceFlow_1qr6cmf</bpmn:incoming> |
| 56 | <bpmn:incoming>SequenceFlow_1ls8pua</bpmn:incoming> |
| 57 | <bpmn:outgoing>SequenceFlow_17s9025</bpmn:outgoing> |
| 58 | </bpmn:intermediateThrowEvent> |
| 59 | <bpmn:endEvent id="AaiEntryUpdated" name="AAI entry updated"> |
| 60 | <bpmn:incoming>SequenceFlow_0p09qgm</bpmn:incoming> |
| 61 | </bpmn:endEvent> |
biniek | 5c788af | 2018-03-20 16:41:13 +0100 | [diff] [blame] | 62 | <bpmn:exclusiveGateway id="DoesAaiContainInfoAboutPnf" name="Does AAI contain info about pnf?"> |
| 63 | <bpmn:incoming>SequenceFlow_1j4r3zt</bpmn:incoming> |
| 64 | <bpmn:outgoing>SequenceFlow_1l1t6ak</bpmn:outgoing> |
| 65 | <bpmn:outgoing>SequenceFlow_0v5ffpe</bpmn:outgoing> |
| 66 | </bpmn:exclusiveGateway> |
| 67 | <bpmn:serviceTask id="CreateAndActivatePnf_CreateAaiEntry" name="Create AAI entry with pnf-id = correlation_id" camunda:delegateExpression="${createAaiEntryWithPnfIdDelegate}"> |
| 68 | <bpmn:incoming>SequenceFlow_0v5ffpe</bpmn:incoming> |
| 69 | <bpmn:outgoing>SequenceFlow_1qr6cmf</bpmn:outgoing> |
| 70 | </bpmn:serviceTask> |
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 | 0b027e2 | 2018-04-19 15:02:18 +0200 | [diff] [blame^] | 85 | <bpmn:serviceTask id="CancelDmaapClientSubscription" name="Cancel DmaapClient subscription" camunda:delegateExpression="${cancelDmaapSubscription}"> |
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> |
biniek | 0b027e2 | 2018-04-19 15:02:18 +0200 | [diff] [blame^] | 88 | </bpmn:serviceTask> |
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"> |
biniek | 0b027e2 | 2018-04-19 15:02:18 +0200 | [diff] [blame^] | 102 | <dc:Bounds x="0" y="0" width="1488" height="437" /> |
biniek | 5c788af | 2018-03-20 16:41:13 +0100 | [diff] [blame] | 103 | </bpmndi:BPMNShape> |
| 104 | <bpmndi:BPMNShape id="ExclusiveGateway_1cttgdo_di" bpmnElement="DoesAaiContainInfoAboutPnf" isMarkerVisible="true"> |
biniek | 0b027e2 | 2018-04-19 15:02:18 +0200 | [diff] [blame^] | 105 | <dc:Bounds x="338" y="182" width="50" height="50" /> |
biniek | 5c788af | 2018-03-20 16:41:13 +0100 | [diff] [blame] | 106 | <bpmndi:BPMNLabel> |
biniek | 0b027e2 | 2018-04-19 15:02:18 +0200 | [diff] [blame^] | 107 | <dc:Bounds x="320" 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"> |
biniek | 0b027e2 | 2018-04-19 15:02:18 +0200 | [diff] [blame^] | 117 | <dc:Bounds x="1312" y="189" width="36" height="36" /> |
biniek | 5c788af | 2018-03-20 16:41:13 +0100 | [diff] [blame] | 118 | <bpmndi:BPMNLabel> |
biniek | 0b027e2 | 2018-04-19 15:02:18 +0200 | [diff] [blame^] | 119 | <dc:Bounds x="1286" y="230" width="89" height="10" /> |
biniek | 5c788af | 2018-03-20 16:41:13 +0100 | [diff] [blame] | 120 | </bpmndi:BPMNLabel> |
| 121 | </bpmndi:BPMNShape> |
| 122 | <bpmndi:BPMNShape id="StartEvent_0j5ok9h_di" bpmnElement="CreateAndActivatePnf_StartEvent"> |
biniek | 0b027e2 | 2018-04-19 15:02:18 +0200 | [diff] [blame^] | 123 | <dc:Bounds x="49" y="189" width="36" height="36" /> |
biniek | 5c788af | 2018-03-20 16:41:13 +0100 | [diff] [blame] | 124 | <bpmndi:BPMNLabel> |
biniek | 0b027e2 | 2018-04-19 15:02:18 +0200 | [diff] [blame^] | 125 | <dc:Bounds x="23" y="228" width="90" height="20" /> |
biniek | 5c788af | 2018-03-20 16:41:13 +0100 | [diff] [blame] | 126 | </bpmndi:BPMNLabel> |
| 127 | </bpmndi:BPMNShape> |
| 128 | <bpmndi:BPMNShape id="ServiceTask_0a5uk9o_di" bpmnElement="CheckAiiForCorrelationId"> |
biniek | 0b027e2 | 2018-04-19 15:02:18 +0200 | [diff] [blame^] | 129 | <dc:Bounds x="159" y="167" 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 | 0b027e2 | 2018-04-19 15:02:18 +0200 | [diff] [blame^] | 132 | <dc:Bounds x="467" y="167" 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 | 0b027e2 | 2018-04-19 15:02:18 +0200 | [diff] [blame^] | 135 | <di:waypoint xsi:type="dc:Point" x="259" y="207" /> |
| 136 | <di:waypoint xsi:type="dc:Point" x="338" y="207" /> |
biniek | 5c788af | 2018-03-20 16:41:13 +0100 | [diff] [blame] | 137 | <bpmndi:BPMNLabel> |
biniek | 0b027e2 | 2018-04-19 15:02:18 +0200 | [diff] [blame^] | 138 | <dc:Bounds x="253.5" y="187" 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 | 0b027e2 | 2018-04-19 15:02:18 +0200 | [diff] [blame^] | 142 | <di:waypoint xsi:type="dc:Point" x="363" y="182" /> |
biniek | 12e339c | 2018-04-16 16:14:32 +0200 | [diff] [blame] | 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 | 0b027e2 | 2018-04-19 15:02:18 +0200 | [diff] [blame^] | 146 | <dc:Bounds x="378" y="159" 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 | 0b027e2 | 2018-04-19 15:02:18 +0200 | [diff] [blame^] | 150 | <di:waypoint xsi:type="dc:Point" x="388" y="207" /> |
| 151 | <di:waypoint xsi:type="dc:Point" x="467" y="207" /> |
biniek | 5c788af | 2018-03-20 16:41:13 +0100 | [diff] [blame] | 152 | <bpmndi:BPMNLabel> |
biniek | 0b027e2 | 2018-04-19 15:02:18 +0200 | [diff] [blame^] | 153 | <dc:Bounds x="396.3963414634147" y="210" 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" /> |
biniek | 0b027e2 | 2018-04-19 15:02:18 +0200 | [diff] [blame^] | 167 | <di:waypoint xsi:type="dc:Point" x="671" y="189" /> |
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 | 0b027e2 | 2018-04-19 15:02:18 +0200 | [diff] [blame^] | 173 | <di:waypoint xsi:type="dc:Point" x="567" y="207" /> |
| 174 | <di:waypoint xsi:type="dc:Point" x="653" y="207" /> |
biniek | 5c788af | 2018-03-20 16:41:13 +0100 | [diff] [blame] | 175 | <bpmndi:BPMNLabel> |
biniek | 0b027e2 | 2018-04-19 15:02:18 +0200 | [diff] [blame^] | 176 | <dc:Bounds x="565" y="187" 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"> |
biniek | 0b027e2 | 2018-04-19 15:02:18 +0200 | [diff] [blame^] | 180 | <di:waypoint xsi:type="dc:Point" x="85" y="207" /> |
| 181 | <di:waypoint xsi:type="dc:Point" x="122" y="207" /> |
| 182 | <di:waypoint xsi:type="dc:Point" x="122" y="207" /> |
| 183 | <di:waypoint xsi:type="dc:Point" x="159" y="207" /> |
biniek | 5c788af | 2018-03-20 16:41:13 +0100 | [diff] [blame] | 184 | <bpmndi:BPMNLabel> |
biniek | 0b027e2 | 2018-04-19 15:02:18 +0200 | [diff] [blame^] | 185 | <dc:Bounds x="92" y="202" width="90" height="10" /> |
biniek | 5c788af | 2018-03-20 16:41:13 +0100 | [diff] [blame] | 186 | </bpmndi:BPMNLabel> |
| 187 | </bpmndi:BPMNEdge> |
| 188 | <bpmndi:BPMNShape id="Participant_0i9ban2_di" bpmnElement="Participant_0atuyq0"> |
biniek | 0b027e2 | 2018-04-19 15:02:18 +0200 | [diff] [blame^] | 189 | <dc:Bounds x="123" y="523" width="502" height="60" /> |
biniek | 5c788af | 2018-03-20 16:41:13 +0100 | [diff] [blame] | 190 | </bpmndi:BPMNShape> |
| 191 | <bpmndi:BPMNEdge id="MessageFlow_1h3xu88_di" bpmnElement="MessageFlow_1h3xu88"> |
biniek | 0b027e2 | 2018-04-19 15:02:18 +0200 | [diff] [blame^] | 192 | <di:waypoint xsi:type="dc:Point" x="517" y="247" /> |
| 193 | <di:waypoint xsi:type="dc:Point" x="517" y="523" /> |
biniek | 5c788af | 2018-03-20 16:41:13 +0100 | [diff] [blame] | 194 | <bpmndi:BPMNLabel> |
biniek | 0b027e2 | 2018-04-19 15:02:18 +0200 | [diff] [blame^] | 195 | <dc:Bounds x="487" y="380" width="90" height="10" /> |
biniek | 5c788af | 2018-03-20 16:41:13 +0100 | [diff] [blame] | 196 | </bpmndi:BPMNLabel> |
| 197 | </bpmndi:BPMNEdge> |
| 198 | <bpmndi:BPMNEdge id="MessageFlow_09ibv5a_di" bpmnElement="MessageFlow_09ibv5a"> |
biniek | 0b027e2 | 2018-04-19 15:02:18 +0200 | [diff] [blame^] | 199 | <di:waypoint xsi:type="dc:Point" x="190" y="247" /> |
| 200 | <di:waypoint xsi:type="dc:Point" x="190" y="523" /> |
biniek | 5c788af | 2018-03-20 16:41:13 +0100 | [diff] [blame] | 201 | <bpmndi:BPMNLabel> |
biniek | 0b027e2 | 2018-04-19 15:02:18 +0200 | [diff] [blame^] | 202 | <dc:Bounds x="160" y="404" width="90" height="10" /> |
biniek | 5c788af | 2018-03-20 16:41:13 +0100 | [diff] [blame] | 203 | </bpmndi:BPMNLabel> |
| 204 | </bpmndi:BPMNEdge> |
| 205 | <bpmndi:BPMNEdge id="MessageFlow_0vjul4t_di" bpmnElement="MessageFlow_0vjul4t"> |
biniek | 0b027e2 | 2018-04-19 15:02:18 +0200 | [diff] [blame^] | 206 | <di:waypoint xsi:type="dc:Point" x="229" y="523" /> |
| 207 | <di:waypoint xsi:type="dc:Point" x="229" y="247" /> |
biniek | 5c788af | 2018-03-20 16:41:13 +0100 | [diff] [blame] | 208 | <bpmndi:BPMNLabel> |
biniek | 0b027e2 | 2018-04-19 15:02:18 +0200 | [diff] [blame^] | 209 | <dc:Bounds x="199" y="404" width="90" height="10" /> |
biniek | 5c788af | 2018-03-20 16:41:13 +0100 | [diff] [blame] | 210 | </bpmndi:BPMNLabel> |
| 211 | </bpmndi:BPMNEdge> |
| 212 | <bpmndi:BPMNShape id="Participant_0vmrrhf_di" bpmnElement="Participant_19w87ws"> |
biniek | 0b027e2 | 2018-04-19 15:02:18 +0200 | [diff] [blame^] | 213 | <dc:Bounds x="804" y="523" width="463" height="60" /> |
biniek | 5c788af | 2018-03-20 16:41:13 +0100 | [diff] [blame] | 214 | </bpmndi:BPMNShape> |
| 215 | <bpmndi:BPMNShape id="EndEvent_0wbx6tt_di" bpmnElement="ThrowTimeoutException"> |
biniek | 0b027e2 | 2018-04-19 15:02:18 +0200 | [diff] [blame^] | 216 | <dc:Bounds x="1312" y="345" width="36" height="36" /> |
biniek | 5c788af | 2018-03-20 16:41:13 +0100 | [diff] [blame] | 217 | <bpmndi:BPMNLabel> |
biniek | 0b027e2 | 2018-04-19 15:02:18 +0200 | [diff] [blame^] | 218 | <dc:Bounds x="1305" y="382" width="70" height="20" /> |
biniek | 5c788af | 2018-03-20 16:41:13 +0100 | [diff] [blame] | 219 | </bpmndi:BPMNLabel> |
| 220 | </bpmndi:BPMNShape> |
| 221 | <bpmndi:BPMNShape id="EndEvent_00cy7r0_di" bpmnElement="AaiEntryAlreadyUpToDate"> |
| 222 | <dc:Bounds x="1312" y="48" width="36" height="36" /> |
| 223 | <bpmndi:BPMNLabel> |
| 224 | <dc:Bounds x="1288" y="89" width="85" height="20" /> |
| 225 | </bpmndi:BPMNLabel> |
| 226 | </bpmndi:BPMNShape> |
| 227 | <bpmndi:BPMNShape id="IntermediateThrowEvent_0fjcdy4_di" bpmnElement="AaiEntryExists"> |
biniek | 0b027e2 | 2018-04-19 15:02:18 +0200 | [diff] [blame^] | 228 | <dc:Bounds x="653" y="189" width="36" height="36" /> |
biniek | 5c788af | 2018-03-20 16:41:13 +0100 | [diff] [blame] | 229 | <bpmndi:BPMNLabel> |
biniek | 0b027e2 | 2018-04-19 15:02:18 +0200 | [diff] [blame^] | 230 | <dc:Bounds x="634" y="235" width="80" height="20" /> |
biniek | 5c788af | 2018-03-20 16:41:13 +0100 | [diff] [blame] | 231 | </bpmndi:BPMNLabel> |
| 232 | </bpmndi:BPMNShape> |
| 233 | <bpmndi:BPMNShape id="TextAnnotation_1eyzes8_di" bpmnElement="TextAnnotation_1eyzes8"> |
| 234 | <dc:Bounds x="66" y="70" width="243" height="54" /> |
| 235 | </bpmndi:BPMNShape> |
| 236 | <bpmndi:BPMNEdge id="Association_0d7oxnz_di" bpmnElement="Association_0d7oxnz"> |
biniek | 0b027e2 | 2018-04-19 15:02:18 +0200 | [diff] [blame^] | 237 | <di:waypoint xsi:type="dc:Point" x="67" y="189" /> |
biniek | 5c788af | 2018-03-20 16:41:13 +0100 | [diff] [blame] | 238 | <di:waypoint xsi:type="dc:Point" x="67" y="124" /> |
| 239 | </bpmndi:BPMNEdge> |
| 240 | <bpmndi:BPMNEdge id="MessageFlow_1vrcp2d_di" bpmnElement="MessageFlow_1vrcp2d"> |
biniek | 0b027e2 | 2018-04-19 15:02:18 +0200 | [diff] [blame^] | 241 | <di:waypoint xsi:type="dc:Point" x="1006" y="523" /> |
| 242 | <di:waypoint xsi:type="dc:Point" x="1006" y="247" /> |
biniek | 5c788af | 2018-03-20 16:41:13 +0100 | [diff] [blame] | 243 | <bpmndi:BPMNLabel> |
biniek | 0b027e2 | 2018-04-19 15:02:18 +0200 | [diff] [blame^] | 244 | <dc:Bounds x="976" y="380" width="90" height="10" /> |
biniek | 5c788af | 2018-03-20 16:41:13 +0100 | [diff] [blame] | 245 | </bpmndi:BPMNLabel> |
| 246 | </bpmndi:BPMNEdge> |
| 247 | <bpmndi:BPMNEdge id="SequenceFlow_17s9025_di" bpmnElement="SequenceFlow_17s9025"> |
biniek | 0b027e2 | 2018-04-19 15:02:18 +0200 | [diff] [blame^] | 248 | <di:waypoint xsi:type="dc:Point" x="689" y="207" /> |
| 249 | <di:waypoint xsi:type="dc:Point" x="775" y="207" /> |
biniek | 5c788af | 2018-03-20 16:41:13 +0100 | [diff] [blame] | 250 | <bpmndi:BPMNLabel> |
biniek | 0b027e2 | 2018-04-19 15:02:18 +0200 | [diff] [blame^] | 251 | <dc:Bounds x="687" y="187" width="90" height="10" /> |
biniek | 5c788af | 2018-03-20 16:41:13 +0100 | [diff] [blame] | 252 | </bpmndi:BPMNLabel> |
| 253 | </bpmndi:BPMNEdge> |
| 254 | <bpmndi:BPMNShape id="BoundaryEvent_15eo1k9_di" bpmnElement="WaitForDmaapTimeout"> |
biniek | 0b027e2 | 2018-04-19 15:02:18 +0200 | [diff] [blame^] | 255 | <dc:Bounds x="1020" y="229" width="36" height="36" /> |
biniek | 5c788af | 2018-03-20 16:41:13 +0100 | [diff] [blame] | 256 | <bpmndi:BPMNLabel> |
biniek | 0b027e2 | 2018-04-19 15:02:18 +0200 | [diff] [blame^] | 257 | <dc:Bounds x="1051" y="260" width="40" height="10" /> |
biniek | 5c788af | 2018-03-20 16:41:13 +0100 | [diff] [blame] | 258 | </bpmndi:BPMNLabel> |
| 259 | </bpmndi:BPMNShape> |
| 260 | <bpmndi:BPMNEdge id="SequenceFlow_1kc34bc_di" bpmnElement="SequenceFlow_1kc34bc"> |
biniek | 0b027e2 | 2018-04-19 15:02:18 +0200 | [diff] [blame^] | 261 | <di:waypoint xsi:type="dc:Point" x="1038" y="265" /> |
| 262 | <di:waypoint xsi:type="dc:Point" x="1038" y="363" /> |
| 263 | <di:waypoint xsi:type="dc:Point" x="1133" y="363" /> |
biniek | 5c788af | 2018-03-20 16:41:13 +0100 | [diff] [blame] | 264 | <bpmndi:BPMNLabel> |
biniek | 0b027e2 | 2018-04-19 15:02:18 +0200 | [diff] [blame^] | 265 | <dc:Bounds x="1008" y="309" width="90" height="10" /> |
biniek | 5c788af | 2018-03-20 16:41:13 +0100 | [diff] [blame] | 266 | </bpmndi:BPMNLabel> |
| 267 | </bpmndi:BPMNEdge> |
| 268 | <bpmndi:BPMNShape id="ReceiveTask_1sfysua_di" bpmnElement="WaitForDmaapPnfReadyNotification"> |
biniek | 0b027e2 | 2018-04-19 15:02:18 +0200 | [diff] [blame^] | 269 | <dc:Bounds x="954" y="167" width="100" height="80" /> |
biniek | 5c788af | 2018-03-20 16:41:13 +0100 | [diff] [blame] | 270 | </bpmndi:BPMNShape> |
| 271 | <bpmndi:BPMNEdge id="SequenceFlow_0p09qgm_di" bpmnElement="SequenceFlow_0p09qgm"> |
biniek | 0b027e2 | 2018-04-19 15:02:18 +0200 | [diff] [blame^] | 272 | <di:waypoint xsi:type="dc:Point" x="1054" y="207" /> |
| 273 | <di:waypoint xsi:type="dc:Point" x="1312" y="207" /> |
biniek | 5c788af | 2018-03-20 16:41:13 +0100 | [diff] [blame] | 274 | <bpmndi:BPMNLabel> |
biniek | 0b027e2 | 2018-04-19 15:02:18 +0200 | [diff] [blame^] | 275 | <dc:Bounds x="1138" y="187" width="90" height="10" /> |
biniek | 5c788af | 2018-03-20 16:41:13 +0100 | [diff] [blame] | 276 | </bpmndi:BPMNLabel> |
| 277 | </bpmndi:BPMNEdge> |
biniek | 402e5e2 | 2018-04-10 10:48:54 +0200 | [diff] [blame] | 278 | <bpmndi:BPMNEdge id="SequenceFlow_1o8od8e_di" bpmnElement="SequenceFlow_1o8od8e"> |
biniek | 0b027e2 | 2018-04-19 15:02:18 +0200 | [diff] [blame^] | 279 | <di:waypoint xsi:type="dc:Point" x="875" y="207" /> |
| 280 | <di:waypoint xsi:type="dc:Point" x="954" y="207" /> |
biniek | 402e5e2 | 2018-04-10 10:48:54 +0200 | [diff] [blame] | 281 | <bpmndi:BPMNLabel> |
biniek | 0b027e2 | 2018-04-19 15:02:18 +0200 | [diff] [blame^] | 282 | <dc:Bounds x="869.5" y="187" width="90" height="10" /> |
biniek | 402e5e2 | 2018-04-10 10:48:54 +0200 | [diff] [blame] | 283 | </bpmndi:BPMNLabel> |
| 284 | </bpmndi:BPMNEdge> |
| 285 | <bpmndi:BPMNEdge id="MessageFlow_0tg4hw9_di" bpmnElement="MessageFlow_0tg4hw9"> |
biniek | 0b027e2 | 2018-04-19 15:02:18 +0200 | [diff] [blame^] | 286 | <di:waypoint xsi:type="dc:Point" x="825" y="247" /> |
| 287 | <di:waypoint xsi:type="dc:Point" x="825" y="523" /> |
biniek | 402e5e2 | 2018-04-10 10:48:54 +0200 | [diff] [blame] | 288 | <bpmndi:BPMNLabel> |
biniek | 0b027e2 | 2018-04-19 15:02:18 +0200 | [diff] [blame^] | 289 | <dc:Bounds x="795" y="380" width="90" height="10" /> |
biniek | 402e5e2 | 2018-04-10 10:48:54 +0200 | [diff] [blame] | 290 | </bpmndi:BPMNLabel> |
| 291 | </bpmndi:BPMNEdge> |
| 292 | <bpmndi:BPMNShape id="ServiceTask_1iax11n_di" bpmnElement="InformDmaapClient"> |
biniek | 0b027e2 | 2018-04-19 15:02:18 +0200 | [diff] [blame^] | 293 | <dc:Bounds x="775" y="167" width="100" height="80" /> |
biniek | 12e339c | 2018-04-16 16:14:32 +0200 | [diff] [blame] | 294 | </bpmndi:BPMNShape> |
| 295 | <bpmndi:BPMNEdge id="SequenceFlow_1miyzfe_di" bpmnElement="SequenceFlow_1miyzfe"> |
biniek | 0b027e2 | 2018-04-19 15:02:18 +0200 | [diff] [blame^] | 296 | <di:waypoint xsi:type="dc:Point" x="1233" y="363" /> |
| 297 | <di:waypoint xsi:type="dc:Point" x="1312" y="363" /> |
biniek | 12e339c | 2018-04-16 16:14:32 +0200 | [diff] [blame] | 298 | <bpmndi:BPMNLabel> |
biniek | 0b027e2 | 2018-04-19 15:02:18 +0200 | [diff] [blame^] | 299 | <dc:Bounds x="1227.5" y="343" width="90" height="10" /> |
biniek | 12e339c | 2018-04-16 16:14:32 +0200 | [diff] [blame] | 300 | </bpmndi:BPMNLabel> |
| 301 | </bpmndi:BPMNEdge> |
| 302 | <bpmndi:BPMNEdge id="MessageFlow_1py54jr_di" bpmnElement="MessageFlow_1py54jr"> |
biniek | 0b027e2 | 2018-04-19 15:02:18 +0200 | [diff] [blame^] | 303 | <di:waypoint xsi:type="dc:Point" x="1183" y="403" /> |
| 304 | <di:waypoint xsi:type="dc:Point" x="1183" y="523" /> |
biniek | 12e339c | 2018-04-16 16:14:32 +0200 | [diff] [blame] | 305 | <bpmndi:BPMNLabel> |
biniek | 0b027e2 | 2018-04-19 15:02:18 +0200 | [diff] [blame^] | 306 | <dc:Bounds x="1153" y="458" width="90" height="10" /> |
biniek | 12e339c | 2018-04-16 16:14:32 +0200 | [diff] [blame] | 307 | </bpmndi:BPMNLabel> |
| 308 | </bpmndi:BPMNEdge> |
biniek | 0b027e2 | 2018-04-19 15:02:18 +0200 | [diff] [blame^] | 309 | <bpmndi:BPMNShape id="ServiceTask_12j7hox_di" bpmnElement="CancelDmaapClientSubscription"> |
| 310 | <dc:Bounds x="1133" y="323" width="100" height="80" /> |
| 311 | </bpmndi:BPMNShape> |
biniek | 5c788af | 2018-03-20 16:41:13 +0100 | [diff] [blame] | 312 | </bpmndi:BPMNPlane> |
| 313 | </bpmndi:BPMNDiagram> |
| 314 | </bpmn:definitions> |