/tmp
directory/tmp
directory. You have of available space in /tmp
to save any file.
/tmp
across workflow runs/tmp
directory is stored on the virtual machine that runs your workflow. We call this the execution environment (“EE”). More than one EE may be created to handle high-volume workflows. And EEs can be destroyed at any time (for example, after about 10 minutes of receiving no events). This means that you should not expect to have access to files across executions. At the same time, files may remain, so you should clean them up to make sure that doesn’t affect your workflow. Use the tempfile
module to cleanup files after use, or delete the files manually.
/tmp
/tmp/python-logo.png
holds the official Python logo.
/tmp
/tmp
directory. Let’s open the python-logo.png
file.
/tmp
/tmp
you can list them and print the results to the Logs section of Results:
/tmp
/tmp
.
/tmp
/tmp
in an HTTP request.
multipart/form-data
request/tmp
limitations/tmp
directory can store up to of storage. Also the storage may be wiped or may not exist between workflow executions.
To avoid errors, assume that the /tmp
directory is empty between workflow runs. Please refer to the disk limits for details.