Created 04-12-2016 09:23 AM
I'd like to start Nifi and ignore any previously-running templates that were on canvas prior to nifi shutdown.
Created 04-12-2016 09:29 AM
In nifi.properties, set the following to false:
nifi.flowcontroller.autoResumeState=true
This forces everything to a stopped state when Nifi restarts, rather than attempting to resume the previous states.
View solution in original post