apply_analyses_act.txt 259 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 8 9 10 11 12 13 14 @startuml title Apply analyses (*) --> if "All analyses files exist in their directory" --> [Yes] "Read analyses files" --> "Apply analyses to the images" --> (*) else --> [No] "Send mail to the administrators and the FSC" --> (*) endif @enduml