You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
hetzner-ansible/smardigo/pmci/process/service-replay-setup.bpmn

380 lines
21 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<bpmn2:definitions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:bpmn2="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI" xmlns:dc="http://www.omg.org/spec/DD/20100524/DC" xmlns:di="http://www.omg.org/spec/DD/20100524/DI" xmlns:camunda="http://camunda.org/schema/1.0/bpmn" xmlns:bioc="http://bpmn.io/schema/bpmn/biocolor/1.0" xmlns:color="http://www.omg.org/spec/BPMN/non-normative/color/1.0" id="sample-diagram" targetNamespace="http://bpmn.io/schema/bpmn" exporter="Camunda Modeler" exporterVersion="4.5.0" xsi:schemaLocation="http://www.omg.org/spec/BPMN/20100524/MODEL BPMN20.xsd">
<bpmn2:collaboration id="Collaboration_1f4hb0y">
<bpmn2:participant id="Participant_19lpjee" name="service-replay-setup" processRef="service-replay-setup" />
</bpmn2:collaboration>
<bpmn2:process id="service-replay-setup" name="service-replay-setup" isExecutable="true" camunda:candidateStarterGroups="service-replay-setup">
<bpmn2:startEvent id="Event_0icoemn" camunda:asyncAfter="true">
<bpmn2:extensionElements>
<camunda:executionListener event="start">
<camunda:script scriptFormat="groovy">execution.setVariable('filterTenantId', service.tenant_key)</camunda:script>
</camunda:executionListener>
</bpmn2:extensionElements>
<bpmn2:outgoing>Flow_17vb4ef</bpmn2:outgoing>
</bpmn2:startEvent>
<bpmn2:sequenceFlow id="Flow_0dybqr7" sourceRef="Event_0jsbyv8" targetRef="Gateway_0y8xknd" />
<bpmn2:sequenceFlow id="Flow_13jykf9" name="Abbrechen" sourceRef="Gateway_05puic7" targetRef="Event_0c4cpxx">
<bpmn2:extensionElements>
<camunda:properties>
<camunda:property name="variant" value="secondary" />
</camunda:properties>
</bpmn2:extensionElements>
</bpmn2:sequenceFlow>
<bpmn2:sequenceFlow id="Flow_1hsqawc" name="Starten" sourceRef="Gateway_05puic7" targetRef="Event_0zk6p0h" />
<bpmn2:sequenceFlow id="Flow_17rbwn1" sourceRef="Activity_0gbmbs7" targetRef="Gateway_05puic7" />
<bpmn2:sequenceFlow id="Flow_16fljfi" sourceRef="Activity_0e0vefu" targetRef="Event_0jsbyv8" />
<bpmn2:sequenceFlow id="Flow_11txyw9" sourceRef="Gateway_0y8xknd" targetRef="Activity_0gbmbs7" />
<bpmn2:sequenceFlow id="Flow_02ixndu" sourceRef="Activity_1lmz6xw" targetRef="Event_1x43j9q" />
<bpmn2:sequenceFlow id="Flow_0j3iasf" sourceRef="Event_0asnmja" targetRef="Event_1x43j9q" />
<bpmn2:sequenceFlow id="Flow_11wc1mc" sourceRef="Gateway_0y8xknd" targetRef="Activity_1lmz6xw" />
<bpmn2:sequenceFlow id="Flow_17vb4ef" sourceRef="Event_0icoemn" targetRef="Activity_0e0vefu" />
<bpmn2:task id="Activity_0e0vefu" name="Create initial variables">
<bpmn2:extensionElements>
<camunda:inputOutput>
<camunda:outputParameter name="stage">${envStage}</camunda:outputParameter>
<camunda:outputParameter name="simulation">${false}</camunda:outputParameter>
<camunda:outputParameter name="kibanaHostname">${envKibanaHostname}</camunda:outputParameter>
<camunda:outputParameter name="keycloakHostname">${envKeycloakHostname}</camunda:outputParameter>
<camunda:outputParameter name="managementHostname">${envManagementHostname}</camunda:outputParameter>
<camunda:inputParameter name="in_tenant">
<camunda:map>
<camunda:entry key="id">${service.tenant_id}</camunda:entry>
<camunda:entry key="key">${service.tenant_key}</camunda:entry>
</camunda:map>
</camunda:inputParameter>
<camunda:outputParameter name="jobs">
<camunda:list />
</camunda:outputParameter>
<camunda:outputParameter name="tenant">${in_tenant}</camunda:outputParameter>
</camunda:inputOutput>
</bpmn2:extensionElements>
<bpmn2:incoming>Flow_17vb4ef</bpmn2:incoming>
<bpmn2:outgoing>Flow_16fljfi</bpmn2:outgoing>
</bpmn2:task>
<bpmn2:intermediateThrowEvent id="Event_0jsbyv8" name="&#34;new&#34; (10)" camunda:asyncAfter="true">
<bpmn2:extensionElements>
<camunda:inputOutput>
<camunda:outputParameter name="vorgang_status">${10}</camunda:outputParameter>
<camunda:outputParameter name="vorgang_status_text">new</camunda:outputParameter>
</camunda:inputOutput>
</bpmn2:extensionElements>
<bpmn2:incoming>Flow_16fljfi</bpmn2:incoming>
<bpmn2:outgoing>Flow_0dybqr7</bpmn2:outgoing>
</bpmn2:intermediateThrowEvent>
<bpmn2:parallelGateway id="Gateway_0y8xknd">
<bpmn2:incoming>Flow_0dybqr7</bpmn2:incoming>
<bpmn2:outgoing>Flow_11txyw9</bpmn2:outgoing>
<bpmn2:outgoing>Flow_11wc1mc</bpmn2:outgoing>
</bpmn2:parallelGateway>
<bpmn2:callActivity id="Activity_1lmz6xw" name="Simulation" calledElement="simulation">
<bpmn2:extensionElements>
<camunda:in businessKey="#{execution.processBusinessKey}" />
<camunda:in variables="all" />
<camunda:inputOutput />
<camunda:in source="simulation" target="simulation" />
<camunda:properties>
<camunda:property name="sort_order" value="2" />
</camunda:properties>
</bpmn2:extensionElements>
<bpmn2:incoming>Flow_11wc1mc</bpmn2:incoming>
<bpmn2:outgoing>Flow_02ixndu</bpmn2:outgoing>
</bpmn2:callActivity>
<bpmn2:endEvent id="Event_1x43j9q">
<bpmn2:incoming>Flow_02ixndu</bpmn2:incoming>
<bpmn2:incoming>Flow_0j3iasf</bpmn2:incoming>
</bpmn2:endEvent>
<bpmn2:userTask id="Activity_0gbmbs7" name="Edit service" camunda:candidateGroups="user">
<bpmn2:extensionElements>
<camunda:properties>
<camunda:property name="sort_order" value="1" />
</camunda:properties>
</bpmn2:extensionElements>
<bpmn2:incoming>Flow_11txyw9</bpmn2:incoming>
<bpmn2:outgoing>Flow_17rbwn1</bpmn2:outgoing>
</bpmn2:userTask>
<bpmn2:exclusiveGateway id="Gateway_05puic7">
<bpmn2:incoming>Flow_17rbwn1</bpmn2:incoming>
<bpmn2:outgoing>Flow_1hsqawc</bpmn2:outgoing>
<bpmn2:outgoing>Flow_13jykf9</bpmn2:outgoing>
</bpmn2:exclusiveGateway>
<bpmn2:boundaryEvent id="Event_0asnmja" attachedToRef="Activity_1lmz6xw">
<bpmn2:outgoing>Flow_0j3iasf</bpmn2:outgoing>
<bpmn2:signalEventDefinition id="SignalEventDefinition_10ifw8y" signalRef="Signal_2hupo4b" />
</bpmn2:boundaryEvent>
<bpmn2:sequenceFlow id="Flow_0o7a7fg" sourceRef="Event_14qss0g" targetRef="Event_09hkg8k" />
<bpmn2:sequenceFlow id="Flow_03gesid" sourceRef="Event_0t44etc" targetRef="Event_09hkg8k" />
<bpmn2:sequenceFlow id="Flow_0xsem7d" sourceRef="Event_02yqig0" targetRef="Event_14qss0g" />
<bpmn2:intermediateThrowEvent id="Event_0zk6p0h" name="&#34;is being created&#34; (100)">
<bpmn2:extensionElements>
<camunda:inputOutput>
<camunda:outputParameter name="vorgang_status">${100}</camunda:outputParameter>
<camunda:outputParameter name="vorgang_status_text">is being created</camunda:outputParameter>
</camunda:inputOutput>
</bpmn2:extensionElements>
<bpmn2:incoming>Flow_1hsqawc</bpmn2:incoming>
<bpmn2:outgoing>Flow_1ez5s2e</bpmn2:outgoing>
</bpmn2:intermediateThrowEvent>
<bpmn2:callActivity id="Activity_1jikb5s" name="service-setup" calledElement="service-setup">
<bpmn2:extensionElements>
<camunda:in businessKey="#{execution.processBusinessKey}" />
<camunda:in variables="all" />
<camunda:in source="service" target="service" />
<camunda:inputOutput />
<camunda:in source="simulation" target="simulation" />
<camunda:in source="stage" target="stage" />
</bpmn2:extensionElements>
<bpmn2:incoming>Flow_1ez5s2e</bpmn2:incoming>
<bpmn2:outgoing>Flow_1um6uhr</bpmn2:outgoing>
</bpmn2:callActivity>
<bpmn2:sequenceFlow id="Flow_1ez5s2e" sourceRef="Event_0zk6p0h" targetRef="Activity_1jikb5s" />
<bpmn2:sequenceFlow id="Flow_1um6uhr" sourceRef="Activity_1jikb5s" targetRef="Event_0t44etc" />
<bpmn2:endEvent id="Event_09hkg8k">
<bpmn2:incoming>Flow_03gesid</bpmn2:incoming>
<bpmn2:incoming>Flow_0o7a7fg</bpmn2:incoming>
<bpmn2:terminateEventDefinition id="TerminateEventDefinition_1mrhbgy" />
</bpmn2:endEvent>
<bpmn2:intermediateThrowEvent id="Event_0t44etc" name="&#34;creation completed&#34; (300)">
<bpmn2:extensionElements>
<camunda:inputOutput>
<camunda:outputParameter name="vorgang_status">${300}</camunda:outputParameter>
<camunda:outputParameter name="vorgang_status_text">creation completed</camunda:outputParameter>
</camunda:inputOutput>
</bpmn2:extensionElements>
<bpmn2:incoming>Flow_1um6uhr</bpmn2:incoming>
<bpmn2:outgoing>Flow_03gesid</bpmn2:outgoing>
</bpmn2:intermediateThrowEvent>
<bpmn2:intermediateThrowEvent id="Event_14qss0g" name="&#34;canceled&#34; (400)">
<bpmn2:extensionElements>
<camunda:inputOutput>
<camunda:outputParameter name="vorgang_status">${400}</camunda:outputParameter>
<camunda:outputParameter name="vorgang_status_text">canceled</camunda:outputParameter>
</camunda:inputOutput>
</bpmn2:extensionElements>
<bpmn2:incoming>Flow_0xsem7d</bpmn2:incoming>
<bpmn2:outgoing>Flow_0o7a7fg</bpmn2:outgoing>
</bpmn2:intermediateThrowEvent>
<bpmn2:intermediateCatchEvent id="Event_02yqig0" name="cancel request">
<bpmn2:outgoing>Flow_0xsem7d</bpmn2:outgoing>
<bpmn2:linkEventDefinition id="LinkEventDefinition_05lk727" name="cancel request" />
</bpmn2:intermediateCatchEvent>
<bpmn2:subProcess id="Activity_0phplbf" triggeredByEvent="true">
<bpmn2:startEvent id="Event_077oby2">
<bpmn2:outgoing>Flow_0vpp8s2</bpmn2:outgoing>
<bpmn2:errorEventDefinition id="ErrorEventDefinition_1jhomth" camunda:errorCodeVariable="error_code" camunda:errorMessageVariable="error_message" />
</bpmn2:startEvent>
<bpmn2:userTask id="Activity_163fne9" name="Fehler" camunda:formKey="error-dialog" camunda:candidateGroups="user">
<bpmn2:incoming>Flow_1j2n5v6</bpmn2:incoming>
<bpmn2:outgoing>Flow_0gbz351</bpmn2:outgoing>
</bpmn2:userTask>
<bpmn2:endEvent id="Event_0ogh647">
<bpmn2:incoming>Flow_0gbz351</bpmn2:incoming>
<bpmn2:terminateEventDefinition id="TerminateEventDefinition_1chezhn" />
</bpmn2:endEvent>
<bpmn2:sequenceFlow id="Flow_0vpp8s2" sourceRef="Event_077oby2" targetRef="Event_09mu3ct" />
<bpmn2:sequenceFlow id="Flow_0gbz351" name="Beenden" sourceRef="Activity_163fne9" targetRef="Event_0ogh647" />
<bpmn2:intermediateThrowEvent id="Event_09mu3ct" name="&#34;error&#34; (500)" camunda:asyncAfter="true">
<bpmn2:extensionElements>
<camunda:inputOutput>
<camunda:outputParameter name="vorgang_status">${500}</camunda:outputParameter>
<camunda:outputParameter name="vorgang_status_text">error</camunda:outputParameter>
</camunda:inputOutput>
</bpmn2:extensionElements>
<bpmn2:incoming>Flow_0vpp8s2</bpmn2:incoming>
<bpmn2:outgoing>Flow_1j2n5v6</bpmn2:outgoing>
<bpmn2:signalEventDefinition id="SignalEventDefinition_0qbdu9f" signalRef="Signal_2hupo4b" />
</bpmn2:intermediateThrowEvent>
<bpmn2:sequenceFlow id="Flow_1j2n5v6" sourceRef="Event_09mu3ct" targetRef="Activity_163fne9" />
</bpmn2:subProcess>
<bpmn2:intermediateThrowEvent id="Event_0c4cpxx" name="cancel request">
<bpmn2:incoming>Flow_13jykf9</bpmn2:incoming>
<bpmn2:linkEventDefinition id="LinkEventDefinition_1mcbbqi" name="cancel request" />
</bpmn2:intermediateThrowEvent>
</bpmn2:process>
<bpmn2:signal id="Signal_0kz05aq" name="antrag-abgeschlossen-${execution.getProcessInstanceId()}" />
<bpmn2:message id="Message_15bdtij" name="process-approved-${contextProcessId}" />
<bpmn2:signal id="Signal_2hupo4b" name="simulation-${execution.getProcessInstanceId()}" />
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Collaboration_1f4hb0y">
<bpmndi:BPMNShape id="Participant_19lpjee_di" bpmnElement="Participant_19lpjee" isHorizontal="true">
<dc:Bounds x="152" y="190" width="1448" height="940" />
<bpmndi:BPMNLabel />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Event_0icoemn_di" bpmnElement="Event_0icoemn">
<dc:Bounds x="214" y="622" width="36" height="36" />
<bpmndi:BPMNLabel>
<dc:Bounds x="185" y="285" width="90" height="20" />
</bpmndi:BPMNLabel>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="BPMNShape_096lkom" bpmnElement="Activity_0e0vefu">
<dc:Bounds x="310" y="600" width="100" height="80" />
<bpmndi:BPMNLabel />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Event_0jsbyv8_di" bpmnElement="Event_0jsbyv8" bioc:stroke="#1e88e5" bioc:fill="#bbdefb" color:background-color="#bbdefb" color:border-color="#1e88e5">
<dc:Bounds x="472" y="622" width="36" height="36" />
<bpmndi:BPMNLabel>
<dc:Bounds x="467" y="668" width="51" height="14" />
</bpmndi:BPMNLabel>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Gateway_08pcaf6_di" bpmnElement="Gateway_0y8xknd">
<dc:Bounds x="565" y="615" width="50" height="50" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="BPMNShape_0648isi" bpmnElement="Activity_1lmz6xw" bioc:stroke="rgb(67, 160, 71)" bioc:fill="rgb(200, 230, 201)">
<dc:Bounds x="540" y="740" width="100" height="80" />
<bpmndi:BPMNLabel />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Event_1x43j9q_di" bpmnElement="Event_1x43j9q">
<dc:Bounds x="660" y="852" width="36" height="36" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Activity_0x2z2qx_di" bpmnElement="Activity_0gbmbs7" bioc:stroke="rgb(30, 136, 229)" bioc:fill="rgb(187, 222, 251)">
<dc:Bounds x="690" y="600" width="100" height="80" />
<bpmndi:BPMNLabel />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Gateway_05puic7_di" bpmnElement="Gateway_05puic7" isMarkerVisible="true">
<dc:Bounds x="855" y="615" width="50" height="50" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Event_0zk6p0h_di" bpmnElement="Event_0zk6p0h" bioc:stroke="rgb(67, 160, 71)" bioc:fill="rgb(200, 230, 201)">
<dc:Bounds x="982" y="622" width="36" height="36" />
<bpmndi:BPMNLabel>
<dc:Bounds x="959" y="686" width="86" height="27" />
</bpmndi:BPMNLabel>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="BPMNShape_0siqn14" bpmnElement="Activity_1jikb5s" bioc:stroke="rgb(67, 160, 71)" bioc:fill="rgb(200, 230, 201)">
<dc:Bounds x="1080" y="600" width="100" height="80" />
<bpmndi:BPMNLabel />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="BPMNShape_1cxco1l" bpmnElement="Event_09hkg8k">
<dc:Bounds x="1372" y="622" width="36" height="36" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="BPMNShape_1dcwmw6" bpmnElement="Event_0t44etc" bioc:stroke="rgb(67, 160, 71)" bioc:fill="rgb(200, 230, 201)">
<dc:Bounds x="1252" y="622" width="36" height="36" />
<bpmndi:BPMNLabel>
<dc:Bounds x="1231" y="572" width="84" height="27" />
</bpmndi:BPMNLabel>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Event_14qss0g_di" bpmnElement="Event_14qss0g" bioc:stroke="#e53935" bioc:fill="#ffcdd2" color:background-color="#ffcdd2" color:border-color="#e53935">
<dc:Bounds x="1375" y="525" width="30" height="30" />
<bpmndi:BPMNLabel>
<dc:Bounds x="1433" y="530" width="81" height="14" />
</bpmndi:BPMNLabel>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Event_02yqig0_di" bpmnElement="Event_02yqig0" bioc:stroke="#e53935" bioc:fill="#ffcdd2" color:background-color="#ffcdd2" color:border-color="#e53935">
<dc:Bounds x="1372" y="422" width="36" height="36" />
<bpmndi:BPMNLabel>
<dc:Bounds x="1354" y="398" width="72" height="14" />
</bpmndi:BPMNLabel>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Event_0c4cpxx_di" bpmnElement="Event_0c4cpxx" bioc:stroke="#e53935" bioc:fill="#ffcdd2" color:background-color="#ffcdd2" color:border-color="#e53935">
<dc:Bounds x="862" y="422" width="36" height="36" />
<bpmndi:BPMNLabel>
<dc:Bounds x="915" y="433" width="72" height="14" />
</bpmndi:BPMNLabel>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Activity_1cxc616_di" bpmnElement="Activity_0phplbf" isExpanded="true">
<dc:Bounds x="200" y="910" width="496" height="200" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Event_0fkymfq_di" bpmnElement="Event_077oby2">
<dc:Bounds x="240" y="992" width="36" height="36" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="BPMNShape_0h1ndd7" bpmnElement="Event_09mu3ct">
<dc:Bounds x="332" y="992" width="36" height="36" />
<bpmndi:BPMNLabel>
<dc:Bounds x="320" y="973" width="60" height="14" />
</bpmndi:BPMNLabel>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="BPMNShape_1um1umg" bpmnElement="Activity_163fne9">
<dc:Bounds x="440" y="970" width="100" height="80" />
<bpmndi:BPMNLabel />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Event_0cza6t9_di" bpmnElement="Event_0ogh647">
<dc:Bounds x="632" y="992" width="36" height="36" />
</bpmndi:BPMNShape>
<bpmndi:BPMNEdge id="Flow_0vpp8s2_di" bpmnElement="Flow_0vpp8s2">
<di:waypoint x="276" y="1010" />
<di:waypoint x="332" y="1010" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_0gbz351_di" bpmnElement="Flow_0gbz351">
<di:waypoint x="540" y="1010" />
<di:waypoint x="632" y="1010" />
<bpmndi:BPMNLabel>
<dc:Bounds x="558" y="1023" width="45" height="14" />
</bpmndi:BPMNLabel>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_1j2n5v6_di" bpmnElement="Flow_1j2n5v6">
<di:waypoint x="368" y="1010" />
<di:waypoint x="440" y="1010" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNShape id="Event_0twmkxv_di" bpmnElement="Event_0asnmja">
<dc:Bounds x="622" y="802" width="36" height="36" />
</bpmndi:BPMNShape>
<bpmndi:BPMNEdge id="Flow_0dybqr7_di" bpmnElement="Flow_0dybqr7">
<di:waypoint x="508" y="640" />
<di:waypoint x="565" y="640" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_13jykf9_di" bpmnElement="Flow_13jykf9">
<di:waypoint x="880" y="615" />
<di:waypoint x="880" y="458" />
<bpmndi:BPMNLabel>
<dc:Bounds x="893" y="493" width="54" height="14" />
</bpmndi:BPMNLabel>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_1hsqawc_di" bpmnElement="Flow_1hsqawc">
<di:waypoint x="905" y="640" />
<di:waypoint x="982" y="640" />
<bpmndi:BPMNLabel>
<dc:Bounds x="912" y="613" width="36" height="14" />
</bpmndi:BPMNLabel>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_17rbwn1_di" bpmnElement="Flow_17rbwn1">
<di:waypoint x="790" y="640" />
<di:waypoint x="855" y="640" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_16fljfi_di" bpmnElement="Flow_16fljfi">
<di:waypoint x="410" y="640" />
<di:waypoint x="472" y="640" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_11txyw9_di" bpmnElement="Flow_11txyw9">
<di:waypoint x="615" y="640" />
<di:waypoint x="690" y="640" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_02ixndu_di" bpmnElement="Flow_02ixndu">
<di:waypoint x="590" y="820" />
<di:waypoint x="590" y="870" />
<di:waypoint x="660" y="870" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_0j3iasf_di" bpmnElement="Flow_0j3iasf">
<di:waypoint x="658" y="820" />
<di:waypoint x="678" y="820" />
<di:waypoint x="678" y="852" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_11wc1mc_di" bpmnElement="Flow_11wc1mc">
<di:waypoint x="590" y="665" />
<di:waypoint x="590" y="740" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_17vb4ef_di" bpmnElement="Flow_17vb4ef">
<di:waypoint x="250" y="640" />
<di:waypoint x="310" y="640" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_0o7a7fg_di" bpmnElement="Flow_0o7a7fg">
<di:waypoint x="1390" y="555" />
<di:waypoint x="1390" y="622" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_03gesid_di" bpmnElement="Flow_03gesid">
<di:waypoint x="1288" y="640" />
<di:waypoint x="1372" y="640" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_0xsem7d_di" bpmnElement="Flow_0xsem7d">
<di:waypoint x="1390" y="458" />
<di:waypoint x="1390" y="525" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_1ez5s2e_di" bpmnElement="Flow_1ez5s2e">
<di:waypoint x="1018" y="640" />
<di:waypoint x="1080" y="640" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_1um6uhr_di" bpmnElement="Flow_1um6uhr">
<di:waypoint x="1180" y="640" />
<di:waypoint x="1252" y="640" />
</bpmndi:BPMNEdge>
</bpmndi:BPMNPlane>
</bpmndi:BPMNDiagram>
</bpmn2:definitions>