Admin Workflows停止运行中的执行停止运行中的执行 POST /api/workflows/:workflowName/runs/:runId/cancel 只会取消仍挂在当前 server 进程上的 runner;已完成的 run 会返回当前状态且 cancelled=false。 Request Responses200409取消请求结果。run 仍标记为 running,但不属于当前 server 进程。