Condla/nifipy

What to do with the flow API endpoint?

Opened this issue · 0 comments

In the NiFi API, we have a distinct /flow/ endpoint to "Get the data flow, Obtain component status, Query history".
There are several functions in here which would naturally fit to other endpoints. For instance it would be nice to find features like get controller services for process groups or start process group within the same Class, namely ProcessGroup. However, this might require a serious redesign, so in my next pull request, this will be solved for now with a flow related class, i.e. FlowProcessGroup.