From e63c97f1fd7e5e347f675b2c2656aeecb889eb5b Mon Sep 17 00:00:00 2001 From: Vikhyath Mondreti Date: Mon, 5 Jan 2026 17:34:18 -0800 Subject: [PATCH] fix(child-workflow): hosted api key resolution --- apps/sim/executor/handlers/workflow/workflow-handler.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/apps/sim/executor/handlers/workflow/workflow-handler.ts b/apps/sim/executor/handlers/workflow/workflow-handler.ts index b51ccf2199..94f0908897 100644 --- a/apps/sim/executor/handlers/workflow/workflow-handler.ts +++ b/apps/sim/executor/handlers/workflow/workflow-handler.ts @@ -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, }, })