By specifying maxMessageSize, we can wrap the text.
Example
skinparam maxMessageSize 60
wrapText.txt
@startuml title Job Scheduler skinparam maxMessageSize 60 client -> server: Client take the input from user and submit the job ... 5 minutes later... client <- server: Server read the data from client, execute the job and publish the results @enduml
Above snippet generate below diagram.
No comments:
Post a Comment