Github user ijokarumawak commented on a diff in the pull request:
https://github.com/apache/nifi/pull/3125#discussion_r230623728
--- Diff: nifi-docs/src/main/asciidoc/user-guide.adoc ---
@@ -1928,7 +1928,9 @@ The following actions are not considered local
changes:
* modifying sensitive property values
* modifying remote process group URLs
* updating a processor that was referencing a non-existent controller
service to reference an externally available controller service
-* modifying variables
+* creating or modifying variables
--- End diff --
A bit nit-picky, but how about deleting variables?
---