pause_flow
Stop an active automation flow in HiveFlow to temporarily halt execution for maintenance or adjustments.
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"
}