workflow_script
workflow_script copied to clipboard
Rule based processing of files through specified external scripts
Auto-generated update of [nextcloud/ocp](https://github.com/nextcloud-deps/ocp/) dependency
Bumps [vimeo/psalm](https://github.com/vimeo/psalm) from 5.23.1 to 5.24.0. Release notes Sourced from vimeo/psalm's releases. 5.24.0 What's Changed Features Allow specifying flags to Codebase::isTypeContainedByType by @danog in vimeo/psalm#10829 Allow more callable types as...
Suggestion to also add an option for the owner's/actor's display name, not only the owner's/actor's user id (%o and %a). Sometimes, the user-ids are rather technical and not suitable to...
Currently the scripts are run with the next cron job. This is not usable for some cases, e.g. I try to lock a file with an other app if it's...
## Steps to reproduce 1. Install external scripts 2. Add automated tagging to uploaded files 3. Run the command 'convert %x -interlace plane -strip -quality 80 -resize 1000x1000\> $(basename %x)_1.jpg'...
Good morning, I have assigned a keyword (watermark) to a folder and want new files copied into the folder to inherit this keyword. This works. In a process I have...
## Steps to reproduce 1. Create external scripts 2. Select "file deleted" 3. Filtered with request time from 00:00 to 23:59 The script is a bash script that run a...
## Steps to reproduce 1. Create a simple workflow (e.g. `echo toto>/tmp/1.log`) trigered by file creation and/or write an/or rename 2. Create a new text file in nextcloud (or modify...
## Workflow Script app **Workflow Script app version:** 1.9.0 https://github.com/nextcloud/workflow_script/commit/44f73abcda15d2cc0b6e757695002efae61c0afa seems to introduce several breaking changes. E.g. in [Launcher.php](https://github.com/nextcloud/workflow_script/commit/44f73abcda15d2cc0b6e757695002efae61c0afa#diff-325e3745c635086cfdd6ec89fda629861fab46e4a3859516f4d6477a0c88816d) the signature of `OCA\WorkflowScript\BackgroundJobs\Launcher`'s constructor changes from ```php public function __construct(LoggerInterface...