mirror of
https://github.com/dataease/dataease.git
synced 2026-05-15 13:32:18 +08:00
feat(同步管理-任务管理): 支持终止执行中的任务
This commit is contained in:
@@ -36,4 +36,7 @@ public interface TaskLogApi {
|
||||
@PostMapping("/clear")
|
||||
void clearJobLog(@RequestBody TaskLogVO taskLogVO);
|
||||
|
||||
@PostMapping("terminationTask/{logId}")
|
||||
void terminationTask(@PathVariable("logId") String logId);
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user