$execution#
$execution.id#
Contains the unique ID of the current workflow execution.
1 2 3 | |
$execution.resumeUrl#
The webhook URL to call to resume a waiting workflow.
See the Wait > On webhook call documentation to learn more.
$execution.customData#
This is only available in the Code node.
1 2 3 4 5 6 7 8 9 10 11 | |
Refer to Custom executions data for more information.