Member since
08-15-2018
2
Posts
0
Kudos Received
0
Solutions
08-27-2018
04:25 PM
We're using the NiFi Registry to store our flows. Some of them have subgroups inside them, with variables defined on that subgroups, - the thought was that this subgroups will be reusable with only these variables changing. I.e., the structure is of the following shape: group under version control
|-subgroup A |-variable with value A1
|-subgroup A |-variable with value A2 We don't want to store these subgroups under version control too, because it would be just too much work. But the problem is that, when we change the values A1 and A2 and commit the top group, the subgroup variables aren't updated in registry, we have to delete the whole registry entry and recreate it from scratch. Is this the correct behaviour?
... View more
Labels:
- Labels:
-
Apache NiFi