processor
Details for a processor within this NiFi.
XML
Elements
| name (type) |
min/max occurs |
description |
|
name (string)
|
0/1 |
The name of this processor.
|
|
type (string)
|
0/1 |
The type of this processor.
|
|
state (string)
|
0/1 |
The state of this processor. Possible states are 'RUNNING', 'STOPPED',
and 'DISABLED'.
|
|
style ((anonymous))
|
0/1 |
The styles for this processor. (Currently only supports color).
|
|
supportsParallelProcessing (boolean)
|
0/1 |
Whether this processor supports parallel processing.
|
|
supportsEventDriven (boolean)
|
0/1 |
Whether this processor supports event driven scheduling.
|
|
relationships (relationship)
|
0/unbounded |
Gets the available relationships that this processor currently supports.
|
|
config (processorConfig)
|
0/1 |
The configuration details for this processor. These details will be
included in a response if the verbose flag is set to true.
|
|
validationErrors (string)
|
0/unbounded |
Gets the validation errors from this processor. These validation errors
represent the problems with the processor that must be resolved before it
can be started.
|
|
description (string)
|
0/1 |
Gets the description for this processor.
|
JSON
| property |
type |
description |
| name |
name (string)
|
The name of this processor.
|
| type |
type (string)
|
The type of this processor.
|
| state |
state (string)
|
The state of this processor. Possible states are 'RUNNING', 'STOPPED',
and 'DISABLED'.
|
| style |
style ((anonymous))
|
The styles for this processor. (Currently only supports color).
|
| supportsParallelProcessing |
supportsParallelProcessing (boolean)
|
Whether this processor supports parallel processing.
|
| supportsEventDriven |
supportsEventDriven (boolean)
|
Whether this processor supports event driven scheduling.
|
| relationships |
array of relationships (relationship)
|
Gets the available relationships that this processor currently supports.
|
| config |
config (processorConfig)
|
The configuration details for this processor. These details will be
included in a response if the verbose flag is set to true.
|
| validationErrors |
array of validationErrors (string)
|
Gets the validation errors from this processor. These validation errors
represent the problems with the processor that must be resolved before it
can be started.
|
| description |
description (string)
|
Gets the description for this processor.
|