Include text in the endif diamond

0 votes
asked Oct 30, 2019 in Wanted features by Steve Bond (120 points)
edited Oct 31, 2019 by Steve Bond

Hello,

Would it be difficult to implement the following syntax in activity diagrams?

@startuml
start
if (I'm a little tomato) then (True)
    :Don't eat me!;
else (False)
    :Phew, human is better;
endif (What a silly example)
@enduml

The desired output would look something like this:

ElseIf image

This would also partially resolve the frustration I believe some people are feeling with respect to issue 4015

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