mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-03 02:09:45 +07:00
Merge pull request #1756 from nextcloud/nc-flow
initial Flow 'documentation'
This commit is contained in:
9
developer_manual/app/flow.rst
Normal file
9
developer_manual/app/flow.rst
Normal 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!
|
||||
@@ -24,6 +24,7 @@ App development
|
||||
backgroundjobs
|
||||
settings
|
||||
notifications
|
||||
flow
|
||||
logging
|
||||
repair
|
||||
publicpage
|
||||
|
||||
Reference in New Issue
Block a user