exceptionfactory commented on code in PR #7253:
URL: https://github.com/apache/nifi/pull/7253#discussion_r1284843573
##########
nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-client-dto/src/main/java/org/apache/nifi/web/api/dto/ProcessGroupDTO.java:
##########
@@ -413,4 +418,42 @@ public String getLogFileSuffix() {
public void setLogFileSuffix(final String logFileSuffix) {
this.logFileSuffix = logFileSuffix;
}
+
+ @ApiModelProperty(value = "The Execution Engine that should be used to run
the flow represented by this Process Group.",
+ allowableValues = "STATELESS, TRADITIONAL, INHERITED")
Review Comment:
```suggestion
allowableValues = "STATELESS, STANDARD, INHERITED")
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]