Signal External Task

Signal external task execution

Path Parameters

  • tenant_idstringrequired

    clientId of the tenant

Request Body

application/json

  • executionIdstringrequired

    Execution identifier

  • statusstringrequired

    Status of the execution

    Enum:
    SUCCESSFAILURE
  • taskExecutionResultobjectrequired

Request Body Samples

{
  "executionId": "ca02d58b-fc81-4b2b-8136-2a7cab564836",
  "status": "SUCCESS",
  "taskExecutionResult": {
    "output": "Agent Offline"
  }
}

Responses

200OK

Loading Examples...