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 -