diff --git a/content/docs/04.workflow-components/01.tasks/00.flowable-tasks.md b/content/docs/04.workflow-components/01.tasks/00.flowable-tasks.md index 659d7a986c..551c834881 100644 --- a/content/docs/04.workflow-components/01.tasks/00.flowable-tasks.md +++ b/content/docs/04.workflow-components/01.tasks/00.flowable-tasks.md @@ -204,6 +204,8 @@ tasks: - sleep {{ parent.taskrun.value }} ``` +For more information on handling outputs generated from `ForEach`, check out this [dedicated guide](../../15.how-to-guides/loop.md). + For processing items, or forwarding processing to a subflow, [ForEachItem](#foreachitem) is better suited. ::next-link