mirror of
https://github.com/n8n-io/n8n-docs.git
synced 2025-11-20 17:48:34 +00:00
250 B
250 B
$workflow
Gives information about the current workflow.
// Boolean. Whether the workflow is active (true) or not (false)
{{$workflow.active}}
// Number. The workflow ID.
{{$workflow.id}}
// String. The workflow name.
{{$workflow.name}}