feat(core): Execution curation (#10342)

Co-authored-by: oleg <me@olegivaniv.com>
This commit is contained in:
Eugene
2024-09-02 15:20:08 +02:00
committed by GitHub
parent 8603946e23
commit 022ddcbef9
75 changed files with 2733 additions and 713 deletions

View File

@@ -25,7 +25,7 @@ export class ExecutionData implements INodeType {
properties: [
{
displayName:
"Use this node to save fields you want to use later to easily find an execution (e.g. a user ID). You'll be able to search by this data in the 'executions' tab.<br>This feature is available on our Pro and Enterprise plans. <a href='https://n8n.io/pricing/' target='_blank'>More Info</a>.",
"Save important data using this node. It will be displayed on each execution for easy reference and you can filter by it.<br />Filtering is available on Pro and Enterprise plans. <a href='https://n8n.io/pricing/' target='_blank'>More Info</a>",
name: 'notice',
type: 'notice',
default: '',
@@ -38,9 +38,9 @@ export class ExecutionData implements INodeType {
noDataExpression: true,
options: [
{
name: 'Save Execution Data for Search',
name: 'Save Highlight Data (for Search/review)',
value: 'save',
action: 'Save execution data for search',
action: 'Save Highlight Data (for search/review)',
},
],
},