@startuml
title Search a movie
(*) --> "User types in movie research bar"
--> [At every new letter typed] "Get what the user has typed so far"
--> "Fetch list of movies from OMDB"
--> if "Movies were found"
--> [Success] "Display list of clickable movies names"
--> (*)
else
--> [Failure] "Displayer 'No movies found with this name' message"
--> (*)
endif
@enduml
@startuml
title edit review
(*)-->"user selects edit"
-->" open text editor"
-->if "click post" then
-->[success]"update time stamp"
--> "post updated comment"
-->(*)
else
-->[failure]"display error message"
-->"prompt user to try again"
-->(*)
endif
@enduml
@startuml
title this is my title
if (condition?) then (yes)
:yes;
else (no)
:no;
note right
this is a note
end note
endif
stop
legend
this is the legend
endlegend
footer dummy footer
header
this is
a long __dummy__ header
end header
@endum

###5.9颜色
您可以使用为一些项目指定一个颜色。
@startuml
start
:starting progress;
#HotPink:reading configuration files
These files should edited at this point!;
#AAAAAA:ending of the process;
@enduml
@startuml
start
if (Graphviz installed?) then (yes)
:process all\ndiagrams;
else (no)
:process only
__sequence__ and __activity__ diagrams;
endif
stop
@enduml
@startuml
title Exporter un workshop
(*) --> "Page liste des ateliers"
-->[clic sur workshop] "Page détail de l'workshop"
-->[clic sur exporter] "Popup enregistrer le PDF"
--> (*)
@enduml
ACTIVITY DIAGRAM
5377981685956608
startecho a warninglaunch Celerydwith screenexit 1sleep for 5 secondsexit 2echo a successstorage mounted &all configured ?Noscreen running ?NoYesokNoYesscreen running ?NoYes
View other user's profileAccess profileFetch all user dataDisplay user data
ACTIVITY DIAGRAM
5674368789118976
Log outTriggers log outRedirect to login pageDisplay error messageUser is loggedSuccessFailure
ACTIVITY DIAGRAM
5675267779461120
Search a movieUser types in movie research barGet what the user has typed so farFetch list of movies from OMDBDisplay list of clickable movies namesDisplayer 'No movies found with this name' messageAt every new letter typedMovies were foundSuccessFailure
ACTIVITY DIAGRAM
5678701068943360
Reset passwordGive username and/or emailSubmit formSend reset password email with linkDisplay error messageEmail is associated to existing userSuccessFailure
ACTIVITY DIAGRAM
5710999223009280
Proposal submissionThis is on defined onseverallines