Blame view

doc/uml/activities/observation_manager/execute_plan_act.txt 305 Bytes
164eebbd   haribo   UML and comments
1
2
3
4
5
6
7
8
9
10
11
12
13
14
@startuml

title Execute plan

(*) --> "Sleep countdown time"
	--> "Fetch plan object from DB with its id"
	--> "Set camera"
	--> "Wait for cameras and instruments to be ready"
	--> "Start observation"
	--> "Wait for observation to be finished"
	--> "Create analysis task for each image"
	--> (*)

@enduml