Lifetime statements activate/deactivate don't work in sequence diagram with allow_mixing #85
Labels
plantuml core
PlantUML Core Issue. Can't be fixed here, maybe report at <https://github.com/plantuml/plantuml>?
@startuml
allow_mixing
Actor User
Entity WSExplorer
Entity BSDplugin
Entity BSDServer
User -> WSExplorer :open
activate WSExplorer
WSExplorer -> BSDServer: start
@enduml
The text was updated successfully, but these errors were encountered: