feat: Option to skip validation in getNodeParameter (#14726)

This commit is contained in:
Michael Kret
2025-04-18 10:05:25 +03:00
committed by GitHub
parent e1632348f2
commit b615e51f13
5 changed files with 74 additions and 3 deletions

View File

@@ -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 {