Custom executions data#
You can set custom data on your workflow using the Code node. n8n records this with each execution. You can then use this data when filtering the executions list.
Feature availability
Custom executions data is available on:
- Cloud: Pro, Enterprise
- Self-Hosted: Enterprise
Available in version 0.222.0 and above.
Set custom executions data#
Set a single piece of extra data:
1 |
|
Set all extra data. This overwrites the whole custom data object for this execution:
1 |
|
There are limitations:
- They must be strings
key
has a maximum length of 50 charactersvalue
has a maximum length of 255 characters- n8n supports a maximum of 10 items of custom data
Access the custom data object during execution#
You can retrieve the custom data object, or a specific value in it, during an execution:
1 2 3 4 5 |
|