allow_mixing limites state chart functionality

0 votes
asked Jul 5, 2019 in Bug by dorianc (120 points)

Hi, 

I am trying to work out how to visually group states on a state-chart without using a composite state. While attempting to use a `rectangle` for this purpose I found that just enabling `allow_mixing` raises errors for any existing composite state declarations. Furthermore the input and output nodes seem to now be illegal. Please see the below which shows both these issues. 

```

@startuml

allow_mixing

title MixingErrorExample

rectangle "node" {

state One

state Two

}

' error with below line

[*] -> One

One -> Two:as

' error with below line

state Three {

}

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