Created
November 6, 2019 23:34
-
-
Save yeoupooh/1a206b9c5696487016111c7b277ca6a3 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment