feat: add AI workflow run management with detailed audit items and UI integration
This commit is contained in:
@@ -2254,6 +2254,45 @@
|
||||
"creating": "Creating...",
|
||||
"create": "Create Role"
|
||||
},
|
||||
"workflowRun": {
|
||||
"allStatus": "All statuses",
|
||||
"completed": "Completed",
|
||||
"interrupted": "Interrupted",
|
||||
"failed": "Failed",
|
||||
"allAgents": "All agents",
|
||||
"loadAgentsFailed": "Could not load AI agents.",
|
||||
"loadDetailFailed": "Could not load workflow run details.",
|
||||
"conversationId": "Conversation ID",
|
||||
"messageId": "Message ID",
|
||||
"workflowVersionId": "Workflow Version ID",
|
||||
"agent": "Agent",
|
||||
"searchAgent": "Search agents",
|
||||
"emptyAgent": "No agents found",
|
||||
"status": "Status",
|
||||
"startedAt": "Started At",
|
||||
"endedAt": "Ended At",
|
||||
"workflow": "Workflow",
|
||||
"version": "Version",
|
||||
"message": "Message",
|
||||
"conversationShort": "Conversation #{id}",
|
||||
"messageShort": "Message #{id}",
|
||||
"duration": "Duration",
|
||||
"error": "Error",
|
||||
"refresh": "Refresh",
|
||||
"query": "Search",
|
||||
"loading": "Loading workflow runs",
|
||||
"empty": "No workflow runs yet",
|
||||
"loadFailed": "Could not load workflow runs.",
|
||||
"detailTitle": "Workflow Run Detail",
|
||||
"detailDescription": "Inspect workflow execution path",
|
||||
"close": "Close",
|
||||
"loadingDetail": "Loading workflow run detail",
|
||||
"interruptNode": "Interrupt Node",
|
||||
"emptyNodes": "No node records",
|
||||
"notFound": "Workflow run not found",
|
||||
"input": "Input",
|
||||
"output": "Output"
|
||||
},
|
||||
"nav": {
|
||||
"overview": "Overview",
|
||||
"receptionCenter": "Support Desk",
|
||||
@@ -2273,6 +2312,7 @@
|
||||
"aiConfigs": "Model Settings",
|
||||
"aiAgents": "Agents",
|
||||
"aiWorkflows": "AI Workflows",
|
||||
"workflowRuns": "Workflow Audit",
|
||||
"skillDefinition": "Skills",
|
||||
"mcp": "MCP tools",
|
||||
"system": "System",
|
||||
|
||||
Reference in New Issue
Block a user