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-delete.bpmn

738 lines
41 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_0i3k6mx" name="service-delete" processRef="service-delete" />
</bpmn2:collaboration>
<bpmn2:signal id="Signal_0kz05aq" name="antrag-abgeschlossen-${execution.getProcessInstanceId()}" />
<bpmn2:message id="Message_15bdtij" name="process-approved-${contextProcessId}" />
<bpmn2:process id="service-delete" name="service-delete" isExecutable="true" camunda:candidateStarterGroups="service-delete">
<bpmn2:sequenceFlow id="Flow_1e3mi72" sourceRef="Event_0ood1q0" targetRef="Gateway_109jevx" />
<bpmn2:sequenceFlow id="Flow_0ja9nlg" sourceRef="Event_1lkdin3" targetRef="Gateway_109jevx" />
<bpmn2:sequenceFlow id="Flow_0jnufzr" sourceRef="Event_15fhie6" targetRef="Activity_0wo4c94" />
<bpmn2:sequenceFlow id="Flow_1q72hf3" name="Ok" sourceRef="Gateway_1h2zzis" targetRef="Event_0lnl94c">
<bpmn2:extensionElements>
<camunda:properties>
<camunda:property name="validate_form" value="false" />
</camunda:properties>
</bpmn2:extensionElements>
</bpmn2:sequenceFlow>
<bpmn2:sequenceFlow id="Flow_0xb2q5c" sourceRef="Activity_1ani0wi" targetRef="Gateway_1h2zzis" />
<bpmn2:sequenceFlow id="Flow_029ur97" name="Ok" sourceRef="Gateway_1vctg9w" targetRef="Activity_1ani0wi">
<bpmn2:extensionElements>
<camunda:properties>
<camunda:property name="validate_form" value="false" />
</camunda:properties>
</bpmn2:extensionElements>
</bpmn2:sequenceFlow>
<bpmn2:sequenceFlow id="Flow_1wpzyq7" name="Abbrechen" sourceRef="Gateway_1h2zzis" targetRef="Activity_0q10a5i">
<bpmn2:extensionElements>
<camunda:properties>
<camunda:property name="variant" value="secondary" />
</camunda:properties>
</bpmn2:extensionElements>
</bpmn2:sequenceFlow>
<bpmn2:sequenceFlow id="Flow_0a1iw3h" name="Abbrechen" sourceRef="Gateway_1vctg9w" targetRef="Event_02ujzsz">
<bpmn2:extensionElements>
<camunda:properties>
<camunda:property name="discard_form_changes" value="true" />
<camunda:property name="validate_form" value="false" />
<camunda:property name="variant" value="secondary" />
</camunda:properties>
</bpmn2:extensionElements>
</bpmn2:sequenceFlow>
<bpmn2:sequenceFlow id="Flow_0qnwk1l" sourceRef="Gateway_109jevx" targetRef="Event_09hkg8k" />
<bpmn2:sequenceFlow id="Flow_022fwic" sourceRef="Activity_0wo4c94" targetRef="Activity_0jl790y" />
<bpmn2:sequenceFlow id="Flow_0gzv1k2" sourceRef="Activity_0q10a5i" targetRef="Gateway_1vctg9w" />
<bpmn2:sequenceFlow id="Flow_1csuwvq" sourceRef="Event_03kt28o" targetRef="Gateway_1c7i8sh" />
<bpmn2:sequenceFlow id="Flow_07kepmf" sourceRef="Activity_0l7e61k" targetRef="Event_03kt28o" />
<bpmn2:sequenceFlow id="Flow_11y2gxv" sourceRef="Activity_0jl790y" targetRef="Event_0ood1q0" />
<bpmn2:sequenceFlow id="Flow_0u33xva" sourceRef="Activity_1t227a4" targetRef="Activity_1fwgq9n" />
<bpmn2:sequenceFlow id="Flow_165535w" sourceRef="Activity_1fwgq9n" targetRef="Event_15fhie6" />
<bpmn2:startEvent id="Event_05poocw" 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_0v9fn99</bpmn2:outgoing>
</bpmn2:startEvent>
<bpmn2:sequenceFlow id="Flow_0v9fn99" sourceRef="Event_05poocw" targetRef="Activity_0l7e61k" />
<bpmn2:serviceTask id="Activity_0l7e61k" name="Create initial variables" camunda:delegateExpression="${dataEntity.read(&#39;tenant&#39;, &#39;tenant&#39;, service.tenant_id)}">
<bpmn2:extensionElements>
<camunda:inputOutput>
<camunda:outputParameter name="progress_current">${0}</camunda:outputParameter>
<camunda:outputParameter name="progress_max">${1}</camunda:outputParameter>
<camunda:outputParameter name="jobs">
<camunda:list />
</camunda:outputParameter>
<camunda:outputParameter name="stage">${envStage}</camunda:outputParameter>
<camunda:outputParameter name="simulation">${false}</camunda:outputParameter>
</camunda:inputOutput>
</bpmn2:extensionElements>
<bpmn2:incoming>Flow_0v9fn99</bpmn2:incoming>
<bpmn2:outgoing>Flow_07kepmf</bpmn2:outgoing>
</bpmn2:serviceTask>
<bpmn2:intermediateThrowEvent id="Event_03kt28o" 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_07kepmf</bpmn2:incoming>
<bpmn2:outgoing>Flow_1csuwvq</bpmn2:outgoing>
</bpmn2:intermediateThrowEvent>
<bpmn2:sequenceFlow id="Flow_1wr2dxn" sourceRef="Activity_1as3e8x" targetRef="Activity_0anuo10" />
<bpmn2:sequenceFlow id="Flow_0g483es" sourceRef="Activity_0anuo10" targetRef="Activity_1hpnorc" />
<bpmn2:sequenceFlow id="Flow_1xpm12u" sourceRef="Activity_1hpnorc" targetRef="Activity_02j0299" />
<bpmn2:sequenceFlow id="Flow_072rfbi" sourceRef="Activity_02j0299" targetRef="Activity_12drjd3" />
<bpmn2:sequenceFlow id="Flow_1gvmyuf" sourceRef="Activity_12drjd3" targetRef="Activity_1t227a4" />
<bpmn2:callActivity id="Activity_0ooomyl" 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_1tm31mp</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:boundaryEvent id="Event_0olxlfl" attachedToRef="Activity_0ooomyl">
<bpmn2:outgoing>Flow_0j3iasf</bpmn2:outgoing>
<bpmn2:signalEventDefinition id="SignalEventDefinition_1iv0uuo" signalRef="Signal_0dv7m83" />
</bpmn2:boundaryEvent>
<bpmn2:sequenceFlow id="Flow_02ixndu" sourceRef="Activity_0ooomyl" targetRef="Event_1x43j9q" />
<bpmn2:sequenceFlow id="Flow_0j3iasf" sourceRef="Event_0olxlfl" targetRef="Event_1x43j9q" />
<bpmn2:parallelGateway id="Gateway_1c7i8sh">
<bpmn2:incoming>Flow_1csuwvq</bpmn2:incoming>
<bpmn2:outgoing>Flow_1afqehr</bpmn2:outgoing>
<bpmn2:outgoing>Flow_1tm31mp</bpmn2:outgoing>
</bpmn2:parallelGateway>
<bpmn2:sequenceFlow id="Flow_1afqehr" sourceRef="Gateway_1c7i8sh" targetRef="Activity_0q10a5i" />
<bpmn2:sequenceFlow id="Flow_1tm31mp" sourceRef="Gateway_1c7i8sh" targetRef="Activity_0ooomyl" />
<bpmn2:userTask id="Activity_0q10a5i" name="Edit service" camunda:candidateGroups="user">
<bpmn2:extensionElements>
<camunda:properties>
<camunda:property name="sort_order" value="1" />
</camunda:properties>
</bpmn2:extensionElements>
<bpmn2:incoming>Flow_1wpzyq7</bpmn2:incoming>
<bpmn2:incoming>Flow_1afqehr</bpmn2:incoming>
<bpmn2:outgoing>Flow_0gzv1k2</bpmn2:outgoing>
</bpmn2:userTask>
<bpmn2:exclusiveGateway id="Gateway_1vctg9w">
<bpmn2:incoming>Flow_0gzv1k2</bpmn2:incoming>
<bpmn2:outgoing>Flow_0a1iw3h</bpmn2:outgoing>
<bpmn2:outgoing>Flow_029ur97</bpmn2:outgoing>
</bpmn2:exclusiveGateway>
<bpmn2:userTask id="Activity_1ani0wi" name="Löschen bestätigen " camunda:formKey="confirm-delete-tenant" camunda:candidateGroups="user">
<bpmn2:incoming>Flow_029ur97</bpmn2:incoming>
<bpmn2:outgoing>Flow_0xb2q5c</bpmn2:outgoing>
</bpmn2:userTask>
<bpmn2:exclusiveGateway id="Gateway_1h2zzis">
<bpmn2:incoming>Flow_0xb2q5c</bpmn2:incoming>
<bpmn2:outgoing>Flow_1wpzyq7</bpmn2:outgoing>
<bpmn2:outgoing>Flow_1q72hf3</bpmn2:outgoing>
</bpmn2:exclusiveGateway>
<bpmn2:exclusiveGateway id="Gateway_109jevx">
<bpmn2:incoming>Flow_0ja9nlg</bpmn2:incoming>
<bpmn2:incoming>Flow_1e3mi72</bpmn2:incoming>
<bpmn2:outgoing>Flow_0qnwk1l</bpmn2:outgoing>
</bpmn2:exclusiveGateway>
<bpmn2:intermediateThrowEvent id="Event_1lkdin3" name="&#34;canceled&#34; (400)" camunda:asyncAfter="true">
<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_1ungq2r</bpmn2:incoming>
<bpmn2:outgoing>Flow_0ja9nlg</bpmn2:outgoing>
</bpmn2:intermediateThrowEvent>
<bpmn2:intermediateThrowEvent id="Event_0ood1q0" name="&#34;deletion completed&#34; (301)" camunda:asyncAfter="true">
<bpmn2:extensionElements>
<camunda:inputOutput>
<camunda:outputParameter name="vorgang_status">${301}</camunda:outputParameter>
<camunda:outputParameter name="vorgang_status_text">deletion completed</camunda:outputParameter>
</camunda:inputOutput>
</bpmn2:extensionElements>
<bpmn2:incoming>Flow_11y2gxv</bpmn2:incoming>
<bpmn2:outgoing>Flow_1e3mi72</bpmn2:outgoing>
</bpmn2:intermediateThrowEvent>
<bpmn2:endEvent id="Event_09hkg8k">
<bpmn2:incoming>Flow_0qnwk1l</bpmn2:incoming>
<bpmn2:terminateEventDefinition id="TerminateEventDefinition_1mrhbgy" />
</bpmn2:endEvent>
<bpmn2:serviceTask id="Activity_0jl790y" name="Delete service" camunda:delegateExpression="${dataEntity.delete(&#39;service&#39;, service.id)}">
<bpmn2:extensionElements>
<camunda:inputOutput />
</bpmn2:extensionElements>
<bpmn2:incoming>Flow_022fwic</bpmn2:incoming>
<bpmn2:outgoing>Flow_11y2gxv</bpmn2:outgoing>
</bpmn2:serviceTask>
<bpmn2:callActivity id="Activity_0wo4c94" name="sma-mgmt-mail service-deleted" calledElement="smardigo-management-mail">
<bpmn2:extensionElements>
<camunda:in businessKey="#{execution.processBusinessKey}" />
<camunda:in variables="all" />
<camunda:inputOutput>
<camunda:inputParameter name="to">
<camunda:script scriptFormat="groovy">datasources.query('data-entity-tenants').processScope(contextScopeId, contextProcessDefinitionKey).parameters(['id':tenant.id]).list()[0].admin.email</camunda:script>
</camunda:inputParameter>
<camunda:inputParameter name="toUsers" />
<camunda:inputParameter name="toGroups" />
<camunda:inputParameter name="ccUsers">${creation_user_id}</camunda:inputParameter>
<camunda:inputParameter name="subject">Service deleted</camunda:inputParameter>
<camunda:inputParameter name="messageBody">template(service-deleted)</camunda:inputParameter>
<camunda:inputParameter name="simulation">${simulation}</camunda:inputParameter>
</camunda:inputOutput>
</bpmn2:extensionElements>
<bpmn2:incoming>Flow_0jnufzr</bpmn2:incoming>
<bpmn2:outgoing>Flow_022fwic</bpmn2:outgoing>
</bpmn2:callActivity>
<bpmn2:callActivity id="Activity_02j0299" name="pmci-realm-client-delete" calledElement="smardigo-management-action">
<bpmn2:extensionElements>
<camunda:in businessKey="#{execution.processBusinessKey}" />
<camunda:in variables="all" />
<camunda:in sourceExpression="pmci-realm-client-delete" target="smardigoManagementAction" />
<camunda:in sourceExpression="Realm/Client erstellen" target="comment" />
<camunda:inputOutput>
<camunda:outputParameter name="progress_current">${progress_current + 1}</camunda:outputParameter>
</camunda:inputOutput>
<camunda:in source="simulation" target="simulation" />
</bpmn2:extensionElements>
<bpmn2:incoming>Flow_1xpm12u</bpmn2:incoming>
<bpmn2:outgoing>Flow_072rfbi</bpmn2:outgoing>
</bpmn2:callActivity>
<bpmn2:callActivity id="Activity_1t227a4" name="pmci-server-delete" calledElement="smardigo-management-action">
<bpmn2:extensionElements>
<camunda:in businessKey="#{execution.processBusinessKey}" />
<camunda:in variables="all" />
<camunda:in sourceExpression="pmci-server-delete" target="smardigoManagementAction" />
<camunda:in sourceExpression="Server erstellen" target="comment" />
<camunda:inputOutput>
<camunda:outputParameter name="progress_current">${progress_current + 1}</camunda:outputParameter>
</camunda:inputOutput>
<camunda:in source="simulation" target="simulation" />
</bpmn2:extensionElements>
<bpmn2:incoming>Flow_1gvmyuf</bpmn2:incoming>
<bpmn2:outgoing>Flow_0u33xva</bpmn2:outgoing>
</bpmn2:callActivity>
<bpmn2:callActivity id="Activity_1fwgq9n" name="pmci-monitoring-update" calledElement="smardigo-management-action">
<bpmn2:extensionElements>
<camunda:in businessKey="#{execution.processBusinessKey}" />
<camunda:in variables="all" />
<camunda:in sourceExpression="pmci-monitoring-update" target="smardigoManagementAction" />
<camunda:in sourceExpression="Monitoring aktualisieren" target="comment" />
<camunda:inputOutput>
<camunda:outputParameter name="progress_current">${progress_current + 1}</camunda:outputParameter>
</camunda:inputOutput>
<camunda:in source="simulation" target="simulation" />
</bpmn2:extensionElements>
<bpmn2:incoming>Flow_0u33xva</bpmn2:incoming>
<bpmn2:outgoing>Flow_165535w</bpmn2:outgoing>
</bpmn2:callActivity>
<bpmn2:intermediateThrowEvent id="Event_15fhie6" name="&#34;deleted&#34; (201)" camunda:asyncAfter="true">
<bpmn2:extensionElements>
<camunda:inputOutput>
<camunda:outputParameter name="vorgang_status">${201}</camunda:outputParameter>
<camunda:outputParameter name="vorgang_status_text">deleted</camunda:outputParameter>
</camunda:inputOutput>
</bpmn2:extensionElements>
<bpmn2:incoming>Flow_165535w</bpmn2:incoming>
<bpmn2:outgoing>Flow_0jnufzr</bpmn2:outgoing>
</bpmn2:intermediateThrowEvent>
<bpmn2:task id="Activity_1as3e8x" name="Initialize Progress">
<bpmn2:extensionElements>
<camunda:inputOutput>
<camunda:outputParameter name="progress_current">${1}</camunda:outputParameter>
<camunda:outputParameter name="progress_max">${6}</camunda:outputParameter>
</camunda:inputOutput>
</bpmn2:extensionElements>
<bpmn2:incoming>Flow_11tpxt9</bpmn2:incoming>
<bpmn2:outgoing>Flow_1wr2dxn</bpmn2:outgoing>
</bpmn2:task>
<bpmn2:callActivity id="Activity_12drjd3" name="pmci-database-delete" calledElement="smardigo-management-action">
<bpmn2:extensionElements>
<camunda:in businessKey="#{execution.processBusinessKey}" />
<camunda:in variables="all" />
<camunda:in sourceExpression="pmci-database-delete" target="smardigoManagementAction" />
<camunda:in sourceExpression="Datenbank(en) erstellen" target="comment" />
<camunda:inputOutput>
<camunda:outputParameter name="progress_current">${progress_current + 1}</camunda:outputParameter>
</camunda:inputOutput>
<camunda:in source="simulation" target="simulation" />
</bpmn2:extensionElements>
<bpmn2:incoming>Flow_072rfbi</bpmn2:incoming>
<bpmn2:outgoing>Flow_1gvmyuf</bpmn2:outgoing>
</bpmn2:callActivity>
<bpmn2:callActivity id="Activity_1hpnorc" name="pmci-service-delete" calledElement="smardigo-management-action">
<bpmn2:extensionElements>
<camunda:in businessKey="#{execution.processBusinessKey}" />
<camunda:in variables="all" />
<camunda:in sourceExpression="pmci-service-delete" target="smardigoManagementAction" />
<camunda:in sourceExpression="Service erstellen" target="comment" />
<camunda:inputOutput>
<camunda:outputParameter name="progress_current">${progress_current + 1}</camunda:outputParameter>
</camunda:inputOutput>
<camunda:in source="simulation" target="simulation" />
</bpmn2:extensionElements>
<bpmn2:incoming>Flow_0g483es</bpmn2:incoming>
<bpmn2:outgoing>Flow_1xpm12u</bpmn2:outgoing>
</bpmn2:callActivity>
<bpmn2:callActivity id="Activity_0anuo10" name="Management Benachrichtigung senden" calledElement="smardigo-management-message">
<bpmn2:extensionElements>
<camunda:in businessKey="#{execution.processBusinessKey}" />
<camunda:in variables="all" />
<camunda:in sourceExpression="Service abreissen für ${service.name}" target="activityTitle" />
<camunda:in sourceExpression="${service.name} for ${service.cluster.name}" target="activitySubtitle" />
<camunda:in sourceExpression="Service abreissen" target="comment" />
<camunda:in source="simulation" target="simulation" />
</bpmn2:extensionElements>
<bpmn2:incoming>Flow_1wr2dxn</bpmn2:incoming>
<bpmn2:outgoing>Flow_0g483es</bpmn2:outgoing>
</bpmn2:callActivity>
<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_1s5t769</bpmn2:incoming>
<bpmn2:outgoing>Flow_0gbz351</bpmn2:outgoing>
</bpmn2:userTask>
<bpmn2:sequenceFlow id="Flow_0gbz351" name="Beenden" sourceRef="Activity_163fne9" targetRef="Event_0ogh647" />
<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_01xn3m9" />
<bpmn2:sequenceFlow id="Flow_1s5t769" sourceRef="Event_01xn3m9" targetRef="Activity_163fne9" />
<bpmn2:intermediateThrowEvent id="Event_01xn3m9" name="&#34;error&#34; (500)">
<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_1s5t769</bpmn2:outgoing>
<bpmn2:signalEventDefinition id="SignalEventDefinition_0ioqivq" signalRef="Signal_0dv7m83" />
</bpmn2:intermediateThrowEvent>
</bpmn2:subProcess>
<bpmn2:sequenceFlow id="Flow_1ungq2r" sourceRef="Event_02ujzsz" targetRef="Event_1lkdin3" />
<bpmn2:intermediateThrowEvent id="Event_02ujzsz" 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_0a1iw3h</bpmn2:incoming>
<bpmn2:outgoing>Flow_1ungq2r</bpmn2:outgoing>
<bpmn2:signalEventDefinition id="SignalEventDefinition_1pzg3xo" signalRef="Signal_0dv7m83" />
</bpmn2:intermediateThrowEvent>
<bpmn2:sequenceFlow id="Flow_11tpxt9" sourceRef="Event_0lnl94c" targetRef="Activity_1as3e8x" />
<bpmn2:intermediateThrowEvent id="Event_0lnl94c" name="&#34;is being deleted&#34; (101)">
<bpmn2:extensionElements>
<camunda:inputOutput>
<camunda:outputParameter name="vorgang_status">${101}</camunda:outputParameter>
<camunda:outputParameter name="vorgang_status_text">is being deleted</camunda:outputParameter>
</camunda:inputOutput>
</bpmn2:extensionElements>
<bpmn2:incoming>Flow_1q72hf3</bpmn2:incoming>
<bpmn2:outgoing>Flow_11tpxt9</bpmn2:outgoing>
<bpmn2:signalEventDefinition id="SignalEventDefinition_0wznjw9" signalRef="Signal_0dv7m83" />
</bpmn2:intermediateThrowEvent>
<bpmn2:textAnnotation id="TextAnnotation_1g13zn3">
<bpmn2:text>ACHTUNG: Ändert sich das Datenmodell des Tenants muss die Projektion im Wizard angepasst werden, sonst gehen die Daten verloren!</bpmn2:text>
</bpmn2:textAnnotation>
<bpmn2:association id="Association_150uuiu" sourceRef="Event_05poocw" targetRef="TextAnnotation_1g13zn3" />
<bpmn2:textAnnotation id="TextAnnotation_0ve6gva">
<bpmn2:text>Service löschen.</bpmn2:text>
</bpmn2:textAnnotation>
<bpmn2:textAnnotation id="TextAnnotation_10gbagx">
<bpmn2:text>Sind Sie sich sicher, dass der Service gelöscht werden soll?</bpmn2:text>
</bpmn2:textAnnotation>
<bpmn2:textAnnotation id="TextAnnotation_0jg0jwa">
<bpmn2:text>Service entfernen</bpmn2:text>
</bpmn2:textAnnotation>
<bpmn2:textAnnotation id="TextAnnotation_0839rkw">
<bpmn2:text>Realm/Client entfernen</bpmn2:text>
</bpmn2:textAnnotation>
<bpmn2:textAnnotation id="TextAnnotation_0xh2sya">
<bpmn2:text>Datenbank(en) entfernen</bpmn2:text>
</bpmn2:textAnnotation>
<bpmn2:textAnnotation id="TextAnnotation_0ctnzyu">
<bpmn2:text>Server entfernen</bpmn2:text>
</bpmn2:textAnnotation>
<bpmn2:textAnnotation id="TextAnnotation_19we2s6">
<bpmn2:text>Monitoring aktualisieren</bpmn2:text>
</bpmn2:textAnnotation>
<bpmn2:association id="Association_09p5lpa" sourceRef="Activity_0q10a5i" targetRef="TextAnnotation_0ve6gva" />
<bpmn2:association id="Association_1x1el02" sourceRef="Activity_1ani0wi" targetRef="TextAnnotation_10gbagx" />
<bpmn2:association id="Association_1s93ss1" sourceRef="Activity_02j0299" targetRef="TextAnnotation_0839rkw" />
<bpmn2:association id="Association_1y7k0s3" sourceRef="Activity_1t227a4" targetRef="TextAnnotation_0ctnzyu" />
<bpmn2:association id="Association_0kqrljp" sourceRef="Activity_1fwgq9n" targetRef="TextAnnotation_19we2s6" />
<bpmn2:association id="Association_1oefb0g" sourceRef="Activity_12drjd3" targetRef="TextAnnotation_0xh2sya" />
<bpmn2:association id="Association_13sjaxt" sourceRef="Activity_1hpnorc" targetRef="TextAnnotation_0jg0jwa" />
</bpmn2:process>
<bpmn2:signal id="Signal_0dv7m83" name="simulation-${execution.getProcessInstanceId()}" />
<bpmn2:error id="Error_0a3m9r7" name="Error_311i6jf" />
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Collaboration_1f4hb0y">
<bpmndi:BPMNShape id="BPMNShape_0g12kmz" bpmnElement="Participant_0i3k6mx" isHorizontal="true">
<dc:Bounds x="152" y="80" width="3258" height="960" />
<bpmndi:BPMNLabel />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="BPMNShape_0m9zsdd" bpmnElement="Event_05poocw">
<dc:Bounds x="214" y="425" width="36" height="36" />
<bpmndi:BPMNLabel>
<dc:Bounds x="185" y="285" width="90" height="20" />
</bpmndi:BPMNLabel>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Activity_0kxb90e_di" bpmnElement="Activity_0l7e61k">
<dc:Bounds x="320" y="403" width="100" height="80" />
<bpmndi:BPMNLabel />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="BPMNShape_0gh5h4o" bpmnElement="Event_03kt28o" bioc:stroke="#1e88e5" bioc:fill="#bbdefb" color:background-color="#bbdefb" color:border-color="#1e88e5">
<dc:Bounds x="472" y="425" width="36" height="36" />
<bpmndi:BPMNLabel>
<dc:Bounds x="466" y="403" width="51" height="14" />
</bpmndi:BPMNLabel>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="BPMNShape_0xyt1hh" bpmnElement="Activity_0ooomyl" bioc:stroke="rgb(67, 160, 71)" bioc:fill="rgb(200, 230, 201)">
<dc:Bounds x="550" y="540" width="100" height="80" />
<bpmndi:BPMNLabel />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Event_1x43j9q_di" bpmnElement="Event_1x43j9q">
<dc:Bounds x="670" y="652" width="36" height="36" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="BPMNShape_1yhpiq0" bpmnElement="Gateway_1c7i8sh">
<dc:Bounds x="575" y="418" width="50" height="50" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="BPMNShape_1rsie39" bpmnElement="Activity_0q10a5i" bioc:stroke="rgb(30, 136, 229)" bioc:fill="rgb(187, 222, 251)">
<dc:Bounds x="770" y="403" width="100" height="80" />
<bpmndi:BPMNLabel />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="BPMNShape_07fqs97" bpmnElement="Gateway_1vctg9w" isMarkerVisible="true">
<dc:Bounds x="945" y="418" width="50" height="50" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="BPMNShape_1254v3v" bpmnElement="Activity_1ani0wi">
<dc:Bounds x="1080" y="403" width="100" height="80" />
<bpmndi:BPMNLabel />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Gateway_1h2zzis_di" bpmnElement="Gateway_1h2zzis" isMarkerVisible="true">
<dc:Bounds x="1245" y="418" width="50" height="50" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Gateway_109jevx_di" bpmnElement="Gateway_109jevx" isMarkerVisible="true">
<dc:Bounds x="3155" y="418" width="50" height="50" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="BPMNShape_0c1xg9g" bpmnElement="Event_1lkdin3">
<dc:Bounds x="3022" y="675" width="36" height="36" />
<bpmndi:BPMNLabel>
<dc:Bounds x="3002" y="643" width="81" height="14" />
</bpmndi:BPMNLabel>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="BPMNShape_1kyfg3n" bpmnElement="Event_0ood1q0">
<dc:Bounds x="3022" y="425" width="36" height="36" />
<bpmndi:BPMNLabel>
<dc:Bounds x="3001" y="396" width="84" height="27" />
</bpmndi:BPMNLabel>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="BPMNShape_1cxco1l" bpmnElement="Event_09hkg8k">
<dc:Bounds x="3262" y="425" width="36" height="36" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="BPMNShape_13jc94p" bpmnElement="Activity_0jl790y">
<dc:Bounds x="2830" y="403" width="100" height="80" />
<bpmndi:BPMNLabel />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Activity_0f6z7ac_di" bpmnElement="Activity_0wo4c94" bioc:stroke="rgb(67, 160, 71)" bioc:fill="rgb(200, 230, 201)">
<dc:Bounds x="2630" y="403" width="100" height="80" />
<bpmndi:BPMNLabel />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Activity_02j0299_di" bpmnElement="Activity_02j0299" bioc:stroke="rgb(67, 160, 71)" bioc:fill="rgb(200, 230, 201)">
<dc:Bounds x="1930" y="403" width="100" height="80" />
<bpmndi:BPMNLabel />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Activity_00bsy0a_di" bpmnElement="Activity_1t227a4" bioc:stroke="rgb(67, 160, 71)" bioc:fill="rgb(200, 230, 201)">
<dc:Bounds x="2230" y="403" width="100" height="80" />
<bpmndi:BPMNLabel />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="BPMNShape_0lvmocj" bpmnElement="Activity_1fwgq9n" bioc:stroke="#000000" bioc:fill="#ffffff" color:background-color="#ffffff" color:border-color="#000000">
<dc:Bounds x="2370" y="403" width="100" height="80" />
<bpmndi:BPMNLabel />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="BPMNShape_00m3v32" bpmnElement="Event_15fhie6">
<dc:Bounds x="2532" y="425" width="36" height="36" />
<bpmndi:BPMNLabel>
<dc:Bounds x="2515" y="403" width="73" height="14" />
</bpmndi:BPMNLabel>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="BPMNShape_0dfdshz" bpmnElement="Activity_1as3e8x" bioc:stroke="#8e24aa" bioc:fill="#e1bee7" color:background-color="#e1bee7" color:border-color="#8e24aa">
<dc:Bounds x="1470" y="403" width="100" height="80" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Activity_12drjd3_di" bpmnElement="Activity_12drjd3" bioc:stroke="rgb(67, 160, 71)" bioc:fill="rgb(200, 230, 201)">
<dc:Bounds x="2080" y="403" width="100" height="80" />
<bpmndi:BPMNLabel />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Activity_1hpnorc_di" bpmnElement="Activity_1hpnorc" bioc:stroke="rgb(67, 160, 71)" bioc:fill="rgb(200, 230, 201)">
<dc:Bounds x="1780" y="403" width="100" height="80" />
<bpmndi:BPMNLabel />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="BPMNShape_0nfem2n" bpmnElement="Activity_0anuo10" bioc:stroke="#8e24aa" bioc:fill="#e1bee7" color:background-color="#e1bee7" color:border-color="#8e24aa">
<dc:Bounds x="1630" y="403" width="100" height="80" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Activity_1cxc616_di" bpmnElement="Activity_0phplbf" isExpanded="true">
<dc:Bounds x="210" y="810" width="480" height="200" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Event_0fkymfq_di" bpmnElement="Event_077oby2">
<dc:Bounds x="250" y="892" width="36" height="36" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="BPMNShape_1um1umg" bpmnElement="Activity_163fne9">
<dc:Bounds x="440" y="870" width="100" height="80" />
<bpmndi:BPMNLabel />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Event_0cza6t9_di" bpmnElement="Event_0ogh647">
<dc:Bounds x="612" y="892" width="36" height="36" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Event_0sicojh_di" bpmnElement="Event_01xn3m9">
<dc:Bounds x="342" y="892" width="36" height="36" />
<bpmndi:BPMNLabel>
<dc:Bounds x="330" y="935" width="60" height="14" />
</bpmndi:BPMNLabel>
</bpmndi:BPMNShape>
<bpmndi:BPMNEdge id="Flow_0gbz351_di" bpmnElement="Flow_0gbz351">
<di:waypoint x="540" y="910" />
<di:waypoint x="612" y="910" />
<bpmndi:BPMNLabel>
<dc:Bounds x="536" y="914" width="45" height="14" />
</bpmndi:BPMNLabel>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_0vpp8s2_di" bpmnElement="Flow_0vpp8s2">
<di:waypoint x="286" y="910" />
<di:waypoint x="342" y="910" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_1s5t769_di" bpmnElement="Flow_1s5t769">
<di:waypoint x="378" y="910" />
<di:waypoint x="440" y="910" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNShape id="BPMNShape_1pj4ttl" bpmnElement="Event_02ujzsz">
<dc:Bounds x="1372" y="675" width="36" height="36" />
<bpmndi:BPMNLabel>
<dc:Bounds x="1350" y="718" width="81" height="14" />
</bpmndi:BPMNLabel>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="BPMNShape_1gb4nd5" bpmnElement="Event_0lnl94c">
<dc:Bounds x="1372" y="425" width="36" height="36" />
<bpmndi:BPMNLabel>
<dc:Bounds x="1348" y="468" width="85" height="27" />
</bpmndi:BPMNLabel>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="TextAnnotation_1g13zn3_di" bpmnElement="TextAnnotation_1g13zn3">
<dc:Bounds x="190" y="90" width="205" height="90" />
<bpmndi:BPMNLabel />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="TextAnnotation_0ve6gva_di" bpmnElement="TextAnnotation_0ve6gva">
<dc:Bounds x="700" y="313" width="100" height="30" />
<bpmndi:BPMNLabel />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="TextAnnotation_10gbagx_di" bpmnElement="TextAnnotation_10gbagx">
<dc:Bounds x="1000" y="294" width="100" height="68" />
<bpmndi:BPMNLabel />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="TextAnnotation_0jg0jwa_di" bpmnElement="TextAnnotation_0jg0jwa">
<dc:Bounds x="1780" y="333" width="100" height="39" />
<bpmndi:BPMNLabel />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="TextAnnotation_0839rkw_di" bpmnElement="TextAnnotation_0839rkw">
<dc:Bounds x="1930" y="333" width="100" height="39" />
<bpmndi:BPMNLabel />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="TextAnnotation_0xh2sya_di" bpmnElement="TextAnnotation_0xh2sya">
<dc:Bounds x="2080" y="330" width="100" height="39" />
<bpmndi:BPMNLabel />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="TextAnnotation_0ctnzyu_di" bpmnElement="TextAnnotation_0ctnzyu">
<dc:Bounds x="2230" y="338" width="100" height="30" />
<bpmndi:BPMNLabel />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="TextAnnotation_19we2s6_di" bpmnElement="TextAnnotation_19we2s6">
<dc:Bounds x="2370" y="320" width="100" height="41" />
<bpmndi:BPMNLabel />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="BPMNShape_0he7nqv" bpmnElement="Event_0olxlfl">
<dc:Bounds x="632" y="602" width="36" height="36" />
</bpmndi:BPMNShape>
<bpmndi:BPMNEdge id="Flow_1e3mi72_di" bpmnElement="Flow_1e3mi72">
<di:waypoint x="3058" y="443" />
<di:waypoint x="3155" y="443" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_0ja9nlg_di" bpmnElement="Flow_0ja9nlg">
<di:waypoint x="3058" y="693" />
<di:waypoint x="3180" y="693" />
<di:waypoint x="3180" y="468" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_0jnufzr_di" bpmnElement="Flow_0jnufzr">
<di:waypoint x="2568" y="443" />
<di:waypoint x="2630" y="443" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_1q72hf3_di" bpmnElement="Flow_1q72hf3">
<di:waypoint x="1295" y="443" />
<di:waypoint x="1372" y="443" />
<bpmndi:BPMNLabel>
<dc:Bounds x="1299" y="453" width="15" height="14" />
</bpmndi:BPMNLabel>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_0xb2q5c_di" bpmnElement="Flow_0xb2q5c">
<di:waypoint x="1180" y="443" />
<di:waypoint x="1245" y="443" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="BPMNEdge_12w5zpl" bpmnElement="Flow_029ur97">
<di:waypoint x="995" y="443" />
<di:waypoint x="1080" y="443" />
<bpmndi:BPMNLabel>
<dc:Bounds x="1002" y="453" width="15" height="14" />
</bpmndi:BPMNLabel>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_1wpzyq7_di" bpmnElement="Flow_1wpzyq7">
<di:waypoint x="1270" y="418" />
<di:waypoint x="1270" y="253" />
<di:waypoint x="820" y="253" />
<di:waypoint x="820" y="403" />
<bpmndi:BPMNLabel>
<dc:Bounds x="1283" y="403" width="54" height="14" />
</bpmndi:BPMNLabel>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="BPMNEdge_1wv0zdv" bpmnElement="Flow_0a1iw3h">
<di:waypoint x="970" y="468" />
<di:waypoint x="970" y="693" />
<di:waypoint x="1372" y="693" />
<bpmndi:BPMNLabel>
<dc:Bounds x="983" y="483" width="54" height="14" />
</bpmndi:BPMNLabel>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_0qnwk1l_di" bpmnElement="Flow_0qnwk1l">
<di:waypoint x="3205" y="443" />
<di:waypoint x="3262" y="443" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_022fwic_di" bpmnElement="Flow_022fwic">
<di:waypoint x="2730" y="443" />
<di:waypoint x="2830" y="443" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="BPMNEdge_0u7pz53" bpmnElement="Flow_0gzv1k2">
<di:waypoint x="870" y="443" />
<di:waypoint x="945" y="443" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="BPMNEdge_1w3khhf" bpmnElement="Flow_1csuwvq">
<di:waypoint x="508" y="443" />
<di:waypoint x="575" y="443" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_07kepmf_di" bpmnElement="Flow_07kepmf">
<di:waypoint x="420" y="443" />
<di:waypoint x="472" y="443" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_11y2gxv_di" bpmnElement="Flow_11y2gxv">
<di:waypoint x="2930" y="443" />
<di:waypoint x="3022" y="443" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_0u33xva_di" bpmnElement="Flow_0u33xva">
<di:waypoint x="2330" y="443" />
<di:waypoint x="2370" y="443" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_165535w_di" bpmnElement="Flow_165535w">
<di:waypoint x="2470" y="443" />
<di:waypoint x="2532" y="443" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="BPMNEdge_1n6bt23" bpmnElement="Flow_0v9fn99">
<di:waypoint x="250" y="443" />
<di:waypoint x="320" y="443" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_1wr2dxn_di" bpmnElement="Flow_1wr2dxn">
<di:waypoint x="1570" y="443" />
<di:waypoint x="1630" y="443" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_0g483es_di" bpmnElement="Flow_0g483es">
<di:waypoint x="1730" y="443" />
<di:waypoint x="1780" y="443" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_1xpm12u_di" bpmnElement="Flow_1xpm12u">
<di:waypoint x="1880" y="443" />
<di:waypoint x="1930" y="443" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_072rfbi_di" bpmnElement="Flow_072rfbi">
<di:waypoint x="2030" y="443" />
<di:waypoint x="2080" y="443" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_1gvmyuf_di" bpmnElement="Flow_1gvmyuf">
<di:waypoint x="2180" y="443" />
<di:waypoint x="2230" y="443" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_02ixndu_di" bpmnElement="Flow_02ixndu">
<di:waypoint x="600" y="620" />
<di:waypoint x="600" y="670" />
<di:waypoint x="670" y="670" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_0j3iasf_di" bpmnElement="Flow_0j3iasf">
<di:waypoint x="668" y="620" />
<di:waypoint x="688" y="620" />
<di:waypoint x="688" y="652" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_1afqehr_di" bpmnElement="Flow_1afqehr">
<di:waypoint x="625" y="443" />
<di:waypoint x="770" y="443" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_1tm31mp_di" bpmnElement="Flow_1tm31mp">
<di:waypoint x="600" y="468" />
<di:waypoint x="600" y="540" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_1ungq2r_di" bpmnElement="Flow_1ungq2r">
<di:waypoint x="1408" y="693" />
<di:waypoint x="3022" y="693" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_11tpxt9_di" bpmnElement="Flow_11tpxt9">
<di:waypoint x="1408" y="443" />
<di:waypoint x="1470" y="443" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Association_150uuiu_di" bpmnElement="Association_150uuiu">
<di:waypoint x="232" y="425" />
<di:waypoint x="232" y="180" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Association_09p5lpa_di" bpmnElement="Association_09p5lpa">
<di:waypoint x="796" y="403" />
<di:waypoint x="759" y="343" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Association_1x1el02_di" bpmnElement="Association_1x1el02">
<di:waypoint x="1106" y="403" />
<di:waypoint x="1081" y="362" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Association_1s93ss1_di" bpmnElement="Association_1s93ss1">
<di:waypoint x="1980" y="403" />
<di:waypoint x="1980" y="372" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Association_1y7k0s3_di" bpmnElement="Association_1y7k0s3">
<di:waypoint x="2280" y="403" />
<di:waypoint x="2280" y="368" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Association_0kqrljp_di" bpmnElement="Association_0kqrljp">
<di:waypoint x="2420" y="403" />
<di:waypoint x="2420" y="361" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Association_1oefb0g_di" bpmnElement="Association_1oefb0g">
<di:waypoint x="2130" y="403" />
<di:waypoint x="2130" y="369" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Association_13sjaxt_di" bpmnElement="Association_13sjaxt">
<di:waypoint x="1830" y="403" />
<di:waypoint x="1830" y="372" />
</bpmndi:BPMNEdge>
</bpmndi:BPMNPlane>
</bpmndi:BPMNDiagram>
</bpmn2:definitions>