Not increment message when hidden

0 votes
asked Mar 6, 2023 in Bug by Goczilla1990 (140 points)

Hello,

The hidden messages should not be considered by the autonumber functionnaility. In my case, I am using them to end a lifeline at specific point of my sequence diagram.

Example:

@startuml
autonumber
Alice -> Bob: Authentication Request
Bob --> Alice: Authentication Response
Alice -[hidden]> Bob: Another authentication Request
Alice <-- Bob: Another authentication Response
note over Bob: Should be 3 instead of 4
@enduml

PlantUML Web Server

Thank you in advance for your help

1 Answer

0 votes
answered Mar 8, 2023 by Serge Wenger Work (15,620 points)
selected Mar 8, 2023 by Goczilla1990
...