Skip to content

Commit e63c97f

Browse files
committed
fix(child-workflow): hosted api key resolution
1 parent cc3f565 commit e63c97f

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)