Activity beta: Horizontal alignment in decisions across swim lanes

+1 vote
asked Aug 12, 2015 in Bug by anonymous
edited Aug 12, 2015

When using swim lanes in activity beta diagrams, some activities are shifted in horizontal position.

This occurs when using decisions as shown below.

From my understanding, foo and baz should be placed directly on top of each other, but they are not.

I have a much bigger diagram where this is becoming a problem.

Is there a fix / workaround for this?

Example:

@startuml
|Lane 1|
|Lane 2|
 
|Lane 1|
start
if (sure?) then (yes)
else (no)
    |Lane 2|
    :baz;
endif
|Lane 2|
:foo;
@enduml
 

 

1 Answer

0 votes
answered Nov 29, 2022 by The-Lu (64,760 points)

Hello all,

That seems to be corrected. Thanks... yes

Perhaps with the correction of the issue QA-16840:

that seems to correct also this issue. 

...