caishunfeng commented on a change in pull request #6722:
URL: https://github.com/apache/dolphinscheduler/pull/6722#discussion_r759154412



##########
File path: 
dolphinscheduler-server/src/main/java/org/apache/dolphinscheduler/server/master/runner/task/CommonTaskProcessor.java
##########
@@ -70,6 +70,18 @@ public boolean submit(TaskInstance task, ProcessInstance 
processInstance, int ma
         if (this.taskInstance == null) {
             return false;
         }
+        int taskGroupId = task.getTaskGroupId();

Review comment:
       No the task status, I mean the new task type, such as switchTask, 
sqlTask.




-- 
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]


Reply via email to