mirror of
https://github.com/n8n-io/n8n-docs.git
synced 2026-03-28 01:48:44 +07:00
33 lines
627 B
Markdown
33 lines
627 B
Markdown
# 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 workflow’s 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
|
||
|