@if (dynamicProperties) {
Dynamic Properties allow the user to specify both the name and value of a property.
@for (dynamicProperty of dynamicProperties; track dynamicProperty.name) { {{ dynamicProperty.name }} {{ dynamicProperty.description }}
Name
{{ dynamicProperty.name }}
Value
{{ dynamicProperty.value }}
Description
{{ dynamicProperty.description }}
Expression Language Scope
@switch (dynamicProperty.expressionLanguageScope) { @case (ExpressionLanguageScope.ENVIRONMENT) { Environment variables defined at JVM level and system properties } @case (ExpressionLanguageScope.FLOWFILE_ATTRIBUTES) { Environment variables and FlowFile Attributes } @case (ExpressionLanguageScope.NONE) { Not Supported } }
}
@if (supportsDynamicSensitiveProperties !== null) {
Supports Sensitive Dynamic Properties
{{ supportsDynamicSensitiveProperties }}
}
}