mirror of
https://gitee.com/dolphinscheduler/DolphinScheduler.git
synced 2024-11-30 03:08:01 +08:00
fix bug-6277 submit-time error in parallel tasks. (#6278)
This commit is contained in:
parent
540fd9dc08
commit
649723132b
@ -1078,6 +1078,7 @@ public class ProcessService {
|
||||
task = submitTask(taskInstance);
|
||||
if (task != null && task.getId() != 0) {
|
||||
submitDB = true;
|
||||
break;
|
||||
}
|
||||
}
|
||||
if (!submitDB) {
|
||||
|
Loading…
Reference in New Issue
Block a user