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 }}
}
Process Group FlowFile Concurrency
@for (option of flowfileConcurrencyOptions; track option) {
{{ option.text }}
}
Process Group Outbound Policy
@for (option of flowfileOutboundPolicyOptions; track option) {
{{ option.text }}
}