mirror of
https://gitee.com/dolphinscheduler/DolphinScheduler.git
synced 2024-11-29 18:58:05 +08:00
parent
5037f0a5e3
commit
581a7edad8
@ -1358,7 +1358,7 @@ public class WorkflowExecuteRunnable implements IWorkflowExecuteRunnable {
|
||||
}
|
||||
}
|
||||
log.info("The dependTasks of task all success, currentTaskCode: {}, dependTaskCodes: {}",
|
||||
taskCode, Arrays.toString(completeTaskSet.toArray()));
|
||||
taskCode, Arrays.toString(indirectDepCodeList.toArray()));
|
||||
return DependResult.SUCCESS;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user