mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-19 11:01:15 +00:00
fix(Execute Sub-workflow Node): Improve paired item handling for child workflows (#17065)
This commit is contained in:
@@ -392,6 +392,15 @@ export async function getBase(
|
||||
userId,
|
||||
setExecutionStatus,
|
||||
variables,
|
||||
async getRunExecutionData(executionId) {
|
||||
const executionRepository = Container.get(ExecutionRepository);
|
||||
const executionData = await executionRepository.findSingleExecution(executionId, {
|
||||
unflattenData: true,
|
||||
includeData: true,
|
||||
});
|
||||
|
||||
return executionData?.data;
|
||||
},
|
||||
externalSecretsProxy: Container.get(ExternalSecretsProxy),
|
||||
async startRunnerTask(
|
||||
additionalData: IWorkflowExecuteAdditionalData,
|
||||
|
||||
Reference in New Issue
Block a user