Execute Query
Triggers the execution of a query
Description
Runs the query. The output query result
contains the ordered list of objects matching the query.
Unlike Observe Query
, Execute Query
produces a single result, valid at the time of execution.
Inputs
- Control Flow (Control Flow)
- query (Query): The query to be executed
Outputs
- Control Flow (Control Flow)
- query result (Query Result): The resulting list of objects matching the query
- error (Error Flow): Forward an error when the execution of the query fails.