-
Can it be done? |
Beta Was this translation helpful? Give feedback.
Answered by
fgmacedo
Feb 5, 2024
Replies: 1 comment
-
Yes. You can use distinct methods for this. One is to use a |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
fgmacedo
# for free
to join this conversation on GitHub.
Already have an account?
# 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_value
parameter when creating the State machine instance.