aperepel / nifi-api-deploy

Demonstrates NiFi template deployment and configuration via a REST API
Apache License 2.0
68 stars 37 forks source link

NiFiDeploy misinterprets EL expressions as Controller Service References #28

Open davetorok opened 8 years ago

davetorok commented 8 years ago

if you have an EL expression in a processor property e.g. ${filename}, TemplateInspector will try and fail to find a controller service reference. See Pull Request #26