granoflow_task_update
Update a Granoflow task by sending a JSON payload to its local HTTP API. Supports dry run to preview changes before applying.
Instructions
Update a Granoflow task through the Local HTTP API.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| input | Yes | JSON object sent to the Granoflow Local HTTP API. | |
| dryRun | No | When true, previews the request without writing. | |
| taskId | Yes | Granoflow task id. |