以流式方式提交用户输入并恢复等待中的 run
Admin Workflows
以流式方式提交用户输入并恢复等待中的 run
与 POST /api/workflows/{workflowName}/runs/{runId}/user-input 使用同一组校验规则,
但响应为 application/x-ndjson。恢复执行后的 output chunk、timer 和最终
run_result 会沿用首次运行相同的 NDJSON runtime event 合约返回。
POST
以流式方式提交用户输入并恢复等待中的 run
Authorizations
使用 WORKFLOW_SERVER_ADMIN_KEY 或已创建的账号 API Key。
Body
application/json
Response
200 - application/x-ndjson
NDJSON runtime event 流,最后一条为 run_result。
The response is of type string.