Skip to main content

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

NameDescriptionTypeDefault
whereDictionary of filters to apply. Defaults to None.dictNone

Return Value

Iterator[abstra_internals.controllers.sdk.sdk_tasks.Task]