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/backup/process/primary-process.bpmn

450 lines
25 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:camunda="http://camunda.org/schema/1.0/bpmn" xmlns:di="http://www.omg.org/spec/DD/20100524/DI" xmlns:bioc="http://bpmn.io/schema/bpmn/biocolor/1.0" id="sample-diagram" targetNamespace="http://bpmn.io/schema/bpmn" exporter="Camunda Modeler" exporterVersion="5.0.0" xsi:schemaLocation="http://www.omg.org/spec/BPMN/20100524/MODEL BPMN20.xsd">
<bpmn2:signal id="Signal_0kz05aq" name="antrag-abgeschlossen-${execution.getProcessInstanceId()}" />
<bpmn2:message id="Message_13oyyv2" name="action-executed-${execution.getVariable(&#39;smardigoManagementAction&#39;)}" />
<bpmn2:collaboration id="Collaboration_0oahy0i">
<bpmn2:participant id="Participant_19lpjee" name="Primary Process" processRef="primary-process" />
<bpmn2:participant id="Participant_138furn" name="Smardigo Management Action" processRef="smardigo-management-action" />
<bpmn2:participant id="Participant_1jw669n" name="Smardigo Management Message" processRef="smardigo-management-message" />
<bpmn2:participant id="Participant_1ylv8bm" name="smardigo-backup-process" processRef="smardigo-backup-process" />
</bpmn2:collaboration>
<bpmn2:process id="primary-process" name="Primary Process" isExecutable="true" camunda:candidateStarterGroups="administrator">
<bpmn2:intermediateThrowEvent id="Event_1ho1j80" name="set state &#34;new&#34;" 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_1vjr74e</bpmn2:incoming>
<bpmn2:outgoing>Flow_0g6g4pi</bpmn2:outgoing>
</bpmn2:intermediateThrowEvent>
<bpmn2:task id="Activity_12c4494" name="Defaultwerte setzen">
<bpmn2:extensionElements>
<camunda:inputOutput>
<camunda:outputParameter name="databaseEngines">
<camunda:list>
<camunda:value>postgres</camunda:value>
<camunda:value>maria</camunda:value>
</camunda:list>
</camunda:outputParameter>
<camunda:outputParameter name="progress_current">${0}</camunda:outputParameter>
<camunda:outputParameter name="progress_max">${1}</camunda:outputParameter>
<camunda:outputParameter name="cluster">
<camunda:map>
<camunda:entry key="stage">${envStage}</camunda:entry>
</camunda:map>
</camunda:outputParameter>
<camunda:outputParameter name="jobs">
<camunda:list />
</camunda:outputParameter>
</camunda:inputOutput>
</bpmn2:extensionElements>
<bpmn2:incoming>Flow_0zzip76</bpmn2:incoming>
<bpmn2:outgoing>Flow_1vjr74e</bpmn2:outgoing>
</bpmn2:task>
<bpmn2:subProcess id="Activity_1igl4tq">
<bpmn2:incoming>Flow_0g6g4pi</bpmn2:incoming>
<bpmn2:outgoing>Flow_1hsnadn</bpmn2:outgoing>
<bpmn2:multiInstanceLoopCharacteristics camunda:collection="databaseEngines" camunda:elementVariable="databaseEngine">
<bpmn2:completionCondition xsi:type="bpmn2:tFormalExpression">${nrOfInstances == nrOfCompletedInstances}</bpmn2:completionCondition>
</bpmn2:multiInstanceLoopCharacteristics>
<bpmn2:startEvent id="Event_034s0kg">
<bpmn2:outgoing>Flow_18mi4w5</bpmn2:outgoing>
</bpmn2:startEvent>
<bpmn2:endEvent id="Event_00ab9z8">
<bpmn2:incoming>Flow_0284cem</bpmn2:incoming>
</bpmn2:endEvent>
<bpmn2:sequenceFlow id="Flow_18mi4w5" sourceRef="Event_034s0kg" targetRef="Activity_07xlk4g" />
<bpmn2:callActivity id="Activity_07xlk4g" name="Backup Prozess" calledElement="smardigo-backup-process">
<bpmn2:extensionElements>
<camunda:in businessKey="#{execution.processBusinessKey}" />
<camunda:in variables="all" />
</bpmn2:extensionElements>
<bpmn2:incoming>Flow_18mi4w5</bpmn2:incoming>
<bpmn2:outgoing>Flow_0284cem</bpmn2:outgoing>
</bpmn2:callActivity>
<bpmn2:sequenceFlow id="Flow_0284cem" sourceRef="Activity_07xlk4g" targetRef="Event_00ab9z8" />
</bpmn2:subProcess>
<bpmn2:intermediateThrowEvent id="Event_1l1qtec" name="set state &#34;done&#34;" camunda:asyncAfter="true">
<bpmn2:extensionElements>
<camunda:inputOutput>
<camunda:outputParameter name="vorgang_status">${999}</camunda:outputParameter>
<camunda:outputParameter name="vorgang_status_text">done</camunda:outputParameter>
</camunda:inputOutput>
</bpmn2:extensionElements>
<bpmn2:incoming>Flow_1hsnadn</bpmn2:incoming>
<bpmn2:outgoing>Flow_0ufs5lg</bpmn2:outgoing>
</bpmn2:intermediateThrowEvent>
<bpmn2:startEvent id="Event_0wqvypp">
<bpmn2:outgoing>Flow_1a8vxf0</bpmn2:outgoing>
<bpmn2:timerEventDefinition id="TimerEventDefinition_1geoi5v">
<bpmn2:timeCycle xsi:type="bpmn2:tFormalExpression">0 23 0 * * ?</bpmn2:timeCycle>
</bpmn2:timerEventDefinition>
</bpmn2:startEvent>
<bpmn2:parallelGateway id="Gateway_1f7y3mt">
<bpmn2:incoming>Flow_1a8vxf0</bpmn2:incoming>
<bpmn2:outgoing>Flow_0zzip76</bpmn2:outgoing>
<bpmn2:outgoing>Flow_1jgyavz</bpmn2:outgoing>
</bpmn2:parallelGateway>
<bpmn2:userTask id="Activity_1auoxoj" name="Gain Access to Processes" camunda:candidateGroups="administrator,maintainer">
<bpmn2:incoming>Flow_1jgyavz</bpmn2:incoming>
</bpmn2:userTask>
<bpmn2:endEvent id="Event_14fmnl2">
<bpmn2:incoming>Flow_0ufs5lg</bpmn2:incoming>
<bpmn2:terminateEventDefinition id="TerminateEventDefinition_0v1q0hn" />
</bpmn2:endEvent>
<bpmn2:sequenceFlow id="Flow_0ufs5lg" sourceRef="Event_1l1qtec" targetRef="Event_14fmnl2" />
<bpmn2:sequenceFlow id="Flow_1jgyavz" sourceRef="Gateway_1f7y3mt" targetRef="Activity_1auoxoj" />
<bpmn2:sequenceFlow id="Flow_0zzip76" sourceRef="Gateway_1f7y3mt" targetRef="Activity_12c4494" />
<bpmn2:sequenceFlow id="Flow_0g6g4pi" sourceRef="Event_1ho1j80" targetRef="Activity_1igl4tq" />
<bpmn2:sequenceFlow id="Flow_1vjr74e" sourceRef="Activity_12c4494" targetRef="Event_1ho1j80" />
<bpmn2:sequenceFlow id="Flow_1hsnadn" sourceRef="Activity_1igl4tq" targetRef="Event_1l1qtec" />
<bpmn2:sequenceFlow id="Flow_1a8vxf0" sourceRef="Event_0wqvypp" targetRef="Gateway_1f7y3mt" />
</bpmn2:process>
<bpmn2:process id="smardigo-management-action" name="Smardigo Management Action" isExecutable="true">
<bpmn2:startEvent id="Event_02kqmmg">
<bpmn2:outgoing>Flow_1ow8whd</bpmn2:outgoing>
</bpmn2:startEvent>
<bpmn2:scriptTask id="Activity_1olpao9" name="ansible-start.groovy" scriptFormat="groovy" camunda:resource="ansible-start.groovy">
<bpmn2:incoming>Flow_1ow8whd</bpmn2:incoming>
<bpmn2:outgoing>Flow_0qfq760</bpmn2:outgoing>
</bpmn2:scriptTask>
<bpmn2:callActivity id="Activity_1ewqrs7" name="Management Benachrichtigung senden" calledElement="smardigo-management-message">
<bpmn2:extensionElements>
<camunda:in businessKey="#{execution.processBusinessKey}" />
<camunda:in variables="all" />
<camunda:in sourceExpression="Neue Aufgabe" target="activityTitle" />
<camunda:in sourceExpression="${smardigoManagementAction}" target="activitySubtitle" />
</bpmn2:extensionElements>
<bpmn2:incoming>Flow_0qfq760</bpmn2:incoming>
<bpmn2:outgoing>Flow_11nxxg5</bpmn2:outgoing>
</bpmn2:callActivity>
<bpmn2:task id="Activity_1igdww7" name="AWX Job-Template-ID auslesen">
<bpmn2:extensionElements>
<camunda:inputOutput>
<camunda:outputParameter name="job_template_id">
<camunda:script scriptFormat="groovy">datasources.query('awx-job-templates').processScope(contextScopeId, contextProcessId).parameters([name:smardigoManagementAction]).list()[0]['id'];</camunda:script>
</camunda:outputParameter>
</camunda:inputOutput>
</bpmn2:extensionElements>
<bpmn2:incoming>Flow_11nxxg5</bpmn2:incoming>
<bpmn2:outgoing>Flow_1cnt5hf</bpmn2:outgoing>
</bpmn2:task>
<bpmn2:task id="Activity_1hwc1va" name="AWX REST-Parameter erzeugen">
<bpmn2:extensionElements>
<camunda:inputOutput>
<camunda:outputParameter name="awxPath">/api/v2/job_templates/${job_template_id}/launch/</camunda:outputParameter>
<camunda:outputParameter name="extra_vars">
<camunda:script scriptFormat="groovy" resource="create-awx-paramaters.groovy" />
</camunda:outputParameter>
</camunda:inputOutput>
</bpmn2:extensionElements>
<bpmn2:incoming>Flow_1cnt5hf</bpmn2:incoming>
<bpmn2:outgoing>Flow_1nqz9ya</bpmn2:outgoing>
</bpmn2:task>
<bpmn2:serviceTask id="Activity_0wn3csk" name="AWX Provisionierung starten" camunda:delegateExpression="${rest.post(&#39;awx&#39;, awxPath).responseJSONObject(&#39;awxResponse&#39;).bodyJSONMap(awxRequestBody)}">
<bpmn2:extensionElements>
<camunda:inputOutput>
<camunda:inputParameter name="awxRequestBody">
<camunda:map>
<camunda:entry key="extra_vars">${extra_vars}</camunda:entry>
</camunda:map>
</camunda:inputParameter>
</camunda:inputOutput>
</bpmn2:extensionElements>
<bpmn2:incoming>Flow_1nqz9ya</bpmn2:incoming>
<bpmn2:outgoing>Flow_1kxc9t0</bpmn2:outgoing>
</bpmn2:serviceTask>
<bpmn2:scriptTask id="Activity_12p300g" name="Aktuelle Job Id übernehmen" scriptFormat="groovy">
<bpmn2:incoming>Flow_1kxc9t0</bpmn2:incoming>
<bpmn2:outgoing>Flow_1nuku1o</bpmn2:outgoing>
<bpmn2:script>def jobs = processes.byId(contextScopeId, contextProcessId).getVariable('jobs')
jobs.add(0, awxResponse.job)
processes.byId(contextScopeId, contextProcessId).setVariable('jobs', jobs)
processes.byId(contextScopeId, contextProcessId).setVariable('current_job_id', awxResponse.job)
processes.byId(contextScopeId, contextProcessId).createComment('current_job_id := ' + awxResponse.job)</bpmn2:script>
</bpmn2:scriptTask>
<bpmn2:intermediateCatchEvent id="Event_0tax83l" name="Ausführung der Aktion abwarten">
<bpmn2:incoming>Flow_1nuku1o</bpmn2:incoming>
<bpmn2:outgoing>Flow_0gcsmj7</bpmn2:outgoing>
<bpmn2:messageEventDefinition id="MessageEventDefinition_1j3daio" messageRef="Message_13oyyv2" />
</bpmn2:intermediateCatchEvent>
<bpmn2:scriptTask id="Activity_136brby" name="ansible-end.groovy" scriptFormat="groovy" camunda:resource="ansible-end.groovy">
<bpmn2:incoming>Flow_0gcsmj7</bpmn2:incoming>
<bpmn2:outgoing>Flow_1ju13h8</bpmn2:outgoing>
</bpmn2:scriptTask>
<bpmn2:endEvent id="Event_0hla739">
<bpmn2:incoming>Flow_1ju13h8</bpmn2:incoming>
</bpmn2:endEvent>
<bpmn2:sequenceFlow id="Flow_1ow8whd" sourceRef="Event_02kqmmg" targetRef="Activity_1olpao9" />
<bpmn2:sequenceFlow id="Flow_0qfq760" sourceRef="Activity_1olpao9" targetRef="Activity_1ewqrs7" />
<bpmn2:sequenceFlow id="Flow_11nxxg5" sourceRef="Activity_1ewqrs7" targetRef="Activity_1igdww7" />
<bpmn2:sequenceFlow id="Flow_1cnt5hf" sourceRef="Activity_1igdww7" targetRef="Activity_1hwc1va" />
<bpmn2:sequenceFlow id="Flow_1nqz9ya" sourceRef="Activity_1hwc1va" targetRef="Activity_0wn3csk" />
<bpmn2:sequenceFlow id="Flow_1kxc9t0" sourceRef="Activity_0wn3csk" targetRef="Activity_12p300g" />
<bpmn2:sequenceFlow id="Flow_1nuku1o" sourceRef="Activity_12p300g" targetRef="Event_0tax83l" />
<bpmn2:sequenceFlow id="Flow_0gcsmj7" sourceRef="Event_0tax83l" targetRef="Activity_136brby" />
<bpmn2:sequenceFlow id="Flow_1ju13h8" sourceRef="Activity_136brby" targetRef="Event_0hla739" />
</bpmn2:process>
<bpmn2:process id="smardigo-management-message" name="Smardigo Management Message" isExecutable="true">
<bpmn2:sequenceFlow id="Flow_1nplu24" sourceRef="Event_0cntm51" targetRef="Activity_00iw76a" />
<bpmn2:sequenceFlow id="Flow_1tye2db" sourceRef="Activity_00iw76a" targetRef="Event_0t0mo04" />
<bpmn2:startEvent id="Event_0cntm51">
<bpmn2:outgoing>Flow_1nplu24</bpmn2:outgoing>
</bpmn2:startEvent>
<bpmn2:serviceTask id="Activity_00iw76a" name="MS-Teams Benachrichtigung senden" camunda:delegateExpression="${rest.post(&#39;teams&#39;, &#39;/&#39;).responseJSONObject(&#39;teamsResponse&#39;).bodyJSONMap(teamsRequestBody)}">
<bpmn2:extensionElements>
<camunda:inputOutput>
<camunda:inputParameter name="teamsRequestBody">
<camunda:script scriptFormat="groovy" resource="create-teams-message.groovy" />
</camunda:inputParameter>
</camunda:inputOutput>
</bpmn2:extensionElements>
<bpmn2:incoming>Flow_1nplu24</bpmn2:incoming>
<bpmn2:outgoing>Flow_1tye2db</bpmn2:outgoing>
</bpmn2:serviceTask>
<bpmn2:endEvent id="Event_0t0mo04">
<bpmn2:incoming>Flow_1tye2db</bpmn2:incoming>
</bpmn2:endEvent>
</bpmn2:process>
<bpmn2:process id="smardigo-backup-process" isExecutable="true">
<bpmn2:callActivity id="Activity_1j05a8t" name="Database Backup erstellen" calledElement="smardigo-management-action">
<bpmn2:extensionElements>
<camunda:in businessKey="#{execution.processBusinessKey}" />
<camunda:in variables="all" />
<camunda:in sourceExpression="create-remote-database-backup" target="smardigoManagementAction" />
<camunda:in sourceExpression="Backup erstellen" target="comment" />
</bpmn2:extensionElements>
<bpmn2:incoming>Flow_04zgivk</bpmn2:incoming>
<bpmn2:outgoing>Flow_1sb0o0i</bpmn2:outgoing>
</bpmn2:callActivity>
<bpmn2:callActivity id="Activity_1wzak63" name="Database Backup prüfen" calledElement="smardigo-management-action">
<bpmn2:extensionElements>
<camunda:in businessKey="#{execution.processBusinessKey}" />
<camunda:in variables="all" />
<camunda:in sourceExpression="restore-remote-database-backup" target="smardigoManagementAction" />
<camunda:in sourceExpression="Backup prüfen" target="comment" />
</bpmn2:extensionElements>
<bpmn2:incoming>Flow_1sb0o0i</bpmn2:incoming>
<bpmn2:outgoing>Flow_1868uod</bpmn2:outgoing>
</bpmn2:callActivity>
<bpmn2:endEvent id="Event_0kgcs0l">
<bpmn2:incoming>Flow_1868uod</bpmn2:incoming>
</bpmn2:endEvent>
<bpmn2:startEvent id="Event_0mra24h">
<bpmn2:outgoing>Flow_04zgivk</bpmn2:outgoing>
</bpmn2:startEvent>
<bpmn2:sequenceFlow id="Flow_1868uod" sourceRef="Activity_1wzak63" targetRef="Event_0kgcs0l" />
<bpmn2:sequenceFlow id="Flow_04zgivk" sourceRef="Event_0mra24h" targetRef="Activity_1j05a8t" />
<bpmn2:sequenceFlow id="Flow_1sb0o0i" sourceRef="Activity_1j05a8t" targetRef="Activity_1wzak63" />
</bpmn2:process>
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Collaboration_0oahy0i">
<bpmndi:BPMNShape id="Participant_19lpjee_di" bpmnElement="Participant_19lpjee" isHorizontal="true">
<dc:Bounds x="160" y="880" width="1030" height="370" />
</bpmndi:BPMNShape>
<bpmndi:BPMNEdge id="Flow_0ufs5lg_di" bpmnElement="Flow_0ufs5lg">
<di:waypoint x="1048" y="1060" />
<di:waypoint x="1092" y="1060" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_1jgyavz_di" bpmnElement="Flow_1jgyavz">
<di:waypoint x="320" y="1035" />
<di:waypoint x="320" y="990" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_0zzip76_di" bpmnElement="Flow_0zzip76">
<di:waypoint x="345" y="1060" />
<di:waypoint x="360" y="1060" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_0g6g4pi_di" bpmnElement="Flow_0g6g4pi">
<di:waypoint x="538" y="1060" />
<di:waypoint x="600" y="1060" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_1vjr74e_di" bpmnElement="Flow_1vjr74e">
<di:waypoint x="460" y="1060" />
<di:waypoint x="502" y="1060" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_1hsnadn_di" bpmnElement="Flow_1hsnadn">
<di:waypoint x="950" y="1060" />
<di:waypoint x="1012" y="1060" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_1a8vxf0_di" bpmnElement="Flow_1a8vxf0">
<di:waypoint x="278" y="1060" />
<di:waypoint x="295" y="1060" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNShape id="Event_1ho1j80_di" bpmnElement="Event_1ho1j80">
<dc:Bounds x="502" y="1042" width="36" height="36" />
<bpmndi:BPMNLabel>
<dc:Bounds x="483" y="1093" width="73" height="14" />
</bpmndi:BPMNLabel>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Activity_12c4494_di" bpmnElement="Activity_12c4494">
<dc:Bounds x="360" y="1020" width="100" height="80" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Event_1l1qtec_di" bpmnElement="Event_1l1qtec">
<dc:Bounds x="1012" y="1042" width="36" height="36" />
<bpmndi:BPMNLabel>
<dc:Bounds x="993" y="1093" width="77" height="14" />
</bpmndi:BPMNLabel>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Event_1kodfyr_di" bpmnElement="Event_0wqvypp">
<dc:Bounds x="242" y="1042" width="36" height="36" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Gateway_1tpmaba_di" bpmnElement="Gateway_1f7y3mt">
<dc:Bounds x="295" y="1035" width="50" height="50" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Activity_0kss8bd_di" bpmnElement="Activity_1auoxoj">
<dc:Bounds x="270" y="910" width="100" height="80" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Event_0ebdydh_di" bpmnElement="Event_14fmnl2">
<dc:Bounds x="1092" y="1042" width="36" height="36" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Activity_1igl4tq_di" bpmnElement="Activity_1igl4tq" isExpanded="true">
<dc:Bounds x="600" y="960" width="350" height="200" />
</bpmndi:BPMNShape>
<bpmndi:BPMNEdge id="Flow_0284cem_di" bpmnElement="Flow_0284cem">
<di:waypoint x="820" y="1060" />
<di:waypoint x="872" y="1060" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_18mi4w5_di" bpmnElement="Flow_18mi4w5">
<di:waypoint x="678" y="1060" />
<di:waypoint x="720" y="1060" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNShape id="Event_034s0kg_di" bpmnElement="Event_034s0kg">
<dc:Bounds x="642" y="1042" width="36" height="36" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Event_00ab9z8_di" bpmnElement="Event_00ab9z8">
<dc:Bounds x="872" y="1042" width="36" height="36" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Activity_07xlk4g_di" bpmnElement="Activity_07xlk4g" bioc:stroke="rgb(67, 160, 71)" bioc:fill="rgb(200, 230, 201)">
<dc:Bounds x="720" y="1020" width="100" height="80" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Participant_1ylv8bm_di" bpmnElement="Participant_1ylv8bm" isHorizontal="true">
<dc:Bounds x="160" y="1260" width="560" height="280" />
</bpmndi:BPMNShape>
<bpmndi:BPMNEdge id="Flow_1868uod_di" bpmnElement="Flow_1868uod">
<di:waypoint x="570" y="1400" />
<di:waypoint x="632" y="1400" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_04zgivk_di" bpmnElement="Flow_04zgivk">
<di:waypoint x="248" y="1400" />
<di:waypoint x="290" y="1400" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_1sb0o0i_di" bpmnElement="Flow_1sb0o0i">
<di:waypoint x="390" y="1400" />
<di:waypoint x="470" y="1400" />
<bpmndi:BPMNLabel>
<dc:Bounds x="540" y="560" width="84" height="40" />
</bpmndi:BPMNLabel>
</bpmndi:BPMNEdge>
<bpmndi:BPMNShape id="Activity_1j05a8t_di" bpmnElement="Activity_1j05a8t" bioc:stroke="rgb(67, 160, 71)" bioc:fill="rgb(200, 230, 201)">
<dc:Bounds x="290" y="1360" width="100" height="80" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Activity_1wzak63_di" bpmnElement="Activity_1wzak63" bioc:stroke="rgb(67, 160, 71)" bioc:fill="rgb(200, 230, 201)">
<dc:Bounds x="470" y="1360" width="100" height="80" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Event_0kgcs0l_di" bpmnElement="Event_0kgcs0l">
<dc:Bounds x="632" y="1382" width="36" height="36" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Event_0dalxvw_di" bpmnElement="Event_0mra24h">
<dc:Bounds x="212" y="1382" width="36" height="36" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Participant_138furn_di" bpmnElement="Participant_138furn" isHorizontal="true">
<dc:Bounds x="160" y="480" width="1270" height="380" />
</bpmndi:BPMNShape>
<bpmndi:BPMNEdge id="BPMNEdge_0tho7qj" bpmnElement="Flow_1ow8whd">
<di:waypoint x="268" y="660" />
<di:waypoint x="300" y="660" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="BPMNEdge_0xakx55" bpmnElement="Flow_0qfq760">
<di:waypoint x="400" y="660" />
<di:waypoint x="440" y="660" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="BPMNEdge_06j58bk" bpmnElement="Flow_11nxxg5">
<di:waypoint x="540" y="660" />
<di:waypoint x="580" y="660" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="BPMNEdge_0s4wfmr" bpmnElement="Flow_1cnt5hf">
<di:waypoint x="680" y="660" />
<di:waypoint x="720" y="660" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="BPMNEdge_0kneuoo" bpmnElement="Flow_1nqz9ya">
<di:waypoint x="820" y="660" />
<di:waypoint x="860" y="660" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="BPMNEdge_11fw7sc" bpmnElement="Flow_1kxc9t0">
<di:waypoint x="960" y="660" />
<di:waypoint x="1000" y="660" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_1nuku1o_di" bpmnElement="Flow_1nuku1o">
<di:waypoint x="1100" y="660" />
<di:waypoint x="1142" y="660" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="BPMNEdge_03dvpnt" bpmnElement="Flow_0gcsmj7">
<di:waypoint x="1178" y="660" />
<di:waypoint x="1210" y="660" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="BPMNEdge_145xk9l" bpmnElement="Flow_1ju13h8">
<di:waypoint x="1310" y="660" />
<di:waypoint x="1352" y="660" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNShape id="BPMNShape_0ldhwza" bpmnElement="Event_02kqmmg">
<dc:Bounds x="232" y="642" width="36" height="36" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="BPMNShape_15atowd" bpmnElement="Activity_1olpao9">
<dc:Bounds x="300" y="620" width="100" height="80" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="BPMNShape_0f72bzc" bpmnElement="Activity_1ewqrs7" bioc:stroke="rgb(67, 160, 71)" bioc:fill="rgb(200, 230, 201)">
<dc:Bounds x="440" y="620" width="100" height="80" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="BPMNShape_0cy1hut" bpmnElement="Activity_1igdww7">
<dc:Bounds x="580" y="620" width="100" height="80" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="BPMNShape_0ugii3j" bpmnElement="Activity_1hwc1va">
<dc:Bounds x="720" y="620" width="100" height="80" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="BPMNShape_0fhm8q3" bpmnElement="Activity_0wn3csk">
<dc:Bounds x="860" y="620" width="100" height="80" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="BPMNShape_03mf6hu" bpmnElement="Activity_12p300g">
<dc:Bounds x="1000" y="620" width="100" height="80" />
<bpmndi:BPMNLabel />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="BPMNShape_1sr5s44" bpmnElement="Event_0tax83l">
<dc:Bounds x="1142" y="642" width="36" height="36" />
<bpmndi:BPMNLabel>
<dc:Bounds x="1123" y="686" width="79" height="27" />
</bpmndi:BPMNLabel>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="BPMNShape_09nsdxs" bpmnElement="Activity_136brby">
<dc:Bounds x="1210" y="620" width="100" height="80" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Event_0kni7xh_di" bpmnElement="Event_0hla739">
<dc:Bounds x="1352" y="642" width="36" height="36" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Participant_1jw669n_di" bpmnElement="Participant_1jw669n" isHorizontal="true">
<dc:Bounds x="160" y="80" width="360" height="380" />
</bpmndi:BPMNShape>
<bpmndi:BPMNEdge id="Flow_1nplu24_di" bpmnElement="Flow_1nplu24">
<di:waypoint x="268" y="270" />
<di:waypoint x="300" y="270" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_1tye2db_di" bpmnElement="Flow_1tye2db">
<di:waypoint x="400" y="270" />
<di:waypoint x="442" y="270" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNShape id="Event_0cntm51_di" bpmnElement="Event_0cntm51">
<dc:Bounds x="232" y="252" width="36" height="36" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Activity_00iw76a_di" bpmnElement="Activity_00iw76a" bioc:stroke="black" bioc:fill="white">
<dc:Bounds x="300" y="230" width="100" height="80" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Event_04pz81u_di" bpmnElement="Event_0t0mo04">
<dc:Bounds x="442" y="252" width="36" height="36" />
</bpmndi:BPMNShape>
</bpmndi:BPMNPlane>
</bpmndi:BPMNDiagram>
</bpmn2:definitions>