vine: API call to fetch temp files #3240
Unanswered
btovar
asked this question in
TaskVine Q&A
Replies: 0 comments
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.
Uh oh!
There was an error while loading. Please reload this page.
-
A user may not know until runtime which files need to be transmitted back to the manager. For example, that decision may depend on some function evaluation, such as when to make a workflow snapshot, or which function call optimized some metric. In the case of the topEFT, the design simplifies if we mark all of the accumulation task results as temps, and then we simply fetch the file for the last accumulation.
These retrievals currently can be done by constructing a task, e.g.:
Thus, the API call to fetch files may simply construct a task as above.
Beta Was this translation helpful? Give feedback.
All reactions