bbende commented on issue #165: NIFIREG-247 Adding ScheduleState enum and adding field to processor, … URL: https://github.com/apache/nifi-registry/pull/165#issuecomment-478986582 @kevdoran thanks for taking a look... processors and ports are the only components that have three levels of states (i.e. disabled, stopped, running). Controller services are enabled or disabled which is basically started or stopped, reporting tasks are started or stopped, and RPGs are transmission enabled or disabled. So I think we only need to capture this to tell the difference between disabled and stopped for the components that support three states.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
