Initializes the TaskQuery with a FlowController.
The flow controller managing the tasks.
Retrieves the result of the last task in the completed
collection that matches the provided builder.
Specification of the task.
Builder used to identify the task.
The result of the task.
Retrieves the result of the first task in the completed
collection that matches the provided builder.
Specification of the task.
Builder used to identify the task.
The result of the task.
Retrieves the results of all tasks in the completed
collection that match the provided builder.
Specification of the task.
Builder used to identify the tasks.
An array of results from the matching tasks.
Provides methods to query, retrieve, and manage tasks and their results within a FlowController.