Wait node for a file created/modified in a cloud repository run from the server

I want a workflow to be executed when a file is created/modified in a directory where we share files between different users. If I try to use the wait node the path to the directory is on my local machine. Is there a way to use it?

Hi @iperez,

To use the the Wait node, the file to be watched must be accessible from the KNIME Executor.

What is the nature of your shared directory? Can you mount it on the machine running the executor?

Best,
Temesgen

Hi @temesgen-dadi,

Thanks for your answer. No, the files are on different sites. I thought of a different solution using the files metadata, I’ll go that way.

Thanks