workflow icon indicating copy to clipboard operation
workflow copied to clipboard

watch for file modifications

Open rochacbruno opened this issue 12 years ago • 1 comments

Currently I am using workflow to watch for new files, when a new .xml is droped in my ftp folder I process this using Python.

Now I have to fire the process when the file is modified, is there a way? each time some file is writen in that folder, fire a command in workflow?

Thanks!

rochacbruno avatar Dec 07 '13 16:12 rochacbruno

Hi @mdipierro I solved my problem with http://pythonhosted.org/watchdog/, but I will keep this issue open since it can be useful to implement similar feature in workflow.

rochacbruno avatar Dec 07 '13 17:12 rochacbruno