For instance, in a custom processor I may wish to evaluate simply the expression in the String "${UUID()}" (just as an example).
I don't want to expose an attribute to the user, I just want to evaluate the expression. Can I do that?
For instance, in a custom processor I may wish to evaluate simply the expression in the String "${UUID()}" (just as an example).
I don't want to expose an attribute to the user, I just want to evaluate the expression. Can I do that?
in a custom processor (or script processor)
in this case it's enough to call this to evaluate expression because no dependency on other attributes in expression itself:
but if you use attributes in expression:
or if all required attributes in a flowfile: