AshStateMachine transitions from/to multiple states and no default initial state
Is there a way I can pass an array to
Can I not specify a default initial state, and simply require that it be one of a set of initial states and not be
Tagging this
from: and to:? Right now for the latter case it only makes sense if I can explicitly pass the state to transition to in the change builtin.Can I not specify a default initial state, and simply require that it be one of a set of initial states and not be
nil?Tagging this
Core for now.