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