bytebot_monitor_task
Monitor an existing ByteBot task until completion, timeout, or specified status. Tracks progress with configurable polling intervals for automated workflow oversight.
Instructions
Monitor an existing task until it reaches a terminal state or timeout. Use this when you have already created a task and want to wait for its completion.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| taskId | Yes | ID of the task to monitor | |
| timeout | No | Maximum time to wait in milliseconds. Default: 300000 (5 minutes) | |
| pollInterval | No | How often to check task status in milliseconds. Default: 2000 (2 seconds) | |
| stopOnStatus | No | Stop monitoring when task reaches any of these statuses |