Submit the recipient’s response to a paused Human Input form. The workflow resumes on acceptance; follow subsequent events via the Stream Workflow Events endpoint. Requires WebApp delivery.
Documentation Index
Fetch the complete documentation index at: https://dify-6c0370d8-docs-hitl-2.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
API Key authentication. For all API requests, include your API Key in the Authorization HTTP Header, prefixed with Bearer. Example: Authorization: Bearer {API_KEY}. Strongly recommend storing your API Key on the server-side, not shared or stored on the client-side, to avoid possible API-Key leakage that can lead to serious consequences.
Access token for the paused form, returned in the human_input_required event from the Run Workflow or Send Chat Message endpoint in streaming mode.
Submitted values keyed by each input's output_variable_name. The value shape depends on the input's type. See the schema tabs for each shape.
ID of the action button the recipient selected. Must match one of the id values from the form's user_actions list (returned by Get Human Input Form).
20^[A-Za-z_][A-Za-z0-9_]*$End-user identifier for the submitter.
Form submitted successfully. The response body is an empty object.
The response is of type object.