state chart name choice state

0 votes
asked Nov 10, 2020 in Question / help by marcpawl (120 points)
edited Nov 10, 2020 by marcpawl
I have a choice state, that I would like the name in the rendered graph so it is easier to follow in my implementation.

I have

state is_active_choice <<choice>>
[*] --> is_active_choice

is_active_choice --> wait_for_active : [!has_active_manager]
is_active_choice --> standby : [is_other_active_manager]

Is there a way to have text in the diamond?
commented Nov 11, 2020 by Martin

The best idea I could come up with is:

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