PlantUML:ステートマシン図
https://plantuml-proxy.vercel.app/svg/https://scrapbox.io/api/code/suto3/PlantUML:ステートマシン図/state.uml#.svg
code:state.uml
@startuml
header some header
footer some footer
title My title
caption This is caption
legend
The legend
end legend
State1 -> State2
@enduml
https://plantuml-proxy.vercel.app/svg/https://scrapbox.io/api/code/suto3/PlantUML:ステートマシン図/state02.uml#.svg
code:state02.uml
@startuml
hide empty description
Wait -right-> Vault
Vault -up-> Enable
Enable -left-> Unlock
Unlock -down-> Wait
@enduml