WorkflowRespondHttpRequest
Response to a pending human input request.
Shape: object
| Property | Required | Type | Description | Rules |
|---|---|---|---|---|
requestId |
yes | string |
Identifier of the request being answered. | — |
approved |
no | boolean |
Yes/no response. In a plan approval, true approves the plan; false sends it back with the correction in the Text field. |
— |
text |
no | string |
Text response; in a plan approval this is the correction instruction. | — |
data |
no | null oneOf JsonElement |
— | — |
checkpointId |
no | string |
Identifier of the checkpoint to resume. If left empty, the run’s most recent checkpoint is used. | — |