Workflows Service, gRPC: ExecutionService.Terminate
Статья создана
Обновлена 26 ноября 2024 г.
Terminates specified Workflow execution.
gRPC request
rpc Terminate (TerminateExecutionRequest) returns (TerminateExecutionResponse)
TerminateExecutionRequest
{
"execution_id": "string"
}
Field |
Description |
execution_id |
string Required field. ID of the Workflow execution. |
TerminateExecutionResponse
{
"execution_id": "string"
}
Field |
Description |
execution_id |
string ID of the Workflow execution. |