When a relative path is passed to a File parameter of a process, it should probably be converted to an absolute path before going to the execution engine.
- should the conversion happen at
start time?
A related issue is: if a process writes files to its current directory, what do these files become once execution is finished? We should probably force the working directory of workers to be in a temporary directory that is deleted after execution