Workflowdata
Last updated
Was this helpful?
$workflow.activeDescription: Whether the workflow is active
Syntax: $workflow.$workflow.active
Returns: Boolean
Source: Custom n8n functionality
$workflow.idDescription: The workflow ID. Can also be found in the workflow’s URL.
Syntax: $workflow.$workflow.id
Returns: String
Source: Custom n8n functionality
$workflow.nameDescription: The name of the workflow, as shown at the top of the editor
Syntax: $workflow.$workflow.name
Returns: String
Source: Custom n8n functionality
Last updated
Was this helpful?
Was this helpful?