Replies: 1 comment
-
You could use reflection:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How do I configure transition to some state when trigger event occurs regardless of the current state? The only way of doing that currently is basically calling
.Permit(...)
for all configured states, which might be too many lines of code if you have quite a few states defined.Beta Was this translation helpful? Give feedback.
All reactions