mirror of
https://github.com/n8n-io/n8n-docs.git
synced 2026-03-28 09:58:43 +07:00
238 B
238 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