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 }}
}