Detener ejecución del flujo
🚀 Servidor de producción
https://api.hiveflow.com/api
🚀 Servidor de producción
https://api.hiveflow.com/api
POST
/flows/{id}/stop
Procesamiento
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.hiveflow.com/api/flows//stop' \
--header 'Content-Type: application/json' \
--data-raw '{
"processId": "string",
"force": false
}'
Response Response Example
{
"success": true,
"message": "Flujo detenido exitosamente",
"stoppedNodes": [
"string"
]
}
Request
Path Params
id
string
required
Body Params application/json
Responses
Modified at 2025-06-19 15:26:15