From d35ed83c78031c81cd6b649b3537df23a9d1dfe3 Mon Sep 17 00:00:00 2001 From: Jos Poortvliet Date: Mon, 30 Dec 2019 10:28:21 +0100 Subject: [PATCH 1/4] initial Flow 'documentation' adds super basic description and link to Arthur's talk at 36C3. Signed-off-by: Jos Poortvliet --- developer_manual/app/flow.rst | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 developer_manual/app/flow.rst diff --git a/developer_manual/app/flow.rst b/developer_manual/app/flow.rst new file mode 100644 index 000000000..e54ab7f17 --- /dev/null +++ b/developer_manual/app/flow.rst @@ -0,0 +1,8 @@ +============== +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 Arthur gave a talk explaining Flow and `how to write actions and triggers. `_. + From 5f492664097a6f2adabf751dd3e1ff5db6e04f77 Mon Sep 17 00:00:00 2001 From: Jos Poortvliet Date: Mon, 30 Dec 2019 10:30:47 +0100 Subject: [PATCH 2/4] Update index.rst adding flow to toc / menu Signed-off-by: Jos Poortvliet --- developer_manual/app/index.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/developer_manual/app/index.rst b/developer_manual/app/index.rst index a53919dc9..227d1663c 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 From 89266638561960fedeb51d4c4a4ee82619e7a644 Mon Sep 17 00:00:00 2001 From: Jos Poortvliet Date: Thu, 2 Jan 2020 22:16:39 +0100 Subject: [PATCH 3/4] Update flow.rst --- developer_manual/app/flow.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/developer_manual/app/flow.rst b/developer_manual/app/flow.rst index e54ab7f17..4a10cd1d6 100644 --- a/developer_manual/app/flow.rst +++ b/developer_manual/app/flow.rst @@ -4,5 +4,6 @@ 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 Arthur gave a talk explaining Flow and `how to write actions and triggers. `_. +At 36c3 Arthur 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! From dbc9c144fe4215d3add6a2c6b28f593a06971cf1 Mon Sep 17 00:00:00 2001 From: Jos Poortvliet Date: Mon, 6 Jan 2020 12:56:46 +0100 Subject: [PATCH 4/4] Update developer_manual/app/flow.rst rename Co-Authored-By: blizzz --- developer_manual/app/flow.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/developer_manual/app/flow.rst b/developer_manual/app/flow.rst index 4a10cd1d6..56b299f59 100644 --- a/developer_manual/app/flow.rst +++ b/developer_manual/app/flow.rst @@ -4,6 +4,6 @@ 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 Arthur gave a talk explaining Flow and `how to write actions and triggers. `_ You can `find the slides of his talk here. `_ +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!