Skip to content

UI Page#

The UI Page Tasks are divided into Publisher and Subscriber Tasks. Each type is further described below.

Publisher#

The Publisher Task is designed to publish an event with a specific UI Page name and a specific entity type ID. This task is used to facilitate communication between cluster UI Pages and their children, or between children of cluster UI Pages. To configure the Publisher task, you need to provide a name and, optionally, a description. Additionally, you can customize its behavior by adjusting the following settings:

  • Auto Refresh: When enabled, the page will automatically update its data at defined intervals. You can set the specific interval according to your needs. The default setting is false.
  • Retrieve Data on Start: When enabled, the system will fetch and display relevant data as soon as the page loads. The default setting is true.
  • Retrieve Data on Changes: When enabled, the system will update the data displayed whenever there are changes. The default setting is true.

Publisher

To use this task, you should input the ID of the entity type and name of the UI Page to uniquely identify the event you want to publish.

Subscriber#

The Subscriber Task is designed to subscribe to events received from the Publisher Task, with a specific UI Page name and a specific entity type ID. Similar to the Publisher Task, this task facilitates the communication between cluster UI Pages and their children, or between the children of cluster UI Pages, to ensure they know when to reload. To configure the Subscriber task, you need to provide a name and, optionally, a description. Additionally, you can customize its behavior by adjusting the following settings:

  • Auto Refresh: When enabled, the page will automatically update its data at defined intervals. You can set the specific interval according to your needs. The default setting is false.
  • Retrieve Data on Start: When enabled, the system will fetch and display relevant data as soon as the page loads. The default setting is true.
  • Retrieve Data on Changes: When enabled, the system will update the data displayed whenever there are changes. The default setting is true.

Subscriber

To use this task, you should input the ID of the entity type and name of the UI Page to uniquely identify the event you want to subscribe to.