You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: nifi-extension-bundles/nifi-groovyx-bundle/nifi-groovyx-processors/src/main/java/org/apache/nifi/processors/groovyx/ExecuteGroovyScript.java
explanation = "Provides operator the ability to execute arbitrary code assuming all permissions that NiFi has.")
77
79
}
78
80
)
81
+
@Stateful(scopes = {Scope.LOCAL, Scope.CLUSTER},
82
+
description = "Scripts can store and retrieve state using the State Management APIs. Consult the State Manager section of the Developer's Guide for more details.")
0 commit comments