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

string
required
Your API key.
string
required

Body

Params

object
required

Example Requests

Successful resolution

Response

Success Response

Failure Response

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