mirror of
https://github.com/n8n-io/n8n-docs.git
synced 2025-11-20 17:48:34 +00:00
176 B
176 B
$execution
$execution.id
Contains the unique ID of the current workflow execution.
const executionId = $execution.id;
return [{json:{executionId}}];