info below
stateDiagram state CompositeState { YourState123456789012345123456789123456789012345123456789123456789012345123456789123456789012345123456789 --> MyState:a label }
flowchart subgraph CompositeState subgraph AnotherCompositeStateCompositeStateCompositeStateCompositeState YourState --a label--> MyState end end
stateDiagram-v2 state CompositeState { state AnotherCompositeState1234567890 { YourState } }
%%{init:{"theme":"base", "themeVariables": {"primaryColor":"#411d4e", "titleColor":"white", "darkMode":true}}}%% flowchart LR subgraph B1 i -->f end A --> B1 --> B --> B1