Color individual state diagram choice pseudostates

+1 vote
asked Dec 25, 2022 in Wanted features by dmf19 (380 points)
retagged Jan 8, 2023 by dmf19

The following seems to work for start and end but not choice:

@startuml

state A
state B
state C
state c1 <<choice>> #blue
state c2 <<choice>> #red
state e1 <<start>> #orange
state e2 <<end>> #green

e1 --> c1
c1 --> A
c1 --> B
B --> c2
c2 --> C
c2 --> e2
C --> e2

@enduml

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