Activity Beta: Adding Note to If condition

0 votes
asked Jun 18, 2019 in Question / help by harishnb (120 points)
How to add a note to if condition. The Note added in below code appears floating:

@startuml

start

:ClickServlet.handleRequest();

:new page;

if (Page.onSecurityCheck) then (true)

note right

    Check the security using API

end note

   else (no)

:Render page template;

  endif

stop

@enduml

Your answer

Your name to display (optional):
Privacy: Your email address will only be used for sending these notifications.
Anti-spam verification:

[Antispam2 Feature: please please wait 1 or 2 minutes (this message will disappear) before pressing the button otherwise it will fail](--------)
To avoid this verification in future, please log in or register.
...