Swimlines with fork

+1 vote
asked Feb 16, 2016 in Closed question / help by anonymous
wrong position for elements when using together "swimlines" and "fork" functionnalities :

@startuml

fork

|lineA|

:action1

Fork again

|lineB|

:action2;

Endforkfork

@enduml

Thanks for your feed back.

BR

1 Answer

0 votes
answered Feb 16, 2016 by plantuml (295,000 points)

Is this a duplicate of http://plantuml.sourceforge.net/qa/?qa=4190/why-the-synchronization-bad-doesntt-extend-other-swinlanes ?

We slightly change your example in:

@startuml
|lineA|
fork
:action1;
Fork again
|lineB|
:action2;
End fork
@enduml

...