WP Query Context

Defines WP_Query to be used as the source for the other WP specific components. It maintains the pagination and post selection info across the session.

Arguments

All arguments are passed to the real WP_Query class except offset which is calculated dynamically and paged which is always set to true. You can use expressions when defining arguments. How to use expressions check on the Convoworks documentation pages.
The expressions are evaluated in the service scope so here you can not use internal variables which are available inside container elements e.g. Loop element.

Maintaining the pagination

As mentioned, this component keeps track of the current page during the navigation through results. If you want to rewind it to the beginning (e.g. if the sort order changed), you can do it by providing an expression which evaluates to true to Rewind navigation component property.
If you want to maintain pagination by yourself, you can set offset parameter in args.

Page and post info

WP Query Context provides page info and post info data which you can use through connected components. In this components, you will provide name under which this data (associative array) will be available and here are the fields it consists of.

Page info fields

Post info fields