Skip to the content.

Home / cs-notes / Language / Markdown / plantuml / Sequence Diagram / Lifeline Activation and Destruction

@startuml
autoactivate on
alice -> bob : hello
bob -> bob : self call
bill -> bob #005500 : hello from thread 2
bob -> george ** : create
return done in thread 2
return rc
bob -> george !! : delete
return success

@enduml