State Machine Diagram - Note on link

0 votes
asked Aug 4, 2015 in Wanted features by TJP (400 points)
Hi Plant-UML Team.

Is it possible to attach a note on a link?

Thank you in advance.

Best regards,

Timo

1 Answer

0 votes
answered Aug 4, 2015 by plantuml (295,000 points)

Hello,

You can have:

[*] --> State1
note left on link
Dummy
end note

 

Is this what you are expecting ?

commented Feb 13, 2018 by vicnet (360 points)
This is not working on my version 8032
This code add a new node named 'link' then attach note to this node !
commented Apr 16, 2020 by anonymous
Remember to use "on link" instead of "of link".
...