Re: route flow based on variable

2017-10-09 Thread 尹文才
Thanks Bryan, I tried after reading your reply, I could use the variable directly in RouteOnAttribute, I thought I could only use attributes of a FlowFile in RouteOnAttribute, thanks. /Ben 2017-10-09 19:24 GMT+08:00 Bryan Bende : > Ben, > > 1) Yes, the variables are

Re: route flow based on variable

2017-10-09 Thread Bryan Bende
Ben, 1) Yes, the variables are hierarchical, so a variable at the root group would be visible to all components, unless there is a variable with the same name at a lower level which would override it. 2) I haven’t tried this, but I would expect that you should still be able to use

route flow based on variable

2017-10-08 Thread 尹文才
Hi guys, I've played around with the latest NIFI 1.4.0 release for a while and I think the new variable registry feature is great, however I have 2 questions about this feature: 1. It seems that I could only add variables to a processor group, could I add a global variable in the NIFI root