Hello NiFi supports the model of organizing flows by 'Process Groups'. So you can have five separate process groups which have no connections to eachother or anything else. This means they are self-contained flows. You can use nifi's security and multi-tenancy to control who has access to view/write/etc.. to those groups and the components they contain. This model means even though you might have flows that are disconnected/disjoint/etc.. you still realize that these are part of a larger ecosystem of flows sharing a given infrastructure. Helps greatly also when at some point you might find you want to create relationships between some of the groups and so on.
Thanks Joe On Fri, Mar 31, 2017 at 1:02 AM, sam <[email protected]> wrote: > Hello! > > I simple question - how can I import a say 5 different templates in > different windows/tabs? These templates are logically different so don't > want to see them in same window/screen. > > Thanks > > > > > -- > View this message in context: > http://apache-nifi-developer-list.39713.n7.nabble.com/Is-it-possible-to-import-another-template-in-say-different-window-or-tab-tp15306.html > Sent from the Apache NiFi Developer List mailing list archive at Nabble.com.
