mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-16 17:46:45 +00:00
chore(core): Mark item.index as deprecated (#12494)
This commit is contained in:
@@ -1184,6 +1184,11 @@ export interface INodeExecutionData {
|
||||
metadata?: {
|
||||
subExecution: RelatedExecution;
|
||||
};
|
||||
|
||||
/**
|
||||
* @deprecated This key was added by accident and should not be used as it
|
||||
* will be removed in future. For more information see PR #12469.
|
||||
*/
|
||||
index?: number;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user