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.
479 lines
28 KiB
XML
479 lines
28 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-setup" processRef="service-setup" />
|
|
</bpmn2:collaboration>
|
|
<bpmn2:process id="service-setup" name="service-setup" isExecutable="true" camunda:candidateStarterGroups="service-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_17vb4ef" sourceRef="Event_0icoemn" targetRef="Activity_0e0vefu" />
|
|
<bpmn2:task id="Activity_0e0vefu" name="Create initial variables">
|
|
<bpmn2:extensionElements>
|
|
<camunda:inputOutput>
|
|
<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="stage">${envStage}</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="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_1p27woa</bpmn2:outgoing>
|
|
</bpmn2:task>
|
|
<bpmn2:sequenceFlow id="Flow_11ki58f" sourceRef="Activity_0poyoeb" targetRef="Activity_1t227a4" />
|
|
<bpmn2:sequenceFlow id="Flow_1eku1o4" sourceRef="Activity_1t227a4" targetRef="Activity_12drjd3" />
|
|
<bpmn2:sequenceFlow id="Flow_0pvr263" sourceRef="Activity_12drjd3" targetRef="Activity_13dxxan" />
|
|
<bpmn2:sequenceFlow id="Flow_1f0iyrk" sourceRef="Activity_02j0299" targetRef="Activity_1hpnorc" />
|
|
<bpmn2:sequenceFlow id="Flow_11k5c1y" sourceRef="Activity_1hpnorc" targetRef="Activity_0f5w8ui" />
|
|
<bpmn2:sequenceFlow id="Flow_1r4otto" sourceRef="Activity_0f5w8ui" targetRef="Activity_1f023c1" />
|
|
<bpmn2:sequenceFlow id="Flow_19vs5q0" sourceRef="Activity_1f023c1" targetRef="Activity_0wo4c94" />
|
|
<bpmn2:sequenceFlow id="Flow_022fwic" sourceRef="Activity_0wo4c94" targetRef="Event_09hkg8k" />
|
|
<bpmn2:sequenceFlow id="Flow_1p27woa" sourceRef="Activity_0e0vefu" targetRef="Activity_0jbgb28" />
|
|
<bpmn2:sequenceFlow id="Flow_0tgomqu" sourceRef="Activity_0kyjwnh" targetRef="Activity_0poyoeb" />
|
|
<bpmn2:sequenceFlow id="Flow_1khr5z7" sourceRef="Activity_13dxxan" targetRef="Activity_02j0299" />
|
|
<bpmn2:sequenceFlow id="Flow_0ohuc2f" sourceRef="Activity_0jbgb28" targetRef="Activity_0kyjwnh" />
|
|
<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_1p27woa</bpmn2:incoming>
|
|
<bpmn2:outgoing>Flow_0ohuc2f</bpmn2:outgoing>
|
|
</bpmn2:scriptTask>
|
|
<bpmn2:scriptTask id="Activity_0kyjwnh" name="Create data object" scriptFormat="groovy" camunda:resultVariable="in_data" camunda:resource="create-data.groovy">
|
|
<bpmn2:extensionElements>
|
|
<camunda:inputOutput>
|
|
<camunda:inputParameter name="connect_admin_password">
|
|
<camunda:script scriptFormat="groovy" resource="create-password.groovy" />
|
|
</camunda:inputParameter>
|
|
<camunda:inputParameter name="wordpress_admin_password">
|
|
<camunda:script scriptFormat="groovy" resource="create-password.groovy" />
|
|
</camunda:inputParameter>
|
|
</camunda:inputOutput>
|
|
</bpmn2:extensionElements>
|
|
<bpmn2:incoming>Flow_0ohuc2f</bpmn2:incoming>
|
|
<bpmn2:outgoing>Flow_0tgomqu</bpmn2:outgoing>
|
|
</bpmn2:scriptTask>
|
|
<bpmn2:task id="Activity_0poyoeb" name="Initialize progress">
|
|
<bpmn2:extensionElements>
|
|
<camunda:inputOutput>
|
|
<camunda:outputParameter name="progress_current">${1}</camunda:outputParameter>
|
|
<camunda:outputParameter name="progress_max">${8}</camunda:outputParameter>
|
|
</camunda:inputOutput>
|
|
</bpmn2:extensionElements>
|
|
<bpmn2:incoming>Flow_0tgomqu</bpmn2:incoming>
|
|
<bpmn2:outgoing>Flow_11ki58f</bpmn2:outgoing>
|
|
</bpmn2:task>
|
|
<bpmn2:callActivity id="Activity_1t227a4" name="pmci-server-create" calledElement="smardigo-management-action">
|
|
<bpmn2:extensionElements>
|
|
<camunda:in businessKey="#{execution.processBusinessKey}" />
|
|
<camunda:in variables="all" />
|
|
<camunda:in sourceExpression="pmci-server-create" 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_11ki58f</bpmn2:incoming>
|
|
<bpmn2:outgoing>Flow_1eku1o4</bpmn2:outgoing>
|
|
</bpmn2:callActivity>
|
|
<bpmn2:callActivity id="Activity_12drjd3" name="pmci-database-create" calledElement="smardigo-management-action">
|
|
<bpmn2:extensionElements>
|
|
<camunda:in businessKey="#{execution.processBusinessKey}" />
|
|
<camunda:in variables="all" />
|
|
<camunda:in sourceExpression="pmci-database-create" target="smardigoManagementAction" />
|
|
<camunda:in sourceExpression="Datenbank(en) erstellen" target="comment" />
|
|
<camunda:inputOutput>
|
|
<camunda:outputParameter name="progress_current">${progress_current + 1}</camunda:outputParameter>
|
|
<camunda:outputParameter name="simulation">${simulation}</camunda:outputParameter>
|
|
</camunda:inputOutput>
|
|
<camunda:in source="simulation" target="simulation" />
|
|
</bpmn2:extensionElements>
|
|
<bpmn2:incoming>Flow_1eku1o4</bpmn2:incoming>
|
|
<bpmn2:outgoing>Flow_0pvr263</bpmn2:outgoing>
|
|
</bpmn2:callActivity>
|
|
<bpmn2:callActivity id="Activity_13dxxan" name="pmci-database-backup-import" calledElement="smardigo-management-action">
|
|
<bpmn2:extensionElements>
|
|
<camunda:in businessKey="#{execution.processBusinessKey}" />
|
|
<camunda:in variables="all" />
|
|
<camunda:in sourceExpression="pmci-database-backup-import" target="smardigoManagementAction" />
|
|
<camunda:in sourceExpression="Datenbank(en) Backup importieren" target="comment" />
|
|
<camunda:inputOutput>
|
|
<camunda:inputParameter name="data">
|
|
<camunda:script scriptFormat="groovy">[database:[backup_file:"wordpress_portal.sql.gz"]]</camunda:script>
|
|
</camunda:inputParameter>
|
|
<camunda:outputParameter name="progress_current">${progress_current + 1}</camunda:outputParameter>
|
|
<camunda:outputParameter name="simulation">${simulation}</camunda:outputParameter>
|
|
</camunda:inputOutput>
|
|
<camunda:in source="simulation" target="simulation" />
|
|
</bpmn2:extensionElements>
|
|
<bpmn2:incoming>Flow_0pvr263</bpmn2:incoming>
|
|
<bpmn2:outgoing>Flow_1khr5z7</bpmn2:outgoing>
|
|
</bpmn2:callActivity>
|
|
<bpmn2:callActivity id="Activity_02j0299" name="pmci-realm-client-create" calledElement="smardigo-management-action">
|
|
<bpmn2:extensionElements>
|
|
<camunda:in businessKey="#{execution.processBusinessKey}" />
|
|
<camunda:in variables="all" />
|
|
<camunda:in sourceExpression="pmci-realm-client-create" target="smardigoManagementAction" />
|
|
<camunda:in sourceExpression="Realm/Client erstellen" target="comment" />
|
|
<camunda:inputOutput>
|
|
<camunda:outputParameter name="progress_current">${progress_current + 1}</camunda:outputParameter>
|
|
<camunda:outputParameter name="simulation">${simulation}</camunda:outputParameter>
|
|
</camunda:inputOutput>
|
|
<camunda:in source="simulation" target="simulation" />
|
|
<camunda:in source="in_data" target="data" />
|
|
</bpmn2:extensionElements>
|
|
<bpmn2:incoming>Flow_1khr5z7</bpmn2:incoming>
|
|
<bpmn2:outgoing>Flow_1f0iyrk</bpmn2:outgoing>
|
|
</bpmn2:callActivity>
|
|
<bpmn2:callActivity id="Activity_1hpnorc" name="pmci-service-create" calledElement="smardigo-management-action">
|
|
<bpmn2:extensionElements>
|
|
<camunda:in businessKey="#{execution.processBusinessKey}" />
|
|
<camunda:in variables="all" />
|
|
<camunda:in sourceExpression="pmci-service-create" target="smardigoManagementAction" />
|
|
<camunda:in sourceExpression="Service erstellen" target="comment" />
|
|
<camunda:inputOutput>
|
|
<camunda:outputParameter name="progress_current">${progress_current + 1}</camunda:outputParameter>
|
|
<camunda:outputParameter name="simulation">${simulation}</camunda:outputParameter>
|
|
</camunda:inputOutput>
|
|
<camunda:in source="simulation" target="simulation" />
|
|
<camunda:in source="in_data" target="data" />
|
|
</bpmn2:extensionElements>
|
|
<bpmn2:incoming>Flow_1f0iyrk</bpmn2:incoming>
|
|
<bpmn2:outgoing>Flow_11k5c1y</bpmn2:outgoing>
|
|
</bpmn2:callActivity>
|
|
<bpmn2:callActivity id="Activity_0f5w8ui" name="pmci-kibana-create-objects" calledElement="smardigo-management-action">
|
|
<bpmn2:extensionElements>
|
|
<camunda:in businessKey="#{execution.processBusinessKey}" />
|
|
<camunda:in variables="all" />
|
|
<camunda:in sourceExpression="pmci-kibana-create-objects" target="smardigoManagementAction" />
|
|
<camunda:in sourceExpression="Kibana Zugriff konfigurieren" target="comment" />
|
|
<camunda:inputOutput>
|
|
<camunda:outputParameter name="progress_current">${progress_current + 1}</camunda:outputParameter>
|
|
<camunda:outputParameter name="simulation">${simulation}</camunda:outputParameter>
|
|
</camunda:inputOutput>
|
|
<camunda:in source="simulation" target="simulation" />
|
|
</bpmn2:extensionElements>
|
|
<bpmn2:incoming>Flow_11k5c1y</bpmn2:incoming>
|
|
<bpmn2:outgoing>Flow_1r4otto</bpmn2:outgoing>
|
|
</bpmn2:callActivity>
|
|
<bpmn2:callActivity id="Activity_1f023c1" 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:outputParameter name="simulation">${simulation}</camunda:outputParameter>
|
|
</camunda:inputOutput>
|
|
<camunda:in source="simulation" target="simulation" />
|
|
</bpmn2:extensionElements>
|
|
<bpmn2:incoming>Flow_1r4otto</bpmn2:incoming>
|
|
<bpmn2:outgoing>Flow_19vs5q0</bpmn2:outgoing>
|
|
</bpmn2:callActivity>
|
|
<bpmn2:callActivity id="Activity_0wo4c94" name="sma-mgmt-mail service-setup" 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 created</camunda:inputParameter>
|
|
<camunda:inputParameter name="messageBody">template(service-created)</camunda:inputParameter>
|
|
<camunda:inputParameter name="simulation">${simulation}</camunda:inputParameter>
|
|
</camunda:inputOutput>
|
|
<camunda:in source="in_data" target="data" />
|
|
</bpmn2:extensionElements>
|
|
<bpmn2:incoming>Flow_19vs5q0</bpmn2:incoming>
|
|
<bpmn2:outgoing>Flow_022fwic</bpmn2:outgoing>
|
|
</bpmn2:callActivity>
|
|
<bpmn2:endEvent id="Event_09hkg8k">
|
|
<bpmn2:incoming>Flow_022fwic</bpmn2:incoming>
|
|
</bpmn2:endEvent>
|
|
<bpmn2:textAnnotation id="TextAnnotation_0ft6ox2">
|
|
<bpmn2:text>create data object</bpmn2:text>
|
|
</bpmn2:textAnnotation>
|
|
<bpmn2:association id="Association_16yj1cc" sourceRef="Activity_0kyjwnh" targetRef="TextAnnotation_0ft6ox2" />
|
|
<bpmn2:textAnnotation id="TextAnnotation_0ctnzyu">
|
|
<bpmn2:text>Server erstellen</bpmn2:text>
|
|
</bpmn2:textAnnotation>
|
|
<bpmn2:association id="Association_1y7k0s3" sourceRef="Activity_1t227a4" targetRef="TextAnnotation_0ctnzyu" />
|
|
<bpmn2:textAnnotation id="TextAnnotation_0xh2sya">
|
|
<bpmn2:text>Datenbank(en) erstellen</bpmn2:text>
|
|
</bpmn2:textAnnotation>
|
|
<bpmn2:association id="Association_1oefb0g" sourceRef="Activity_12drjd3" targetRef="TextAnnotation_0xh2sya" />
|
|
<bpmn2:textAnnotation id="TextAnnotation_0w6hfjw">
|
|
<bpmn2:text>Datenbank(en) Backup importieren</bpmn2:text>
|
|
</bpmn2:textAnnotation>
|
|
<bpmn2:association id="Association_09q4fwc" sourceRef="Activity_13dxxan" targetRef="TextAnnotation_0w6hfjw" />
|
|
<bpmn2:textAnnotation id="TextAnnotation_0zn8zwz">
|
|
<bpmn2:text>with data object</bpmn2:text>
|
|
</bpmn2:textAnnotation>
|
|
<bpmn2:textAnnotation id="TextAnnotation_0839rkw">
|
|
<bpmn2:text>Realm/Client erstellen</bpmn2:text>
|
|
</bpmn2:textAnnotation>
|
|
<bpmn2:association id="Association_0u5uqdi" sourceRef="Activity_02j0299" targetRef="TextAnnotation_0zn8zwz" />
|
|
<bpmn2:association id="Association_1s93ss1" sourceRef="Activity_02j0299" targetRef="TextAnnotation_0839rkw" />
|
|
<bpmn2:textAnnotation id="TextAnnotation_0m2zdxg">
|
|
<bpmn2:text>with data object</bpmn2:text>
|
|
</bpmn2:textAnnotation>
|
|
<bpmn2:textAnnotation id="TextAnnotation_0jg0jwa">
|
|
<bpmn2:text>Service erstellen</bpmn2:text>
|
|
</bpmn2:textAnnotation>
|
|
<bpmn2:association id="Association_10pkzhp" sourceRef="Activity_1hpnorc" targetRef="TextAnnotation_0m2zdxg" />
|
|
<bpmn2:association id="Association_13sjaxt" sourceRef="Activity_1hpnorc" targetRef="TextAnnotation_0jg0jwa" />
|
|
<bpmn2:textAnnotation id="TextAnnotation_09t161d">
|
|
<bpmn2:text>Kibana Zugriff konfigurieren</bpmn2:text>
|
|
</bpmn2:textAnnotation>
|
|
<bpmn2:association id="Association_0t6ii13" sourceRef="Activity_0f5w8ui" targetRef="TextAnnotation_09t161d" />
|
|
<bpmn2:textAnnotation id="TextAnnotation_19we2s6">
|
|
<bpmn2:text>Monitoring aktualisieren</bpmn2:text>
|
|
</bpmn2:textAnnotation>
|
|
<bpmn2:association id="Association_0kqrljp" sourceRef="Activity_1f023c1" targetRef="TextAnnotation_19we2s6" />
|
|
<bpmn2:textAnnotation id="TextAnnotation_1rb2giz">
|
|
<bpmn2:text>with data object</bpmn2:text>
|
|
</bpmn2:textAnnotation>
|
|
<bpmn2:association id="Association_19otigu" sourceRef="Activity_0wo4c94" targetRef="TextAnnotation_1rb2giz" />
|
|
<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: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="400" width="2548" height="430" />
|
|
<bpmndi:BPMNLabel />
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNShape id="TextAnnotation_0ft6ox2_di" bpmnElement="TextAnnotation_0ft6ox2">
|
|
<dc:Bounds x="690" y="720" width="100" height="41" />
|
|
<bpmndi:BPMNLabel />
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNShape id="TextAnnotation_0ctnzyu_di" bpmnElement="TextAnnotation_0ctnzyu">
|
|
<dc:Bounds x="1070" y="510" width="100" height="30" />
|
|
<bpmndi:BPMNLabel />
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNShape id="TextAnnotation_0xh2sya_di" bpmnElement="TextAnnotation_0xh2sya">
|
|
<dc:Bounds x="1260" y="510" width="100" height="39" />
|
|
<bpmndi:BPMNLabel />
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNShape id="TextAnnotation_0w6hfjw_di" bpmnElement="TextAnnotation_0w6hfjw">
|
|
<dc:Bounds x="1450" y="510" width="100" height="55" />
|
|
<bpmndi:BPMNLabel />
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNShape id="TextAnnotation_0zn8zwz_di" bpmnElement="TextAnnotation_0zn8zwz">
|
|
<dc:Bounds x="1640" y="720" width="100" height="30" />
|
|
<bpmndi:BPMNLabel />
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNShape id="TextAnnotation_0839rkw_di" bpmnElement="TextAnnotation_0839rkw">
|
|
<dc:Bounds x="1640" y="510" width="100" height="39" />
|
|
<bpmndi:BPMNLabel />
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNShape id="TextAnnotation_0m2zdxg_di" bpmnElement="TextAnnotation_0m2zdxg">
|
|
<dc:Bounds x="1830" y="720" width="100" height="30" />
|
|
<bpmndi:BPMNLabel />
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNShape id="TextAnnotation_0jg0jwa_di" bpmnElement="TextAnnotation_0jg0jwa">
|
|
<dc:Bounds x="1830" y="509" width="100" height="41" />
|
|
<bpmndi:BPMNLabel />
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNShape id="TextAnnotation_09t161d_di" bpmnElement="TextAnnotation_09t161d">
|
|
<dc:Bounds x="2020" y="510" width="100" height="39" />
|
|
<bpmndi:BPMNLabel />
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNShape id="TextAnnotation_19we2s6_di" bpmnElement="TextAnnotation_19we2s6">
|
|
<dc:Bounds x="2210" y="530" width="100" height="41" />
|
|
<bpmndi:BPMNLabel />
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNShape id="TextAnnotation_1rb2giz_di" bpmnElement="TextAnnotation_1rb2giz">
|
|
<dc:Bounds x="2400" y="720" width="100" height="30" />
|
|
<bpmndi:BPMNLabel />
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNShape id="BPMNShape_0yy8n73" bpmnElement="TextAnnotation_0utdf3z">
|
|
<dc:Bounds x="500" y="715" width="100" height="40.99609375" />
|
|
<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="BPMNShape_0qas5hx" bpmnElement="Activity_0jbgb28">
|
|
<dc:Bounds x="500" y="600" width="100" height="80" />
|
|
<bpmndi:BPMNLabel />
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNShape id="Activity_18babfm_di" bpmnElement="Activity_0kyjwnh">
|
|
<dc:Bounds x="690" y="600" width="100" height="80" />
|
|
<bpmndi:BPMNLabel />
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNShape id="Activity_0poyoeb_di" bpmnElement="Activity_0poyoeb" bioc:stroke="rgb(67, 160, 71)" bioc:fill="rgb(200, 230, 201)">
|
|
<dc:Bounds x="880" y="600" 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="1070" y="600" width="100" height="80" />
|
|
<bpmndi:BPMNLabel />
|
|
</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="1260" y="600" width="100" height="80" />
|
|
<bpmndi:BPMNLabel />
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNShape id="BPMNShape_0ew3zw5" bpmnElement="Activity_13dxxan" bioc:stroke="rgb(67, 160, 71)" bioc:fill="rgb(200, 230, 201)">
|
|
<dc:Bounds x="1450" y="600" 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="1640" y="600" 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="1830" y="600" width="100" height="80" />
|
|
<bpmndi:BPMNLabel />
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNShape id="Activity_0f5w8ui_di" bpmnElement="Activity_0f5w8ui" bioc:stroke="#43a047" bioc:fill="#c8e6c9" color:background-color="#c8e6c9" color:border-color="#43a047">
|
|
<dc:Bounds x="2020" y="600" width="100" height="80" />
|
|
<bpmndi:BPMNLabel />
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNShape id="BPMNShape_0s4omfn" bpmnElement="Activity_1f023c1" bioc:stroke="#000000" bioc:fill="#ffffff" color:background-color="#ffffff" color:border-color="#000000">
|
|
<dc:Bounds x="2210" y="600" 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="2400" y="600" width="100" height="80" />
|
|
<bpmndi:BPMNLabel />
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNShape id="Event_1fpt8h9_di" bpmnElement="Event_09hkg8k">
|
|
<dc:Bounds x="2582" y="622" width="36" height="36" />
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNEdge id="Association_16yj1cc_di" bpmnElement="Association_16yj1cc">
|
|
<di:waypoint x="740" y="680" />
|
|
<di:waypoint x="740" y="720" />
|
|
</bpmndi:BPMNEdge>
|
|
<bpmndi:BPMNEdge id="Association_1y7k0s3_di" bpmnElement="Association_1y7k0s3">
|
|
<di:waypoint x="1120" y="600" />
|
|
<di:waypoint x="1120" y="540" />
|
|
</bpmndi:BPMNEdge>
|
|
<bpmndi:BPMNEdge id="Association_1oefb0g_di" bpmnElement="Association_1oefb0g">
|
|
<di:waypoint x="1310" y="600" />
|
|
<di:waypoint x="1310" y="549" />
|
|
</bpmndi:BPMNEdge>
|
|
<bpmndi:BPMNEdge id="Association_09q4fwc_di" bpmnElement="Association_09q4fwc">
|
|
<di:waypoint x="1500" y="600" />
|
|
<di:waypoint x="1500" y="565" />
|
|
</bpmndi:BPMNEdge>
|
|
<bpmndi:BPMNEdge id="Association_0u5uqdi_di" bpmnElement="Association_0u5uqdi">
|
|
<di:waypoint x="1690" y="680" />
|
|
<di:waypoint x="1690" y="720" />
|
|
</bpmndi:BPMNEdge>
|
|
<bpmndi:BPMNEdge id="Association_1s93ss1_di" bpmnElement="Association_1s93ss1">
|
|
<di:waypoint x="1690" y="600" />
|
|
<di:waypoint x="1690" y="549" />
|
|
</bpmndi:BPMNEdge>
|
|
<bpmndi:BPMNEdge id="Association_10pkzhp_di" bpmnElement="Association_10pkzhp">
|
|
<di:waypoint x="1880" y="680" />
|
|
<di:waypoint x="1880" y="720" />
|
|
</bpmndi:BPMNEdge>
|
|
<bpmndi:BPMNEdge id="Association_13sjaxt_di" bpmnElement="Association_13sjaxt">
|
|
<di:waypoint x="1880" y="600" />
|
|
<di:waypoint x="1880" y="550" />
|
|
</bpmndi:BPMNEdge>
|
|
<bpmndi:BPMNEdge id="Association_0t6ii13_di" bpmnElement="Association_0t6ii13">
|
|
<di:waypoint x="2070" y="600" />
|
|
<di:waypoint x="2070" y="549" />
|
|
</bpmndi:BPMNEdge>
|
|
<bpmndi:BPMNEdge id="Association_0kqrljp_di" bpmnElement="Association_0kqrljp">
|
|
<di:waypoint x="2260" y="600" />
|
|
<di:waypoint x="2260" y="571" />
|
|
</bpmndi:BPMNEdge>
|
|
<bpmndi:BPMNEdge id="Association_19otigu_di" bpmnElement="Association_19otigu">
|
|
<di:waypoint x="2450" y="680" />
|
|
<di:waypoint x="2450" y="720" />
|
|
</bpmndi:BPMNEdge>
|
|
<bpmndi:BPMNEdge id="Association_0mf58hc_di" bpmnElement="Association_0mf58hc">
|
|
<di:waypoint x="550" y="715" />
|
|
<di:waypoint x="550" y="680" />
|
|
</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_11ki58f_di" bpmnElement="Flow_11ki58f">
|
|
<di:waypoint x="980" y="640" />
|
|
<di:waypoint x="1070" y="640" />
|
|
</bpmndi:BPMNEdge>
|
|
<bpmndi:BPMNEdge id="Flow_1eku1o4_di" bpmnElement="Flow_1eku1o4">
|
|
<di:waypoint x="1170" y="640" />
|
|
<di:waypoint x="1260" y="640" />
|
|
</bpmndi:BPMNEdge>
|
|
<bpmndi:BPMNEdge id="Flow_0pvr263_di" bpmnElement="Flow_0pvr263">
|
|
<di:waypoint x="1360" y="640" />
|
|
<di:waypoint x="1450" y="640" />
|
|
</bpmndi:BPMNEdge>
|
|
<bpmndi:BPMNEdge id="Flow_1f0iyrk_di" bpmnElement="Flow_1f0iyrk">
|
|
<di:waypoint x="1740" y="640" />
|
|
<di:waypoint x="1830" y="640" />
|
|
</bpmndi:BPMNEdge>
|
|
<bpmndi:BPMNEdge id="Flow_11k5c1y_di" bpmnElement="Flow_11k5c1y">
|
|
<di:waypoint x="1930" y="640" />
|
|
<di:waypoint x="2020" y="640" />
|
|
</bpmndi:BPMNEdge>
|
|
<bpmndi:BPMNEdge id="Flow_1r4otto_di" bpmnElement="Flow_1r4otto">
|
|
<di:waypoint x="2120" y="640" />
|
|
<di:waypoint x="2210" y="640" />
|
|
</bpmndi:BPMNEdge>
|
|
<bpmndi:BPMNEdge id="Flow_19vs5q0_di" bpmnElement="Flow_19vs5q0">
|
|
<di:waypoint x="2310" y="640" />
|
|
<di:waypoint x="2400" y="640" />
|
|
</bpmndi:BPMNEdge>
|
|
<bpmndi:BPMNEdge id="Flow_022fwic_di" bpmnElement="Flow_022fwic">
|
|
<di:waypoint x="2500" y="640" />
|
|
<di:waypoint x="2582" y="640" />
|
|
</bpmndi:BPMNEdge>
|
|
<bpmndi:BPMNEdge id="Flow_1p27woa_di" bpmnElement="Flow_1p27woa">
|
|
<di:waypoint x="410" y="640" />
|
|
<di:waypoint x="500" y="640" />
|
|
</bpmndi:BPMNEdge>
|
|
<bpmndi:BPMNEdge id="Flow_0tgomqu_di" bpmnElement="Flow_0tgomqu">
|
|
<di:waypoint x="790" y="640" />
|
|
<di:waypoint x="880" y="640" />
|
|
</bpmndi:BPMNEdge>
|
|
<bpmndi:BPMNEdge id="Flow_1khr5z7_di" bpmnElement="Flow_1khr5z7">
|
|
<di:waypoint x="1550" y="640" />
|
|
<di:waypoint x="1640" y="640" />
|
|
</bpmndi:BPMNEdge>
|
|
<bpmndi:BPMNEdge id="Flow_0ohuc2f_di" bpmnElement="Flow_0ohuc2f">
|
|
<di:waypoint x="600" y="640" />
|
|
<di:waypoint x="690" y="640" />
|
|
</bpmndi:BPMNEdge>
|
|
</bpmndi:BPMNPlane>
|
|
</bpmndi:BPMNDiagram>
|
|
</bpmn2:definitions>
|