We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc3f565 commit e63c97fCopy full SHA for e63c97f
apps/sim/executor/handlers/workflow/workflow-handler.ts
@@ -109,6 +109,9 @@ export class WorkflowBlockHandler implements BlockHandler {
109
contextExtensions: {
110
isChildExecution: true,
111
isDeployedContext: ctx.isDeployedContext === true,
112
+ workspaceId: ctx.workspaceId,
113
+ userId: ctx.userId,
114
+ executionId: ctx.executionId,
115
},
116
})
117
0 commit comments