Custom Execution Data
Setting Custom Data in the Code Node
javascriptCopyEdit$execution.customData.set("key", "value");javascriptCopyEdit$execution.customData.setAll({
"userId": "123",
"source": "webhook"
});Accessing Custom Data in the Workflow
Limits
Last updated