diff --git a/developer_manual/app/flow.rst b/developer_manual/app/flow.rst new file mode 100644 index 000000000..56b299f59 --- /dev/null +++ b/developer_manual/app/flow.rst @@ -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. `_ You can `find the slides of his talk here. `_ + +Contributions to this documentation are, as always, very welcome! diff --git a/developer_manual/app/index.rst b/developer_manual/app/index.rst index e2fe9f634..a16a4f312 100644 --- a/developer_manual/app/index.rst +++ b/developer_manual/app/index.rst @@ -24,6 +24,7 @@ App development backgroundjobs settings notifications + flow logging repair publicpage