Workflows Service, gRPC: ExecutionService.Terminate
Written by
Updated at November 13, 2024
Terminates specified Workflow execution.
gRPC request
rpc Terminate (TerminateExecutionRequest) returns (TerminateExecutionResponse)
TerminateExecutionRequest
{
"executionId": "string"
}
Field |
Description |
executionId |
string Required field. ID of the Workflow execution. |
TerminateExecutionResponse
{
"executionId": "string"
}
Field |
Description |
executionId |
string ID of the Workflow execution. |