Files
n8n-docs/docs/data/expression-reference/workflowdata.md
Kartik Balasubramanian 96e6ba167d Revamp the data section of n8n docs (#4077)
Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com>
2026-02-25 14:30:33 +00:00

33 lines
627 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# WorkflowData
## `$workflow`.**`active`**
**Description:** Whether the workflow is active
**Syntax:** `$workflow`.`$workflow`.**`active`**
**Returns:** Boolean
**Source:** Custom n8n functionality
## `$workflow`.**`id`**
**Description:** The workflow ID. Can also be found in the workflows URL.
**Syntax:** `$workflow`.`$workflow`.**`id`**
**Returns:** String
**Source:** Custom n8n functionality
## `$workflow`.**`name`**
**Description:** The name of the workflow, as shown at the top of the editor
**Syntax:** `$workflow`.`$workflow`.**`name`**
**Returns:** String
**Source:** Custom n8n functionality