qmuntal / stateless

Go library for creating finite state machines
BSD 2-Clause "Simplified" License
898 stars 47 forks source link

How to trigger state machine with external storage into sub init state? #78

Open liang-kang opened 2 months ago

liang-kang commented 2 months ago

when state machine with external storage, it may start with a super state which configured with initial transition.

In such case, state machine will not go into sub init state automatically.

How to trigger into sub init state?