Activity Diagram (beta) - direction of graph

+2 votes
asked Sep 5, 2019 in Question / help by Kimble

Hello 

Is it possible to go left to right using the "Activity Diagram (beta)" syntax? This would be for swim lanes too. I tried left to right direction and my docker container version would not play ball.

commented Sep 5, 2019 by albert (3,520 points)
- Which version of plantuml is used?

- did you get an error message?

- can you share the problematic code?
commented Sep 6, 2019 by kimble (100 points)

Version PlantUML Server 20190520-1816 / version 1201905 - the latest docker container 

error PlantUML diagram

Code

@startuml
left to right direction
start
:Hello world;
:This is defined on
several **lines**;
end
@enduml

commented Sep 6, 2019 by albert (3,520 points)
Looks like this problem has also be mentioned in https://forum.plantuml.net/8821/left-right-direction-broken-with-activity-diagram-beta-syntax on January 14, 2019 but is without response.

1 Answer

0 votes
answered Nov 14, 2022 by danespin (200 points)
will this ever gonna be fixed?
...