Signal External Task
Signal external task execution
Path Parameters
- tenant_id
clientId of the tenant
Request Body
application/json
- executionId
Execution identifier
- status
Status of the execution
- Enum:
- SUCCESSFAILURE
- taskExecutionResult
Request Body Samples
{
"executionId": "ca02d58b-fc81-4b2b-8136-2a7cab564836",
"status": "SUCCESS",
"taskExecutionResult": {
"output": "Agent Offline"
}
}
Responses
200OK
Loading Examples...