Files
n8n-docs/docs/code-examples/javascript-functions/variables/execution.md
2022-08-30 15:53:14 +01:00

176 B

$execution

$execution.id

Contains the unique ID of the current workflow execution.

const executionId = $execution.id;

return [{json:{executionId}}];