From cb93edcccdf84e49cd5e795fac180a9ee4dc8475 Mon Sep 17 00:00:00 2001 From: Eron Donevan Powell <62306630+erondpowell@users.noreply.github.com> Date: Fri, 10 Jun 2022 13:25:07 -0500 Subject: [PATCH] fixed links, tweaked text (#13844) --- docs/configuration/flows.md | 19 +++++++++++++------ docs/configuration/flows/operations.md | 16 ++++++++-------- docs/configuration/flows/triggers.md | 10 +++++++++- 3 files changed, 30 insertions(+), 15 deletions(-) diff --git a/docs/configuration/flows.md b/docs/configuration/flows.md index 9f0b60eb16..d91b97cc3d 100644 --- a/docs/configuration/flows.md +++ b/docs/configuration/flows.md @@ -6,13 +6,20 @@ [[toc]] +:::tip Learn More + +There is also dedicated API documentation on [Flows](/docs/reference/system/flows.md) and +[Operations](docs/reference/system/operations.md). + +::: + ## What's a Flow? ![What's a Flow?](https://cdn.directus.io/docs/v9/configuration/flows/flows/flows-20220603A/whats-a-flow-20220603A.webp) @@ -28,13 +35,13 @@ ensure data is passed on as expected, a [console log](configuration/flows/operat to help design and troubleshoot your Flows. Please see the documentation on [Operations](/configuration/flows/operations) for more details. -Once a Flow is triggered, a [Flow JSON Object](#the-flow-object) is created which stores data from the Trigger event. -Then as each Operation in the flow executes, the data generated is added onto this Flow Object. Every Operation in a -Flow has access to this Flow Object. +Once a Flow is triggered, a [Flow Object](#the-flow-object) is created which stores data from the Trigger event. Then as +each Operation in the flow executes, the data generated is added onto this Flow Object. Every Operation in a Flow has +access to this Flow Object. ## Create a Flow -