workflow_script
workflow_script copied to clipboard
Rule based processing of files through specified external scripts
According existence of transifex config file in this project it seems, that there was attempt for adding this following instructions: https://docs.nextcloud.com/server/latest/developer_manual/basics/front-end/l10n.html#adding-translations But it seems, that this wasn't completed yet: ...
## Steps to reproduce 1. Have a workflow that triggers on tag changes and runs a python script (for me it watermarks pdfs and then triggers NC to rescan the...
Please, add the names to the scripts, give some more tools to manage the scripts: - names - enabling/disabling - adding/editing/removing - tagging - export/import in json
Hi, can someone help me, I want to combine PDF Converter and External Script. So i Upload or Update and Word File. This is converted to PDF and then the...
Hi Devs, I would like to auto-resize every images uploaded into specific NC directory "Test". I've been seen more than one way on NC forum, and often some of these...
Is there any option how limit number of running scripts? For example flow do converting a video and this can be huge load for server.
## Steps to reproduce 1. Create a workflow with trigger "file access" 2. Filter: "filename like /.*/" 3. Script: "echo '%e %i %a' >> /path/to/a/file" 4. Open a file in...
### Use case for this enhancement request 1. Nextcloud server is configured to allow multiple users to upload photographs to shared folders owned by devices (a digital picture frames connected...
Hello, I have a Script that processes various files but every time a Filepath contains a Umlaut (äöüÜÖÄ) the App removes them from the Path and the Script fails. Wich...
## Steps to reproduce 1. Create any shell script you want to trigger with this workflow. eg. ``` #!/bin/sh printenv >> /tmp/nextcloud_script_trigger ``` Save it in a location where nextcloud...