From 64b334c5afe17b319aec89fb5c4f846a1514e305 Mon Sep 17 00:00:00 2001 From: Will Russell Date: Fri, 20 Dec 2024 10:35:36 +0000 Subject: [PATCH] fix: link foreach guide --- .../docs/04.workflow-components/01.tasks/00.flowable-tasks.md | 2 ++ 1 file changed, 2 insertions(+) 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