fix(child-workflow): hosted api key resolution (#2687)

This commit is contained in:
Vikhyath Mondreti
2026-01-05 17:41:58 -08:00
committed by GitHub
parent 445932c1c8
commit d25084e05d

View File

@@ -109,6 +109,9 @@ export class WorkflowBlockHandler implements BlockHandler {
contextExtensions: {
isChildExecution: true,
isDeployedContext: ctx.isDeployedContext === true,
workspaceId: ctx.workspaceId,
userId: ctx.userId,
executionId: ctx.executionId,
},
})