iter_tasks
Iterate through all pending tasks, handling pagination automatically.
This function yields tasks preloads in batches of 10. It continues to fetch and yield tasks until there are no more tasks to retrieve.
Yields:
Task: Each pending task matching the criteria.
Parameters
| Name | Description | Type | Default |
|---|---|---|---|
| where | Dictionary of filters to apply. Defaults to None. | dict | None |
Return Value
Iterator[abstra_internals.controllers.sdk.sdk_tasks.Task]