Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 1.62 KB

ComponentValidationResultDTO.md

File metadata and controls

31 lines (24 loc) · 1.62 KB

ComponentValidationResultDTO

Properties

Name Type Description Notes
processGroupId String The UUID of the Process Group that this component is in [optional]
id String The UUID of this component [optional]
referenceType ReferenceTypeEnum The type of this component [optional]
name String The name of this component. [optional]
state String The scheduled state of a processor or reporting task referencing a controller service. If this component is another controller service, this field represents the controller service state. [optional]
activeThreadCount Integer The number of active threads for the referencing component. [optional]
validationErrors List<String> The validation errors for the component. [optional]
currentlyValid Boolean Whether or not the component is currently valid [optional]
resultsValid Boolean Whether or not the component will be valid if the Parameter Context is changed [optional]
resultantValidationErrors List<String> The validation errors that will apply to the component if the Parameter Context is changed [optional]

Enum: ReferenceTypeEnum

Name Value
PROCESSOR "PROCESSOR"
CONTROLLER_SERVICE "CONTROLLER_SERVICE"
INPUT_PORT "INPUT_PORT"
OUTPUT_PORT "OUTPUT_PORT"
REMOTE_INPUT_PORT "REMOTE_INPUT_PORT"
REMOTE_OUTPUT_PORT "REMOTE_OUTPUT_PORT"