Hi there,
I'm having trouble with the width of swimlanes and the horizontal positioning / vertical alignment of boxes therein. The activities should be vertically aligned and no space should be wasted. How could this be achieved?
Thanks for any hint.
@startuml
|P1|
|P2|
|P3|
|P4|
|P5|
|P1|
start
:Do1;
|P2|
:Do2-is-something-really-long;
|P5|
if (Cond1?) then (ok)
|P2|
:Do3-is-longer;
|P1|
:Do4;
floating note right
Comm1
end note
|P5|
:Do5-is-longer-too;
|P1|
:Do6;
:Do7;
fork
|P2|
:Do8-is-something;
:Do9-is-another-thing;
fork again
|P3|
:Do10;
:Do11;
fork again
|P5|
:Do12-leads-to-more-and-more-width;
end fork
|P4|
:Do13;
|P5|
:Do14;
else (not ok)
stop
endif
stop
@enduml