resume_flow
Resume paused automation flows in HiveFlow by providing the flow ID. Ideal for restoring interrupted processes and maintaining workflow continuity.
Instructions
Reanuda un flujo pausado
Input Schema
Name | Required | Description | Default |
---|---|---|---|
flowId | Yes | ID del flujo a reanudar |
Input Schema (JSON Schema)
{
"properties": {
"flowId": {
"description": "ID del flujo a reanudar",
"type": "string"
}
},
"required": [
"flowId"
],
"type": "object"
}