Skip to content

$execution#

$execution.id#

Contains the unique ID of the current workflow execution.

1
2
3
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.