Clare, Just to elaborate a little on Joe's response. Reading the documentation is definitely helpful. It will provide specifics about each endpoint. Additionally, it may be helpful to open up the Developer Tools in your browser (like Chrome) and watch the Network traffic. This should allow you to inspect each request to see the endpoints in action.
Another thing that may be tricky with automatically generating a flow, is knowing where to place the components so that they can be viewed later in the UI. Using the UI to build the flow, the user is manually placing the components in the desired location. You'll need to generate those coordinates so the components don't overlap if your doing this programmatically. Not impossible, but could get tricky depending on how dynamic your desired flow is. Let us know if you have any other questions. Matt On Tue, Jul 28, 2015 at 7:18 PM, clarehills <[email protected]> wrote: > Joe - thanks for the response! > Will do, > clare. > > > > -- > View this message in context: > http://apache-nifi-incubating-developer-list.39713.n7.nabble.com/Automatic-custom-process-flow-generation-tp2286p2288.html > Sent from the Apache NiFi (incubating) Developer List mailing list archive > at Nabble.com. >
