This repository has been archived by the owner on Apr 4, 2023. It is now read-only.
Flow not saving the state. How can it be avoided? #233
Unanswered
utorellins
asked this question in
Q&A
Replies: 1 comment
-
Hey, are you trying to persist data across the multiple flow executions? |
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
-
I have a flow that fetches an Id (number) from the back-end and stores it in a durable variable. If I close and open again it fails because it says is expecting a String so I need to reset the durable and then it works fine again. Is there a way to avoid this?
Beta Was this translation helpful? Give feedback.
All reactions