For example ``` ch = file(params.in) process foo { input: file x from ch "echo ${x.toAbsolutePath()}" } ``` It is expected that it resolves the path against the _process_ working path instead it is resolved agains the main thread execution path.
For example
It is expected that it resolves the path against the process working path instead it is resolved agains the main thread execution path.