We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53cf1b8 commit fececabCopy full SHA for fececab
apps/sim/executor/handlers/workflow/workflow-handler.ts
@@ -363,6 +363,10 @@ export class WorkflowBlockHandler implements BlockHandler {
363
const workflowStateWithVariables = {
364
...workflowState,
365
variables: workflowVariables,
366
+ metadata: {
367
+ ...(workflowState.metadata || {}),
368
+ name: workflowData.name || DEFAULTS.WORKFLOW_NAME,
369
+ },
370
}
371
372
if (Object.keys(workflowVariables).length > 0) {
0 commit comments