fix bug-6277 submit-time error in parallel tasks. (#6278)

This commit is contained in:
OS 2021-09-20 14:57:53 +08:00 committed by GitHub
parent 540fd9dc08
commit 649723132b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1078,6 +1078,7 @@ public class ProcessService {
task = submitTask(taskInstance);
if (task != null && task.getId() != 0) {
submitDB = true;
break;
}
}
if (!submitDB) {