mount point relative path - batch execution

Hello,

I'm trying to execute a workflow that has a mount point relative path specified in a File Reader. When executed from the GUI it works fine, while if I run it in batch mode I get the error Can't access 'knime://knime.mountpoint/writer.csv'. (NullPointerException: <no details>).

I was wondering how from a batch execution the workflow's mount- point is recognized.

Thanks,

Rossella

 

You cannot use mount-point relative paths with the batch executor. It is working on single workflows only. There are no mountpoints available. However, you can use workflow-relative paths.