Arrow type of return

0 votes
asked Feb 3, 2014 in Wanted features by anonymous
I like the concept of the autoactivate and the return.

From a UML perspective, I would have liked that the "return" or the "A <-- B" would also use or work with the <<-- arrow. I always try to indicate in invocations whether they are asynchronous (->>) or synchronous (->) and for a synchronous call the return should be (<<--). The return does not give that type of arrow, nor does the <<-- work together with autoactivate.

Thanks.

1 Answer

0 votes
answered Feb 22, 2014 by plantuml (298,440 points)

Hello, with the following beta : https://dl.dropboxusercontent.com/u/13064071/plantuml.jar

You can use "return"  with ->> arrow:

Bob ->> Alice : hello
return ok

Autoactivate is also now working with ->>

Hope this helps,

 

...