Co-authored-by: honghuo.zw <honghuo.zw@alibaba-inc.com>
refactor-ui
zwZjut 2021-12-07 20:05:57 +08:00 committed by GitHub
parent 29414a080f
commit f577b5bd30
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -832,6 +832,7 @@ public class WorkflowExecuteThread implements Runnable {
taskInstance.getId(), taskInstance.getName());
return null;
}
validTaskMap.put(Long.toString(taskInstance.getTaskCode()), taskInstance.getId());
taskInstanceMap.put(taskInstance.getId(), taskInstance);
activeTaskProcessorMaps.put(taskInstance.getId(), taskProcessor);
taskProcessor.run();