Hi,
my workspace runner sends off a job to a child process which grabs files from a file system and zip them together.
The files are being copied to a temp location such as E:\\Temp\\_auto_zip_dataset_1549542585771_21996 but they don't clean up after the child process is done with the zipping job and the zip file is written into a desired output location.
Could you please suggest how to make sure the temp location doesn't run out of space?
Thanks, Monika