ruanwenjun commented on code in PR #16488:
URL:
https://github.com/apache/dolphinscheduler/pull/16488#discussion_r1723566182
##########
dolphinscheduler-master/src/main/java/org/apache/dolphinscheduler/server/master/utils/DependentExecute.java:
##########
@@ -339,16 +339,22 @@ private ProcessInstance findLastProcessInterval(Long
definitionCode, Long taskCo
/**
* get dependent result by task/process instance state
*
- * @param state state
+ * @param taskInstance task instance
* @return DependResult
*/
- private DependResult getDependResultByState(TaskExecutionStatus state) {
+ private DependResult getDependResultByStateAndRetry(ProcessInstance
processInstance, TaskInstance taskInstance) {
Review Comment:
```suggestion
private DependResult getDependResultOfTask(ProcessInstance
processInstance, TaskInstance taskInstance) {
```
--
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]