{{ readonly ? 'Process Group Details' : 'Edit Process Group' }}

Name
Parameter Context @for (option of parameterContextsOptions; track option) { @if (option.description) { {{ option.text }} } @else { {{ option.text }} } }
Apply Recursively
Execution Engine @for (option of executionEngineOptions; track option) { {{ option.text }} }
@if (editProcessGroupForm.get('executionEngine')?.value === STATELESS) {
Max Concurrent Tasks
Stateless Flow Timeout
}
Process Group FlowFile Concurrency @for (option of flowfileConcurrencyOptions; track option) { {{ option.text }} }
Process Group Outbound Policy @for (option of flowfileOutboundPolicyOptions; track option) { {{ option.text }} }
Default FlowFile Expiration
Default Back Pressure Object Threshold
Default Back Pressure Data Size Threshold
Log File Suffix
Comments
@if ({ value: (saving$ | async)! }; as saving) { @if (readonly) { } @else { } }