Workflows Service, gRPC: ExecutionService.Stop
Статья создана
Обновлена 17 октября 2024 г.
Stops specified Workflow execution.
gRPC request
rpc Stop (StopExecutionRequest) returns (StopExecutionResponse)
StopExecutionRequest
{
"executionId": "string"
}
Field |
Description |
executionId |
string Required field. ID of the Workflow execution. |
StopExecutionResponse
{
"executionId": "string"
}
Field |
Description |
executionId |
string ID of the Workflow execution. |