Activity diagram - Split vertical

0 votes
asked Mar 7, 2022 in Question / help by MBrothers (120 points)

I have a few different inputs I want to model into my model, but I can't get it aethestically as I'd like. With short names, it looks ok, but if the names grow longer, it feels better to have the whole diagram (or actually this is only a section of my diagram) to align vertical. At least, I want the inputs for the `split` (1, 2, 3 and 4) to be above one another, and the (process input) and (Execute some action)to be on the right. Is that possible?

Actually - I want something like the useverticalIf macro for the split.

@startuml

split

-[hidden]->

:1<

split again

-[hidden]->;

:2<

split again

-[hidden]->

:3<

split again

-[hidden]->

:4<

end split

:Process input;

:Execute some action>

detach

@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.
...