Re: One-time Processors

2016-01-18 Thread Matthew Clarke
Lars, If start a processor and then stop it, the thread does not get killed. The processor will continue to run until that thread completes its job. The processor will then remain stopped and not execute again until manually started again. Matt On Jan 18, 2016 10:54 AM, "Joe Percivall"

One-time Processors

2016-01-10 Thread Lars Francke
Hi, I'm just getting started with Nifi and understand that I probably still have some misconceptions :) For various reasons I'd love to use NiFi for one-time actions/processors which I'd like to trigger as needed from the UI. I've seen the various scheduling strategies and the closest I've come

Re: One-time Processors

2016-01-10 Thread Lars Francke
Joe, thanks for the welcome and the (really quick) reply. My use-case (and again I may use NiFi for things it wasn't intended to) is for a one-time/initial-import scenario. I have a Processor that I'd like to start that then calls a Web service and pages through all results creating FlowFiles

Re: One-time Processors

2016-01-10 Thread Joe Witt
Lars, First, welcome to NiFi. So you'll initiate the flow from NiFi through some manual trigger and that part makes sense/sounds straightforward. But then the question is 'once the flow is done' I'd like it to shut down. What are the processors/things that begin the flow? We've recently had