mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
feat: Option to skip validation in getNodeParameter (#14726)
This commit is contained in:
@@ -571,6 +571,8 @@ export interface IGetNodeParameterOptions {
|
||||
extractValue?: boolean;
|
||||
// get raw value of parameter with unresolved expressions
|
||||
rawExpressions?: boolean;
|
||||
// skip validation of parameter
|
||||
skipValidation?: boolean;
|
||||
}
|
||||
|
||||
namespace ExecuteFunctions {
|
||||
|
||||
Reference in New Issue
Block a user