Merge pull request #1756 from nextcloud/nc-flow

initial Flow 'documentation'
This commit is contained in:
blizzz
2020-01-06 14:16:02 +01:00
committed by GitHub
2 changed files with 10 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
==============
Nextcloud Flow
==============
Nextcloud Flow is the workflow engine of Nextcloud. It offers flexible, user-defined event-based task automation. Apps can register events or triggers which can start a flow, as well as actions which get executed once a trigger is hit and the constraints are satisfied.
At 36c3 blizzz gave a talk explaining Flow and `how to write actions and triggers. <https://mirror.eu.oneandone.net/projects/media.ccc.de/congress/2019/h264-sd/36c3-oio-174-eng-Building_Nextcloud_Flow_sd.mp4>`_ You can `find the slides of his talk here. <https://nextcloud.com/wp-content/themes/next/assets/files/Building_nextcloud_flow.pdf>`_
Contributions to this documentation are, as always, very welcome!

View File

@@ -24,6 +24,7 @@ App development
backgroundjobs
settings
notifications
flow
logging
repair
publicpage