Replies: 1 comment
-
Sounds fine to me. |
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
Uh oh!
There was an error while loading. Please reload this page.
-
I am working on a WorkChain that contains a
while
-loop, where a calculation is submitted as long as a condition is not fulfilled. Is there any problem storing the calculation node (future) in thecontext
everytime with the same key? The results of the previous calculations are not needed.Tagging @mbercx.
Beta Was this translation helpful? Give feedback.
All reactions