I have two processors (that aren't part of the same flow) that write to the same resource (a mongo collection) via a map reduce job.
I don't want both to run at the same time. On Mar 28, 2016 6:28 PM, "Joe Witt" <[email protected]> wrote: > Vincent, > > Not really and that would largely be by design. Can you describe the > use case more so we can suggest alternatives or perhaps understand the > motivation better? > > Thanks > Joe > > On Mon, Mar 28, 2016 at 4:00 PM, Vincent Russell > <[email protected]> wrote: > > > > Is it possible to have one processor block while another specified > processor > > is running (within the onTrigger method). > > > > I can do this on a non-clustered nifi with a synchronized block I guess, > but > > i wanted to know if there was a more idiomatic way of doing this. > > > > Thanks, > > Vincent >
