Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save yeoupooh/1a206b9c5696487016111c7b277ca6a3 to your computer and use it in GitHub Desktop.
Save yeoupooh/1a206b9c5696487016111c7b277ca6a3 to your computer and use it in GitHub Desktop.
@startuml
autonumber
A -> B: step
activate B
B -> C: step
activate C
C --> C: action
C -> B: step
deactivate C
B -> A: step
deactivate B
@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