Workflows Service, gRPC: ExecutionService.Stop
Written by
Updated at October 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. |