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 | 5c788af | 2018-03-20 16:41:13 +0100 | [diff] [blame] | 12 | </bpmn:collaboration> |
| 13 | <bpmn:process id="CreateAndActivatePnfResource" name="CreateAndActivatePnfResource" isExecutable="true"> |
| 14 | <bpmn:sequenceFlow id="SequenceFlow_1ls8pua" name="No" sourceRef="DoesAaiContainInfoAboutIp" targetRef="AaiEntryExists"> |
| 15 | <bpmn:conditionExpression xsi:type="bpmn:tFormalExpression">#{!aaiContainsInfoAboutIp}</bpmn:conditionExpression> |
| 16 | </bpmn:sequenceFlow> |
| 17 | <bpmn:sequenceFlow id="SequenceFlow_1qr6cmf" sourceRef="CreateAndActivatePnf_CreateAaiEntry" targetRef="AaiEntryExists" /> |
| 18 | <bpmn:sequenceFlow id="SequenceFlow_1l1t6ak" name="Yes" sourceRef="DoesAaiContainInfoAboutPnf" targetRef="DoesAaiContainInfoAboutIp"> |
| 19 | <bpmn:conditionExpression xsi:type="bpmn:tFormalExpression">#{aaiContainsInfoAboutPnf}</bpmn:conditionExpression> |
| 20 | </bpmn:sequenceFlow> |
| 21 | <bpmn:sequenceFlow id="SequenceFlow_0v5ffpe" name="No" sourceRef="DoesAaiContainInfoAboutPnf" targetRef="CreateAndActivatePnf_CreateAaiEntry"> |
| 22 | <bpmn:conditionExpression xsi:type="bpmn:tFormalExpression">#{!aaiContainsInfoAboutPnf}</bpmn:conditionExpression> |
| 23 | </bpmn:sequenceFlow> |
| 24 | <bpmn:sequenceFlow id="SequenceFlow_1j4r3zt" sourceRef="CheckAiiForCorrelationId" targetRef="DoesAaiContainInfoAboutPnf" /> |
| 25 | <bpmn:sequenceFlow id="SequenceFlow_1h6yz62" name="Yes" sourceRef="DoesAaiContainInfoAboutIp" targetRef="AaiEntryAlreadyUpToDate"> |
| 26 | <bpmn:conditionExpression xsi:type="bpmn:tFormalExpression">#{aaiContainsInfoAboutIp}</bpmn:conditionExpression> |
| 27 | </bpmn:sequenceFlow> |
| 28 | <bpmn:sequenceFlow id="SequenceFlow_0j5ksz1" sourceRef="CreateAndActivatePnf_StartEvent" targetRef="CheckAiiForCorrelationId" /> |
| 29 | <bpmn:endEvent id="AaiEntryAlreadyUpToDate" name="AAI entry already up-to-date"> |
| 30 | <bpmn:incoming>SequenceFlow_1h6yz62</bpmn:incoming> |
| 31 | </bpmn:endEvent> |
| 32 | <bpmn:endEvent id="AaiEntryUpdated" name="AAI entry updated"> |
| 33 | <bpmn:incoming>SequenceFlow_0p09qgm</bpmn:incoming> |
| 34 | </bpmn:endEvent> |
| 35 | <bpmn:startEvent id="CreateAndActivatePnf_StartEvent"> |
| 36 | <bpmn:outgoing>SequenceFlow_0j5ksz1</bpmn:outgoing> |
| 37 | </bpmn:startEvent> |
biniek | 402e5e2 | 2018-04-10 10:48:54 +0200 | [diff] [blame] | 38 | <bpmn:sequenceFlow id="SequenceFlow_17s9025" sourceRef="AaiEntryExists" targetRef="InformDmaapClient" /> |
biniek | 5c788af | 2018-03-20 16:41:13 +0100 | [diff] [blame] | 39 | <bpmn:sequenceFlow id="SequenceFlow_1kc34bc" sourceRef="WaitForDmaapTimeout" targetRef="ThrowTimeoutException" /> |
| 40 | <bpmn:sequenceFlow id="SequenceFlow_0p09qgm" sourceRef="WaitForDmaapPnfReadyNotification" targetRef="AaiEntryUpdated" /> |
biniek | 402e5e2 | 2018-04-10 10:48:54 +0200 | [diff] [blame] | 41 | <bpmn:sequenceFlow id="SequenceFlow_1o8od8e" sourceRef="InformDmaapClient" targetRef="WaitForDmaapPnfReadyNotification" /> |
biniek | 5c788af | 2018-03-20 16:41:13 +0100 | [diff] [blame] | 42 | <bpmn:serviceTask id="CheckAiiForCorrelationId" name="Check AAI for correlation_id" camunda:delegateExpression="${checkAaiForCorrelationIdDelegate}"> |
| 43 | <bpmn:incoming>SequenceFlow_0j5ksz1</bpmn:incoming> |
| 44 | <bpmn:outgoing>SequenceFlow_1j4r3zt</bpmn:outgoing> |
| 45 | </bpmn:serviceTask> |
| 46 | <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> |
| 51 | <bpmn:serviceTask id="CreateAndActivatePnf_CreateAaiEntry" name="Create AAI entry with pnf-id = correlation_id" camunda:delegateExpression="${createAaiEntryWithPnfIdDelegate}"> |
| 52 | <bpmn:incoming>SequenceFlow_0v5ffpe</bpmn:incoming> |
| 53 | <bpmn:outgoing>SequenceFlow_1qr6cmf</bpmn:outgoing> |
| 54 | </bpmn:serviceTask> |
| 55 | <bpmn:exclusiveGateway id="DoesAaiContainInfoAboutIp" name="Does AAI contain info about IPv4 or IPv6?"> |
| 56 | <bpmn:incoming>SequenceFlow_1l1t6ak</bpmn:incoming> |
| 57 | <bpmn:outgoing>SequenceFlow_1h6yz62</bpmn:outgoing> |
| 58 | <bpmn:outgoing>SequenceFlow_1ls8pua</bpmn:outgoing> |
| 59 | </bpmn:exclusiveGateway> |
| 60 | <bpmn:intermediateThrowEvent id="AaiEntryExists" name="AAI entry exists, lacking IP"> |
| 61 | <bpmn:incoming>SequenceFlow_1qr6cmf</bpmn:incoming> |
| 62 | <bpmn:incoming>SequenceFlow_1ls8pua</bpmn:incoming> |
| 63 | <bpmn:outgoing>SequenceFlow_17s9025</bpmn:outgoing> |
| 64 | </bpmn:intermediateThrowEvent> |
| 65 | <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] | 66 | <bpmn:incoming>SequenceFlow_1o8od8e</bpmn:incoming> |
biniek | 5c788af | 2018-03-20 16:41:13 +0100 | [diff] [blame] | 67 | <bpmn:outgoing>SequenceFlow_0p09qgm</bpmn:outgoing> |
| 68 | </bpmn:receiveTask> |
| 69 | <bpmn:boundaryEvent id="WaitForDmaapTimeout" name="Timeout" attachedToRef="WaitForDmaapPnfReadyNotification"> |
| 70 | <bpmn:outgoing>SequenceFlow_1kc34bc</bpmn:outgoing> |
| 71 | <bpmn:timerEventDefinition> |
| 72 | <bpmn:timeDuration xsi:type="bpmn:tFormalExpression">#{timeoutForPnfEntryNotification}</bpmn:timeDuration> |
| 73 | </bpmn:timerEventDefinition> |
| 74 | </bpmn:boundaryEvent> |
| 75 | <bpmn:endEvent id="ThrowTimeoutException" name="Throw timeout exception"> |
| 76 | <bpmn:incoming>SequenceFlow_1kc34bc</bpmn:incoming> |
| 77 | <bpmn:errorEventDefinition errorRef="Error_1" /> |
| 78 | </bpmn:endEvent> |
biniek | 402e5e2 | 2018-04-10 10:48:54 +0200 | [diff] [blame] | 79 | <bpmn:serviceTask id="InformDmaapClient" name="Inform DmaapClient about business key and corresponding pnf-id" camunda:delegateExpression="${informDmaapClient}"> |
| 80 | <bpmn:incoming>SequenceFlow_17s9025</bpmn:incoming> |
| 81 | <bpmn:outgoing>SequenceFlow_1o8od8e</bpmn:outgoing> |
| 82 | </bpmn:serviceTask> |
biniek | 5c788af | 2018-03-20 16:41:13 +0100 | [diff] [blame] | 83 | <bpmn:association id="Association_0d7oxnz" sourceRef="CreateAndActivatePnf_StartEvent" targetRef="TextAnnotation_1eyzes8" /> |
| 84 | <bpmn:textAnnotation id="TextAnnotation_1eyzes8"> |
| 85 | <bpmn:text><![CDATA[Inputs: |
| 86 | - timeoutForPnfEntryNotification - String |
| 87 | - correlationId - String |
| 88 | ]]></bpmn:text> |
| 89 | </bpmn:textAnnotation> |
| 90 | </bpmn:process> |
| 91 | <bpmn:error id="Error_1" name="MSO Workflow Exception" errorCode="MSOWorkflowException" /> |
| 92 | <bpmn:message id="Message_13h1tlo" name="WorkflowMessage" /> |
| 93 | <bpmndi:BPMNDiagram id="BPMNDiagram_1"> |
| 94 | <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Collaboration_1d0w8lf"> |
| 95 | <bpmndi:BPMNShape id="Participant_1egg397_di" bpmnElement="Participant_1egg397"> |
| 96 | <dc:Bounds x="0" y="0" width="1482" height="353" /> |
| 97 | </bpmndi:BPMNShape> |
| 98 | <bpmndi:BPMNShape id="ExclusiveGateway_1cttgdo_di" bpmnElement="DoesAaiContainInfoAboutPnf" isMarkerVisible="true"> |
biniek | 402e5e2 | 2018-04-10 10:48:54 +0200 | [diff] [blame] | 99 | <dc:Bounds x="354" y="230" width="50" height="50" /> |
biniek | 5c788af | 2018-03-20 16:41:13 +0100 | [diff] [blame] | 100 | <bpmndi:BPMNLabel> |
biniek | 402e5e2 | 2018-04-10 10:48:54 +0200 | [diff] [blame] | 101 | <dc:Bounds x="334" y="283" width="85" height="20" /> |
biniek | 5c788af | 2018-03-20 16:41:13 +0100 | [diff] [blame] | 102 | </bpmndi:BPMNLabel> |
| 103 | </bpmndi:BPMNShape> |
| 104 | <bpmndi:BPMNShape id="ExclusiveGateway_0yamdfm_di" bpmnElement="DoesAaiContainInfoAboutIp" isMarkerVisible="true"> |
biniek | 402e5e2 | 2018-04-10 10:48:54 +0200 | [diff] [blame] | 105 | <dc:Bounds x="678" y="41" width="50" height="50" /> |
biniek | 5c788af | 2018-03-20 16:41:13 +0100 | [diff] [blame] | 106 | <bpmndi:BPMNLabel> |
biniek | 402e5e2 | 2018-04-10 10:48:54 +0200 | [diff] [blame] | 107 | <dc:Bounds x="659" y="5" width="87" height="30" /> |
biniek | 5c788af | 2018-03-20 16:41:13 +0100 | [diff] [blame] | 108 | </bpmndi:BPMNLabel> |
| 109 | </bpmndi:BPMNShape> |
| 110 | <bpmndi:BPMNShape id="EndEvent_0k52gr7_di" bpmnElement="AaiEntryUpdated"> |
| 111 | <dc:Bounds x="1312" y="237" width="36" height="36" /> |
| 112 | <bpmndi:BPMNLabel> |
| 113 | <dc:Bounds x="1286" y="278" width="89" height="10" /> |
| 114 | </bpmndi:BPMNLabel> |
| 115 | </bpmndi:BPMNShape> |
| 116 | <bpmndi:BPMNShape id="StartEvent_0j5ok9h_di" bpmnElement="CreateAndActivatePnf_StartEvent"> |
| 117 | <dc:Bounds x="49" y="237" width="36" height="36" /> |
| 118 | <bpmndi:BPMNLabel> |
| 119 | <dc:Bounds x="23" y="276" width="90" height="20" /> |
| 120 | </bpmndi:BPMNLabel> |
| 121 | </bpmndi:BPMNShape> |
| 122 | <bpmndi:BPMNShape id="ServiceTask_0a5uk9o_di" bpmnElement="CheckAiiForCorrelationId"> |
biniek | 402e5e2 | 2018-04-10 10:48:54 +0200 | [diff] [blame] | 123 | <dc:Bounds x="167" y="215" width="100" height="80" /> |
biniek | 5c788af | 2018-03-20 16:41:13 +0100 | [diff] [blame] | 124 | </bpmndi:BPMNShape> |
| 125 | <bpmndi:BPMNShape id="ServiceTask_0iimk5v_di" bpmnElement="CreateAndActivatePnf_CreateAaiEntry"> |
biniek | 402e5e2 | 2018-04-10 10:48:54 +0200 | [diff] [blame] | 126 | <dc:Bounds x="491" y="215" width="100" height="80" /> |
biniek | 5c788af | 2018-03-20 16:41:13 +0100 | [diff] [blame] | 127 | </bpmndi:BPMNShape> |
| 128 | <bpmndi:BPMNEdge id="SequenceFlow_1j4r3zt_di" bpmnElement="SequenceFlow_1j4r3zt"> |
biniek | 402e5e2 | 2018-04-10 10:48:54 +0200 | [diff] [blame] | 129 | <di:waypoint xsi:type="dc:Point" x="267" y="255" /> |
| 130 | <di:waypoint xsi:type="dc:Point" x="354" y="255" /> |
biniek | 5c788af | 2018-03-20 16:41:13 +0100 | [diff] [blame] | 131 | <bpmndi:BPMNLabel> |
biniek | 402e5e2 | 2018-04-10 10:48:54 +0200 | [diff] [blame] | 132 | <dc:Bounds x="265.5" y="235" width="90" height="10" /> |
biniek | 5c788af | 2018-03-20 16:41:13 +0100 | [diff] [blame] | 133 | </bpmndi:BPMNLabel> |
| 134 | </bpmndi:BPMNEdge> |
| 135 | <bpmndi:BPMNEdge id="SequenceFlow_1l1t6ak_di" bpmnElement="SequenceFlow_1l1t6ak"> |
biniek | 402e5e2 | 2018-04-10 10:48:54 +0200 | [diff] [blame] | 136 | <di:waypoint xsi:type="dc:Point" x="379" y="230" /> |
| 137 | <di:waypoint xsi:type="dc:Point" x="379" y="66" /> |
| 138 | <di:waypoint xsi:type="dc:Point" x="678" y="66" /> |
biniek | 5c788af | 2018-03-20 16:41:13 +0100 | [diff] [blame] | 139 | <bpmndi:BPMNLabel> |
biniek | 402e5e2 | 2018-04-10 10:48:54 +0200 | [diff] [blame] | 140 | <dc:Bounds x="384" y="206" width="19" height="10" /> |
biniek | 5c788af | 2018-03-20 16:41:13 +0100 | [diff] [blame] | 141 | </bpmndi:BPMNLabel> |
| 142 | </bpmndi:BPMNEdge> |
| 143 | <bpmndi:BPMNEdge id="SequenceFlow_0v5ffpe_di" bpmnElement="SequenceFlow_0v5ffpe"> |
biniek | 402e5e2 | 2018-04-10 10:48:54 +0200 | [diff] [blame] | 144 | <di:waypoint xsi:type="dc:Point" x="404" y="255" /> |
| 145 | <di:waypoint xsi:type="dc:Point" x="491" y="255" /> |
biniek | 5c788af | 2018-03-20 16:41:13 +0100 | [diff] [blame] | 146 | <bpmndi:BPMNLabel> |
biniek | 402e5e2 | 2018-04-10 10:48:54 +0200 | [diff] [blame] | 147 | <dc:Bounds x="412.9078947368421" y="237" width="15" height="10" /> |
biniek | 5c788af | 2018-03-20 16:41:13 +0100 | [diff] [blame] | 148 | </bpmndi:BPMNLabel> |
| 149 | </bpmndi:BPMNEdge> |
| 150 | <bpmndi:BPMNEdge id="SequenceFlow_1h6yz62_di" bpmnElement="SequenceFlow_1h6yz62"> |
biniek | 402e5e2 | 2018-04-10 10:48:54 +0200 | [diff] [blame] | 151 | <di:waypoint xsi:type="dc:Point" x="728" y="66" /> |
biniek | 5c788af | 2018-03-20 16:41:13 +0100 | [diff] [blame] | 152 | <di:waypoint xsi:type="dc:Point" x="1312" y="66" /> |
| 153 | <bpmndi:BPMNLabel> |
biniek | 402e5e2 | 2018-04-10 10:48:54 +0200 | [diff] [blame] | 154 | <dc:Bounds x="738.7436974789916" y="51" width="19" height="10" /> |
biniek | 5c788af | 2018-03-20 16:41:13 +0100 | [diff] [blame] | 155 | </bpmndi:BPMNLabel> |
| 156 | </bpmndi:BPMNEdge> |
| 157 | <bpmndi:BPMNEdge id="SequenceFlow_1ls8pua_di" bpmnElement="SequenceFlow_1ls8pua"> |
biniek | 402e5e2 | 2018-04-10 10:48:54 +0200 | [diff] [blame] | 158 | <di:waypoint xsi:type="dc:Point" x="703" y="91" /> |
| 159 | <di:waypoint xsi:type="dc:Point" x="703" y="237" /> |
biniek | 5c788af | 2018-03-20 16:41:13 +0100 | [diff] [blame] | 160 | <bpmndi:BPMNLabel> |
biniek | 402e5e2 | 2018-04-10 10:48:54 +0200 | [diff] [blame] | 161 | <dc:Bounds x="713" y="124.1917808219178" width="15" height="10" /> |
biniek | 5c788af | 2018-03-20 16:41:13 +0100 | [diff] [blame] | 162 | </bpmndi:BPMNLabel> |
| 163 | </bpmndi:BPMNEdge> |
| 164 | <bpmndi:BPMNEdge id="SequenceFlow_1qr6cmf_di" bpmnElement="SequenceFlow_1qr6cmf"> |
biniek | 402e5e2 | 2018-04-10 10:48:54 +0200 | [diff] [blame] | 165 | <di:waypoint xsi:type="dc:Point" x="591" y="255" /> |
| 166 | <di:waypoint xsi:type="dc:Point" x="685" y="255" /> |
biniek | 5c788af | 2018-03-20 16:41:13 +0100 | [diff] [blame] | 167 | <bpmndi:BPMNLabel> |
biniek | 402e5e2 | 2018-04-10 10:48:54 +0200 | [diff] [blame] | 168 | <dc:Bounds x="593" y="235" width="90" height="10" /> |
biniek | 5c788af | 2018-03-20 16:41:13 +0100 | [diff] [blame] | 169 | </bpmndi:BPMNLabel> |
| 170 | </bpmndi:BPMNEdge> |
| 171 | <bpmndi:BPMNEdge id="SequenceFlow_0j5ksz1_di" bpmnElement="SequenceFlow_0j5ksz1"> |
| 172 | <di:waypoint xsi:type="dc:Point" x="85" y="255" /> |
biniek | 402e5e2 | 2018-04-10 10:48:54 +0200 | [diff] [blame] | 173 | <di:waypoint xsi:type="dc:Point" x="167" y="255" /> |
biniek | 5c788af | 2018-03-20 16:41:13 +0100 | [diff] [blame] | 174 | <bpmndi:BPMNLabel> |
biniek | 402e5e2 | 2018-04-10 10:48:54 +0200 | [diff] [blame] | 175 | <dc:Bounds x="81" y="235" width="90" height="10" /> |
biniek | 5c788af | 2018-03-20 16:41:13 +0100 | [diff] [blame] | 176 | </bpmndi:BPMNLabel> |
| 177 | </bpmndi:BPMNEdge> |
| 178 | <bpmndi:BPMNShape id="Participant_0i9ban2_di" bpmnElement="Participant_0atuyq0"> |
biniek | 402e5e2 | 2018-04-10 10:48:54 +0200 | [diff] [blame] | 179 | <dc:Bounds x="123" y="415" width="502" height="60" /> |
biniek | 5c788af | 2018-03-20 16:41:13 +0100 | [diff] [blame] | 180 | </bpmndi:BPMNShape> |
| 181 | <bpmndi:BPMNEdge id="MessageFlow_1h3xu88_di" bpmnElement="MessageFlow_1h3xu88"> |
biniek | 402e5e2 | 2018-04-10 10:48:54 +0200 | [diff] [blame] | 182 | <di:waypoint xsi:type="dc:Point" x="541" y="295" /> |
| 183 | <di:waypoint xsi:type="dc:Point" x="541" y="415" /> |
biniek | 5c788af | 2018-03-20 16:41:13 +0100 | [diff] [blame] | 184 | <bpmndi:BPMNLabel> |
biniek | 402e5e2 | 2018-04-10 10:48:54 +0200 | [diff] [blame] | 185 | <dc:Bounds x="511" y="350" width="90" height="10" /> |
biniek | 5c788af | 2018-03-20 16:41:13 +0100 | [diff] [blame] | 186 | </bpmndi:BPMNLabel> |
| 187 | </bpmndi:BPMNEdge> |
| 188 | <bpmndi:BPMNEdge id="MessageFlow_09ibv5a_di" bpmnElement="MessageFlow_09ibv5a"> |
biniek | 402e5e2 | 2018-04-10 10:48:54 +0200 | [diff] [blame] | 189 | <di:waypoint xsi:type="dc:Point" x="198" y="295" /> |
| 190 | <di:waypoint xsi:type="dc:Point" x="198" y="415" /> |
biniek | 5c788af | 2018-03-20 16:41:13 +0100 | [diff] [blame] | 191 | <bpmndi:BPMNLabel> |
biniek | 402e5e2 | 2018-04-10 10:48:54 +0200 | [diff] [blame] | 192 | <dc:Bounds x="168" y="350" width="90" height="10" /> |
biniek | 5c788af | 2018-03-20 16:41:13 +0100 | [diff] [blame] | 193 | </bpmndi:BPMNLabel> |
| 194 | </bpmndi:BPMNEdge> |
| 195 | <bpmndi:BPMNEdge id="MessageFlow_0vjul4t_di" bpmnElement="MessageFlow_0vjul4t"> |
biniek | 402e5e2 | 2018-04-10 10:48:54 +0200 | [diff] [blame] | 196 | <di:waypoint xsi:type="dc:Point" x="237" y="415" /> |
| 197 | <di:waypoint xsi:type="dc:Point" x="237" y="295" /> |
biniek | 5c788af | 2018-03-20 16:41:13 +0100 | [diff] [blame] | 198 | <bpmndi:BPMNLabel> |
biniek | 402e5e2 | 2018-04-10 10:48:54 +0200 | [diff] [blame] | 199 | <dc:Bounds x="207" y="350" width="90" height="10" /> |
biniek | 5c788af | 2018-03-20 16:41:13 +0100 | [diff] [blame] | 200 | </bpmndi:BPMNLabel> |
| 201 | </bpmndi:BPMNEdge> |
| 202 | <bpmndi:BPMNShape id="Participant_0vmrrhf_di" bpmnElement="Participant_19w87ws"> |
biniek | 402e5e2 | 2018-04-10 10:48:54 +0200 | [diff] [blame] | 203 | <dc:Bounds x="804" y="415" width="300" height="62" /> |
biniek | 5c788af | 2018-03-20 16:41:13 +0100 | [diff] [blame] | 204 | </bpmndi:BPMNShape> |
| 205 | <bpmndi:BPMNShape id="EndEvent_0wbx6tt_di" bpmnElement="ThrowTimeoutException"> |
biniek | 402e5e2 | 2018-04-10 10:48:54 +0200 | [diff] [blame] | 206 | <dc:Bounds x="1189" y="135" width="36" height="36" /> |
biniek | 5c788af | 2018-03-20 16:41:13 +0100 | [diff] [blame] | 207 | <bpmndi:BPMNLabel> |
biniek | 402e5e2 | 2018-04-10 10:48:54 +0200 | [diff] [blame] | 208 | <dc:Bounds x="1182" y="172" width="70" height="20" /> |
biniek | 5c788af | 2018-03-20 16:41:13 +0100 | [diff] [blame] | 209 | </bpmndi:BPMNLabel> |
| 210 | </bpmndi:BPMNShape> |
| 211 | <bpmndi:BPMNShape id="EndEvent_00cy7r0_di" bpmnElement="AaiEntryAlreadyUpToDate"> |
| 212 | <dc:Bounds x="1312" y="48" width="36" height="36" /> |
| 213 | <bpmndi:BPMNLabel> |
| 214 | <dc:Bounds x="1288" y="89" width="85" height="20" /> |
| 215 | </bpmndi:BPMNLabel> |
| 216 | </bpmndi:BPMNShape> |
| 217 | <bpmndi:BPMNShape id="IntermediateThrowEvent_0fjcdy4_di" bpmnElement="AaiEntryExists"> |
biniek | 402e5e2 | 2018-04-10 10:48:54 +0200 | [diff] [blame] | 218 | <dc:Bounds x="685" y="237" width="36" height="36" /> |
biniek | 5c788af | 2018-03-20 16:41:13 +0100 | [diff] [blame] | 219 | <bpmndi:BPMNLabel> |
biniek | 402e5e2 | 2018-04-10 10:48:54 +0200 | [diff] [blame] | 220 | <dc:Bounds x="663" y="283" width="80" height="20" /> |
biniek | 5c788af | 2018-03-20 16:41:13 +0100 | [diff] [blame] | 221 | </bpmndi:BPMNLabel> |
| 222 | </bpmndi:BPMNShape> |
| 223 | <bpmndi:BPMNShape id="TextAnnotation_1eyzes8_di" bpmnElement="TextAnnotation_1eyzes8"> |
| 224 | <dc:Bounds x="66" y="70" width="243" height="54" /> |
| 225 | </bpmndi:BPMNShape> |
| 226 | <bpmndi:BPMNEdge id="Association_0d7oxnz_di" bpmnElement="Association_0d7oxnz"> |
| 227 | <di:waypoint xsi:type="dc:Point" x="67" y="237" /> |
| 228 | <di:waypoint xsi:type="dc:Point" x="67" y="124" /> |
| 229 | </bpmndi:BPMNEdge> |
| 230 | <bpmndi:BPMNEdge id="MessageFlow_1vrcp2d_di" bpmnElement="MessageFlow_1vrcp2d"> |
biniek | 402e5e2 | 2018-04-10 10:48:54 +0200 | [diff] [blame] | 231 | <di:waypoint xsi:type="dc:Point" x="1054" y="415" /> |
| 232 | <di:waypoint xsi:type="dc:Point" x="1054" y="295" /> |
biniek | 5c788af | 2018-03-20 16:41:13 +0100 | [diff] [blame] | 233 | <bpmndi:BPMNLabel> |
biniek | 402e5e2 | 2018-04-10 10:48:54 +0200 | [diff] [blame] | 234 | <dc:Bounds x="1024" y="350" width="90" height="10" /> |
biniek | 5c788af | 2018-03-20 16:41:13 +0100 | [diff] [blame] | 235 | </bpmndi:BPMNLabel> |
| 236 | </bpmndi:BPMNEdge> |
| 237 | <bpmndi:BPMNEdge id="SequenceFlow_17s9025_di" bpmnElement="SequenceFlow_17s9025"> |
biniek | 402e5e2 | 2018-04-10 10:48:54 +0200 | [diff] [blame] | 238 | <di:waypoint xsi:type="dc:Point" x="721" y="255" /> |
| 239 | <di:waypoint xsi:type="dc:Point" x="815" y="255" /> |
biniek | 5c788af | 2018-03-20 16:41:13 +0100 | [diff] [blame] | 240 | <bpmndi:BPMNLabel> |
biniek | 402e5e2 | 2018-04-10 10:48:54 +0200 | [diff] [blame] | 241 | <dc:Bounds x="723" y="235" width="90" height="10" /> |
biniek | 5c788af | 2018-03-20 16:41:13 +0100 | [diff] [blame] | 242 | </bpmndi:BPMNLabel> |
| 243 | </bpmndi:BPMNEdge> |
| 244 | <bpmndi:BPMNShape id="BoundaryEvent_15eo1k9_di" bpmnElement="WaitForDmaapTimeout"> |
biniek | 402e5e2 | 2018-04-10 10:48:54 +0200 | [diff] [blame] | 245 | <dc:Bounds x="1056" y="197" width="36" height="36" /> |
biniek | 5c788af | 2018-03-20 16:41:13 +0100 | [diff] [blame] | 246 | <bpmndi:BPMNLabel> |
biniek | 402e5e2 | 2018-04-10 10:48:54 +0200 | [diff] [blame] | 247 | <dc:Bounds x="1087" y="192" width="40" height="10" /> |
biniek | 5c788af | 2018-03-20 16:41:13 +0100 | [diff] [blame] | 248 | </bpmndi:BPMNLabel> |
| 249 | </bpmndi:BPMNShape> |
| 250 | <bpmndi:BPMNEdge id="SequenceFlow_1kc34bc_di" bpmnElement="SequenceFlow_1kc34bc"> |
biniek | 402e5e2 | 2018-04-10 10:48:54 +0200 | [diff] [blame] | 251 | <di:waypoint xsi:type="dc:Point" x="1074" y="197" /> |
| 252 | <di:waypoint xsi:type="dc:Point" x="1074" y="153" /> |
| 253 | <di:waypoint xsi:type="dc:Point" x="1189" y="153" /> |
biniek | 5c788af | 2018-03-20 16:41:13 +0100 | [diff] [blame] | 254 | <bpmndi:BPMNLabel> |
biniek | 402e5e2 | 2018-04-10 10:48:54 +0200 | [diff] [blame] | 255 | <dc:Bounds x="1044" y="170" width="90" height="10" /> |
biniek | 5c788af | 2018-03-20 16:41:13 +0100 | [diff] [blame] | 256 | </bpmndi:BPMNLabel> |
| 257 | </bpmndi:BPMNEdge> |
| 258 | <bpmndi:BPMNShape id="ReceiveTask_1sfysua_di" bpmnElement="WaitForDmaapPnfReadyNotification"> |
biniek | 402e5e2 | 2018-04-10 10:48:54 +0200 | [diff] [blame] | 259 | <dc:Bounds x="1002" y="215" width="100" height="80" /> |
biniek | 5c788af | 2018-03-20 16:41:13 +0100 | [diff] [blame] | 260 | </bpmndi:BPMNShape> |
| 261 | <bpmndi:BPMNEdge id="SequenceFlow_0p09qgm_di" bpmnElement="SequenceFlow_0p09qgm"> |
biniek | 402e5e2 | 2018-04-10 10:48:54 +0200 | [diff] [blame] | 262 | <di:waypoint xsi:type="dc:Point" x="1102" y="255" /> |
biniek | 5c788af | 2018-03-20 16:41:13 +0100 | [diff] [blame] | 263 | <di:waypoint xsi:type="dc:Point" x="1312" y="255" /> |
| 264 | <bpmndi:BPMNLabel> |
biniek | 402e5e2 | 2018-04-10 10:48:54 +0200 | [diff] [blame] | 265 | <dc:Bounds x="1162" y="235" width="90" height="10" /> |
biniek | 5c788af | 2018-03-20 16:41:13 +0100 | [diff] [blame] | 266 | </bpmndi:BPMNLabel> |
| 267 | </bpmndi:BPMNEdge> |
biniek | 402e5e2 | 2018-04-10 10:48:54 +0200 | [diff] [blame] | 268 | <bpmndi:BPMNEdge id="SequenceFlow_1o8od8e_di" bpmnElement="SequenceFlow_1o8od8e"> |
| 269 | <di:waypoint xsi:type="dc:Point" x="915" y="255" /> |
| 270 | <di:waypoint xsi:type="dc:Point" x="1002" y="255" /> |
| 271 | <bpmndi:BPMNLabel> |
| 272 | <dc:Bounds x="913.5" y="235" width="90" height="10" /> |
| 273 | </bpmndi:BPMNLabel> |
| 274 | </bpmndi:BPMNEdge> |
| 275 | <bpmndi:BPMNEdge id="MessageFlow_0tg4hw9_di" bpmnElement="MessageFlow_0tg4hw9"> |
| 276 | <di:waypoint xsi:type="dc:Point" x="865" y="295" /> |
| 277 | <di:waypoint xsi:type="dc:Point" x="865" y="415" /> |
| 278 | <bpmndi:BPMNLabel> |
| 279 | <dc:Bounds x="835" y="350" width="90" height="10" /> |
| 280 | </bpmndi:BPMNLabel> |
| 281 | </bpmndi:BPMNEdge> |
| 282 | <bpmndi:BPMNShape id="ServiceTask_1iax11n_di" bpmnElement="InformDmaapClient"> |
| 283 | <dc:Bounds x="815" y="215" width="100" height="80" /> |
| 284 | </bpmndi:BPMNShape> |
biniek | 5c788af | 2018-03-20 16:41:13 +0100 | [diff] [blame] | 285 | </bpmndi:BPMNPlane> |
| 286 | </bpmndi:BPMNDiagram> |
| 287 | </bpmn:definitions> |