SbloodyS commented on code in PR #16288:
URL:
https://github.com/apache/dolphinscheduler/pull/16288#discussion_r1673375252
##########
dolphinscheduler-common/src/main/java/org/apache/dolphinscheduler/common/constants/Constants.java:
##########
@@ -482,11 +482,9 @@ private Constants() {
public static final String TOTAL = "total";
- /**
- * workflow
- */
- public static final String WORKFLOW_LIST = "workFlowList";
- public static final String WORKFLOW_RELATION_LIST = "workFlowRelationList";
+ public static final long DEFAULT_PROJECT_CODE = 0;
+
+ public static final long DEFAULT_TASK_CODE = 0;
Review Comment:
Fixed.
--
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]