The old syntax of activity diagrams achieves arrow conversion through keywords such as down, but the new syntax does not support the down keyword.
- -down-> (default arrow)
- -right-> or ->
- -left->
- -up->
As shown in the activity diagram of the new grammar below, how can the pointing of arrows be achieved:
@startuml
start
:"First Activity";
:"Second Activity;
:"Third Activity";
stop
@enduml