{{ readonly ? 'Processor Details' : 'Edit Processor' }}
|
{{ formatType() }}
@if (hasBulletins()) {
}

Name
Id
{{ request.entity.id }}
Type
{{ formatType() }}
Bundle
{{ formatBundle() }}
Penalty Duration
Yield Duration
Bulletin Level @for (option of bulletinLevels; track option) { {{ option.text }} }
Scheduling Strategy @for (option of schedulingStrategies; track option) { {{ option.text }} }
Concurrent Tasks
Run Schedule
Execution @for (option of executionStrategies; track option) { {{ option.text }} }
@if (supportsBatching()) {
Run Duration
@if (shouldShowWarning()) {
Source Processors with a run duration greater than 0ms and no incoming connections could lose data when NiFi is shutdown.
}
}
@if (request.entity.component.relationships.length > 0) { } @else {
This processor has no relationships.
}
Comments
@if ({ value: (saving$ | async)! }; as saving) {
@if (isStoppable()) { } @else if (isRunnable()) { } @else if (isDisabled()) { } @else if (isStopping()) { } @else if (isValidating()) { } @else if (isInvalid()) { } @if (isStoppable() && canOperate()) { } @if (isRunnable() && canOperate()) { } @if (isDisableable() && canOperate()) { } @if (isEnableable() && canOperate()) { }
@if (readonly) { } @else { }
}