✨ Add variable $mode
This commit is contained in:
@@ -362,7 +362,7 @@ export const workflowHelpers = mixins(
|
||||
connectionInputData = [];
|
||||
}
|
||||
|
||||
return workflow.expression.getParameterValue(expression, runExecutionData, runIndex, itemIndex, activeNode.name, connectionInputData, true);
|
||||
return workflow.expression.getParameterValue(expression, runExecutionData, runIndex, itemIndex, activeNode.name, connectionInputData, 'manual', true);
|
||||
},
|
||||
|
||||
// Saves the currently loaded workflow to the database.
|
||||
|
||||
Reference in New Issue
Block a user