Goto operator doesn't work if swimlanes used

0 votes
asked Nov 17 in Bug by igor

(just added two swimlanns to example with 'goto')

@startuml
title Point two queries to same activity\nwith `goto`
|swimlane1|;
start
if (Test Question?) then (yes)
'space label only for alignment
label sp_lab0
label sp_lab1
'real label
label lab
:shared;
else (no)
if (Second Test Question?) then (yes)
label sp_lab2
goto sp_lab1
else
|swimlane2|;
:nonShared;
endif
endif
:merge;
@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.
...