pause_flow
Pause an active automation flow by specifying the flow ID, enabling temporary suspension of processes managed by HiveFlow MCP Server.
Instructions
Pausa un flujo activo
Input Schema
Name | Required | Description | Default |
---|---|---|---|
flowId | Yes | ID del flujo a pausar |
Input Schema (JSON Schema)
{
"properties": {
"flowId": {
"description": "ID del flujo a pausar",
"type": "string"
}
},
"required": [
"flowId"
],
"type": "object"
}