mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 01:56:46 +00:00
fix(Execute Sub-workflow Node): Improve paired item handling for child workflows (#17065)
This commit is contained in:
@@ -908,6 +908,7 @@ export type IExecuteFunctions = ExecuteFunctions.GetNodeParameterFn &
|
||||
parentExecution?: RelatedExecution;
|
||||
},
|
||||
): Promise<ExecuteWorkflowData>;
|
||||
getExecutionDataById(executionId: string): Promise<IRunExecutionData | undefined>;
|
||||
getInputConnectionData(
|
||||
connectionType: AINodeConnectionType,
|
||||
itemIndex: number,
|
||||
@@ -2390,6 +2391,7 @@ export interface IWorkflowExecuteAdditionalData {
|
||||
additionalData: IWorkflowExecuteAdditionalData,
|
||||
options: ExecuteWorkflowOptions,
|
||||
) => Promise<ExecuteWorkflowData>;
|
||||
getRunExecutionData: (executionId: string) => Promise<IRunExecutionData | undefined>;
|
||||
executionId?: string;
|
||||
restartExecutionId?: string;
|
||||
currentNodeExecutionIndex: number;
|
||||
|
||||
Reference in New Issue
Block a user