mirror of
https://github.com/nextcloud/documentation.git
synced 2026-03-28 13:48:40 +07:00
feat(flow): Add note about disabling user flows
Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
committed by
backportbot-nextcloud[bot]
parent
c36b999ec7
commit
a0ce4f87b1
7
admin_manual/file_workflows/configuration.rst
Normal file
7
admin_manual/file_workflows/configuration.rst
Normal file
@@ -0,0 +1,7 @@
|
||||
==================
|
||||
Flow configuration
|
||||
==================
|
||||
|
||||
Administrators can disable user flows since they can have an impact on the performance of a system and you might not want to give users the ability to define their own flows rules. They can be disabled through the following command::
|
||||
|
||||
occ config:app:set workflowengine user_scope_disabled --value yes
|
||||
@@ -1,11 +1,12 @@
|
||||
==============
|
||||
File workflows
|
||||
==============
|
||||
====
|
||||
Flow
|
||||
====
|
||||
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 2
|
||||
|
||||
configuration
|
||||
access_control
|
||||
automated_tagging
|
||||
retention
|
||||
|
||||
Reference in New Issue
Block a user