In Apache NiFi, can I evaluate expression language without an attribute?

Viewed 2379

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?

1 Answers
Related