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

Name
Parameter Context No parameter context @for ( option of parameterContextsOptions | sortObjectByProperty: 'text'; track option.value ) { @if (option.description) { {{ option.text }} } @else { {{ option.text }} } } @if (currentUser$ | async; as currentUser) { @if (currentUser.parameterContextPermissions.canWrite) { } }
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 { } }