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

769 lines
42 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="Activity_0jbgb28" />
<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="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:outputParameter name="progress_current">${0}</camunda:outputParameter>
<camunda:outputParameter name="progress_max">${1}</camunda:outputParameter>
<camunda:outputParameter name="jobs">
<camunda:list />
</camunda:outputParameter>
</camunda:inputOutput>
</bpmn2:extensionElements>
<bpmn2:incoming>Flow_0v9fn99</bpmn2:incoming>
<bpmn2:outgoing>Flow_07kepmf</bpmn2:outgoing>
</bpmn2:serviceTask>
<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:sequenceFlow id="Flow_02ixndu" sourceRef="Activity_0ooomyl" targetRef="Event_1x43j9q" />
<bpmn2:sequenceFlow id="Flow_0j3iasf" sourceRef="Event_0olxlfl" targetRef="Event_1x43j9q" />
<bpmn2:sequenceFlow id="Flow_1afqehr" sourceRef="Gateway_1c7i8sh" targetRef="Activity_0q10a5i" />
<bpmn2:sequenceFlow id="Flow_1tm31mp" sourceRef="Gateway_1c7i8sh" targetRef="Activity_0ooomyl" />
<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:sequenceFlow id="Flow_11tpxt9" sourceRef="Event_0lnl94c" targetRef="Activity_1as3e8x" />
<bpmn2:sequenceFlow id="Flow_0iixe19" sourceRef="Activity_0jbgb28" targetRef="Event_03kt28o" />
<bpmn2:scriptTask id="Activity_0jbgb28" name="Load tenat object" scriptFormat="groovy" camunda:resultVariable="tenant" camunda:resource="load-tenant-data.groovy">
<bpmn2:extensionElements>
<camunda:inputOutput />
</bpmn2:extensionElements>
<bpmn2:incoming>Flow_07kepmf</bpmn2:incoming>
<bpmn2:outgoing>Flow_0iixe19</bpmn2:outgoing>
</bpmn2:scriptTask>
<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_0iixe19</bpmn2:incoming>
<bpmn2:outgoing>Flow_1csuwvq</bpmn2:outgoing>
</bpmn2:intermediateThrowEvent>
<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:boundaryEvent id="Event_0olxlfl" attachedToRef="Activity_0ooomyl">
<bpmn2:outgoing>Flow_0j3iasf</bpmn2:outgoing>
<bpmn2:signalEventDefinition id="SignalEventDefinition_1iv0uuo" signalRef="Signal_0dv7m83" />
</bpmn2:boundaryEvent>
<bpmn2:endEvent id="Event_1x43j9q">
<bpmn2:incoming>Flow_02ixndu</bpmn2:incoming>
<bpmn2:incoming>Flow_0j3iasf</bpmn2:incoming>
</bpmn2:endEvent>
<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: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-service" 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, contextProcessId).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: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: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_0utdf3z">
<bpmn2:text>load tenant object</bpmn2:text>
</bpmn2:textAnnotation>
<bpmn2:association id="Association_0mf58hc" sourceRef="TextAnnotation_0utdf3z" targetRef="Activity_0jbgb28" />
<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="3438" height="960" />
<bpmndi:BPMNLabel />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="BPMNShape_0yy8n73" bpmnElement="TextAnnotation_0utdf3z">
<dc:Bounds x="490" y="518" width="100" height="41" />
<bpmndi:BPMNLabel />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="TextAnnotation_0ve6gva_di" bpmnElement="TextAnnotation_0ve6gva">
<dc:Bounds x="880" y="313" width="100" height="30" />
<bpmndi:BPMNLabel />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="TextAnnotation_10gbagx_di" bpmnElement="TextAnnotation_10gbagx">
<dc:Bounds x="1180" y="294" width="100" height="68" />
<bpmndi:BPMNLabel />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="TextAnnotation_0jg0jwa_di" bpmnElement="TextAnnotation_0jg0jwa">
<dc:Bounds x="1960" y="333" width="100" height="39" />
<bpmndi:BPMNLabel />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="TextAnnotation_0839rkw_di" bpmnElement="TextAnnotation_0839rkw">
<dc:Bounds x="2110" y="333" width="100" height="39" />
<bpmndi:BPMNLabel />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="TextAnnotation_0xh2sya_di" bpmnElement="TextAnnotation_0xh2sya">
<dc:Bounds x="2260" y="330" width="100" height="39" />
<bpmndi:BPMNLabel />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="TextAnnotation_0ctnzyu_di" bpmnElement="TextAnnotation_0ctnzyu">
<dc:Bounds x="2410" y="338" width="100" height="30" />
<bpmndi:BPMNLabel />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="TextAnnotation_19we2s6_di" bpmnElement="TextAnnotation_19we2s6">
<dc:Bounds x="2550" y="320" width="100" height="41" />
<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_0qas5hx" bpmnElement="Activity_0jbgb28">
<dc:Bounds x="490" 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="652" y="425" width="36" height="36" />
<bpmndi:BPMNLabel>
<dc:Bounds x="646" 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="730" y="540" width="100" height="80" />
<bpmndi:BPMNLabel />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Event_1x43j9q_di" bpmnElement="Event_1x43j9q">
<dc:Bounds x="850" y="652" width="36" height="36" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="BPMNShape_1yhpiq0" bpmnElement="Gateway_1c7i8sh">
<dc:Bounds x="755" 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="950" y="403" width="100" height="80" />
<bpmndi:BPMNLabel />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="BPMNShape_07fqs97" bpmnElement="Gateway_1vctg9w" isMarkerVisible="true">
<dc:Bounds x="1125" y="418" width="50" height="50" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="BPMNShape_1254v3v" bpmnElement="Activity_1ani0wi">
<dc:Bounds x="1260" y="403" width="100" height="80" />
<bpmndi:BPMNLabel />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Gateway_1h2zzis_di" bpmnElement="Gateway_1h2zzis" isMarkerVisible="true">
<dc:Bounds x="1425" y="418" width="50" height="50" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Gateway_109jevx_di" bpmnElement="Gateway_109jevx" isMarkerVisible="true">
<dc:Bounds x="3335" y="418" width="50" height="50" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="BPMNShape_0c1xg9g" bpmnElement="Event_1lkdin3">
<dc:Bounds x="3202" y="675" width="36" height="36" />
<bpmndi:BPMNLabel>
<dc:Bounds x="3182" y="643" width="81" height="14" />
</bpmndi:BPMNLabel>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="BPMNShape_1kyfg3n" bpmnElement="Event_0ood1q0">
<dc:Bounds x="3202" y="425" width="36" height="36" />
<bpmndi:BPMNLabel>
<dc:Bounds x="3181" y="396" width="84" height="27" />
</bpmndi:BPMNLabel>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="BPMNShape_1cxco1l" bpmnElement="Event_09hkg8k">
<dc:Bounds x="3442" y="425" width="36" height="36" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="BPMNShape_13jc94p" bpmnElement="Activity_0jl790y">
<dc:Bounds x="3010" 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="2810" 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="2110" 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="2410" 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="2550" y="403" width="100" height="80" />
<bpmndi:BPMNLabel />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="BPMNShape_00m3v32" bpmnElement="Event_15fhie6">
<dc:Bounds x="2712" y="425" width="36" height="36" />
<bpmndi:BPMNLabel>
<dc:Bounds x="2695" 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="1650" 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="2260" 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="1960" 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="1810" y="403" width="100" height="80" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="BPMNShape_1pj4ttl" bpmnElement="Event_02ujzsz">
<dc:Bounds x="1552" y="675" width="36" height="36" />
<bpmndi:BPMNLabel>
<dc:Bounds x="1530" y="718" width="81" height="14" />
</bpmndi:BPMNLabel>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="BPMNShape_1gb4nd5" bpmnElement="Event_0lnl94c">
<dc:Bounds x="1552" y="425" width="36" height="36" />
<bpmndi:BPMNLabel>
<dc:Bounds x="1528" y="468" width="85" height="27" />
</bpmndi:BPMNLabel>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Activity_1cxc616_di" bpmnElement="Activity_0phplbf" isExpanded="true">
<dc:Bounds x="210" y="810" width="500" 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_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:BPMNShape id="Event_0cza6t9_di" bpmnElement="Event_0ogh647">
<dc:Bounds x="622" y="892" width="36" height="36" />
</bpmndi:BPMNShape>
<bpmndi:BPMNEdge id="Flow_0gbz351_di" bpmnElement="Flow_0gbz351">
<di:waypoint x="540" y="910" />
<di:waypoint x="622" y="910" />
<bpmndi:BPMNLabel>
<dc:Bounds x="557" 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="TextAnnotation_1g13zn3_di" bpmnElement="TextAnnotation_1g13zn3">
<dc:Bounds x="190" y="90" width="205" height="90" />
<bpmndi:BPMNLabel />
</bpmndi:BPMNShape>
<bpmndi:BPMNEdge id="Association_0mf58hc_di" bpmnElement="Association_0mf58hc">
<di:waypoint x="540" y="518" />
<di:waypoint x="540" y="483" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Association_09p5lpa_di" bpmnElement="Association_09p5lpa">
<di:waypoint x="976" y="403" />
<di:waypoint x="939" y="343" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Association_1x1el02_di" bpmnElement="Association_1x1el02">
<di:waypoint x="1286" y="403" />
<di:waypoint x="1261" y="362" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Association_1s93ss1_di" bpmnElement="Association_1s93ss1">
<di:waypoint x="2160" y="403" />
<di:waypoint x="2160" y="372" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Association_1y7k0s3_di" bpmnElement="Association_1y7k0s3">
<di:waypoint x="2460" y="403" />
<di:waypoint x="2460" y="368" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Association_0kqrljp_di" bpmnElement="Association_0kqrljp">
<di:waypoint x="2600" y="403" />
<di:waypoint x="2600" y="361" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Association_1oefb0g_di" bpmnElement="Association_1oefb0g">
<di:waypoint x="2310" y="403" />
<di:waypoint x="2310" y="369" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Association_13sjaxt_di" bpmnElement="Association_13sjaxt">
<di:waypoint x="2010" y="403" />
<di:waypoint x="2010" y="372" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNShape id="BPMNShape_0he7nqv" bpmnElement="Event_0olxlfl">
<dc:Bounds x="812" y="602" width="36" height="36" />
</bpmndi:BPMNShape>
<bpmndi:BPMNEdge id="Flow_1e3mi72_di" bpmnElement="Flow_1e3mi72">
<di:waypoint x="3238" y="443" />
<di:waypoint x="3335" y="443" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_0ja9nlg_di" bpmnElement="Flow_0ja9nlg">
<di:waypoint x="3238" y="693" />
<di:waypoint x="3360" y="693" />
<di:waypoint x="3360" y="468" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_0jnufzr_di" bpmnElement="Flow_0jnufzr">
<di:waypoint x="2748" y="443" />
<di:waypoint x="2810" y="443" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_1q72hf3_di" bpmnElement="Flow_1q72hf3">
<di:waypoint x="1475" y="443" />
<di:waypoint x="1552" y="443" />
<bpmndi:BPMNLabel>
<dc:Bounds x="1479" y="453" width="15" height="14" />
</bpmndi:BPMNLabel>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_0xb2q5c_di" bpmnElement="Flow_0xb2q5c">
<di:waypoint x="1360" y="443" />
<di:waypoint x="1425" y="443" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="BPMNEdge_12w5zpl" bpmnElement="Flow_029ur97">
<di:waypoint x="1175" y="443" />
<di:waypoint x="1260" y="443" />
<bpmndi:BPMNLabel>
<dc:Bounds x="1182" y="453" width="15" height="14" />
</bpmndi:BPMNLabel>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_1wpzyq7_di" bpmnElement="Flow_1wpzyq7">
<di:waypoint x="1450" y="418" />
<di:waypoint x="1450" y="253" />
<di:waypoint x="1000" y="253" />
<di:waypoint x="1000" y="403" />
<bpmndi:BPMNLabel>
<dc:Bounds x="1463" y="403" width="54" height="14" />
</bpmndi:BPMNLabel>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="BPMNEdge_1wv0zdv" bpmnElement="Flow_0a1iw3h">
<di:waypoint x="1150" y="468" />
<di:waypoint x="1150" y="693" />
<di:waypoint x="1552" y="693" />
<bpmndi:BPMNLabel>
<dc:Bounds x="1163" y="483" width="54" height="14" />
</bpmndi:BPMNLabel>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_0qnwk1l_di" bpmnElement="Flow_0qnwk1l">
<di:waypoint x="3385" y="443" />
<di:waypoint x="3442" y="443" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_022fwic_di" bpmnElement="Flow_022fwic">
<di:waypoint x="2910" y="443" />
<di:waypoint x="3010" y="443" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="BPMNEdge_0u7pz53" bpmnElement="Flow_0gzv1k2">
<di:waypoint x="1050" y="443" />
<di:waypoint x="1125" y="443" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="BPMNEdge_1w3khhf" bpmnElement="Flow_1csuwvq">
<di:waypoint x="688" y="443" />
<di:waypoint x="755" y="443" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_07kepmf_di" bpmnElement="Flow_07kepmf">
<di:waypoint x="420" y="443" />
<di:waypoint x="490" y="443" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_11y2gxv_di" bpmnElement="Flow_11y2gxv">
<di:waypoint x="3110" y="443" />
<di:waypoint x="3202" y="443" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_0u33xva_di" bpmnElement="Flow_0u33xva">
<di:waypoint x="2510" y="443" />
<di:waypoint x="2550" y="443" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_165535w_di" bpmnElement="Flow_165535w">
<di:waypoint x="2650" y="443" />
<di:waypoint x="2712" 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="1750" y="443" />
<di:waypoint x="1810" y="443" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_0g483es_di" bpmnElement="Flow_0g483es">
<di:waypoint x="1910" y="443" />
<di:waypoint x="1960" y="443" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_1xpm12u_di" bpmnElement="Flow_1xpm12u">
<di:waypoint x="2060" y="443" />
<di:waypoint x="2110" y="443" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_072rfbi_di" bpmnElement="Flow_072rfbi">
<di:waypoint x="2210" y="443" />
<di:waypoint x="2260" y="443" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_1gvmyuf_di" bpmnElement="Flow_1gvmyuf">
<di:waypoint x="2360" y="443" />
<di:waypoint x="2410" y="443" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_02ixndu_di" bpmnElement="Flow_02ixndu">
<di:waypoint x="780" y="620" />
<di:waypoint x="780" y="670" />
<di:waypoint x="850" y="670" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_0j3iasf_di" bpmnElement="Flow_0j3iasf">
<di:waypoint x="848" y="620" />
<di:waypoint x="868" y="620" />
<di:waypoint x="868" y="652" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_1afqehr_di" bpmnElement="Flow_1afqehr">
<di:waypoint x="805" y="443" />
<di:waypoint x="950" y="443" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_1tm31mp_di" bpmnElement="Flow_1tm31mp">
<di:waypoint x="780" y="468" />
<di:waypoint x="780" y="540" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_1ungq2r_di" bpmnElement="Flow_1ungq2r">
<di:waypoint x="1588" y="693" />
<di:waypoint x="3202" y="693" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_11tpxt9_di" bpmnElement="Flow_11tpxt9">
<di:waypoint x="1588" y="443" />
<di:waypoint x="1650" 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="Flow_0iixe19_di" bpmnElement="Flow_0iixe19">
<di:waypoint x="590" y="443" />
<di:waypoint x="652" y="443" />
</bpmndi:BPMNEdge>
</bpmndi:BPMNPlane>
</bpmndi:BPMNDiagram>
</bpmn2:definitions>