新增执行节点跳转任务更新实例当前节点信息
This commit is contained in:
parent
b7fe73a1a9
commit
f7dcad4090
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user