fix(workflow): 修复工作流取消功能
- 添加了工作流取消的日志记录 - 清空任务实例ID列表后添加了取消工作流的信息日志 - 确保工作流取消操作的可追踪性
This commit is contained in:
parent
b7c1edf68f
commit
4d3375fc5b
@ -84,6 +84,7 @@ public class TeFlowiseController extends BaseController {
|
||||
}
|
||||
taskInstIdList.clear();
|
||||
}
|
||||
logger.info("取消工作流");
|
||||
return AjaxResult.success();
|
||||
// return AjaxResult.ok(flowiseActionService.abort());
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user