Skip to content

Commit

Permalink
[improve-#13956] taskId is null
Browse files Browse the repository at this point in the history
  • Loading branch information
fuchanghai committed Apr 21, 2023
1 parent 26c5f3c commit ef81911
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1936,6 +1936,7 @@ public void submitStandByTask() throws StateEventHandleException {
log.info("The dependResult of task {} is success, so ready to submit to execute", task.getName());
Optional<TaskInstance> taskInstanceOptional = submitTaskExec(task);
if (!taskInstanceOptional.isPresent()) {
task.setId(0);
this.taskFailedSubmit = true;
// Remove and add to complete map and error map
if (!removeTaskFromStandbyList(task)) {
Expand Down

0 comments on commit ef81911

Please sign in to comment.