Workflows Service, gRPC: ExecutionService.Stop
Written by
Updated at November 26, 2024
Stops specified Workflow execution.
gRPC request
rpc Stop (StopExecutionRequest) returns (StopExecutionResponse)
StopExecutionRequest
{
"execution_id": "string"
}
Field |
Description |
execution_id |
string Required field. ID of the Workflow execution. |
StopExecutionResponse
{
"execution_id": "string"
}
Field |
Description |
execution_id |
string ID of the Workflow execution. |