#default transition from state

1 messages · Page 1 of 1 (latest)

craggy grove
#

Could you share some pseudo-code of what you roughly mean?

#

So If I understand correctly, you want to send an empty event to the state machine when it's in state idle and let that fall back to op1 event?

clever yoke
#

first, is it possible to define a state a default transition? seems like not possible

#

how would i implement the empty state flow?

craggy grove
#

No. You either have explicit events like op1 and op2, immediate eventless transitions with always or delayed transitions with after.

craggy grove