[Fix-14714][master] package task instance before put into cache (#14718)
Co-authored-by: eye <eye.gu@aloudata.com> Co-authored-by: xiangzihao <460888207@qq.com>
This commit is contained in:
parent
11d1df2f32
commit
7c37a7f9fe
|
|
@ -849,6 +849,7 @@ public class WorkflowExecuteRunnable implements IWorkflowExecuteRunnable {
|
|||
}
|
||||
}
|
||||
|
||||
processService.packageTaskInstance(task, workflowInstance);
|
||||
validTaskMap.put(task.getTaskCode(), task.getId());
|
||||
taskInstanceMap.put(task.getId(), task);
|
||||
taskCodeInstanceMap.put(task.getTaskCode(), task);
|
||||
|
|
|
|||
Loading…
Reference in New Issue