Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

how to start Nifi and disable any existing templates on canvas?

avatar
Master Mentor

I'd like to start Nifi and ignore any previously-running templates that were on canvas prior to nifi shutdown.

1 ACCEPTED SOLUTION

avatar

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

1 REPLY 1

avatar

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.