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.
Parameters
Name | Description | Type | Default |
---|---|---|---|
where | Dictionary of filters to apply. Defaults to None. Task: Each pending task matching the criteria. | dict | None |
Return Value
Iterator[abstra_internals.controllers.sdk_tasks.Task]