Add AI confirmation center

This commit is contained in:
2026-06-10 08:13:30 +08:00
parent 3ed272a875
commit 29820dc106
4 changed files with 284 additions and 0 deletions
@@ -983,6 +983,7 @@ export async function getWorkflowRunsApi(
/** 获取全局工作流运行记录 */
export async function getAllWorkflowRunsApi(params?: {
applicationId?: string;
page?: number;
pageSize?: number;
workflowId?: string;