mirror of
https://github.com/n8n-io/n8n-docs.git
synced 2026-03-28 01:48:44 +07:00
450 B
450 B
$execution
$execution.id
Contains the unique ID of the current workflow execution.
const executionId = $execution.id;
return [{json:{executionId}}];
$execution.resumeUrl
The webhook URL to call to resume a waiting workflow.
See the Wait > On webhook call documentation to learn more.