add metadata to output data

This commit is contained in:
Mutasem Aldmour 2024-11-08 14:40:33 +01:00
parent 34f2cc557b
commit 9f5669396f
No known key found for this signature in database
GPG key ID: 3DFA8122BB7FD6B8

View file

@ -4161,6 +4161,7 @@ export function getSupplyDataFunctions(
connectionType: NodeConnectionType,
currentNodeRunIndex: number,
data: INodeExecutionData[][],
metadata?: ITaskMetadata,
): void {
addExecutionDataFunctions(
'output',
@ -4172,6 +4173,7 @@ export function getSupplyDataFunctions(
node.name,
runIndex,
currentNodeRunIndex,
metadata,
).catch((error) => {
Logger.warn(
`There was a problem logging output data of node "${this.getNode().name}": ${