{{ readonly ? 'Processor Details' : 'Edit Processor' }}
{{ formatType(request.entity) }}

Name
Id
{{ request.entity.id }}
Type
{{ formatType(request.entity) }}
Bundle
{{ formatBundle(request.entity) }}
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 (readonly) { } @else { } }