提交用户输入并恢复等待中的 run
POST/api/workflows/:workflowName/runs/:runId/user-input
仅当 run 当前状态为 waiting_for_input 且 requestId 与 pendingUserInput.requestId
匹配时可提交。server 会用同一个 runId、快照中的精确 resolvedTarget、entrypoint、
原始 args 和 conversation 恢复执行。请求不接受 entrypointId 或 entrypoint_id;
draft 已删除原入口时返回 409,不会切换到新的默认入口。
Request
Responses
- 200
- 400
- 409
恢复后的运行结果。
请求尝试切换 entrypoint,或提交字段格式无效。
run 不在等待状态、requestId 不匹配或提交已过期。