set_task_enabled
Enable or disable a Flow task's processing. Disabling stops it; re-enabling resumes from the last checkpoint without data loss.
Instructions
Enable or disable a task by toggling shards.disable in its spec, then republishing. Disabling stops processing; re-enabling resumes from the last checkpoint with no data loss. After enabling, status reads WARNING for 30-120s while shards start, then OK.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task | Yes | Full catalog name | |
| enabled | Yes | true re-enables the task, false disables it |