hsupu commented on a change in pull request #3385:
URL:
https://github.com/apache/incubator-dolphinscheduler/pull/3385#discussion_r465457225
##########
File path:
dolphinscheduler-common/src/main/java/org/apache/dolphinscheduler/common/Constants.java
##########
@@ -391,7 +391,12 @@ private Constants() {
public static final int RPC_PORT = 50051;
/**
- * forbid running task
+ * task can be run normally
+ */
+ public static final String FLOWNODE_RUN_FLAG_NORMAL = "NORMAL";
Review comment:
I just moved it to the test file by now, but I think it should be a
constant for `"NORMAL"` in `common/Constants.java` for use in future.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]