I would like to get the data from an NFS Share but I don’t find the correct syntax and have message like that in the logs :
16:19:57.889 [0001] File move failed : \192.168.1.2\FOLDER-SHARED-NFS\2019-000001.xml
16:20:10.014 [0001] W3011 : Input folder error: A call to an OS function failed
Make sure that your share is available to services. Remember that the user under which you Configure your Workflow process is different than the one the Workflow services run under. Even if it is the same user, one’s a Desktop version of the user as the other is a service version. Rights might not apply the same to your shared folder.
I don’t believe that PlanetPress Workflow supports the NFS filesystem but saying that, it’s been a while since it has come up so I’m not sure about in the newer Connect Workflow specifically as I have never tried it but in my experience using filesystems, NFS is usually accessed using:
nfs://<hostname>:/<sharename>
So I would drop of the nfs:// and to be specific for your example, try:
192.168.1.2:/FOLDER-SHARED-NFS
Then you can still set your filename mask as usual.
However my guess is that you’d have to map it as a drive in Windows before you can see it - if you do that, make sure it’s mapped for the user account (or service user) running Workflow.