You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@nifi.apache.org by Jim Wagoner <vt...@gmail.com> on 2016/04/27 13:33:07 UTC

Reading attributes

Would it be worth adding to check making sure required attributes are on a
flow file when onTrigger is called? I find myself putting all the
attributes I define in 'ReadAttributes" in a List and then verifying they
exist on the flow file as one of the first steps of my onTrigger call (and
of course failing the flow if something is missing). Would it be worth it
to bake this type of check in?