Add files via upload

This commit is contained in:
公明
2026-07-14 15:16:41 +08:00
committed by GitHub
parent a1925f2e03
commit 10be4e32c7
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1319,7 +1319,7 @@ func setupRoutes(
protected.PUT("/roles/:name", roleHandler.UpdateRole)
protected.DELETE("/roles/:name", roleHandler.DeleteRole)
// 图编排 / 工作流定义(图结构固定,业务字段保存在 graph_json 中)
// 工作流定义(图结构固定,业务字段保存在 graph_json 中)
protected.GET("/workflows/runs/pending", workflowHandler.ListPendingRuns)
protected.GET("/workflows/runs/:runId/replay", workflowHandler.ReplayRun)
protected.GET("/workflows/runs/:runId", workflowHandler.GetRun)