From d87da5e9a05e29be85d7ba7f5f733e2a6ffd3f40 Mon Sep 17 00:00:00 2001 From: jcn8n <145542301+jcn8n@users.noreply.github.com> Date: Mon, 28 Jul 2025 16:25:36 +0100 Subject: [PATCH] Small update to execution data node page to clarify feature availability (#3414) --- .../executions/custom-execution-data-availability.md | 1 - .../builtin/core-nodes/n8n-nodes-base.executiondata.md | 4 +--- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/_snippets/workflows/executions/custom-execution-data-availability.md b/_snippets/workflows/executions/custom-execution-data-availability.md index 987639114..16bda7939 100644 --- a/_snippets/workflows/executions/custom-execution-data-availability.md +++ b/_snippets/workflows/executions/custom-execution-data-availability.md @@ -4,5 +4,4 @@ Custom executions data is available on: * Cloud: Pro, Enterprise * Self-Hosted: Enterprise, registered Community -Available in version 0.222.0 and above. /// diff --git a/docs/integrations/builtin/core-nodes/n8n-nodes-base.executiondata.md b/docs/integrations/builtin/core-nodes/n8n-nodes-base.executiondata.md index e2af06988..16b87f2ec 100644 --- a/docs/integrations/builtin/core-nodes/n8n-nodes-base.executiondata.md +++ b/docs/integrations/builtin/core-nodes/n8n-nodes-base.executiondata.md @@ -12,9 +12,7 @@ Use this node to save metadata for workflow executions. You can then search by t You can retrieve custom execution data during workflow execution using the Code node. Refer to [Custom executions data](/workflows/executions/custom-executions-data.md) for more information. -/// info | Feature availability -Available on Pro and Enterprise plans. -/// +--8<-- "_snippets/workflows/executions/custom-execution-data-availability.md" ## Operations