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, }, })