Skip to content

Commit d25084e

Browse files
fix(child-workflow): hosted api key resolution (#2687)
1 parent 445932c commit d25084e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

apps/sim/executor/handlers/workflow/workflow-handler.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,9 @@ export class WorkflowBlockHandler implements BlockHandler {
109109
contextExtensions: {
110110
isChildExecution: true,
111111
isDeployedContext: ctx.isDeployedContext === true,
112+
workspaceId: ctx.workspaceId,
113+
userId: ctx.userId,
114+
executionId: ctx.executionId,
112115
},
113116
})
114117

0 commit comments

Comments
 (0)