see_schedules_act.txt 215 Bytes
@startuml

title See schedules

(*) --> "Get wanted schedule in DB"
	--> "Get sequences of the schedule in DB"
	--> "Display sequences of the schedule"
	--> "Display rejected sequences and reasons"
	--> (*)

@enduml