Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
Description
InvokeScriptedProcessor pass his ValidationContext to the inner script, validate call
InvokeScriptedProcessor Line 465 : final Collection<ValidationResult> instanceResults = instance.validate(context);
The problem is that the invokedscript pass the ScriptFile PropertyDescriptor that is validated, if the script derived from the AbstractConfigurableComponent, (because the AbstractConfigurableComponent validate all the context properties).
The context should be refined to remove the InvokeScriptedProcessor Properties.
Attachments
Issue Links
- is duplicated by
-
NIFI-4762 unable to use groovy from InvokeScriptedProcessor
- Resolved
- links to