Procesar/ejecutar flujo completo
🚀 Servidor de producción
https://api.hiveflow.com/api
🚀 Servidor de producción
https://api.hiveflow.com/api
POST
/flows/{id}/process
Procesamiento
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.hiveflow.com/api/flows//process' \
--header 'Content-Type: application/json' \
--data-raw '{
"startNodes": [
"string"
],
"inputs": {},
"async": false
}'
Response Response Example
{
"success": true,
"data": {
"processId": "string",
"results": [
{
"nodeId": "string",
"state": "string",
"result": {},
"executionTime": 0
}
]
}
}
Request
Path Params
id
string
required
Body Params application/json
Responses
Modified at 2025-06-19 15:26:15