<?xml version="1.0" encoding="UTF-8"?>
<bpmn:definitions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:bpmn="http://www.omg.org/spec/BPMN/20100524/MODEL"
id="Definitions_1" targetNamespace="http://bpmn.io/schema/bpmn">
<bpmn:process id="AS_IS_Process" isExecutable="true">
<bpmn:startEvent id="StartEvent_1" name="Начало сессии"/>
<bpmn:task id="Task_1" name="Формирование расписания"/>
<bpmn:exclusiveGateway id="Gateway_1" name="Допущен?"/>
<bpmn:task id="Task_2" name="Прохождение экзамена/зачета"/>
<bpmn:exclusiveGateway id="Gateway_2" name="Сдал?"/>
<bpmn:task id="Task_3" name="Выставление оценки"/>
<bpmn:task id="Task_4" name="Формирование задолженности"/>
<bpmn:task id="Task_5" name="Пересдача (1 или 2 раза)"/>
<bpmn:exclusiveGateway id="Gateway_3" name="Сдал после пересдачи?"/>
<bpmn:task id="Task_6" name="Перевод на следующий курс"/>
<bpmn:task id="Task_7" name="Отчисление"/>
<bpmn:endEvent id="EndEvent_1" name="Завершение"/>
<!-- FLOW -->
<bpmn:sequenceFlow sourceRef="StartEvent_1" targetRef="Task_1"/>
<bpmn:sequenceFlow sourceRef="Task_1" targetRef="Gateway_1"/>
<bpmn:sequenceFlow sourceRef="Gateway_1" targetRef="Task_2">
<bpmn:conditionExpression xsi:type="bpmn:tFormalExpression">да</bpmn:conditionExpression>
</bpmn:sequenceFlow>
<bpmn:sequenceFlow sourceRef="Gateway_1" targetRef="Task_4">
<bpmn:conditionExpression xsi:type="bpmn:tFormalExpression">нет</bpmn:conditionExpression>
</bpmn:sequenceFlow>
<bpmn:sequenceFlow sourceRef="Task_2" targetRef="Gateway_2"/>
<bpmn:sequenceFlow sourceRef="Gateway_2" targetRef="Task_3">
<bpmn:conditionExpression xsi:type="bpmn:tFormalExpression">да</bpmn:conditionExpression>
</bpmn:sequenceFlow>
<bpmn:sequenceFlow sourceRef="Gateway_2" targetRef="Task_4">
<bpmn:conditionExpression xsi:type="bpmn:tFormalExpression">нет</bpmn:conditionExpression>
</bpmn:sequenceFlow>
<bpmn:sequenceFlow sourceRef="Task_4" targetRef="Task_5"/>
<bpmn:sequenceFlow sourceRef="Task_5" targetRef="Gateway_3"/>
<bpmn:sequenceFlow sourceRef="Gateway_3" targetRef="Task_6">
<bpmn:conditionExpression xsi:type="bpmn:tFormalExpression">да</bpmn:conditionExpression>
</bpmn:sequenceFlow>
<bpmn:sequenceFlow sourceRef="Gateway_3" targetRef="Task_7">
<bpmn:conditionExpression xsi:type="bpmn:tFormalExpression">нет</bpmn:conditionExpression>
</bpmn:sequenceFlow>
<bpmn:sequenceFlow sourceRef="Task_3" targetRef="Task_6"/>
<bpmn:sequenceFlow sourceRef="Task_6" targetRef="EndEvent_1"/>
<bpmn:sequenceFlow sourceRef="Task_7" targetRef="EndEvent_1"/>
</bpmn:process>
</bpmn:definitions>