closed How to use label with Swimlanes

0 votes
asked Sep 29, 2022 in Question / help by Savion (120 points)
closed Sep 29, 2022 by Savion
I add swimlane in label example like

@startuml
title Point two queries to same activity\nwith `goto`
|test|
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
:nonShared;
endif
endif
|test1|
:merge;
@enduml

then label doesnt work.
commented Sep 29, 2022 by The-Lu (63,920 points)

Hello S., and all,

It seems that is not yet implemented, it is a wanted feature...

See similar request here:

Awaiting full implementation of 'label/goto' and improvement (avoiding red color, ...) by the PlantUML team,

If that can help,
Regards,
Th.

commented Sep 29, 2022 by Savion (120 points)

Thanks reply.Im really looking forward to this features.

...