this.getExecutionId() in custom node development not available anymore

Hi there,

A while ago I helped a node developer on discord find the function for getting the executionId in his node.
Now I wanted to use this myself for a node I am developing, and I see I cannot use it anymore. It seems to be still be an execute functions but it is missing from the interface.
Is there a way to get around this? And/Or can it be added to the interface again, so we can use it in node development?

Hey @BramKn,

A PR has been popped in to fix this one here: fix(core): Make `getExecutionId` available on all nodes types by netroy · Pull Request #5990 · n8n-io/n8n · GitHub

3 Likes

New version [email protected] got released which includes the GitHub PR 5990.

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.