新增执行节点跳转任务更新实例当前节点信息

This commit is contained in:
hubin 2025-01-08 21:01:52 +08:00
parent b7fe73a1a9
commit f7dcad4090

View File

@ -209,6 +209,9 @@ public class TaskServiceImpl implements TaskService {
this.saveTask(createTask, performType, taskActors, execution, nodeModel);
}
// 更新当前节点
this.updateCurrentNode(createTask);
// 任务监听器通知
this.taskNotify(taskEventType, execution::getFlwTask, nodeModel, flowCreator);
return Optional.of(createTask);