Create a simple workflow (e.g. echo toto>/tmp/1.log) trigered by file creation and/or write an/or rename
Create a new text file in nextcloud (or modify it, or rename it)
Look at the log for messages with "message":"All qualified flow configurations are going to run" and "message":"All qualified flow configurations are going to run". Messages are there, yeah !
See that file /tmp/1.log has not been written :-(
Try to write in other directories, try to use a shell script (and trap possible TERM signal), ... same result
Expected behaviour
Action would be executed
If not, log shouldn't tell it is but should give a clue about what's wrong
Actual behaviour
Event is triggered (traced in the log), but action is not executed
Workflow Script app
Workflow Script app version: 1.7.0
Server configuration
Operating system: Debian GNU/Linux 9
Web server: Apache
Database: MySQL
PHP version: 7.3.31
Nextcloud Version: 22.2.3
Where did you install Nextcloud from: Nextcloud upgrade
Signing status:
No errors have been found.
```
If you have access to your command line run e.g.:
sudo -u www-data php occ app:list
from within your server installation folder
```
Steps to reproduce
echo toto>/tmp/1.log
) trigered by file creation and/or write an/or rename"message":"All qualified flow configurations are going to run"
and"message":"All qualified flow configurations are going to run"
. Messages are there, yeah !/tmp/1.log
has not been written :-(Expected behaviour
Action would be executed If not, log shouldn't tell it is but should give a clue about what's wrong
Actual behaviour
Event is triggered (traced in the log), but action is not executed
Workflow Script app
Workflow Script app version: 1.7.0
Server configuration
Operating system: Debian GNU/Linux 9
Web server: Apache
Database: MySQL
PHP version: 7.3.31
Nextcloud Version: 22.2.3
Where did you install Nextcloud from: Nextcloud upgrade
Signing status:
Nextcloud configuration:
Are you using external storage, if yes which one: no
Are you using encryption: no
Server log (data/nextcloud.log)