Replies: 1 comment
|
Yes. You can use distinct methods for this. One is to use a |
0 replies
Answer selected by
fgmacedo
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes. You can use distinct methods for this. One is to use a
model, so when creating a state machine instance, you pass the model as the first parameter and the SM will start on the model's current state value. Another option is to use thestart_valueparameter when creating the State machine instance.