execute_plan_act.txt 305 Bytes
@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