I want participants to come in the order they are called and at that place to get hierarchical representation

0 votes
asked Mar 8, 2018 in Wanted features by preetika (200 points)
recategorized Mar 12, 2018 by preetika
@startuml
participant A
create B
A -> B : Create 1
create C
B -> C : Create 2
Create D
C->D: Create 3
@enduml
For example here instead of writing "create" multiple times can there be some kind of automation to ensure participants get created only when referenced and from that exact position. If I do not use create, they get created automatically at top not at the position where called. I want run-time creation
Also after create, you need an arrow pointing towards the participant. Vice versa does not work. Can this be adjusted  ?

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