mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
feat(core): Execution curation (#10342)
Co-authored-by: oleg <me@olegivaniv.com>
This commit is contained in:
@@ -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)',
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user