Marc Siebenhaar

Results 7 comments of Marc Siebenhaar

Thanks for your fast response. We know the GUI for switching to another branch and it is really nice. But there are serveral problems with it, e.g. if you have...

Yes, it's a different use case. But the lock strategie in Nextcloud is not useable in corporate environment and I try to workaround this failure. Currently I use the workflow...

It seems that flow.log is not be filled by _workflow_script_. There is not one entry by this app. Watching with tail -f flow.log and doing the described steps not showing...

Ok, now __flow.log__ is receiving information about the workflow stuff. But with loglevel 1 there are again no information about the action "access file". I tried with loglevel 0 and...

As a counterpart, here are the logs from saving a change to a file: {"reqId":"VdUlQDZRF0n5LrYRBpg7","level":1,"time":"2021-05-26T18:17:02+00:00","remoteAddr":"x.x.x.x","user":"[email protected]","app":"workflowengine","method":"PUT","url":"/apps/files_texteditor/ajax/savefile","message":"All qualified flow configurations are going to run","userAgent":"Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:88.0) Gecko/20100101 Firefox/88.0","version":"21.0.2.1","data":{"entity":{"class":"OCA\\WorkflowEngine\\Entity\\File","name":"Datei"},"operation":{"class":"OCA\\WorkflowScript\\Operation","name":"Run script"},"configuration":[{"id":"8","class":"OCA\\WorkflowScript\\Operation","name":"","checks":"[10]","operation":"/nc-config/lock-file...

Maybe this is because of the rule itself? A file in creating process has no tag, it is tagged after creating. So this condition is never true. You should use...

General lock time is configured by: `./occ config:app:set --value '5' files_lock lock_timeout`