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