workflow icon indicating copy to clipboard operation
workflow copied to clipboard

minimalist file based workflow

Results 2 workflow issues
Sort by recently updated
recently updated
newest added

This allows me to install workflow using pip without errors about packages not being found. `sudo pip install --allow-external file-workflow --allow-unverified file-workflow workflow` should install this as a package which...

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...