From b91a9cdca6316125f9b11093aabb4a4a84d624b6 Mon Sep 17 00:00:00 2001 From: Will Russell Date: Thu, 7 Nov 2024 10:09:56 +0000 Subject: [PATCH] fix: workingdir link --- .../01.tasks/02.scripts/working-directory.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/docs/04.workflow-components/01.tasks/02.scripts/working-directory.md b/content/docs/04.workflow-components/01.tasks/02.scripts/working-directory.md index 54ce4f2c21..fa6fdef8f4 100644 --- a/content/docs/04.workflow-components/01.tasks/02.scripts/working-directory.md +++ b/content/docs/04.workflow-components/01.tasks/02.scripts/working-directory.md @@ -22,6 +22,8 @@ The `WorkingDirectory` task allows you to: 2. Run multiple tasks sequentially in the same working directory 3. Share data across multiple tasks without having to persist it in internal storage. +For more detail, check out the [plugin documentation](/plugins/core/tasks/flow/io.kestra.plugin.core.flow.workingdirectory) + ## Example In this example, the flow sequentially executes Shell Scripts and Shell Commands in the same working directory using a local Process Task Runner.