need xstate for stateless backend implementation #5233
Answered
by
davidkpiano
amustafi13
asked this question in
Q&A
-
need help on how i can leverage xstate to perform the following
currently, i am facing issues while re initialising the xstate actor after reaching a certain state since i dont have data which was the last task that was closed due to the stateless nature of the API. Also, I don't want to save the snapshot since the tasks in the workflow will be performed by simultaneously and can have concurrency issues. |
Beta Was this translation helpful? Give feedback.
Answered by
davidkpiano
Mar 18, 2025
Replies: 1 comment
-
I recommend using the transition API: https://stately.ai/docs/transitions#transitioning-state |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
amustafi13
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I recommend using the transition API: https://stately.ai/docs/transitions#transitioning-state