Friday 13 January 2023

PlantUML: Remove foot boxes in the sequence diagram

'hide footbox' command hide the foot boxes in a sequence diagram.

 

hideFootbox.txt

@startuml

hide footbox

client -> server : Submit the job
server -> database: Request the job configuration
database -> server: Send job configuration
server -> client: Send job execution status

@enduml

Above snippet generate below diagram.



 

Previous                                                    Next                                                    Home

No comments:

Post a Comment