batch_start_tasks
Start multiple tasks in one call, setting each to IN_PROGRESS or PROCESSING. Avoid repeated start_task calls and get compact results for faster batch workflows.
Instructions
Start multiple AI tasks at once. Sets each to IN_PROGRESS / PROCESSING. Returns compact results. More efficient than calling start_task multiple times.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| teamId | No | Team ID (auto from session if omitted) | |
| projectId | No | Project ID (auto from session if omitted) | |
| taskNumbers | Yes | Array of task numbers to start, e.g. [108, 109, 110] (max 50) |