Blame view

doc/uml/activities/alert_manager/retrieve_alert_act.txt 366 Bytes
164eebbd   haribo   UML and comments
1
2
3
4
@startuml

title Retrieve alerts

64fc9a89   Etienne Pallier   - un peu de refac...
5
(*) --> "Read file names in events_received directory"
164eebbd   haribo   UML and comments
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21

--> if "New file detected" then
	--> [yes] "Check alert validity"
	--> if "Alert is valid"
		--> [yes] "Transform alert in request"
		--> "Launch scheduling"
		--> (*)
	else
		--> [no] (*)
	endif
	
else
	---> [no] "Read files names in events_received directory"
endif

@enduml