Skip to main content
Version: Next

Observe Query

Executes the query and listens to updates

Description

Runs the query and listens to further updates.

The output query result contains the ordered list of objects matching the query. The list is refreshed each time a new result matches the query: the list of items changed or order of items in the list changed.

Unlike Execute Query, Observe Query produces multiple results, as the set of objects matching the query evolves.

Inputs

  • query (Query): The query to be observed

Outputs

  • query result (Query Result): The continuously updated list of objects matching the query