Files
n8n-docs/docs/code-examples/javascript-functions/methods-variables/workflow.md
2022-08-30 16:36:31 +01:00

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