Hello P.,
Awaiting fully management, here are some workarounds.
As mentioned on:
To display this diagram, we must add inner State, as:
@startuml
[*] --> State1
state SubFsm2 {
state innerState {
state PseudoEntry1 <<entryPoint>>
[*] --> SubState1
}
--
[*] --> SubState1b
}
@enduml
If that can help,
Regards,
Th.