{{ connectionReadonly || sourceReadonly || destinationReadonly ? 'Connection Details' : 'Edit Connection' }}

@if (breadcrumbs$ | async; as breadcrumbs) {
@switch (sourceType) { @case (ComponentType.Processor) { } @case (ComponentType.ProcessGroup) { } @case (ComponentType.RemoteProcessGroup) { } @case (ComponentType.InputPort) { @if (sourceInputPort$ | async) { } } @case (ComponentType.Funnel) { } }
@switch (destinationType) { @case (ComponentType.Processor) { } @case (ComponentType.ProcessGroup) { } @case (ComponentType.RemoteProcessGroup) { } @case (ComponentType.OutputPort) { @if (destinationOutputPort$ | async) { } } @case (ComponentType.Funnel) { } }
}
Name
Id
{{ dialogRequest.entity.id }}
FlowFile Expiration
Back Pressure Object Threshold
Size Threshold
Load Balance Strategy @for (option of loadBalanceStrategies; track option) { {{ option.text }} }
@if (loadBalancePartitionAttributeRequired) {
Attribute Name
}
@if (loadBalanceCompressionRequired) {
Load Balance Compression @for (option of loadBalanceCompressionStrategies; track option) { {{ option.text }} }
}
@if ({ value: (saving$ | async)! }; as saving) { @if (connectionReadonly || sourceReadonly || destinationReadonly) { } @else { } }