Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kkeisuke/8047f952576f44121c31b821f6f86c9d to your computer and use it in GitHub Desktop.
Save kkeisuke/8047f952576f44121c31b821f6f86c9d to your computer and use it in GitHub Desktop.
アクティビティ図を書き始めるためのテンプレート
@startuml
(*) -down-> "step 1"
if "action" then
-down->[true] "step 2"
-down-> "step 3"
-down->[End] (*)
else
-right->[false] "error"
-up-> "step 1"
endif
@enduml
Display the source blob
Display the rendered blob
Raw
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment