Workflows Service, REST: Execution.Stop
Статья создана
Обновлена 17 октября 2024 г.
Stops specified Workflow execution.
HTTP request
POST https://serverless-workflows.api.cloud.yandex.net/workflows/v1/execution/{executionId}/stop
Path parameters
Field |
Description |
executionId |
string Required field. ID of the Workflow execution. |
Response
HTTP Code: 200 - OK
{
"executionId": "string"
}
Field |
Description |
executionId |
string ID of the Workflow execution. |