Inner transition in State machines

0 votes
asked Jan 16, 2021 in Question / help by Madhura9 (140 points)
Is there a way to render inner transitions (no state change/no entry-exit actions) with plantUML? I can only figure out a self transition. Appreciate the help.

1 Answer

0 votes
answered Aug 22 by anonymous

Belated answer:

state MyState {
  MyState: MyEvent / myAction()
}
...