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