How does the new syntax of activity diagrams achieve the pointing of corresponding arrows?

0 votes
asked Jan 3 in Question / help by gaoyujie (120 points)

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

Your answer

Your name to display (optional):
Privacy: Your email address will only be used for sending these notifications.
Anti-spam verification:

[Antispam2 Feature: please please wait 1 or 2 minutes (this message will disappear) before pressing the button otherwise it will fail](--------)
To avoid this verification in future, please log in or register.
...