Skip to content

Commit

Permalink
feature: 原子操作能力支持滚动执行 TencentBlueKing#446
Browse files Browse the repository at this point in the history
修复重做执行方案,作业没有被执行的问题
  • Loading branch information
wangyu096 committed Jul 15, 2022
1 parent 8257539 commit 05222ae
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1307,7 +1307,7 @@ public TaskInstanceDTO createTaskInstanceForRedo(Long appId, Long taskInstanceId
UserOperationEnum.START));

// 启动作业
startTask(taskInstanceId);
startTask(taskInstance.getId());

return taskInstance;
}
Expand Down

0 comments on commit 05222ae

Please sign in to comment.