Skip to main content
POST
Record Agent Resolution
Use this API to record an external resolution for a blocking agent step. The agent step parks in waiting after dispatch; resolutions arriving through this endpoint advance the aggregator according to its resolutionPolicy (allResolved or minResolved).

Endpoint

POST https://api.velt.dev/v2/workflow/steps/recordAgentResolution

Headers

x-velt-api-key
string
required
Your API key.
x-velt-auth-token
string
required

Body

Params

data
object
required

Example Requests

Successful resolution

Response

Success Response

Failure Response

Errors: FAILED_PRECONDITION (step not waiting or not blocking) / INVALID_ARGUMENT / NOT_FOUND.