Tuesday 31 October 2023

PlantUML: How to denote a connector in activity diagram using parentheses

Using parenthesis, we can denote a connector.

Example

(someCharacter)

 

connector.txt

@startuml

start

:Activity1;
:Activity2;
(C)
kill
(C)
:Activity3;


stop

@enduml

 

Above snippet generate below diagram.


 

 

Previous                                                    Next                                                    Home

No comments:

Post a Comment