You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 12, 2025. It is now read-only.
I have to build a map of State machines and in case the node server goes down, I need to resurrect them all later in the exact states they were when the server is restarted. Any idea how this can be implemented.
Any way I can restore the FSMs by storing them into Mongo/Redis.
basically, I need a constructor or setStateMachine() fn